﻿.mainTableTOC {
	background-color: #000000;
	border: 0px solid #BBBBBB;
	width: 650px;
	table-layout: fixed;
	margin:8px;
 }

.navTableTextTOC {
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRowTOC {
    height: 40px;
	background-color: #FEFFFE;
	text-align: left;
	vertical-align: middle;
    margin: 0px;
    padding: 6px;
	}

/* Month and Year Text Setup */
.monthYearTextTOC {
	font-weight: bold;
	color: #000000;
	font-size: 1.4em;
	}

/* Day Names Row Setup */
.dayNamesRowTOC {
    height: 20px;
	background-color: #7BBE20;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesTextTOC {
	font-weight: bold; 
	color: #000000;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rowsTOC {
	color: #000000;
	text-align: left;
	vertical-align: top;
	height: 80px;
	}

/* Color of Today's Date */
.todayTOC {
	font-weight: Bold; 
	color: #FFFF00;
	background-color: #7BBE20;
	text-align: left;
	vertical-align: top;
    padding: 2px;
    margin: 0px;
	}

.titleTOC {
	text-overflow:ellipsis;
	overflow:hidden;
	/*white-space:nowrap;*/
    padding: 1px;
    margin: 0px;
	font-weight: bold;
    }

.daynumTOC {
	font-weight: Bold; 
	color: #000000;
	background-color: #E3F4CA;
	text-align: left;
	vertical-align: top;
    padding: 2px;
    margin: 0px;
	}

.formElements {
	
}
.formButtons {
	
}
.sOtherTOC {
    background-color: #D4D4D4;
	color: #BBBBBB;
	}
.s20TOC {
	background-color: #FFFFFF;
	height: 80px;
	}
.s20TOC0 {
	background-color: #F3F3F3;
	height: 80px;
	}













/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #000000;
	width: 160px;
	margin: 0px;
	font-size:0.9em;
	border: 0;
 }

.navTable {
	/*background-color: #CCCCCC;*/
	border: 0px solid #FFFFFF;
	width: 152px;
	margin: 2px;
 }

.navTableText {
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 1.6em;
	background-color: #7BBE20;
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-size: 1.1em;
	font-weight: Bold;
	color: #252216;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 1.8em;
	background-color: #E3F4CA;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
	font-weight: bold; 
	color: #000000;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	color: #000000;
    line-height: 1.3em;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	font-weight:bold;
    }

/* Pop-up Events Setup */
.popupDate {
	font-weight: bold;
	font-size: 0.7em;
	margin:2px;
	padding: 4px;
	}

.popupDateTable {
	color: #FFFFFF;
	background-color: #7BBE20;
}

.popupEventTitle {
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px;
	vertical-align: middle;
}

.popupEventTime {
	color: #000000;
	padding: 2px;
}

.popupEventDescription {
	border: 1px solid #7BBE20;
	padding: 4px;
	margin: 2px;
	background-color: #FFFFFF;
}


.popupEventDate {

	}

.popupEnd {
	color: #FFFFFF;
	}

.popupClose {
	color: #000000;
	text-align: right;
	background-color: #7BBE20;
	}

.popupCloseBrackets {
	text-align: right;
	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #FFFFFF;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #000000;
	}

/* Show dates from other months */
.sOther {
    background-color: #EEEEEE;
	color: #BBBBBB;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	background-color: #F4FCE9;
	}


.categoryName {
	font-weight: bold;
}
.categorySelection {

}
.categoryDiv {
	padding:2px;
}

/* Kategorie-Farben */
.s229 {background-color: #7BBE20;} /* dunkel */
.s230 {background-color: #B1E66A;} /* mittel */
.s22 {background-color: #CCFF00;} /* hell */
.s29999 {background-color: #FFFF00;}

 div#overDiv div span{
 	visibility: hidden;
 }
 div#overDiv div.categoryDiv span{
 	visibility: visible;
 }
