/* CSS Document */
.datepicker_container{
	border:#bbbbbb 2px solid; 
	background-color:#ffffff; 
	position:absolute; 
	z-index:2001; 
	display:none; 
	width:280px; 
	font-family:Trebuchet,'Trebuchet MS',Arial, Verdana;
	-moz-border-radius:0px 5px 5px 5px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.datepicker_nextLink{float:right;} .datepicker_prevLink{float:left;}
.datepicker_link{
	color:#006699; 
	text-decoration:none;
	font-family:Trebuchet,'Trebuchet MS',Arial, Verdana; 
	font-size:18px; 
	font-weight:bold; 
	background-color:#e0e0e0; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:1px 2px;
	margin:1px;
	width:25px;
	text-align:center;
} 
a.datepicker_link:hover, a.datepicker_link:active{
	color:#ffffff; 
	text-decoration:none;
	font-family:Trebuchet,'Trebuchet MS',Arial, Verdana; 
	font-size:18px; 
	font-weight:bold; 
	background-color:#333333; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:0px 2px;
	margin:1px;
	width:25px;
	text-align:center;
} 
.datepicker_hdr{text-align:center; font-weight:bold; font-size:16px; padding:2px 0px; background-color:#ececec;}
.datepicker_calTblCont{margin:4px;}
.datepicker_calTbl{border:#999999 1px solid; width:100%; background-color:#FFFFFF;}
.datepicker_calTbl th{ background-color:#333333; color:#FFFFFF; text-align:center;}
.datepicker_calTbl td a{display:block; width:100%; height:100%; text-decoration:none; text-align:center; font-size:10px; font-weight:bold; padding:2px 0px;}
.datepicker_calTbl td.other_month a{background-color:#d6d6d6;} .datepicker_calTbl td.this_month a{background-color:#ececec;}
.datepicker_calTbl td a:hover, .datepicker_calTbl td a:active{background-color:#006699; color:#FFFFFF;}
