.mainTableTOC {
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  width: 705px;
  table-layout: fixed;
 }

.navTableTextTOC {
    font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 9px; 
  font-weight: Normal;
  text-decoration: none;
  color: #003366;
  }

/* Month and Year Row Setup */
.monthYearRowTOC {
    height: 32px;
  background-color: #FEFFFE;
  text-align: left;
  vertical-align: middle;
    margin: 0px;
    padding: 6px;
  }

/* Month and Year Text Setup */
.monthYearTextTOC {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: Bold;
  color: #355881;
  }

/* Day Names Row Setup */
.dayNamesRowTOC {
    height: 20px;
  background-color: #455678;
  text-align: center;
  vertical-align: middle;
  }

/* Day Name Setup */
.dayNamesTextTOC {
    font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px; 
  font-weight: Bold; 
  color: #FFFFFF;
  }

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rowsTOC {
  font-family: Arial, Geneva, Verdana, sans-serif;
  font-size: 10px;
  color: #433D27;
  text-align: left;
  vertical-align: top;
  height: 88px;
  }

/* Color of Today's Date */
.todayTOC {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: Bold; 
  color: #FFFF00;
  background-color: #31528E;
  text-align: left;
  vertical-align: top;
    padding: 2px;
    margin: 0px;
  }

.titleTOC {
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
    padding: 1px;
    margin: 0px;
    }

.daynumTOC {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: Bold; 
  color: #FBFCEF;
  background-color: #A2A3AE;
  text-align: left;
  vertical-align: top;
    padding: 2px;
    margin: 0px;
  }

.formElements {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.formButtons {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.sOtherTOC {
    background-color: #EEEEEE;
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #BBBBBB;
  }
.s20TOC {
  background-color: #F7F7F7;
  height: 88px;
  }
.s20TOC0 {
  background-color: #D4D4D4;
  height: 88px;
  }













/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
  background-color: #FFFFFF;
  border: 1px solid #003366;
  width: 175px;
 }

.navTable {
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  width: 175px;
 }

.navTableText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 9px; 
  font-weight: Normal;
  text-decoration: none;
  color: #003366;
  }

/* Month and Year Row Setup */
.monthYearRow {
  background-image:   url("../../img/month_year.jpg");background-repeat:repeat-x;
  line-height: 17pt;
  text-align: center;
  vertical-align: middle;
  height:20px;
  }

/* Month and Year Text Setup */
.monthYearText {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: Bold;
  color: #fff;
  }

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
  text-align: center;
  vertical-align: middle;
  }

/* Day Name Setup */
.dayNamesText {
  background-image:   url("dayBg.gif");
    font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px; 
  font-weight: Bold; 
  color: #433D27;
  }

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #433D27;
    line-height: 15pt;
  text-align: center;
  vertical-align: middle;
  }

/* Color of Today's Date */
.today {
  color: #FFF;
  font-weight:bold;
    }
	
.selected {
  color: #FFF;
  font-weight:bold;
    }

 .mainTable {
  border: none;
}

#previous_month{
  background-image:   url("../../img/previous.jpg");background-repeat:no-repeat;
  cursor: pointer;
}

#next_month{
  background-image:   url("../../img/next.jpg");background-repeat:no-repeat;
  background-position: top right;
  cursor: pointer;
}

#no_navigation{
  background-image:   url("../../img/no_navigation.jpg");background-repeat:no-repeat;
}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------


/* Normal Cell Background (date number with no event markings) */
.workday {
  background-color: #e2dfdf;
}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
  background-color: #EBEBEB;
}
  
/* selected day */
.selected {background-color: #e31818;}

/* Show dates from other months */
.sOther {
  background-color: #F7F2F3;
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #BBBBBB;
}
/* Weekend Cell Background (date number with no event markings) */
.weekend {
  background-color: #d6d6d6;
}

.today {
	background-color: #4b5760;
}

