
.monthname
{
background: #E1E593;
font-family: arial;
font-size: 15;
color: #000000;
text-align:center;
font-weight:bold;
}

.dayname
{
background: #C7B29A;
font-family: arial;
font-size: 12;
color: #000000;
text-align:center;
font-weight:bold;
}

.daybooked
{
font-family: arial;
font-size: 11;
background: #ff5555;
color: #000000;
text-align: center;
font-weight: normal;
}

.daynotbooked
{
font-family: arial;
font-size: 11;
background: #ffffff;
color: #000000;
text-align: center;
font-weight: normal;
}

.dayblocked
{
font-family: arial;
font-size: 11;
background: #bbbbbb;
color: #000000;
text-align: center;
font-weight: normal;
}


