.main {
width:198px;
border:1px solid #9FD2EB;
background:#fefefe url(../images/calendar_bg.jpg) repeat-x;
}

.month {
background-color:#;
background-image:url('images/menu-bg.jpg');
font:bold 12pt century gothic, georgia,tahoma;
height: 25px;
color:#000000;
text-align: center;
}

.daysofweek {
background-color:#;
border:1px solid #FFFFFF;
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: red;
}