.SGDLCalendar .ajax__calendar_container
{
	border: 1px solid #808080;
	padding: 4px;
	position: absolute;
	cursor: default;
	width: 180px;
	font-size: 11px;
	text-align: center;
	font-family: tahoma,verdana,helvetica;
	background-color: #FFFFFF;
}
.SGDLCalendar .ajax__calendar_body {height:139px;width:180px;position:relative;overflow:hidden;margin:auto;}
.SGDLCalendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:180px;position:absolute;text-align:center;margin:auto;}
.SGDLCalendar .ajax__calendar_container TABLE {font-size:11px;}
.SGDLCalendar .ajax__calendar_header {height:20px;width:100%;}
.SGDLCalendar .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);}
.SGDLCalendar .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);}
.SGDLCalendar .ajax__calendar_title {cursor:pointer;font-weight:bold;}
.SGDLCalendar .ajax__calendar_footer {height:15px;}
.SGDLCalendar .ajax__calendar_today {cursor:pointer;padding-top:3px;}
.SGDLCalendar .ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.SGDLCalendar .ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.SGDLCalendar .ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.SGDLCalendar .ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.SGDLCalendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.SGDLCalendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.SGDLCalendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.SGDLCalendar .ajax__calendar_day {border:1px solid #ffffff;}
.SGDLCalendar .ajax__calendar_month {border:1px solid #ffffff;}
.SGDLCalendar .ajax__calendar_year {border:1px solid #ffffff;}

.SGDLCalendar .ajax__calendar_active .ajax__calendar_day {background-color:#F3F2F1;border-color:#C60A45;color:#C60A45;}
.SGDLCalendar .ajax__calendar_active .ajax__calendar_month {background-color:#F3F2F1;border-color:#C60A45;color:#C60A45;}
.SGDLCalendar .ajax__calendar_active .ajax__calendar_year {background-color:#F3F2F1;border-color:#C60A45;color:#C60A45;}

.SGDLCalendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#CCCCCC;}
.SGDLCalendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#CCCCCC;}

.SGDLCalendar .ajax__calendar_hover .ajax__calendar_day {background-color:#F3F2F1;border-color:#C60A45;color:#C60A45;}
.SGDLCalendar .ajax__calendar_hover .ajax__calendar_month {background-color:#F3F2F1;border-color:#C60A45;color:#C60A45;}
.SGDLCalendar .ajax__calendar_hover .ajax__calendar_year {background-color:#F3F2F1;border-color:#C60A45;color:#C60A45;}

.SGDLCalendar .ajax__calendar_hover .ajax__calendar_title {color:#C60A45;}
.SGDLCalendar .ajax__calendar_hover .ajax__calendar_today {color:#C60A45;}
