div.calendarbutton{
	position: absolute;
	width: 18px;
	height: 18px;
	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;*/
	border: 1px solid #999999;
	/*background-color: buttonface;*/
	background-color: #FFFFFF;
	text-align: center;
}

#CalendarPickerControl td.monthname{
	width: 100%;
	font: normal 16px Arial;
	/*color: highlighttext;*/
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099FF;
	/*background-color: activecaption;*/
}

#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	font: normal 13px Arial;
	/*color: highlighttext;*/
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099FF;
	/*background-color: highlight;*/
}

#CalendarPickerControl table.navigation{
	width: 100%;
	text-align: center;
}

#CalendarPickerControl td.navbutton{
	font: normal 14px Arial;
	color: buttontext;
	font-weight: bold;
	background-color: buttonface;
	/*border-width: 1px;*/
	/*border-style: solid;*/
	/*border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;*/
	cursor: pointer;
}

#CalendarPickerControl td.navbutton:hover{
	/*text-decoration: underline;*/
	/*border-color: threeddarkshadow buttonhighlight buttonhighlight  threeddarkshadow;*/
	/*background-color: buttonshadow;*/
	background-color: #CCCCCC;
}

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
}

#CalendarPickerControl span.yearbutton:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.dayname{
	font: normal 14px Arial;
	color: captiontext;
	font-weight: bold;
	background-color: activecaption;
}

#CalendarPickerControl td.daynameLNX{
	font: normal 14px Arial;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

#CalendarPickerControl td.today{
	font: normal 14px Arial;
	/*background-color: buttonface;*/
	background-color: #FF0000;
	/*color: red;*/
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	/*border-width: 1px;*/
	/*border-style: solid;*/
	/*border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;*/
}

#CalendarPickerControl td.today:hover{
	text-decoration: underline;
	/*background-color: threedshadow;*/
	/*border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;*/
}

#CalendarPickerControl td.current{
	font: normal 14px Arial;
	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;*/
}

#CalendarPickerControl td.current:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.day{
	font: normal 14px Arial;
	background-color: #FFFFFF;
	/*background-color: buttonface;*/
	/*color: buttontext;*/
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	/*border-width: 1px;*/
	/*border-style: solid;*/
	/*border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;*/
}

#CalendarPickerControl td.day:hover{
	background-color: #FFCC00;
	text-decoration: underline;
	/*background-color: threedshadow;*/
	/*border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;*/
}

#CalendarPickerControl td.weekend{
	font: normal 14px Arial;
	/*color: buttontext;*/
	color: #FFFFFF;
	text-decoration: none;
	/*background-color: threedshadow;*/
	background-color: #666666;
	font-style: italic;
	cursor: pointer;
	/*border-width: 1px;*/
	/*border-style: solid;*/
	/*border-color: buttonhighlight threeddarkshadow threeddarkshadow buttonhighlight;*/
}

#CalendarPickerControl td.weekend:hover{
	/*background-color: buttonshadow;*/
	background-color: #FF0000;
	text-decoration: underline;
	/*border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;*/
}

#CalendarPickerControl td.dayothermonth{
	font:normal 14px Arial;
	/*background-color: buttonhighlight;*/
	background-color: #FFFFCC;
	/*color: inactivecaptiontext;*/
	color: #666666;
	border: 1px solid buttonhighlight;
}

#CalendarPickerControl td.weeknumber{
	font:normal 9px Arial;
	/*background-color: buttonface;*/
	color: inactivecaptiontext;
	border-width: 0px;
}
