#caltable a:hover {
color:red;
}

#caltable {
width:100%;
}

#caltable th {
font-size:12px;
text-align:center;
font-family:Arial, sans-serif;
}

#caltable td {
background-color:#eeeeee;
font-size:12px;
font-family:Arial, sans-serif;
font-weight:bold;
padding:2px;
border:solid gray 1px;
text-align:center;
}

#caltable #today {
background-color:#bbbbbb;
font-weight:bold;
}

#caltable #sunday {

}

#caltable #activecell {
background-image:url(http://www.pantagraph.com/images/main/grad_lightgray.gif);
background-color: #bbdbeb;
}

#caltable #weekrow th {
background-color: #eeeeee;
}