td.booked{
border:thin;
border-color:red;
border-style:solid;
color:red;
}

td.weekend{
color:black;
text-align:center;
}

td.weekday{
color:#999999;
text-align:center;
}

td.weekday_header{
background-color:#CCCCCC;
color:#FFFFFF;
text-align:center;
}

td.weekend_header{
background-color:#CCCCCC;
color:#0000FF;
text-align:center;
}

td.month_header{
text-align:center;
}

th.date{
width:120px;
border-bottom:dashed 1px #b1b1af; 
}

th.event{
width:120px;
border-bottom:dashed 1px #b1b1af; 
}

td.date{

}

#eventlist td.event{

}
