.main {
width:240px;
background:#fefefe url(../images/calendar_bg.jpg) repeat-x;
}

.month {
border:0px solid #FFFFFF;
font:bold 12pt century gothic, georgia,tahoma;
height: 25px;
color:#000000;
text-align: center;
}


.daysofweek {
border:1px solid #FFFFFF;
background-color:#FF0000;
font:bold 10px verdana;
height: 20px;
color:#333335;
text-align: center;
}

.days {
border:0px solid #FFFFFF;
font-size: 11px;
font-family:verdana;
color:#000000;
padding: 2px;
text-align: center;
}

.days #today{
font-weight: bold;
font-family:georgia,tahoma;
font-size: 13px;
color: #00FFFF;
}