
BODY {
  font-size:11px;
  font-family:  tahoma, arial, san-serif;
  background-color: #CCFE99;
}

TD{
  font-family:  tahoma, arial, san-serif;
  font-size:11px;
}

.pageBody, .pageBody TD , .pageBody th {
  font-family:  tahoma, arial, san-serif;
  font-size:11px;
}

A {
  color: #00B;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A.menu {
  color: #FFF;
  font-size: 14px;
}

A.menu:hover {
  font-weight: bold; 
  text-decoration: none;
}

.menu{
  color: #CCC;
  font-size: 14px;
  text-transform:capitalize;
}

.mmenu{
 background-color: #9966FE;
}

.mmenu2{
 background-color: #900;
}

.header{
  color: #000;
  font-size: 26px;
}

.new{
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.news{
 background-color: #FFF;
}

.required{
  color: #9966FE;
  font-weight: bold;
}


.contact{
 font-size: 14px; 

}

.TableHeader TH, .TableHeader TD
{
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #9966FE;
  border-color: #000000;
}






.TableFooter TD {
  background-color: #CDB3FF;
  color: #000;
}

.TableWithBorders, .TableWithBorders TD {
  border-color: #000000;
}

.registrationControls
{
  width: 200px;
  height: 23px;
}

.spaceBox
{
  padding: 15px;
}

TD.frameContent
{
  border-left:   solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-right:  solid 1px #000000;
}

TD.tMnuBorder
{
 background-color: #000000;
}

TD.tabbedpaneliteminactive, TD.tabbedpaneliteminactive A, TD.tabbedpaneliteminactive A:hover, TD.tabbedpaneliteminactive A:visited 
{
  text-decoration:none;
 background-color: #9966FE;
 color: #FFFFFF !important;
}

TD.tabbedpanelitemhover, TD.tabbedpanelitemhover A, TD.tabbedpanelitemhover A:hover, TD.tabbedpanelitemhover A:visited 
{
  text-decoration:none;
 background-color: #CECFFF;
 color: #000 !important;
 cursor:hand;
}

TD.tabbedpanelitemactive, TD.tabbedpanelitemactive A, TD.tabbedpanelitemactive A:hover, TD.tabbedpanelitemactive A:visited 
{
  text-decoration:none;
 background-color: #CCFE99;
 color: #000000 !important;
}

P
{
  margin: 10px 0px 10px 0px; 
}

.header P
{
  margin: 0px 0px 13px 0px;
}


.calendarLink,
.calendarLinkHighlighted
{
  padding: 3px 10px 10px 3px;
}

A.calendarLinkHighlighted,
A:hover.calendarLinkHighlighted,
A:visited.calendarLinkHighlighted
{
  font-weight: bold;
  text-decoration: none;
}

.CalendarTable TD
{
  width: 14%;
  text-align:left;
}

TD.CalendarWeekCell
{
  background-color: #fff;
}

TD.CalendarWeekCellHighlighted
{
  background-color: #9966FE;
  color:White;
}


TD.CalendarEntry,
TD.calendarEntryHighlighted,
TD.calendarEntryOutOfRange
{
  height: 45px;
}

 TD.calendarEntryHighlighted
{
  background-color: #9966FE;
  color: White;
}

 TD.calendarEntryOutOfRange
{
  background-color: #CCCCCC;
}

.currentMonth
{
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
} 

/* custom classes grid formatting */
table.customClassesTable
{
    border: none;
    width: 100%;
}

.customClassesTable td
{
    padding: 1px;
}

td.customClassesHeaderCell
{
    font-weight: bold;
}

tr.customClassesHeaderRow
{
    vertical-align: top;
    font-weight: bold;
}

tr.customClassesTableRow
{
}

tr.customClassesTableRowAlt
{
}

.customClassesTableFirstCell
{
}

.customClassesTableLastCell
{
}
/****** Menu Buttons *******/
.MenuButton
{
  width:150px;
  height:110px;
  cursor: hand;
  cursor: pointer;
  border:solid 2px #000000;
  text-align:center;
  vertical-align:middle;
}
.MenuButton TD
{
  padding:15px;
  background:#9966FE;
}
.MenuButton A,
.MenuButton A:hover,
.MenuButton A:Visited
{
  text-decoration:none !important;
  color:#fff;
}
.MenuButtonHover
{
  background:#A8A8A8;
}
