div.month
{
 text-align: center;
 color: #FFFFFF;
 font-family: Agency, Arial Narrow, Arial;
 font-size: 9pt;
 font-weight: bold;
}

div.day
{
 text-align: center;
 color: #FFFFFF;
 font-family: Impact, Agency, Arial Narrow, Arial;
 font-size: 16pt;
 /*font-weight: bold;*/
}

div.time
{
 text-align: center;
 color: #FFFFFF;
 font-family: Agency, Arial;
 font-size: 8pt;
 font-weight: bold;
}

div.no_events
{
 text-align: center;
 color: #000000;
 font-family: Agency, Arial;
 font-size: 8pt;
 font-weight: bold;
}

div.event_title
{
 font-family: Agency, Arial;
 font-size: 8pt;
 font-weight: bold;
}

td.calendar_cell_event
{
 width: 50px;
 height: 40px;
 padding-top: 3px;
 padding-bottom: 7px;
 background-image: url("calendar%20bg.png");
 background-repeat: no-repeat;
 background-position: center;
}