/**
* CSS for site content.
*/

/*  tags  */
body{background-color: black;}
h1{font-size: 14px;}
h2{font-size: 14px;}
h3{font-size: 14px;}
h4{font-size: 14px;}

/*  layout containers  */
.t-l,.t-r{width: 0px;}
.t-c{width: 98%;}
#header1 .t-l div{display: none;}
#header1 .t-c{background: url("../images/header1-c.gif") repeat-x left top;vertical-align: bottom;}
#header1 .t-r div{display: none;}
#header2{display: none;}
#header2 .t-l div{display: none;}
#header2 .t-c{display: none;}
#header2 .t-r div{display:none;}

#body .t-r .content,
#body2 .t-c .content
{
	padding: 0 5px;
}
#body .t-r .content img,
#body2 .t-c .content img
{
	margin-right: 0px;
}
#body2 .t-c
{
	padding: 5px 0 30px 0;
	width: 98%;
}
#body2 .t-r,
#body3 .t-r
{
	display: none;
}
#body2 .t-r .content
{
}
#body3 .t-l .content
{
	border-top: 5px solid #dedcdd;
}
#body .t-l .content-narrow,
#body2 .t-l .content-narrow,
#body2 .t-r .content-narrow,
#body3 .t-r .content-narrow
{
	width: 220px;
}

.content a{
color: #2170cc;
text-decoration: none;
}

.content a:hover{
text-decoration: underline;
}

#footer1 .t-l div
{
	display: none;
}
#footer1 .t-c
{
	display: none;
}
#footer1 .t-r div
{
	display: none;
}

#footer2
{
	color: #fff;
	padding: 0px 4px;
}

#footer3 .t-l div
{
	display: none;
}
#footer3 .t-c
{
	display: none;
}
#footer3 .t-r div
{
	display: none;
}


/*  specific items  */

.banner-r
{
	padding: 5px 0;
	text-align: center;
}

.box
{
	padding: 5px 0px 0px 5px;
}

.box2
{
	padding: 0 5px;
}

.clear
{
	clear: both;
	display: block;
	font-size: 0;
}

#header2 img
{
	border: 0;
	margin: 0 0 0 230px;
}

.loginbox
{
	width: 195px;
	background-color: #efefef;
	border-top: 5px solid #96d40d;
	margin-bottom: 10px;
	padding: 5px 15px 10px 15px;
}
.loginbox label
{
	float: left;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 1px 0;
	width: 70px;
}
.loginbox input
{
	background-color: #f5f5f5;
	border: 1px solid #666;
	float: left;
	margin-bottom: 2px;
	padding: 1px 0;
	width: 155px;
}
.loginbox .button
{
	background-color: #f88504;
	border: 1px #fff solid;
	color: #fff;
	float: right;
	font-size: 9px;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 2px 14px;
	text-decoration: none;
}
.loginbox .button:hover
{
	background-color: #fff;
	border: 1px #f88504 solid;
	color: #f88504;
	text-decoration: none;
}
.loginbox .register
{
	color: #0084c1;
	display: inline;
	font-weight: bold;
	padding: 12px 0 0px 0;
	text-decoration: none;
}
.loginbox .register:hover
{
	color: #0084c1;
	text-decoration: underline;
}

.loginbox .forgot
{
	color: #0084c1;
	display: block;
	padding: 3px 0 0 0;
	text-decoration: none;
}
.loginbox .forgot:hover
{
	color: #0084c1;
	text-decoration: underline;
}

.loginbox-narrow
{
	padding-right: 10px;
}
.loginbox-narrow input
{
	width: 120px;
}
.loginbox-narrow .button
{
	margin-right: 2px;
}

.loginbox-wrap
{
	float: left;
	margin: 5px 5px 5px 0;
	width: 220px;
}
.loginbox-wrap .loginbox
{
	border-top: 0;
}

.autologinbox
{
	width: 190px;
	background-color: #efefef;
	border-top: 5px solid #96d40d;
	margin-bottom: 10px;
	padding: 10px 15px 10px 15px;
	text-align: left;
}
.autologinbox label
{
	float: left;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 1px 0;
}
.autologinbox input
{
	background-color: #f5f5f5;
	border: 1px solid #666;
	float: left;
	margin-bottom: 2px;
	padding: 1px 0;
	width: 155px;
}
.autologinbox .button
{
	background-color: #f88504;
	border: 1px #fff solid;
	color: #fff;
	float: right;
	font-size: 9px;
	font-weight: bold;
	margin: 0 -4px 0 0;
	padding: 2px 14px;
	width: 120px;
	text-decoration: none;
}
.autologinbox .button:hover
{
	background-color: #fff;
	border: 1px #f88504 solid;
	color: #f88504;
	text-decoration: none;
}

.menu
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}
.menu li
{
	float: left;
	margin: 0;
	padding: 0;
}
.menu li a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover
{
	color: #000;
	text-decoration: underline;
}

#menu-l,
#menu-l-lang
{
	float: left;
	padding-left: 20px;
}
#menu-l li
{
	display: inline;
	background: url("../images/menu-l.gif") no-repeat left center;
	padding: 0 15px 0 12px;
}
#menu-l-lang li
{
	line-height: 16px;
	padding: 0 15px 0 22px;
}

#menu-r li
{
	display: inline;
}

#news
{
	font-family: Arial,sans-serif;
	font-size: 10px;
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 0;
}
#news li
{
	background-image: none;
	margin-left: 0px;
	padding: 0px;
}
#news li.active
{
	background: url("../images/news-active.gif") no-repeat left center;
}
#news li a
{
	color: #0084c1;
	font-size: 12px;
	text-decoration: none;
}
#news li a:hover
{
	color: #0084c1;
	text-decoration: underline;
}
.newshead{
font-weight: bold;
font-size: 12px;
color: #0084bd;
margin-bottom: 5px;
}