table
{
border-collapse:collapse;
}

th.monthtitle
{
background: #F4F4F4;
text-align: center;
}

td.daytitle
{
background: #FFFFFF;
text-align: center;
font-weight: bold;
color: #999999;
}

td.empty
{
background: #999999;
text-align: center;
color: #FFFFFF;
}

td.free
{
background: #267F00;
text-align: center;
color: #FFFFFF;
}

td.reserved
{
background: #FF3300;
text-align: center;
color: #FFFFFF;
}

.rsvd 
{
background: #FF3300;
color: #FFFFFF;
}

.free 
{
background: #267F00;
color: #FFFFFF;
}