<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Handles the headline */

#eso_header {
	padding: 0; margin: 0;
	background: #000146;
	white-space: nowrap;
	color: #fff;
	height: 110px; width: 100%;
	top: 0; left: 0;
	text-align: left;
	margin: 0;
    overflow:hidden;
}

#eso_header table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0; padding: 0;
}

#eso_header table tr td.esologo {
	height: 110px; width: 70px;
	margin: 0; padding: 0; border: 0px solid red;
}

#eso_header table tr td.esologo a img {
	margin: 15px 10px 15px 15px;
	padding: 0; border: 0;
	width: 62px; height: 80px;
}

#eso_header table tr td.esoname {
	margin:0;
	text-align: left;
	width: 120px;
    padding:0;
}
#eso_header table tr td.esoname p {
	color: #fff;
	margin: 0; padding: 0; border: 0;
	margin-top: 2px; margin-right: 5px;
	line-height: 15px;
    font-size: 85%;
	font-weight: normal!important;
	white-space: nowrap;
}

#eso_header table tr td.headcenter {
	border: 0px solid #FF00FF;
    width: 405px;
	margin:0;
    padding:0;
}

#eso_header table tr td.headright {
	height: 110px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 0; margin: 0;
    width:280px;
}

#eso_header table tr td.headright div.pagetitle {
	text-align: left;
	margin-left: 0px;
    height:110px;
}

#eso_header table tr td.headright h1 {
	padding: 10px 10px; margin: 0;
	height: 60px;
	font-size: 180%;
	font-weight: normal!important;
	color: #fff;
    padding-top:10px!important;
}

/* Special case Member of the EIRO Forum */
#eso_header table tr td.headright h1.eiro {
    font-size:85%;
	font-weight: normal!important;
}

#eso_header table tr td.headright h1 a{
	color:#FFFFFF; text-decoration:none;

}

/* slogan  */
#eso_header table tr td.headright h2  {
	bottom: 0; right: 0;
	margin: 0 10px ; padding: 0; border: 0;
	padding: 0;
	font-size: 85%;
	font-weight: normal!important;
	color: #fff;
}


/* hide slogan */
#eso_header table tr td.headright div.pagetitle h2 {
	visibility: visible;}

/* #i_flags {margin-left: 4.4em; margin-top:0.2em; margin-bottom:0.5em; height:0.75em;} */
#flags {position: absolute; bottom: 0;}
#i_flags {margin-left: 1em; margin-top:1.2em; margin-bottom:0.5em; height:0.75em;}

/* end hide slogan */

</pre></body></html>