table#calendar {
background-color:#53868B;
border: solid #000 0px;
width: 500px;
padding:3px;

}

table#calendar td {
padding: 5px;
border: solid #8EE5EE 1px;

}

CAPTION.table
{
background:#53868B;
border-bottom:0px solid black;
font-size:17px;
color:#ffffcc;
font-family: Charcoal;
letter-spacing: 0.1cm;
font-weight:bold;
}


.wkdays {
font-size:13px;
color:#000;
font-weight:bold;
font-family: charcoal;
text-align: center;
background-color: #FEF0C9;
padding:5px;

}
.toprow2 {
font-size:15px;
color:#000;
font-weight:bold;
font-family: "Comic Sans MS";
text-align: left;
background-color:#7ac5cd;
padding:1px;
}

td.booked
{
font-size:15px;
background-color:#999;
color:#000;
font-weight:bold;
border:#000;
border-width:0px;
text-align:left;
}

td.hd
{
font-size:15px;
background-color:;
color:#000;
font-weight:bold;
text-align:left;
}

td.pend
{
font-size:15px;
background-color:yellow;
color:#000;
font-weight:bold;
text-align:left;
}

