.caltitle, a.caltitle    { color: #00316c; font-weight: bold; font-size: 16px;}
/* Actual Calendar Table... */
.CalendarTable  { color: #555; font-size: 10px; text-align: center; vertical-align: top; margin: 0 auto; padding: 0; width: 511px }
.CalendarTable th    { color: #424242; font-weight: bold; font-size: 11px; background-color: #e3e3e3; text-align: center ; height: 22px; }
.CalendarTable a { color: #555 }
.CalendarTable a:hover  { color: #393 }

/* Cells (days) */
.day_cell { text-align: left; vertical-align: top; background-color: #ffffff; border: solid 1px #d8d8d8; height: 90px   }
.day_num  { font-size: 10px; color: #555 ; }
.day_content_link { font-size: 9px; color: #000 ; margin-bottom: 6px; }
