/* TimeEdit-Layout-Datei Stand:06-09-2012 */
@charset "utf-8";

/* Hintergrundfarbe - Alles OK */
.te_background_confirm{
    background-color:#D9EFBB;
}

/* Hintergrundfarbe - Warnung */
.te_background_warning{
    background-color:#FFD700;
}

/* Hintergrundfarbe - Fehler */
.te_background_error{
    background-color:#FF4500;
}

/* Hintergrundfarbe - Achtung */
.te_background_attention{
    background-color:#FBB117;
}

/* Hintergrundfarbe - fällt aus bzw. wird nicht benutzt */
.te_background_canceled{
    background-color:#D3D3D3;
    font-weight:bold;
}

/* Fehlermeldung */
.te_error_message{
    color:red;
    font-size:18pt;
    font-weight:bold;
    margin-bottom:20px;
    text-align:center;
}

/* Hover - normale Maushand ("pointer") überschreiben, so dass Standardpfeil (ohne Hand) */
.te_hover_default:hover{
	cursor:default;
}

/* Tooltipp - rechtsbündig */
.te_tooltip{
	text-decoration:none;
}

/* Tooltipp - rechtsbündig - Hovereffekt */
.te_tooltip:hover{
	background-color:#FFF1CC;
	position:relative;
    z-index:1;
}

/* Tooltipp - rechtsbündig - Hovereffekt */
.te_tooltip:hover span{
	background-color:#FCF4B7;
	border:2px solid #00ACE6;
	color:#014A7B;
	display:inline-block;
	font-size:10.5pt;
	padding:5px;
	position:absolute;
	text-align:left;
	top:20px; left:10px;
}

/* Tooltipp - rechtsbündig - standardmäßig ausblenden */
.te_tooltip span{
	display:none;
    position:absolute;
}

/* Tooltipp linksbündig */
.te_tooltip2{
	text-decoration:none;
}

/* Tooltipp linksbündig - Hovereffekt */
.te_tooltip2:hover{
	background-color:#FFF1CC;
	position:relative;
    z-index:1;
}

/* Tooltipp linksbündig - Hovereffekt */
.te_tooltip2:hover span{
	background-color:#FCF4B7;
	border:2px solid #00ACE6;
	color:#014A7B;
	display:inline-block;
	font-size:10.5pt;
	padding:5px;
	position:absolute;
	text-align:left;
	top:20px; left:-150px;
}

/* Tooltipp linksbündig - standardmäßig ausblenden */
.te_tooltip2 span{
	position:absolute;
    display:none;
}

/* Email-Symbol */
.te_email{
	background:transparent url(/QIS/TimeEdit/images/icon_email.png) no-repeat;
	display:inline-block;
    height:16px;
    position:relative;
    top:3px;
    width:16px;
}

/* Email-Symbol - Hovereffekt */
.te_email:hover{
	background-position:-100px 0;
	background:transparent url(/QIS/TimeEdit/images/icon_email_open.png) no-repeat;
}

/* Hintergrundfarbe rot */
.te_backgroundcolor_red{
	background-color:#FF4040;
}

/* Hintergrundfarbe gelb */
.te_backgroundcolor_yellow{
	background-color:#E5E500;
}

/* Hintergrundfarbe grün */
.te_backgroundcolor_green{
	background-color:#90EE90;
}

/* Hintergrundfarbe für ausgewähltes Element einer Dropdown-Liste */
.te_backgroundcolor_selected{
	background-color:#90EE90;
}

/* Hintergrundfarbe für die Vorlesungswochen hervorheben */
.te_backgroundcolor_vorlesungswoche{
	background-color:#CCE5FF;
}

/* Fußzeile für automatische Seitenaktualisierung */
.te_footer_reload{
    font-size:80%;
    font-style:italic;
    margin-top:20px;
    text-align:center;
 }
