#showCalendar {z-index: 50; background: #FFFFFF; position: absolute; left: 16px; top: 0px; display: none;}

#showCalendar td {font-size: 10px; padding: 2px;}
#showCalendar td.cdate {background: #e5e5e5;}
#showCalendar td.nondate {background: #f2f2f2; color: #b3b3b3;}
#showCalendar td.cday {background: #b3b3b3; color: #f2f2f2;}
#showCalendar td.noday {background: #f2f2f2;}
#showCalendar td.chead {background: #f2f2f2; font-weight: bold;}

#showCalendar a {text-decoration: none; color: #333333;}
#showCalendar a:hover {text-decoration: underline; color: #333333;}

