.mainTableTOC {

/*	width: 705px; */
	table-layout: fixed;
		font-size: 11px; 
	
 }

.navTableTextTOC {

	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRowTOC {

	text-align: left;
	vertical-align: bottom;
    margin: 0px;
    padding: 6px 0;
	}



/* Day Names Row Setup */
.dayNamesRowTOC {

	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesTextTOC {
	font-weight: Bold; 
	color: #FFFFFF;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rowsTOC {

	text-align: left;
	vertical-align: top;
	height: 88px;
	}

/* Color of Today's Date */
.todayTOC {

	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-bottom: 0;
    margin: 0px;

	background-color: f5f3e6;
    }

.titletoc span {

margin: 0;
padding: 0;
background-color: red;
}



.daynumTOC {

	text-align: left;
	vertical-align: top;
    padding: 2px 0 4px 2px;
    margin: 0px;

	}




/* CELLS TO RENDER CANELDAR GRID */
.sOtherTOC {

	vertical-align: top;
    padding: 2px 0 4px 2px;

	}
.s20TOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	height: 88px;
	vertical-align: top;
		padding: 3px;
	}
.s20TOC0 {
	font-family: Geneva, Verdana, Arial, sans-serif;
	background-color: #D4D4D4;
	height: 88px;
	vertical-align: top;
		border: 1px solid #E4E2CE;
			padding: 3px;
	}













/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border-collapse: collapse;
	width: 175px;
 }

 .maintable tr td {
 	border-top: 1px solid red;
 }

.navTable {

	border: 0px solid #FFFFFF;
	width: 175px;
 }

.navTableText {
	font-weight: Normal;
	text-decoration: none;
	}

/* Month and Year Row Setup */
.monthYearRow {
	background-color: #EFEDD8; 
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: trebuchet, Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #860B06;
	}

/* Day Names Row Setup */
.dayNamesRow {
	background-color: #F5F4D3;
	text-align: center;
	vertical-align: middle;
		font-size: 90%;
	}

/* Day Name Setup */
.dayNamesText {

	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {

	color: #433D27;
	text-align: center;
	vertical-align: middle;
	}

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

/* Pop-up Events Setup */





.popupEnd {
	color: #A4A4A4;
	}




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

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #E4E2CE;
	color: #595959;
	font-size: 80%; 
	text-align: center;	
	
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
		font-size: 90%;
		text-align: center;
	}

/* Show dates from other months */
.sOther {
    background-color: #EFEDD8;
	color: #BBBBBB;
		font-size: 90%;
		text-align: center;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	background-color: #D0D0D0;
	}



.s210 {
	line-height: 1em;
}

.categoryName {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.categorySelection {
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}
.categoryDiv {
	background-color: #FCF5EF;
}