.eventheader {font: 8pt Verdana, Sans-Serif; text-decoration: none; color: #000000; font-weight:bold;}
.eventname {font: 8pt Verdana,
Sans-Serif; font-weight: bold; text-decoration: none; color: #000000; background-color: #CDBC89;}
.eventdate {font: 7pt Verdana, Sans-Serif; font-weight: normal; text-decoration: none; color: #000000;}
.eventlocation {font: 7pt Verdana, Sans-Serif; font-weight: italic; text-decoration: none; color: #000000;}
.eventdesc {font: 8pt Verdana, Sans-Serif; text-decoration: none; color: #000000;}

/* class for calendar container element - td for example */
.calbody {background-color: #80B2D2;}

/* table within calendar container element */
.caltable {width: 200px;}

/* month and year pulldowns */
.calpulldown {text-decoration: none; font: 7.5pt verdana, Sans-Serif; font-weight:normal; color: #000000;}

/* day names in header */
.calheaderday {font: 7pt, Verdana, Sans-Serif; text-decoration: none; color: #000000; font-weight: normal; width: 30px; height: 20px;}

/* calmonth is month links */
A.calmonth:link {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #0065A4;}   
A.calmonth:visited {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #0065A4;}
A.calmonth:active {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #0065A4;}
A.calmonth:hover {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #EEEEEE;}

/* current selected day or today - used in td */
.calhighlightday {background-color: #03456F; width: 30px; height: 20px;}

/* all other days not selected - used in td */
.caldefaultday {background-color: #0065A4; width: 30px; height: 20px;}

/* blank day of month for fill of first and last week in calendar - used in td */
.calblankday {background-color: #C5E5F9; width: 30px; height: 20px; }

/* current selected day or today - text day number */
A.calhighlightday:link {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #FFFFFF;}   
A.calhighlightday:visited {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #FFFFFF;}
A.calhighlightday:active {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #FFFFFF;}
A.calhighlightday:hover {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #FFFFFF;}

/* all other days not selected - text day number */
A.caldefaultday:link {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #FFFFFF;}   
A.caldefaultday:visited {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #FFFFFF;}
A.caldefaultday:active {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #FFFFFF;}
A.caldefaultday:hover {text-decoration: none; font: 7pt verdana, Sans-Serif; font-weight:normal; color: #FFFFFF;}

