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

div.calendarbutton{
	position: absolute;
	width: 20px;
	height: 20px;
	background: transparent url("../images/calendar-icon.gif") no-repeat center;}
#CalendarPickerControl{
	background-color: transparent;
	width: 250px;
	height: 200px;}
#CalendarPickerControl table.calframe{
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;}
#CalendarPickerControl td.monthname{
	width: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #c33;}
#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #c33;}
#CalendarPickerControl table.navigation{
	width: 100%;
	text-align: center;}
#CalendarPickerControl td.navbutton{
	color: #fff;
	font-weight: bold;
	background-color: #000;
	cursor: pointer;}
#CalendarPickerControl td.navbutton:hover{
	background-color: #999;
	color: #000;}
#CalendarPickerControl span.yearbutton{
	cursor: pointer;
	font-size: 150%;}
#CalendarPickerControl span.yearbutton:hover{
	color: #000;}
#CalendarPickerControl td.dayname{
	color: #fff;
	font-weight: bold;
	background-color: #c33;}
#CalendarPickerControl td.daynameLNX{
	color: #fff;
	font-weight: bold;
	background-color: #999;}
#CalendarPickerControl td.today{
	background-color: #fff;
	border: 2px solid #c33;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;}
#CalendarPickerControl td.today:hover{
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	font-weight: bold;}
#CalendarPickerControl td.current{
	font-weight: bold;
	background-color: #c33;
	color: #fff;
	text-decoration: none;
	cursor: pointer;}
#CalendarPickerControl td.current:hover{
	background-color: #999;}
#CalendarPickerControl td.day{
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	text-decoration: none;
	cursor: pointer;}
#CalendarPickerControl td.day:hover{
	border: 2px solid #c33;}
#CalendarPickerControl td.weekend{
	color: buttontext;
	text-decoration: none;
	background-color: #ccc;
	font-style: italic;
	cursor: pointer;}
#CalendarPickerControl td.weekend:hover{
	background-color: #999;}
#CalendarPickerControl td.dayothermonth{
	background-color: buttonhighlight;
	color: inactivecaptiontext;
	border: 1px solid buttonhighlight;}
#CalendarPickerControl td.weeknumber{
	background-color: buttonface;
	color: inactivecaptiontext;
	border-width: 0px;}