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

div.calendarbutton{
	position: absolute;
	width: 200px;
	height: 30px; 
	background:transparent url(../images/calendar30bgw.jpg) no-repeat right 0;
	z-index: 1;
}

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

#CalendarPickerControl table.calframe{
	background:#333;
	width: 100%;
	border: 2px solid #333;
	text-align: center;
}

#CalendarPickerControl table.calframe td {
	padding:3px;
	}

#CalendarPickerControl td.monthname{
	width: 100%;
	color: #FFFF00;
	font-weight: bold;
	background-color: #333333;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
}

#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
	font-family: Verdana;
	font-size: 0.8px;
	font-style: normal;
	font-variant: normal;
}

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

#CalendarPickerControl td.navbutton{
	color: buttontext;
	font-weight: bold;
	background-color: #FFFF00;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	cursor: pointer;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
}

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

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
}

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

#CalendarPickerControl td.dayname{
	color: #FFFF00;
	font-weight: bold;
	background-color: #333333;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
}

#CalendarPickerControl td.daynameLNX{
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
}

#CalendarPickerControl td.today{
	background-color: buttonface;
	color: red;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

#CalendarPickerControl td.current{
	font-weight: bold;
	background-color: highlight;
	color: highlighttext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
}

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

#CalendarPickerControl td.day{
	background-color: buttonface;
	color: buttontext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

#CalendarPickerControl td.weekend{
	color: buttontext;
	text-decoration: none;
	background-color: threedshadow;
	font-style: italic;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight threeddarkshadow threeddarkshadow buttonhighlight;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: normal;
	font-variant: normal;
}

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

#CalendarPickerControl td.dayothermonth{
	background-color: buttonhighlight;
	color: inactivecaptiontext;
	border: 1px solid buttonhighlight;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#CalendarPickerControl td.weeknumber{
	background-color: buttonface;
	color: inactivecaptiontext;
	border-width: 0px;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#popupcontent {
	background-color: #666666;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}
