.mainTableTOC {
	border: 2px solid #777777;
	border-collapse: collapse;
	width: 705px;
	table-layout: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	
 }
.mainTableTOC tbody {
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat; 
}
.mainTableTOC TD {
	
}
.rowsTOC {
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;	
}

.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: #222222;
	text-align: left;
	vertical-align: middle;
    margin: 0px;
    padding: 6px;
}

/* Month and Year Text Setup */
.monthYearTextTOC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: Bold;
	color: #FFFFFF;
}

/* Day Names Row Setup */
.dayNamesRowTOC {
	height: 20px;
	background-color: #99CD17;
	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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	margin: 0px;
	background-image: url(images/todayBar.gif);
	background-color: #9DCE00;
	}

.titleTOC {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
    padding: 1px;
    margin: 0px;
    }

.daynumTOC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FBFCEF;
	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 {
	height: 88px;
	vertical-align: top;
	background-image: url(images/prevNextMoQuiltedBG.png);
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	vertical-align: top;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	background-repeat: repeat;
	background-position: center center;
	}
.s20TOC {
	height: 88px;
	vertical-align: top;
	background-image: url(images/newDayQuiltedBG.png);
	color: #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
  outline-offset: 2px;
	background-repeat: repeat;
	background-position: center center;

	}
.s20TOC0 {
	height: 88px;
	vertical-align: top;
	background-image: url(images/newWeekendQuiltedBG.png);
	color: #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-repeat: repeat;
	background-position: center center;
	}
	#FilterBlock{
	position: relative;
	height: 0px;
	width: 0px;
	overflow: visible;

	}
#FilterForm{
	top: 16px;
	left: 165px;
	display: block;
	z-index: 5;
	position: relative;
	width: 220px;
	overflow: visible;

}
#FilterForm select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 1px solid #7F7F7F;
	width: 175px;
	border-spacing: 0px; 
 }
/*.mainTable tr {
	background-color: #9DCE00;
}*/
.navTable {
	border: 0px solid #FFFFFF;
	width: 175px;
 }
.navTable a #prevNavButt {
	background-image: url(calendar/theme/other/images/prev.gif);
}
.navTable a:active #prevNavButt {
	background-image: url(calendar/theme/other/images/prev-down.gif);
}
.navTable a #todayNavButt {
	background-image: url(calendar/theme/other/images/today.gif);
}
.navTable a:active #todayNavButt {
	background-image: url(calendar/theme/other/images/today-down.gif);
}
.navTable a #nextNavButt {
	background-image: url(calendar/theme/other/images/next.gif);
}
.navTable a:active #nextNavButt {
	background-image: url(calendar/theme/other/images/next-down.gif);
}

.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(images/monthBg.gif);
	line-height: 17pt;
	text-align: center;
	vertical-align: middle;
	background-color: #7F7F7F;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	}

/* Day Names Row Setup */
.dayNamesRow  {
	line-height: 11pt;
	background-color: #E4E4E4;
	text-align: center;
	vertical-align: bottom;
	padding-top: 1px;
	}

/* Day Name Setup */
.dayNamesText {
	background-image:   url(images/dayBg.gif);
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #464646;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
	line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	}

/* Color of Today's Date */
.today {
	color: #CF0000;
    }

/* Pop-up Events Setup */
.popupDate {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #99CD17;
	height: 18px;
	vertical-align: middle;
	text-indent: 6px;
	padding: 3px 3px 0px;
	border: 5px solid #000000;
	}
.popupClose {
	text-align: right;
	height: 18px;
	width: 18px;
}
.popupClose a {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #990000;
	height: 18px;
	vertical-align: middle;
	padding: 3px 3px 0px;
	display: block;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 0px solid #000000;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}
.popupClose a "[" {
	display: none;

}

.popupDateTable {
	text-align: left;
	margin: 0px;
 }
.popupDateTable br {
	display: none;
 }
 

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 2px 2px 2px 6px;
	vertical-align: middle;
	text-align: left;
	height: 14px;
}

.popupEventTime {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
	background-color: #191715;
	padding: 1px;
	border-top: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-indent: 6px;
	text-align: left;
}

.popupEventDescription {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	font-weight: normal;
	background-color: #191715;
	padding: 1px;
	border-top: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-indent: 6px;
	text-align: left;
}


.popupEventDate {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
	text-align: left;
	vertical-align: middle;
	background-color: #191715;
	padding: 1px;
	margin-bottom: 5px;
	border-top: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-indent: 6px;
	}

.popupEnd {
font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 2px 2px 2px 6px;
	vertical-align: middle;
	text-align: left;
	height: 14px;
	}



.popupCloseBrackets {

	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #DBDBDB;
	background-image: url(images/s2BG.gif);
	background-position: right bottom;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #EBEBEB;
	}

/* Show dates from other months */
.sOther {
	background-color: #D1D1D1;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #D1D1D1;
	background-image: url(images/s200BG.gif);
	background-position: right bottom;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	background-color: #CFCFCF;
	background-image: url(images/s200BG.gif);
	background-position: right bottom;
	}


.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}
.categoryDiv {
	background-color: #FCF5EF;
}

.mainTableTOC .s21 {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 3px;
	background-image: url(images/eccDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainTableTOC .s22 {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 3px;
	background-image: url(images/ecaDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.mainTableTOC .s23 {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 3px;
	background-image: url(images/elusieDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainTableTOC .s24 {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 3px;
	background-image: url(images/elusieDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainTableTOC .s25 {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 3px;
	background-image: url(images/flywheelDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainTableTOC .s210 {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 3px;
	background-image: url(images/allDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.mainTableTOC .s211 {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 3px;
	background-image: url(images/magentaDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainTableTOC .s29999 {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 3px;
	background-image: url(images/allDot.gif);
	background-color: #FFFF00;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainTable .s21 {/*ecc*/
	border-top: 2px solid #2B69D0;
	background-color: #A6CAF5;
}
.mainTable .s22 {/*eca*/
	border-top: 2px solid #5233D9;
	background-color: #C0BFFA;
}
.mainTable .s23 {/*eastmont*/
	border-top: 2px solid #23B4C1;
	background-color: #9FDFE6;
}
.mainTable .s24 {/*elusie*/
	border-top: 2px solid #23B4C1;
	background-color: #9FDFE6;
}
.mainTable .s25 {/*flywheel*/
	border-top: 2px solid #22B559;
	background-color: #A0E3BA;
}
.mainTable .s210 {/*other*/
	border-top: 2px solid #8CCB30;
	background-color: #D1EF9A;
}
.mainTable .s211 {/*building updates*/
	border-top: 2px solid #C1215F;
	background-color: #E4BDCB;
}
.mainTable .s29999 {
	border-top: 2px solid #8CCB30;
	background-color: #D1EF9A;	
}
#overDiv .s21 {/*ecc*/
	border-left: 16px solid #2B69D0;
	background-color: #A6CAF5;
}
#overDiv .s22 {/*eca*/
	border-left: 16px solid #5233D9;
	background-color: #C0BFFA;
}
#overDiv .s23 {/*eastmont*/
	border-left: 16px solid #23B4C1;
	background-color: #9FDFE6;
}
#overDiv .s24 {/*elusie*/
	border-left: 16px solid #23B4C1;
	background-color: #9FDFE6;
}
#overDiv .s25 {/*flywheel*/
	border-left: 16px solid #22B559;
	background-color: #A0E3BA;
}
#overDiv .s210 {/*other*/
	border-left: 16px solid #8CCB30;
	background-color: #D1EF9A;
}
#overDiv .s211 {/*building updates*/
	border-left: 16px solid #C1215F;
	background-color: #E4BDCB;
}
#overDiv .s29999 {
	border-left: 16px solid #8CCB30;
	background-color: #D1EF9A;	
}
#overDiv .popupDate {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #99CD17;
	height: 18px;
	vertical-align: middle;
	text-indent: 6px;
	padding: 3px 3px 0px;
	border: 4px solid #000000;
	}
#overDiv br {
 	display: none;
}
#overDiv div {
	margin-right: 4px;
	margin-left: 4px;
 }

