/* CSS Document */

html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	background-color:#f1f1f1;
	margin:0;
	text-align:center;
}

hr {
	border:0px;
	border-top:1px dotted #9AAB9A;
	border-bottom:1px dotted #9AAB9A;
}

#page {
	background-image:url(/images/mb.png);
	background-repeat:repeat-y;
	width: 1000px;
	text-align:left;
	padding:0;
}
#head {
	height: 247px;
	width: 952px;
	background-image:url(/images/head.jpg);
	background-repeat:no-repeat;
	margin-top:0;
	margin-left:24px;
}

#head .loggedin {
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
	font-size:96%;
	position:relative;
	top:227px;
	left:0px;
}

#maincontainer {
	margin-top:4px;
	margin-top:4px;
	margin-left:24px;
}
#leftcontainer {
	float:left;
	width:190px;
}
#menuebottom {
	/*background-image:url(../images/menueback.png);*/
	background-repeat:no-repeat;
	height:269px;
}
#menue {
	margin-bottom:4px;
	background-color:#E3EAE2;
	min-height:320px;
	padding:10px;
	color:#666;
}
#menue form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menue input {
	font-size:x-small;
	width:160px;
}
#menue a {
	color:#666;
	display:block;
	line-height:24px;
	text-decoration:none;
	padding: 8px 0 8px 0;
}

#menue .main {
	color:#666;
	display:block;
	line-height:24px;
	border-top:1px dotted #9AAB9A;
	text-decoration:none;
	padding: 8px 0 8px 0;
}
#menue .sub {
	color:#666;
	display:block;
	margin-top:-8px;
	margin-left:8px;
	line-height:16px;
	border-bottom:0px;
	text-decoration:none;
	padding: 8px 0 8px 0;
}

#content {
	float:right;
	width:720px;
	margin-right:32px;
	padding:22px 10px 10px 10px;
	font-size:80%;
	text-align:left;
}

#content h1 {
	font-size:medium;
}
#content h2 {
	font-size:small;
}

#content h3 {
	font-size:small;
}

#content a {
	color:#003399;
	text-decoration:none;
}
#content .tf {
	border:1px solid #555759;
	width:250px;
	font-size:100%;
}

.lfield {
	float:left;
	text-align:right;
	width:120px;
	margin-right:10px;
	margin-bottom:10px;
}

.ffield {
	float:left;
	margin-bottom:10px;
}

.boxtop {
	background-image:url(../images/boxtop.png);
	height:12px;
	width:700px;
}
.boxcont {
	background-color:#fbfbfb;
	padding:0 12px;
	width:700px;
}
.boxbot {
	background-image:url(../images/boxbot.png);
	height:12px;
	width:700px;
}
.small {
	font-size:x-small;
}

.blockheader {
	background-color:#A1CF6D;
	background-image:url(../images/bhead.png);
	background-repeat:repeat-y;
	margin:0px 16px 0px 16px;
	height:20px;
}

.blockheaderleft {
	float:left;
	width:8px;
	height:20px;
	margin-left:16px;
	border-left:4px solid #fff;
	background-image:url(../images/tld.png);
	background-repeat:no-repeat;
	background-color:#E9E9EA;
}

.blockheaderright {
	float:left;
	width:8px;
	height:20px;
	margin-right:16px;
	border-right:4px solid #fff;
	background-image:url(../images/trd.png);
	background-repeat:no-repeat;
	background-color:#E9E9EA;
}

.blockheadertitle {
	float:left;
	min-width:200px;
	background-color:#E9E9EA;
	padding:4px 0px 4px 0px;
	height:12px;
	overflow:hidden;
}

.block {
	background-color:#f8f8f9;
	margin-bottom:60px;
}

.blockcontent {
	margin:0px 16px 0px 16px;
}

.grtop {
	background-color:#f8f8f9;
}

.grbot {
	background-color:#f8f8f9;
}

.grtop .grleft {
	float:left;
	width:8px;
	background-image:url(../images/tl.png);
	background-repeat:no-repeat;
}

.grtop .grright {
	float:right;
	width:8px;
	background-image:url(../images/tr.png);
	background-repeat:no-repeat;
}

.grbot .grleft {
	float:left;
	width:8px;
	background-image:url(../images/bl.png);
	background-repeat:no-repeat;
}

.grbot .grright {
	float:right;
	width:8px;
	background-image:url(../images/br.png);
	background-repeat:no-repeat;
}

#forum th {
	font-weight:normal;
}
