body{
font-family: sans-serif;
}


.calendar table
{
width: 385px;
padding: 2px;
}

.calendar td
{
border: 1px #006699 solid;
padding: 2px;
}

.calendar a
{
font-size: 8pt;
font-weight: normal;
color: #006699;
text-align: center;
line-height: 90%;
}

.calendar a:hover
{
font-size: 8pt;
font-weight: normal;
color: #9EC630;
text-align: center;
line-height: 90%;
}


.daytitle
{
font-size: 8pt;
font-weight: bold;
color: white;
background: #006699;
text-align: center;
}

.othermonth
{
background: #c8c8c8;
height: 55px;
width: 55px;
vertical-align: top;
font-weight: bold;
font-size: 8pt;
text-align: left;
}

.day
{
height: 55px;
width: 55px;
vertical-align: top;
font-weight: bold;
font-size: 8pt;
text-align: left;
line-height: 90%;
}

.dayevent
{
height: 55px;
width: 55px;
vertical-align: top;
font-weight: bold;
font-size: 8pt;
background: cornsilk;
text-align: left;
}


.calendaritem
{
font-weight: normal;
padding-left: 0px;
padding-right: 0px;
font-size: 8pt;
}

.smallcal
{
font-weight: normal;
font-size: 8pt;
}

.smallcalcurrent
{
font-weight: normal;
font-size: 8pt;
color: white;
background-color: Blue; 
}

.weekend
{
font-weight: normal;
font-size: 8pt;
color: Red;
}

.weekday
{
font-weight: normal;
font-size: 8pt;
color: Black;
}

.eventseven
{
background-color:inherit;
}

.eventsodd
{
background-color:#dbdbdb;
}