
/*	
	---------------------------------------------------------------------------
	eSC - Styles 
	---------------------------------------------------------------------------
*/

/*
orange: #ff6600
hell orange: #FFC19A (container bg)
graublau: #617AA7 (linke navigation bg)
hellblau: #A5B6D5 (body bg)
dunkel blau: #004D9F (schrift bei hyperlinks)
*/

/*
Bedeutung der Parameter bei style padding: top right bottom left
*/

/* Class für DEBUG Anzeigen, bei eingeschaltetem Dev-Cookie */
.sysadmin {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #ffff66;
}
div.sysadmin {
	padding: 2px 2px 2px 2px;
}

/* ----- directPageEdit --------------------------------------------------- */
.directPageEditTD {
	color: MenuText;
	background-color: #dcdcdc;
	font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 11px;
	padding-bottom: 1px; padding-left: 1px; padding-right: 1px;	padding-top: 1px;
	border-bottom-width : 1px; border-bottom-style : solid;	border-bottom-color : ButtonShadow;
	border-top-color : ButtonHighlight; border-top-style : solid; border-top-width : 1px;
}
a.directPageEditLink:link {
	font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 11px;
	text-decoration : none;
	color : #000000; background-color : #C0C0C0;
	padding : 3px;
	width : 50px;
	border-bottom-color : #C0C0C0; border-bottom-style : solid; border-bottom-width : 1px;
	border-left-color : #C0C0C0; border-left-width : 1px; border-left-style : solid;
	border-right-color : #C0C0C0; border-right-style : solid; border-right-width : 1px;
	border-top-style : solid; border-top-color : #C0C0C0; border-top-width : 1px;	
}
a.directPageEditLink:visited {
	font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 11px;
	text-decoration : none;
	color : #000000; background-color : #C0C0C0;
	padding : 3px;
	width : 50px;
	border-bottom-color : #C0C0C0; border-bottom-style : solid; border-bottom-width : 1px;
	border-left-color : #C0C0C0; border-left-width : 1px; border-left-style : solid;
	border-right-color : #C0C0C0; border-right-width : 1px;	border-right-style : solid;
	border-top-style : solid; border-top-color : #C0C0C0; border-top-width : 1px;	
}
a.directPageEditLink:active {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
	text-decoration : none;
	color : #000000; background-color : #C0C0C0;
	padding : 3px;
	width : 50px;
	border-bottom-color : #FFFFFF; border-bottom-style : solid; border-bottom-width : 1px;
	border-left-color : #808080; border-left-width : 1px; border-left-style : solid;
	border-right-color : #FFFFFF; border-right-style : solid; border-right-width : 1px;
	border-top-style : solid; border-top-color : #808080; border-top-width : 1px;	
}
a.directPageEditLink:hover {
	font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 11px;
	text-decoration : none;
	color : #000000; background-color : #C0C0C0;
	padding : 3px;
	width : 50px;
	border-bottom-color : #808080; border-bottom-style : solid; border-bottom-width : 1px;
	border-left-color : #FFFFFF; border-left-width : 1px; border-left-style : solid;
	border-right-style : solid; border-right-color : #808080; border-right-width : 1px;
	border-top-style : solid; border-top-width : 1px; border-top-color : #FFFFFF;
}

.escerror {
	border:1px solid gray;
	padding:5px;
	color:#ffffff;
	background-color:gray;
}