@CHARSET "UTF-8";

@import "layout.css";
@import "form.css";

a {
	color:#1778BF;
}

a img {
	border:none;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size:1.4em;
	margin:3em 0 0.5em 0;
	padding:0;
	border-bottom:1px solid #ddd;
	}

h3 {
	font-size:1.2em;
	margin:3em 0 0.5em 0;
	padding:0;
	color:#777;
	font-weight: normal;
	}

form {
	margin:1em 0;
	}
	
	
.hideForNonPrint {
	display: none;
}	
	
.submitlink {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #1778BF;
	border-left: 0;	
	display: inline;
	margin: 0;
	padding: 0;
	color:#1778BF;	
	font-size: 98%;
	cursor: hand;
	         
	
}

*:first-child+html .submitlink {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}

* html .submitlink {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}

	

/* ############### tooltip ############### */

.tooltip {text-decoration:none;}

.tooltip .info{display:none;padding:.5em;}

.tooltip:hover .info{
	display:block;
	position:absolute; 
	/*background: #C2DBEF;*/ 
	background: #eee; 
	border:1px solid #3B84BF;
	color:#000;
	font-weight: normal;
	font-size:1em;
	/*opacity: .9;
	/* ie5 */
	/*filter: alpha(opacity=90);*/ 
	/*ie8*/
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/ 
}

.tooltip .info .head {
	display:block;
	padding:.5em 0;
	font-weight: bold;
	}

.tooltip ul, .tooltip ol {
	margin: 0 0 0 1.5em;
	padding: 0;
	list-style-position: outside;
	}

.enlarge {width:6em;}

/*.enlarge:hover {width:32.2em;display:block;position:absolute;}*/
.enlarge:focus {
	width:26em;
	/*width:915px;*/
	display:block;
	position:absolute;
	/*font-size: 1.3em;*/
	padding:.2em;
	border: .2em solid #3B84BF;
	/*background: url("../images/input-bg.jpg") no-repeat 0pt 0pt;*/
}

.enlarge2 {width:6em;}
/*.enlarge2:hover {width:8em;display:block;position:absolute;}*/
/*.enlarge2:focus {width:8em;display:block;position:absolute;}*/


.enlarge3 {width:30em; height:1.3em;vertical-align: middle;background:url('../images/arrow-down.gif') no-repeat right;}

/*.enlarge:hover {width:32.2em;display:block;position:absolute;}*/
.enlarge3:focus {
	height:10em;
	/*width:915px;*/
	display:block;
	position:absolute;
	/*font-size: 1.3em;*/
	padding:.2em;
	border: .2em solid #3B84BF;
	background: #FFF;
}

.enlarge4 {width:17em;}

/*.enlarge:hover {width:32.2em;display:block;position:absolute;}*/
.enlarge4:focus {
	width:26em;
	/*width:915px;*/
	display:block;
	position:absolute;
	/*font-size: 1.3em;*/
	padding:.2em;
	border: .2em solid #3B84BF;
	/*background: url("../images/input-bg.jpg") no-repeat 0pt 0pt;*/
}


/* ############### lsf lookup ############### */
.lsfLookup img {
	vertical-align: top;
	margin-top:.3em;
	}

/* ############### datepicker ############### */
.date-picker {
	width: 5em;
	background: url("../images/input-bg.jpg") no-repeat;
	border:1px solid #999;
	padding:.1em;
	}
	
.date-picker:focus {
	border-color:#1778BF;
	color:#1778BF;
	}	
	
.ui-datepicker-trigger {
	margin:.2em 0 0 .3em;
	vertical-align: top;
	
	}

 /* ############### division ############### */
 
 .division {
 	color:#000;
 	font-weight: bold;
 	font-size: 1.1em;
 }
 
 .division span {
 	 color:#000;
 	 width:100px;
 	 display:block;
 	 float:left;
 	 font-weight: normal;
 }

/* ############### tables ############### */
		
	
.files {
	border-collapse: collapse;
	width: 100%;
	/*margin-top:1em;*/
	clear: both;
	border:1px solid #ccc;
	border-top:1px solid #3B84BF;
	}

.files td, th {
 text-align: left;
 vertical-align: top;
 padding: .3em;
}

.files.lehrdeputat td, #files.lehrdeputat th {
	vertical-align: top ;
	}  

.files tr.odd td {
	background: #eee;
	}

.files th {
	font-weight: bold;
	background: #86C0EF;
	border-bottom: 1px solid #3B84BF;	
}


.files tr:hover td, #files tr:focus td
, #files tr.odd:hover td, #files tr.odd:focus td {
	background: #DFF1FF;
}


.files td {
	border-top: 1px solid #eee;
	color:#666;
}

.files tr.current td {
	background: #EFA4C3;
	}

.files tr.current:hover td 
,#files tr.current:focus td {	
	background: #EF68A0;
	}


	
.files tr.current td
,.files tr.current td a {
	color:#fff;
}

.files td .icon {
	margin-right:.5em;
	vertical-align: bottom;
}

.files a {
	color:#3B84BF;
}

.LVprint {
	display:none;
	}

#jsMessage {
	color:#f00;
	}

/*#files tr:hover td a, #files tr td:hover a
,#files tr:focus td a, #files tr td:focus a {
	color: #5FBBFF;
}*/

#tuecolored {
	width:0px;
	margin-right:0em;
	visibility:hidden;
}

/* ############# we tables ############# */

#weTypes {
	border: 1px solid #3B84BF;
	border-left: none;
	border-right: none;
	}


#weTypes th {
	font-weight: bold;
	background: #86C0EF;
	color:#000;
	border-bottom:1px solid #3B84BF;
	}

#weTypes td {
	padding:.3em .5em;
	background: #DFF1FF;
	border-bottom: 1px solid #ccc;
	}

#weTypes .last {
	border-bottom: none;
	}

#weBlocks {
	width:100%;
	}

#weBlocks .block td {
	background: #eee;
	border-top: 1px solid #bbb;
	padding:.3em 0;
}

#weBlocks .teacher td {
	padding:.3em 0;
	color:#555;
}

#weBlocks .teacher .name, #we .block .name {
	padding-left: .5em;
}

/* ############# box ############# */

.box {
	padding: .5em;
	}
	
.clear {
	clear: both;
	}	
	
/* ############# messages ############# */

.errorMessage {
	color:#f00;
	}	
	
	
.deleteButton{
	
	border:1px solid #000000;
	color:#FFFFFF;
	padding:0.1em;

	display:block;
	position:absolute; 
	/*background: #C2DBEF;*/ 
	background:none repeat scroll 0 0  rgb(153, 0, 0); 
	
	
	font-weight: normal;
	font-size:1em;
}
	
	
.overlayInput{

	display:block;
	position:absolute; 
	background: #EEEEEE; 
 
}
	
