#calendar {color:#aaaaaa; width:250px;height:auto; font-size:13px; text-align:center;padding:0px; background: url(/images/bg_cal.gif) 0% 0% no-repeat;margin:0px; border-bottom: 1px solid #990000;}
#calendar span {padding-top:5px; float: left; width: 34px; height:20px;  text-align: center;}
#calendar ul
{
height:25px;
width:auto;
margin-left: 6px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
list-style-type: none;
text-align: center;
}
#calendar ul li
{
display: inline;
padding-bottom: 0px;
padding-left: 0px;
background-repeat: no-repeat;
text-align:center;

}
#calendar .event {background: url(/images/cal_event_mark.gif) 0% 0% no-repeat;}
#calendar .today  {background: url(/images/cal_today_mark.gif) 0% 0% no-repeat;}
#calendar .selected  {background: url(/images/cal_selected_mark.gif) 0% 0% no-repeat;}
#calendar .notInMonth {};