/* CSS Document */

.error_field {
	background-image:url(../images/bg_errorfield_gradient.gif);
	background-repeat:repeat-x;
}


#validationErrors ul{
	margin-left:5px;
	margin-top:0px;
	line-height:10px;
	color:#B44604;
}

#validationErrors ul li{
	padding:0px;
	margin:0px;
}
/*
ul.listAutoLookup{
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.listAutoLookup li{
	list-style:none;
	list-style-type:none;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;	
	cursor:pointer;
}*/

.divAutoLookup{
	border:1px solid black;
	background-color:#FFFFFF;
}

.divAutoLookup li.selected { background-color: #D2D8DC; }

/* Only for new Autocompleter.Local */
.divAutoLookup ul{
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
}

.divAutoLookup li{
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;	
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	cursor:pointer;
}
/* END Only for new Autocompleter.Local */

.linkButton{
	text-decoration:underline;
	cursor:pointer;
}

.linkBtnStyleExport{
	text-decoration:none;
	display:block;
	padding:1px;
	border-left: 1px solid #FFFFFF;
	border-right: 2px solid #404040;
	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #404040;
	background-color:#D4D0C8;
	text-align:center;
	cursor:pointer;
	background-repeat:no-repeat;
	width: 110px;
	height: 15px;
}

.table_main{
	width:100%;
}

.table{
	width:100%;
}

.table th{
	background-color:#f4f4f4;
	font-weight:bold; 
	padding:2px;
	margin:0;
}


.gridtable{
	background-color:#CCCCCC;
}

.gridtable td {
	background-color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
}

.gridtable th{
	background-color:#f4f4f4;
	font-weight:bold; 
	padding:2px;
	margin:0;
	text-align:center;
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;	
}

.gridtable2{
	background-color:#CCCCCC;
	width:100%;
}

.gridtable2 td {
	background-color:#FFFFFF;

}

.gridtable2 th{
	background-color:#f4f4f4;
	font-weight:bold; 
	padding:4px;
	text-align:left;
	margin:0;
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;	
}

.table_2{
	width:100%;
}

.table_2 th{
	background-color:#E3E9F0;
}


.boldtextlink{
	font-weight:bold;
	color:#555;
}

.boldtextlink a{
	font-weight:bold;
	color:#555;
	text-decoration:none;
}

.boldtextlink a:link{
	font-weight:bold;
	color:#555;
	text-decoration:none;	
}
.boldtextlink a:visited{
	font-weight:bold;
	color:#555;
	text-decoration:none;	
}
.boldtextlink a:hover{
	font-weight:bold;
	color:#999;
	text-decoration:none;	
}
.boldtextlink a:active{
	font-weight:bold;
	color:#999;
	text-decoration:none;	
}

.new{
	font-style:italic;
	color:#CC3300;
	text-align:center;
}

.FilterButton{
	background-color:#fff;
	display:block;
	float:left;
	margin-right:3px;
	border:1px solid #999;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}

.FilterButton.aktiv{
	background-color:#f2f2f2;
	display:block;
	float:left;
	margin-right:3px;
	border:1px solid #999;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}

.buttonUp{ 
	background-color:#FFFFFF;
	margin:0;
	padding:0;	
    background-image:url(../../images/buttons/sort_up.gif);
    width:11px; height:11px;
	background-repeat:no-repeat;
	border:none;
}
	
.buttonDown{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
    background-image:url(../../images/buttons/sort_down.gif);
    width:11px; height:11px;
	background-repeat:no-repeat;
	border:none;
}

.popup_Layer{
	position:absolute;
	top:120px;
	left:380px;
	border:solid #999;
	margin:8px solid #000;
	padding:5px;
	z-index:101;
	background-image:url(../../images/background_white.gif);
	background-repeat:repeat;
}

.boderNone{
	border:solid #fff;
}
.popup_Layer_Content {
	height:100px;
	width:250px;
}
.IFrameVirtualClassroom{
	overflow:scroll;
    width:100%; 
	height:800px;
	border:1px solid #999;
}

.IFrameStatic{ 
    overflow:scroll;
    width:100%; 
	height:800px;
	border:1px solid #999;
}

.IFrameSeminarbeurteilungen{ 
    overflow:scroll;
    width:100%; 
	height:800px;
	border:1px solid #999;
}
.deleteButton{
	background-color:#FFFFFF;
    background-image:url(../../images/buttons/drop.gif);
    width:16px; height:16px;
	background-repeat:no-repeat;
	border:none;
}
.ErrorMessage{
	color:#FF0000;
}
.TextField{
	width:440px;
}
.TextFieldLarge{
	width:500px;
}
.TextFieldSmall{
	width:390px;
}
.ComboboxLarge{
	width:506px;
}
.ComboboxSmall{
	width:150px;
}
.TextAreaLarge{
	width:500px;
}
.WelcomeMessage {
	padding: 100px;
}
.NewFlag {
	color:#FF0000;
	font-style:italic;
}
.ContinueButton {
	background-color:#FFFFFF;
	color:#0066CB;
	font-size:11px;
	text-align:left;
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:underline;
}