







/* Neobecne nastaveni */

.boeunitdocument {
	border-bottom:1px solid silver;	
	padding-bottom:10px;
}


/* Arrangements */
#content #horizontal{
	overflow: auto;
	width: 88%;
	padding-top: 0px;
}
#content table.list tr th.horizontal{
	height: 42px; 
	border-bottom:1px solid #BBCEDC;
}
#content table.list tr th.horizontalFirst{
	height: 60px; 
	border-bottom:1px solid #BBCEDC;
}
	


/** APPLICANTS LIST */
#content table.list tr.accepted {
	background-color: #e8fee8;
}

#content table.list tr.unknown {
	background-color: #fff1e9;
}





/* Class details */

.classDetails {
	width:30em !important;
	font-size:110% !important;
	background:#F6FAFC !important;
}
.indexLeftCol .classDetails {
	width:100% !important;
} 



/* Absence */
.absenceNotExcused {
	background:#fab9b4;
}
.absenceFuture {
	background:#baf791;
}



