/* IMPORTS */
@import url(basic.css);
@import url(toppanel.css);

@import url(modules.css);

a {
	color: #4F0600;
}
a:hover {
	text-decoration: none;
}
body {
	background: #0F1824;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4F0600;
	font-family: Verdana;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial;
}
img {
	border: 0 solid #ff8b35;
}



/* BOX */
#box {
	background: #fff url(images/box_bgr.gif) repeat-y;
	font:80% Arial, Verdana, sans-serif;
	margin: 3px auto;
	text-align: left;
	width: 980px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 152px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 603px;
	height: 152px;
	padding: 0;
	position: absolute;
		left: 0;
		/*top: 200px;*/
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 50px;
		left: 613px;
	width: 244px;
	height: 59px;
}
#language {
	height: 16px;
	position: absolute;
	top: 5px;
	right: 0px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* CONTAINER */
#container {
	background: url(images/container.gif) repeat-x;
	width: 980px;
	margin: 0 auto;

}

/* LEFT */
#left {
	float: left;
	position: relative;
	bottom: 64px;
	/*overflow: hidden;*/
	width: 196px;
	_margin-right: -2px;


}
/* MENU */
#menu {
	background: #4F0600 url(images/left_bgr.gif) no-repeat;
	padding-top: 50px;
	padding-bottom: 15px;
	width: 196px;
}
#menu2{
	background: url(images/menu_li.gif);
	background-repeat: repeat-y;

/*	z-index: 1;*/
}
#menu ul {
	padding: 0;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	padding: 4px 0 4px 24px;
	background: url(images/li_bgr.gif) no-repeat 12px 10px;

}
#menu li li {
	background-image: none;
	list-style-type: none;
}
#menu a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
	color: #fff;
}
#menu a:hover {
	text-decoration: underline;
	/*color: #fff;*/
}

/* CONTENT */
#content {
	float: left;
	/*margin-right: 1px;*/
	min-height: 250px;
	_height: 250px;
	width: 588px;
	_width: 590px;

}
#info {
	background: #FFC96C url(images/info.gif) repeat-x;
	position: relative;
	height: 30px;
	margin-left: 197px;
	_margin-left: 5px;
	border: 1px solid #5D5D5D;
	border-left: none;
	border-right: none;
	/*_right: 2px;*/
}
#navi {
	color: #3D3D3D;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.7em 0 0 0;
	margin-left: 17px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #3D3D3D;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;
}



/* BOXES */
.leftbox, .rightbox {
	background: url(images/box_mini.gif) no-repeat bottom;
	
}/*
#left a, #right a {
	color: #486EB5;
	
}*/

.rb_1{
	background: #EBEBEB;
	border-bottom: 1px solid #5D5D5D;
}
.rb_2{
	background: #DCEAF6;
	border-bottom: 1px solid #5D5D5D;
}


.lb_1{
	background: #D6DFE4;
	
	border-bottom: 1px solid #5D5D5D;
}
.lb_2{
	background: #D7D7D7;
	
	border-bottom: 1px solid #5D5D5D;
}




/* FOOTER */
#footer {
	background: #8E8E8E;
	font-size: 88%;
	width: 980px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}

/* LOGIN */
#login {
	background: #E6E6E6;
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 15px 0;
}
#login table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 350px;
}
#login td {
	padding: 3px 0;
}
#login label {
	display: block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#login input {
	width: 180px;
}
#login .btn {
	text-align: left;
}
#login .btn input {
	width: auto;
}

.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error{
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
