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



.main {
width:250px;
border: 1px solid black;
}

.month {
background-color:black;
font:bold 12px arial;
color: #999999;
}

.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: #3399CC;
}


/***********************************************
* 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
***********************************************/


