body { 	font-family: Arial, Helvetica, sans-serif; font-size: 10px;	color: black; background-color: #F2D381; margin:0px; padding: 0px; }

/* Base table */
table.calendartable { width: 175px;	height: 200px; border-left:  3px solid #e7b80a; background-color: #FFFFFF; }
#calendar_title { background-color:#23497a; font-family: Arial, Helvetica, sans-serif; font-size: 12px;	font-weight: bold; color: #e7b80a; padding-left: 5px; }
#calendar_title a{ font-family: Arial, Helvetica, sans-serif; font-size: 12px;	font-weight: bold; color: #e7b80a; text-decoration: none; }

/* Month Navigation */
.calendar_nav {	background-color:#F2D381; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.calendar_nav a:link, .calendar_nav a:visited  { color:#23497A; text-decoration:none; font-size: 14px; font-weight:bold; }
.calendar_nav a:active, .calendar_nav a:hover  { color:#000000; text-decoration:none; font-size: 14px; font-weight:bold; }
.calendar_currentmonth { background-color:#F2D381; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.calendar_currentmonth a:link, .calendar_currentmonth a:visited  { text-decoration: none; color: #23497A; }
.calendar_currentmonth a:active, .calendar_currentmonth a:hover  { text-decoration: none; color: #000000; }

/* Days row */
.calendar_days { background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: 9px; }

/* Days outside current month */
.calendar_off  { color: silver;	background-color: #f6eed4; font-family: Arial, Helvetica, sans-serif; font-size: 9px; }

/* Days within current month */
.calendar_base { background-color:#F9E9C0; font-family: Arial, Helvetica, sans-serif; font-size: 9px; }

/* Is there an event for today? */
.calendar_eventtoday { font-weight: bold; font-size: 9px; }
.calendar_eventtoday A { text-decoration: none;	font-weight: bold; color: red; }
