/* CSS Document */

.date {
background:#FFFFFF;
cursor:default;
padding-right:5px;
text-align:left;
font-size:8px;
float:left;
width:15px;
height:15px;
border:#CCCCCC solid 1px;
text-decoration:none;
}

.evdate {
background:#CC0000;
color:#FFFFFF;
padding-right:5px;
text-align:left;
font-size:8px;
cursor:pointer;
float:left;
width:15px;
height:15px;
border:#CCCCCC solid 1px;
text-decoration:none;
}

.datehead {
color:#666666;
float:left;
font-weight:bold;
padding-right:5px;
text-align:center;
border:#FFFFFF solid 1px;
width:15px;
}

#calendar {
width:155px;
padding-bottom:15px;
}

#calendar h3 {
font-size:16px;
text-align:center;
}

#calendar span{
font-size:16px;
}
