 /* main site classes */
body { margin: 0; padding: 0; background-image:url(images/bg_site.gif); }
table, td, tr { padding: 5px 0 0 0; margin: 0; font-family:Arial, Helvetica, sans-serif; font-size: 12px; background-color:#FFF; border-collapse:collapse; }
#nav-bg { background-image:url(images/bg_nav.jpg); background-repeat:no-repeat; }
#contentpadding { padding: 0 7px 100px 7px; text-align:left; }
A:Link { text-decoration: underline ;color: #0000CC;  }
A:Visited { text-decoration: underline ;color: #0000CC; }
A:Active { text-decoration: none; color: #0000CC; }
A:Hover { text-decoration: none; color: #0000CC; }
A.linksmall:Link { color: #0000CC; font-size: 11px; }
A.linksmall:Visited { color: #0000CC; font-size: 11px; }
A.linksmall:Active { color: #0000CC; font-size: 11px; }
A.linksmall:Hover { color: #0000CC; font-size: 11px; }
h1 { font-family: arial; font-size: 15px; font-weight: bold; color: #ED1E24; text-decoration:none; }
#headercontainer { padding: 0; margin: 0; text-align:center; }
.textsmall { font-size:11px; }
 /* navigation classes */
#navcontainer { width: 169px; padding: 5px 0px 0px 0px; text-align:left; }
#navlist { margin-left: 0; padding-left: 5px; list-style: none; }
#navlist li { padding: 5px 0px 0px 0px; }
#navlist ul { list-style: none; }
A.navigation:Link { color: #166032; font-weight: bold; }
A.navigation:Visited { color: #166032; font-weight: bold; }
A.navigation:Active { color: #166032; font-weight: bold; }
A.navigation:Hover { color: #1B8346; font-weight: bold; }
 /* classes which define the calendar styles */
.inputFormButton { font-size: 10px; color: #000; background-color:#CCC; }
.titleSpecial { font-size: 12px; font-weight: bold; color: #000; }
A.linkSpecial { font-size: 12px; color: #0000FF; text-decoration: underline; }
A.linkSpecial:hover { font-size: 12px; color: #0000FF; text-decoration: none; }
.titleEvent { font-size: 12px; font-weight: bold; color: #000; }
.eventLine { font-size: 12px; color: #000; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 11px;font-weight: bold; }
.gridMain { font-size: 11px; }
.todayColorIn { color: #CC0000; background-color: #FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #333; background-color: #FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #999; } /* font color for days not in the display month for days in the display month */
.linkDayInCell { font-size: 11px; }
.dropDownInCalendar { font-size: 12px; background-color:#fff; border: 1px #666666 solid; }
.allEventsLink { font-size: 12px; }
.textOutsideCalendar { font-size: 12px; }
.calendardetail { font-size: 12px; line-height: 15px; color: #000; padding-right: 5px; padding-left: 5px; }