BODY {
  font-family: tahoma, arial, san-serif;
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-size: 11px;
}

TD {
  font-size:11px;
  font-family: tahoma, arial, san-serif;
}

.pageBodyPadding , .pageBody th {
  padding: 20px;
}

.news {
  padding: 5px;
  border: solid 1px #344483;
  background-color: #FFF;
}

A {
  color: #275e87; 
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}


.header {
  font-weight: bold; 
  font-size: 18px; 
  color: #555A9A;
}

.new {
  font-weight: bold; 
  font-size: 14px; 
  color: #4D2547;
}

.stripe {
 background: url(img/bg.gif);
 background-repeat: repeat-x; 
}

.stripe2 {
 background: url(img/bg2.gif);
 background-repeat: repeat-x; 
}

.address {
  padding: 10px;
}

H1.title {
  font-weight: bold; 
  font-size: 16pt; 
  font-family: Microsoft Sans Serif, tahoma, arial, san-serif;
  margin: 0px 5px 5px 20px; 
  color: #FFF; 
  text-decoration: none;
}

.menu, 
.menu A 
{
  font-family: Microsoft Sans Serif, tahoma, arial, san-serif;
  font-size: 10pt; 
}

DIV.TableHeader,
.TableHeader TH, .TableHeader TD
{
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #AB579E;
  border-color: #000000;
}






.TableFooter TD {
  background-color: #D6ACCF;
  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: #AB579E;
 color: #FFF !important;
}

TD.tabbedpanelitemhover, TD.tabbedpanelitemhover A, TD.tabbedpanelitemhover A:hover, TD.tabbedpanelitemhover A:visited 
{
  text-decoration:none;
 background-color: #B77CC4;
 color: #FFF !important;
 cursor:hand;
}

TD.tabbedpanelitemactive, TD.tabbedpanelitemactive A, TD.tabbedpanelitemactive A:hover, TD.tabbedpanelitemactive A:visited 
{
  text-decoration:none;
 background-color: #fff;
 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: #EED3F4;
}

TD.CalendarWeekCellHighlighted
{
  background-color: #AB579E;
  color: White;
}


TD.CalendarEntry,
TD.calendarEntryHighlighted,
TD.calendarEntryOutOfRange
{
  height: 45px;
}

 TD.calendarEntryHighlighted
{
  background-color: #AB579E;
  color: White;
}

 TD.calendarEntryOutOfRange
{
  background-color: #CCCCCC;
}

TD.calendarYear A,
TD.calendarYear A:hover,
TD.calendarYear A:visited
{
}

.currentMonth
{
  text-align: center;
  font-size: 24px;
  color: #555A9A;
  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:#AB579E;
}
.MenuButton A,
.MenuButton A:hover,
.MenuButton A:Visited
{
  text-decoration:none !important;
  color:#fff;
}
.MenuButtonHover
{
  background:#B77CC4;
}

