/**
 * Style sheet for CalendarPickerControl
 * System-colors theme
 */

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

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

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

#CalendarPickerControl td.monthname{
	width: 100%;
	font: normal 13px Verdana;
	color: #000000; /* captiontext */
	font-weight: bold;
	background-color: #eae8e3; /* activecaption */
}

#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	font: normal 13px Verdana;
	color: #ffffff; /* highlighttext */
	font-weight: bold;
	background-color: #7590ae; /* highlight */
}

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

#CalendarPickerControl td.navbutton{
	font: normal 11px Verdana;
	color: #000000; /* buttontext */
	font-weight: bold;
	background-color: #eae8e3; /* buttonface */
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #aba698 #aba698 #ffffff; /* buttonhighlight buttonshadow buttonshadow buttonhighlight */
	cursor: pointer;
}

#CalendarPickerControl td.navbutton:hover{
	text-decoration: underline;
	border-color: #000000 #ffffff #ffffff #000000; /* threeddarkshadow buttonhighlight buttonhighlight  threeddarkshadow */
	background-color: #aba698; /* buttonshadow; */
}

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
}

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

#CalendarPickerControl td.dayname{
	font: normal 11px Verdana;
	color: #000000; /* captiontext */
	font-weight: bold;
	background-color: #eae8e3; /* activecaption */
}

#CalendarPickerControl td.daynameLNX{
	font: normal 11px Verdana;
	color: #ffffff; /* highlighttext */
	font-weight: bold;
	background-color: #7590ae; /* highlight */
}

#CalendarPickerControl td.today{
	font: normal 11px Verdana;
	background-color: #eae8e3; /* buttonface */
	color: red;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #aba698 #aba698 #ffffff; /* buttonhighlight buttonshadow buttonshadow buttonhighlight */
}

#CalendarPickerControl td.today:hover{
	text-decoration: underline;
	background-color: #aba698; /* threedshadow */
	border-color: #000000 #ffffff #ffffff #000000; /* threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow */
}

#CalendarPickerControl td.current{
	font: normal 11px Verdana;
	font-weight: bold;
	background-color: #7590ae; /* highlight */
	color: #ffffff; /* highlighttext */
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #ffffff #ffffff #000000; /* threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow */
}

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

#CalendarPickerControl td.day{
	font: normal 11px Verdana;
	background-color: #eae8e3; /* buttonface */
	color: #000000; /* buttontext */
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #aba698 #aba698 #ffffff; /* buttonhighlight buttonshadow buttonshadow buttonhighlight */
}

#CalendarPickerControl td.day:hover{
	text-decoration: underline;
	background-color: #aba698; /* threedshadow */
	border-color: #000000 #ffffff #ffffff #000000; /* threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow; */
}

#CalendarPickerControl td.weekend{
	font: normal 11px Verdana;
	color: #000000; /* buttontext */
	text-decoration: none;
	background-color: #aba698; /* threedshadow */
	font-style: italic;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #000000 #000000 #ffffff; /* buttonhighlight threeddarkshadow threeddarkshadow buttonhighlight */
}

#CalendarPickerControl td.weekend:hover{
	background-color: #aba698; /* buttonshadow */
	text-decoration: underline;
	border-color: #000000 #ffffff #ffffff #000000; /* threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow */
}

#CalendarPickerControl td.dayothermonth{
	font:normal 11px Verdana;
	background-color: #ffffff; /* buttonhighlight */
	color: #aba698; /* inactivecaptiontext */
	border: 1px solid #ffffff; /* buttonhighlight */
}

#CalendarPickerControl td.weeknumber{
	font:normal 9px Verdana;
	background-color: #eae8e3; /* buttonface */
	color: #aba698; /* inactivecaptiontext */
	border-width: 0px;
}
