 /* main site classes */
body { background-color: #000; margin-left: 0px; margin-top: 5px; padding: 0px; }
td   { color: #000; font-size: 11px; font-family: Verdana, Arial; }
h1   { color: #000; font-size: 14pt; font-family: Georgia, "Times New Roman"; }
h2  { color: #b7b743; font-size: 14pt; font-family: Georgia, "Times New Roman"; }
hr { border: #CCC 1px dashed; }
img { border: 0px; }
#contentcontainer { padding: 10px 10px 0px 15px; }
A:link   { color: #0000CC; font-size: 11px; font-family: Verdana, Arial; text-decoration: underline; }
A:visited   { color: #0000CC; font-size: 11px; font-family: Verdana, Arial; text-decoration: underline; }
A:hover   { color: #0000CC; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; }
A.top_nav:link   { color: #FFF; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; }
A.top_nav:visited   { color: #FFF; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; }
A.top_nav:hover   { color: #CCC; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; }
A.linksmall:link  { color: #0000CC; font-size: 11px; font-family: Verdana, Arial; text-decoration: underline; }
A.linksmall:visited  { color: #0000CC; font-size: 11px; font-family: Verdana, Arial; text-decoration: underline; }
A.linksmall:hover  { color: #0000CC; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; }
.textsmall   { color: #646464; font-size: 11px; font-family: Verdana, Arial; }
 /* side navigation classes */
#navcontainer { padding: 10px 5px 0px 0px; }
#navlist { margin-left: 0; padding: 0; list-style: none; }
#navlist li { padding: 8px 0px 0px 0px; text-align:right; }
#navlist ul { list-style: none; }
A.nav-side:Link {text-decoration: underline; color: #2A2A2A; font-size: 11px; }
A.nav-side:Visited {text-decoration: underline; color: #2A2A2A; font-size: 11px; }
A.nav-side:Active {text-decoration: underline; color: #2A2A2A; font-size: 11px; }
A.nav-side:Hover {text-decoration: none; color: #000; font-size: 11px; }
 /* classes which define more info links */
A.moreInfo:Link { font-style: normal; }
A.moreInfo:Visited { font-style: normal; }
A.moreInfo:Active { font-style: normal; }
A.moreInfo:Hover { font-style: normal; }
.inputFormButton { font-size:12px; cursor:hand; background-color:#CCC; color: #000; width: 110px; border: 1px; border-style: solid; border-color: #000; }
 /* classes which define the calendar styles */
.inputFormButton { font-size: 10px; color: #000; background-color:#CCC; border-style:1px; }
.titleSpecial { font-size: 12px; font-weight: bold; color: #000; }
A.linkSpecial { font-weight: normal; color: #0000FF; text-decoration: underline; }
A.linkSpecial:hover { color: #0000FF; text-decoration: none; }
.titleEvent { font-weight: bold; }
.eventLine { font-weight: normal; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 11px;font-weight: bold; }
.gridMain { font-size: 11px;font-weight: normal; }
.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;font-weight: normal; }
.dropDownInCalendar {font-size: 12px; background-color:#FFF; border: 1px #666 solid; }
.allEventsLink { font-size: 12px; }
.textOutsideCalendar { font-size: 11px; }
.anyText { font-size: 14px; }
.calendardetail { line-height: 15px; font-weight: normal; padding-right: 5px; padding-left: 5px; }