#content p.cTitle { font-size: 0.9em; font-weight: bold; }

#content p.cJumpTo a:link { color: #000; text-decoration: none; font-size: 0.9em; }
#content p.cJumpTo a:visited { color: #000; text-decoration: none; font-size: 0.9em; }
#content p.cJumpTo a:hover { color: #000; text-decoration: none; font-size: 0.9em; background-color: #FAB80A; }
#content p.cJumpTo a:active { color: #000; text-decoration: none; font-size: 0.9em; background-color: #FAB80A; }

#content p.cHelpText { font-size: 0.8em; text-align: right; font-weight: bold; }

td.cJumpTD { width: 250px; }
td.cHelpTD { align: right; vertical-align: bottom; width: 476px; }

p.cEventOff { font-size: 0.8em; margin-left: 5px; margin-right: 3px; margin-top: 0.6em; }
p.cEventOn  { font-size: 0.8em; margin-left: 5px; margin-right: 3px; margin-top: 0.6em; }

td.cTabMonth { vertical-align: top; text-align: left; color: #703824; padding-right: 10px; }

td.cTabDay { width:90px; font-size: 0.9em; font-weight: bold; vertical-align: bottom; }

td.cTabBlank { width:90px; height: 90px; }

td.cTabOff { width:90px; height: 90px; vertical-align: top; border: 1px solid #CFA303; background-color: #FAB80A; }

td.cTabOn { width:90px; height: 90px; vertical-align: top; border: 1px solid #999999; background-color: #FFFFFF; }

td.cTodayOff { width:90px; height: 90px; vertical-align: top; background-color: #FFFFFF; }

td.cTabHGap { width:10px; }
td.cTabVGap { height:10px; }

span.popTitle { font-weight: bold; }

#eventPopDiv { margin: 6px; }

p.describe { width: 60%; }

/*
Event colors, highlights, and underlines
*/

#content table.cTable a:hover { background-color: #FAB80A; }

#content table.cTable td.cTabOff p.cEventOff a { color: #000000; text-decoration: none; }
#content table.cTable td.cTabOff p.cEventOff a span.cEventTime { color: #FFFFFF; }
#content table.cTable td.cTabOff p.cEventOff a span.cEventName { text-decoration: underline; }

#content table.cTable td.cTabOn p.cEventOff a { color: #000000; text-decoration: none; }
#content table.cTable td.cTabOn p.cEventOff a span.cEventTime { color: #000000; }
#content table.cTable td.cTabOn p.cEventOff a span.cEventName { text-decoration: underline; }

#content table.cTable td.cTabOn p.cEventOff a:hover { color: #000000; text-decoration: none; }
#content table.cTable td.cTabOn p.cEventOff a:hover span.cEventTime { color: #000000; }
#content table.cTable td.cTabOn p.cEventOff a:hover span.cEventName { text-decoration: none; color: #FFFFFF; }

#content table.cTable td.cTodayOff p.cEventOff a { color: #000000; text-decoration: none; }
#content table.cTable td.cTodayOff p.cEventOff a span.cEventName { text-decoration: underline; }

#content table.cTable td.cTodayOff p.cEventOff a:hover { color: #000000; text-decoration: none; }
#content table.cTable td.cTodayOff p.cEventOff a:hover span.cEventName { text-decoration: none;  color: #FFFFFF; }

