.tool_date_cal {
}

/* This is the month */
div.dp-popup h2 {
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
	color:#3C6796;
}
div.dp-nav-prev-month a.dp-nav-next-month {
	color:#3C6796;
}
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
	color:#3C6796;
}
dp-nav-next-month a{
	color:#3C6796;
}
div.dp-popup {
	position: relative;
	color:#3C6796;
	font-size: 10px;
	font-family: arial, sans-serif;
	width: 200;
	line-height: 1.2em;
	background-image:url(/wft/schedules?non_html=true&alt_wct=schedules_web_images&h=230&ht=210&brc=2a6933&c=3c964b&hc=D9FFDE&bc=ffffff&type=bhighp&r=10&t=4&m=-2&w=200);
        background-repeat:no-repeat;
        background-position:center;
        height: 230px;
}


table.cal_legend {
        font-size: 70%;
}

table.jCalendar {
	border: 1px solid #3c964b;
        border-collapse: separate;
	border-spacing: 2px;
	font-size: 90%;
        background-image:url(/wft/schedules?non_html=true&alt_wct=schedules_web_images&h=250&w=1&sx=0&sy=0&ex=75&ey=75&sc=2a6933&ec=3c964b&bc=D9FFDE&type=g);
	background-repeat:repeat-x;
}
table.jCalendar th {
	background: #3c964b;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #fffcf2;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ecf7e4;
	color: #aaa;
	visibility: hidden;
}
table.jCalendar td.today {
	background: #3C6796;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #f33;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */


div#dp-popup {
	position: absolute;
	z-index: 199;
}

}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
