#popup {
	display: none;
}

#rightcontainer {
	margin: 0px;
}

.actionadunit {
	background-color:#ddd;
}

.hidden {
	display: none;
}

img {
	behavior: url(iepngfix.htc);
	border: none;
}

html {
	font: .8em Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #4d4d4d;
	text-align: left;
}

h1 {
	font-size: 2em;
	color: #00cc33;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

.small {
	font-size: .8em;
}

.big {
	font-size: 1.2em;
	font-weight: bold;
}

.new {
	font-weight: bold;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #00cc33;
}

a:hover {
	text-decoration: none;
	color: #3399ff;
}

#loading {
	z-index: 2;
	background-color: #00cc33;
	color: #fff;
	position: fixed;
	top: 0px;
	right: 250px;
	padding: 1px 5px;
	display: none;
}

#header {
	margin: 0 auto -30px auto;	
	padding: 10px;
}

#slogan {
	position: relative;
	top: -65px;
	left: 200px;
	width: 200px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

#logo {
	width: 180px;
	height: 90px;
}

#rightheadmenu {
	position: relative;
	text-align: right;
	top: -120px;
	padding-right: 5px;
}

#content {
	padding: 0;
	width: 780px;
	margin: 0 auto;	
}
#infotable td {
	padding: 5px;
}
#leftcontent {
	float: left;
	width: 500px;
}
#rightcontent {
	float: right;
}

#footer {
	float: left;
	font-size: .75em;
	width: 100%;
	margin: 50px auto;	
	padding: 0;
}

#footer .right{
	text-align: right;
}

#footer .left{
	float: left;
	text-align: left;
}

.box {
	margin: 15px 0px;
	background-color: #eeeeee;
	border: 1px;
	border-style: solid;
	border-color: #d0e7d1;
	padding: 10px;
	width: 215px;
}

.adholder {
	position: absolute;
	left: 0px;
	top: 0px;
}

.adbox1 {
	padding: 5px;
	width: 150px;
}

.headline {
	margin-top: 2px;
	padding-bottom: 2px;
	border-top: solid thin;
	border-color: #d0e7d1;
}

.logintext {
	width: 210px;
	border: 1px solid #cccccc;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
}

/** Message List styles */
.lbl {
	width: 25px;
	text-align: right;
	vertical-align: middle;
}

.composeinput {
	width: 100%;
	border: 1px solid #cccccc;
	margin-top: 2px;
}

table#msglist {
	border-top: solid #d0e7d1 2px;
	border-left: solid #d0e7d1 2px;
	border-bottom: solid #d0e7d1 1px;
	width: 100%;
}

#msglist td {
	padding-left: 4px;
}

.amsg:hover {
	background-color: #d0e7d1;
}

.mrow, .mli {
	color: #000;
	border-bottom: solid #d0e7d1 1px;
}

.mrow img {
	border: 0px;
}

.mrow a, .mrow a:visited, .mrow a:active, .mrow a:hover, .mli a, .mli a:visited, .mli a:active, .mli a:hover {
	text-decoration: none;
	color: #000;
}

.mlfm {
	width: 190px;
}

.oneln {
	width: inherit;
	max-width: 530px;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
}

.mli, .mli table, .mli table tr {
	 width: 100%;
}

.mlmsg, .mlmsg a, .mlmsg a:visited, .mlmsg a:active, .mlmsg a:hover {
	color: #777777;
}

.mldt {
	text-align : right;
}
