/**
 * Style sheet for CalendarPickerControl
 * System-colors theme
 * Modified by WalkerSands to 12-17-2009
 */

div.calendarbutton{
	position: absolute;
	width: 15px;
	height: 16px;
	background: transparent url("/moving/calendar_icon.png") no-repeat center;
}

#CalendarPickerControl{
	background-color: transparent;
	width: 160px;
	height: 200px;
}

#CalendarPickerControl table.calframe{
	width: 100%;
	border: 1px solid black;
	background-color: #f0f0f0;
	text-align: center;
}

#CalendarPickerControl td.monthname{
	width: 100%;
	font: normal 13px Verdana;
	color: #000000;
	font-weight: bold;
	background-color: #cccccc;
}

#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	font: normal 13px Verdana;
	color: #ffffff;
	font-weight: bold;
	background-color: #3875d7;
}

#CalendarPickerControl table.navigation{
	width: 100%;
	text-align: center;
}

#CalendarPickerControl td.navbutton{
	font: normal 11px Verdana;
	color: #000000;
	font-weight: bold;
	background-color: #f0f0f0;
	border-width: 1px;
	border-style: solid;
	border-color: #fdfdfd #dcdcdc #dcdcdc #fdfdfd;
	cursor: pointer;
}

#CalendarPickerControl td.navbutton:hover{
	text-decoration: underline;
	border-color: #dcdcdc #fdfdfd #fdfdfd  #dcdcdc;
	background-color: #dcdcdc;
}

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
}

#CalendarPickerControl span.yearbutton:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.dayname{
	font: normal 11px Verdana;
	color: #000000;
	font-weight: bold;
	background-color: #cccccc;
}

#CalendarPickerControl td.daynameLNX{
	font: normal 11px Verdana;
	color: #ffffff;
	font-weight: bold;
	background-color: #3875d7;
}

#CalendarPickerControl td.today{
	font: normal 11px Verdana;
	background-color: #f0f0f0;
	color: red;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #fdfdfd #dcdcdc #dcdcdc #fdfdfd;
}

#CalendarPickerControl td.today:hover{
	text-decoration: underline;
	background-color: #e1e1e1;
	border-color: #dcdcdc #fdfdfd #fdfdfd #dcdcdc;
}

#CalendarPickerControl td.current{
	font: normal 11px Verdana;
	font-weight: bold;
	background-color: #3875d7;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc #fdfdfd #fdfdfd #dcdcdc;
}

#CalendarPickerControl td.current:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.day{
	font: normal 11px Verdana;
	background-color: #f0f0f0;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #fdfdfd #dcdcdc #dcdcdc #fdfdfd;
}

#CalendarPickerControl td.day:hover{
	text-decoration: underline;
	background-color: #e1e1e1;
	border-color: #dcdcdc #fdfdfd #fdfdfd #dcdcdc;
}

#CalendarPickerControl td.weekend{
	font: normal 11px Verdana;
	color: #000000;
	text-decoration: none;
	background-color: #e1e1e1;
	font-style: italic;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #fdfdfd #dcdcdc #dcdcdc #fdfdfd;
}

#CalendarPickerControl td.weekend:hover{
	background-color: #dcdcdc;
	text-decoration: underline;
	border-color: #dcdcdc #fdfdfd #fdfdfd #dcdcdc;
}

#CalendarPickerControl td.dayothermonth{
	font:normal 11px Verdana;
	background-color: #fdfdfd;
	color: inactive#000000;
	border: 1px solid #fdfdfd;
}

#CalendarPickerControl td.weeknumber{
	font:normal 9px Verdana;
	background-color: #f0f0f0;
	color: inactive#000000;
	border-width: 0px;
}
