@charset "utf-8";
/* CSS Document */



.main {
width: 186px;
margin-left: 0px ;
}

.month {
background-color:000;
font:bold 14px arial;
color: #0099CC;
}

.daysofweek {
background-color: #CCCCCC;
font:bold 12px arial;
color: #000000;
}

.days {
font: 12px arial;
font-family:arial;
color: #333333;
background-color: #CCCCCC;
padding: 0px;
}

.days #today{
font:bold 12px arial;
font-family:arial;
color: #0099CC;
}


/***********************************************
* Basic Calendar-By Brian Gosselin at http://scriptasylum.com/bgaudiodr/
* Script featured on Dynamic Drive (http://www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/



