
#datepicker {position:absolute; top:0; left:0; width:212px; background:#fff;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; z-index: 9000; } 

#datepicker { padding: 10px; font-size: 90%;} 

#dateheader { height:22px;  position:relative; margin:0 0 3px;} 
* html #dateheader {height:23px;} 
#dateheader span {display:block; padding:4px 0 0; text-align:center; color:#666666; } 
#dateheader a {display:block; position:absolute; width:24px; height:16px; color:#4fa632; text-decoration:none; font-family:"Times New Roman", Times, serif; font-size:15px; line-height:17px; border:1px solid #4fa632;} 
#dateheader a:hover { background:#FFF; color:#000; padding:1px; border:0;} 
#dateheader b {display:block; text-align:center; font-weight:normal; padding:0;} 


#dpLeft {top:2px; left:2px;} 
#dpRight {top:2px; right:2px;} 
#dateweek {overflow:hidden; width:100%; height:25px;} 
#dateweek div {width:210px;} 
#dateweek b {display:block; float:left;  margin:0 2px 0 0; width:25px; height:20px;} 
#dateweek span {display:block; text-align:center; padding:2px 0 0;} 
#dateSp {height:1px; overflow:hidden; clear:both;} 
* html #dateSp {height:3px;} #dates {width:100%; overflow:hidden;} 
#dates div {width:210px;} 
#dates b {display:block; float:left; border:1px solid #FFF; width:25px; height:20px; margin:0 2px 2px 0;} 
#dates a {display:block; float:left; border:1px solid #CCC; margin:0 2px 2px 0; width:25px; height:25px; text-align:center; color:#666; text-decoration:none; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;} 
#dates a:hover {border:1px solid #666; color:#000; background:#EFEFEF;} 
#dates span {display:block; text-align:right; padding:3px 3px 0 0;} 

#dates .dis { color:#999999; background: #c8c8c8; border:1px solid #c8c8c8; }
#dates .dis:hover { color:#999999; cursor: default; background: #c8c8c8; border:1px solid #c8c8c8; }

#dates .on {color:#fff; border:1px solid #668c1b; background: #668c1b; } 
#dates #currentdate {color:#FF7300; border:1px solid #FFE17F;} 
#dates #currentdate:hover {background:#FFF;}