﻿html {
  color: #fff;
  font-size: 1em;
  font-family: sans-serif;}

a {
  color: #fff;}

#logoContainer {}
  
  #logoContainer a {
    width: 800px;
    height: 200px;
    display: block;}

#calendarContainer {
  color: #000;}

  #calendarContainer a {}
  
    #calendarContainer a:hover {
      text-decoration: none;}
  
  #calendarContainer .Normal {
    font-size: 0.8em;}
  
  #calendarContainer .heading2 {}

  #calendarContainer .heading3 {}

  #calendarContainer table.topNavTable {
    font-size: 0.8em;
    font-weight: bold;}

  #calendarContainer table.login {
    color: #000;
    font-size: 0.8em;}
  
  #calendarContainer table.maintble {
    background: #000;
    color: #000;
    width: 95%;
    border: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 0.8em;}
  
    #calendarContainer table.maintble tr {}
    
      #calendarContainer table.maintble tr td {}
      
        #calendarContainer table.maintble tr td.heading2,
        #calendarContainer div.heading2 {
          background: #ffcc33;
          color: #000;
          text-align: center;
          font-size: 1.1em;
          font-weight: bold;
          padding: 3px 0;}
        
        #calendarContainer table.maintble tr td.titlebar {
          background: #000063;
          color: #fff;
          text-align: center;
          font-weight: bold;
          padding: 3px 0;}
        
        #calendarContainer table.maintble tr td.cell,
        td.item,
        td.smallCell {
          background: #fff;
          color: #000;
          text-align: left;}
        
        #calendarContainer table.maintble tr td.cellToday {
          background: #91a3bb;
          text-align: left;
          color: #000;}
        
        #calendarContainer table.maintble tr td cell a,
        #calendarContainer table.maintble tr td.cellToday a {
          color: #000063;
          font-weight: bold;}
      
    table.viewCalendar {
      color: #000;
      font-family: sans-serif;}
  
  #calendarContainer div {}
    
    div.viewCalendar {  
      color: #000;
      width: 95%;
      margin: 0 auto;
      background: #fff;}
      
      div.viewCalendar a,
      div.viewCalendar a:hover {
        color: #000;}
    
    #calendarContainer div.selectMonthYear {
      padding: 10px;}
  
  #calendarContainer .cell {}
  
  #calendarContainer .cellToday {}
  
  #badgeContainer {
    font-size: 0.8em;}
  

/*A               {COLOR: #000066; FONT-FAMILY: verdana; FONT-SIZE: 8pt; TEXT-DECORATION: none}
A:active		{COLOR: #000066; FONT-FAMILY: verdana; FONT-SIZE: 8pt;  TEXT-DECORATION: none}
A:hover			{COLOR: red; FONT-FAMILY: verdana; FONT-SIZE: 8pt;  TEXT-DECORATION: underline}

.Normal         { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; FONT-SIZE: 9pt}
.heading2       { COLOR: #000099; FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 13pt; FONT-WEIGHT: bold}
.heading3       { COLOR: #000099; FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 10pt; FONT-WEIGHT: bold}
TD              { COLOR: #000066; FONT-FAMILY: verdana; FONT-SIZE: 8pt}
div		{ COLOR: #000066; FONT-FAMILY: verdana; FONT-SIZE: 8pt}

.titlebar {color:#ffffff;background-color:Navy; text-align:center;font-family:Arial,helvetica;font-size:10pt;font-weight:bold}

.maintble {background-color: #fff;}
.cell {background-color: #A8B8FF;color:#000000}
.cellToday {background-color: #6A75D5;color:#ffffff}
TR {background-color: #ffffff;}
*/