
/* main.css */

body {
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	/*overflow: auto;*/
}

/* GENERAL STYLES */
a {
	text-decoration: none;
	color: green;
	cursor: pointer;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
em.red {
	color: #ff0000;
	font-size: 12px;
}
strong.red {
	color: #ff0000;
}
h2 {
	font-size: 1.3em;
}
h3 {
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
}
h4 {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
}
hr {
	border-top: dashed 1px #0084E0;
	border-bottom: dashed 1px #fff;
	border-left: none;
	border-right: none;
}
table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
th {
}
tr {
}
td {
	text-align: left;
}

/* DISPAY STYLES */
#maincontent {
	display: block;
	width: 789px;
	margin-top: -5px;
}
#maincontentshadow {
	display: block;
	width: 789px;
	background-image: url('../images/shadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	z-index: 1;
}
#cleardiv {
	clear: both;
}
#header {
	display: block;
	float: left;
	background-color: transparent;
	font-size: 14px;
	z-index: 2;
}
#headerimage {

	width: 779px;
	height: 230px;
	z-index: 3;
}


/* SIDEFRAME */
#sideframe {
	display: block;
	float: left;
	background-color: transparent;
}

/* LOGIN-BOX */
#loginbox {
	display: block;
	width: 200px;
	margin-top: 30px;
	margin-left: 55px;
	background-color: transparent;
	z-index: 4;
}
#loginbox .userlogintext {
	font-size: 12px;
	margin-top: 3px;
	margin-left: 6px;
	color: #3B3B3B;
}
#loginbox .userlogininput {
	width: 180px;
	height: 20px;
	font-size: 12px;
	color: #0085E2;
	margin: 3px;
	border: 1px solid #0085E2;
}
#loginbox .userloginbutton {
	width: 180px;
	height: 20px;
	font-size: 12px;
	color: #ffffff;
	margin: 3px;
	margin-top: 10px;
	border: 1px solid #0085E2;
	cursor: pointer;
	text-align: left;
	background: #09A6F2;
}
#loginbox a {
	color: #3B3B3B;
	text-decoration: underline;
}
.logoutbutton {
	display: block;
	width: 160px;
	height: 20px;
	margin-left: 55px;
	margin-bottom: 50px;
	border: 1px solid #0085E2;
	cursor: pointer;
	text-align: left;
	background: #09A6F2;
}
.logoutbutton input{
	border-style: none;
	width: 160px;
	height: 20px;
	background: #09A6F2;
	color: white;
	cursor: pointer;
	font-size: 12px;
	text-align: left;
}
#loginbox .logintxt {
	position: relative;
	top: 30px;
	left: 120px;
	width: 100px;
}
#loginbox .loginicons {
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.uefsubmit{
	border-style: none;
	height: 20px;
	background: #0084E0;
	color: white;
}

/* NAVIGATION */
#navigation {
	display: block;
	width: 255px;
	min-height: 150px;
	background-color: transparent;
	z-index: 5;
}
#navigation ul {
	list-style-type: none;
	background-color: transparent;
	padding-top: 10px;
	margin-left: 20px;
	font-size: 12px;
	text-align: left;
}
#navigation li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation a {
	color: #3B3B3B;
	text-decoration: underline;
}
#navigation .inactive {
	font-weight: normal;
}
#navigation .active {
	font-weight: bold;
}

#navigation .welcometext {
	display: block;
	font-size: 16px;
	color: #0084E0;
	height: 80px;
	/* sequence: top right bottom left */
	padding: 20px 0px 0px 60px;
	font-weight: bold;
}
#navigation .welcomeonboard {
	font-weight: normal;
}
#navigation .loggedinmenu {
	display: block;
	margin-top: -20px;
	height: 200px;
}
#addmenu {
	display: none;
	background-color: #777;
	margin-top: 110px;
	height: 16px;
	width: 70%;
	padding-left: 20%;
	padding-right: 10%;
	z-index: 6;
}


/* MAINFRAME */
#mainframe {
	display: block;
	width: 430px;
	float: left;
	font-size: 11px;
	background-color: transparent;
	z-index: 10;
}
#content {
	display: block;
	width: 100%;
	margin-left: 70px;
	padding: 10px;
	background-color: transparent;
	z-index: 11;
}
.otherpages {
	display: none;
	width: 241px;
	height: 288px;
    text-align: left;
	background-color: transparent;
	padding: 5px;
}
.intro {
	display: block;
	/* sequence: top right bottom left */
	padding: 20 10 10 10;
	font-size: 12px;
	color: #3b3b3b;
	font-weight: normal;
	background-color: transparent;
	margin: 5px;
	z-index: 12;
}
.maintext {
	display: block;
	/* sequence: top right bottom left */
	padding: 20 10 10 10;
	overflow: auto;
	font: 1.2em/1.3 Arial, sans-serif;
	color: #3b3b3b;
	background-color: transparent;
	margin: 5px;
	text-align: justify;
	z-index: 13;
}


/* FOOT */
#foot {
	display: block;
	clear: both;
	/* position relative to fix with maincontentshadow */
	position: relative;
	top: -27px;
	margin-top: 5px;
	background-color: transparent;
	z-index: 30;
}
/* LANGUAGE-BUTTONS */
#langselection {
	display: block;
	height: 22px;
	background-color: transparent;
	text-transform: uppercase;
	margin-left: 55px;
	z-index: 31;
}
.langhi {
	width: 17px;
	height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #fff;
	margin: 1px;
	border: 1px solid #3399FF;
	color: #3399FF;
}
.lang {
	width: 17px;
	height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #99CCFF;
	margin: 1px;
	color: #fff;
}
/* PAGEFINISH-LINE */
#foot .footline {
	height: 2px;
	text-align: center;
	background-color: transparent;
	margin-bottom: 5px;
	z-index: 32;
}
/* PAGEFINISH LINK BAR */
#foot .footlinks {
	font-size: 12px;
	color: #0086E7;
	margin-left: 55px;
	z-index: 33;
}
#foot .footlinks a {
	font-size: 12px;
	color: #0086E7;
}
.tabrideract {
	padding: 2px 0px 2px 5px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #bbbbbb;
	border-bottom: none 1px #bbbbbb;
	border-left: solid 1px #ffffff;
	background-color:#EAE4D6;
}
.tabrider {
	padding: 2px 0px 2px 5px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #ffffff;
	background-color:#D9D3C5;
}
.clickable{
	cursor:pointer;
}
/* end of main.css */
