@charset "utf-8";

body {
	background:#549AC1 url(body_grad.png) repeat-x;
	font-family:"trebuchet ms", verdana, sans-serif;
	color:#213E5C;
	margin:0;
	padding: 0;
}

a{
	color:#0066FF;
}
a:visited{
	color:#3300CC;
}

/*#container {
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	float: right;
	margin-left:240px;
}*/
#pageheader{
	padding: 0;
	margin-top:0;
	margin-left:240px;
	background: #3F98CB url(header_grad.png) repeat-x;
	height:187px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
}

#titlecontainer{
	position: absolute;
}

#pageheader h1 span{
	display:none;
}

#pageheader h1{
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	height:187px;
	width:324px;
	float: left;
	margin: 0;
	clear: none;
}

#pageheader h2{
	margin: 0;
	text-align:right;
	position: absolute;
	top: 130px;
	left: 180px;
	width: 370px;
}

#pageheader p{
	margin: 0;
	text-align:right;
	position: absolute;
	top: 155px;
	left: 180px;
	width: 370px;
}

#pageheader #lang{
	position:absolute;
	top:20px;
	right:10px;
}

#pageheader #lang p{
	position:relative;
	left:0;
	top:0;
	width:100px;
	margin:0;
}


/** MENU **/

#menu{
	width:200px;
	font-size:0.8em; 
	position:absolute;
	left:20px;
	top:20px;
}

#menu h2{
	display: none;
}

#menu h3{
	background:#B7D1ED;
	border: 0;
	border-right:1px solid #3D82AD;
	border-left:1px solid #3D82AD;
	border-bottom: 1px solid #3D82AD;
	margin: 0;
	padding:10px 0px 10px 15px;
}

#menu .first{
	border-top: 1px solid #3D82AD;
}

#menu ul{
	margin: 0;
	background:#B7D1ED;
	border: 0;
	border-right:1px solid #3D82AD;
	border-left:1px solid #3D82AD;
	padding-left:0;
}
#menu li{
	list-style-type:none;
	display:block;
	border-bottom:1px solid #3D82AD;
	color:#3D82AD;
}
#menu li a{
	font-weight:bold;
	display:block;
	color:white;
	text-decoration: none;
	padding:8px
}
#menu li a:hover{
	color:#3D82AD; 
}
#menu li a:visited{
	font-weight:normal;
}

/* FOOTER */

#footer{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
	margin:20px;
	clear: both;
}


/* PAGE CONTENT */

#content{
	background:#B4CED8 url(content_grad.png) repeat-x;
	margin-left: 240px;
	padding:4px;
	border-left: solid #000000 1px;
	border-bottom: solid #000000 1px;
	text-align: justify;
}
#content h3{
	height:40px;
	background:#CAE6A2 url(h_green.png) repeat-x;
	padding-top:15px;
	padding-left:5px;
	margin: 10px 4px 0px 4px;
}

#content p{
	padding: 0 10px 0 10px;
}

#userlist thead a{
	color:#213E5C;
	text-decoration: none;
}

#userlist thead a:hover{
	color:#0066FF;
	text-decoration: underline;
}

.code{
	font-family: monospace;
	color: #000000;
	border: dashed #666 2px;
	background-color: #FFFFEF;
	padding: 5px;
	width: 85%;
	max-height: 200px;
	margin: 10px 7.5% 10px 7.5%;
	overflow:auto;
}

.italic{
	font-style:italic;
}

.red{
	color:#FF0000;
}

.green{
	color:#009900;
}

.centered{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width: 50%;
}

.table{
	border:0;
	padding:0;
	margin:0;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
.table caption{
	background:url(h_green.png);
	font-size:large;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.col1{
	padding-left:40px;
	width: 50%;
	background-color:#CCCCCC;
}

.col2{
	background-color:#CCCCCC;
}

.col3{
	padding-right:40px;
	width:120px;
	text-align:right;
	background-color:#CCCCCC;
}

.linked{
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	text-align: center;
	width: 95px;
}

.linked img{
	border: 1px solid black;
}
thead tr{
	background:#CAE6A2 url(h_green.png) repeat-x;
}
hr{
	text-align: center;
	width: 80%;
}