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

@import url(modules.css);

a {
	color: #9b4701;
}
a:hover {
	text-decoration: none;
}
body {
	background: #8fa8ca url(images/body.gif) no-repeat center top;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #9b4701;
	}
#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,  sans-serif;
}
img {
	border: 0 solid #ff8b35;
}


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

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 164px;
	position: relative;
	width: 986px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 528px;
	height: 164px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 29px;
		left: 641px;
	width: 213px;
	height: 77px;
}

/* CONTAINER */
#container {
	
	/*padding-top: 6px;*/
	width: 986px;
	background: url(images/container.gif) no-repeat bottom left;
	/*padding-bottom: 35px;*/
	
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 200px;
	background: url(images/left.jpg) no-repeat top left;
	padding-bottom: 5px;
}


/* MENU */
#menu {
	background: #355c80 url(images/menu_top.gif) no-repeat top left;
	border: 1px solid #303e52;
	width: 187px;
	margin-left: 6px;
	margin-bottom: 2px;
	padding: 45px 0 20px 0;
}	


#menu ul {
	/*padding: 0 5px;*/
}
#menu ul ul {
	padding-left: 10px;
}
#menu li {
	padding: 0 0 0 10px;
	background: url(images/menu_li.gif) no-repeat 12px 5px;
}
#menu li li {
	
	list-style-type: none;
	padding-left: 15px;
	background: url(images/menu_li2.gif) no-repeat 5px 6px;	
}
#menu a {
	color: #e9e9e9;
	display: block;
	text-decoration: none;

	
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 12px;
}
#menu li li a {
	/*background: none;*/
	padding-left: 0;
}

#menu span {
	text-decoration: underline;
	color: #e9e9e9;
	display: block;
		background: url(images/menu_a.jpg) no-repeat right bottom;
	
	padding-left: 15px;
	padding-bottom: 10px;
}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
}
#menu h6.access{
	background: url(images/lb2_bgr.jpg) no-repeat;
	height: 33px;
	padding-left: 15px;
}
#menu h6.access span{
	color: #fff;
	text-decoration: none;
}



/* CONTENT */
#content {
	float: left;
	width: 591px;
	/*_width: 590px;*/
/*	padding-bottom: 35px;	*/
	min-height: 260px;
	_height: 260px;
	background:  url(images/content.jpg) no-repeat top left;
}


#info {
	position: relative;
	/*height: 31px;*/
	/*margin-top: 15px;*/
	width: 540px;
	margin-left: 30px;
	padding-bottom: 4px;
	/*background: #ECECEC url(images/info.gif) no-repeat right;*/
			
}
#navi {
	color: #175785;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 17px;	
	/*margin-left: 17px;
	margin-right: 17px;*/
	text-align: left;
	/*margin-right: 250px;*/
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #175785;
}
#language {
	height: 16px;
	position: absolute;
	top: -155px;
	left: -200px;

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





/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 189px;	
	background: #fff url(images/right.gif) no-repeat left bottom;
	padding-bottom: 1px;
	margin-bottom: 40px;
	
}



/* BOXES */

.rb_1, .lb_2, .lb_3
{
	background: #f1ecdd url(images/rb_1.gif) repeat-x bottom;
	border: 1px solid #ab814a;
	margin-bottom: 2px;
}
.rb_2, .rb_3, .lb_1{
	background: #e4e9f3 url(images/rb_2.gif) repeat-x bottom;
	border: 1px solid #878f99;
	margin-bottom: 2px;	
}
.lb_1, .lb_2, .lb_3{
	width: 187px;
	margin-left: 6px;	
}







/* FOOTER */

#footer2{
	background: #aaa url(images/footer.gif) repeat-x top center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff; 
}
#footer {
	/*background: #6b0a11;*/
	font-size: 88%;
	width: 986px;
	font: 75% Arial, Verdana, sans-serif;
	text-align: left;
	margin: 0 auto;
}
#footer p {
	color: #3e3e3e;
	padding: 0 10px;
}
#footer a {
	color: #4b667c;
}
#footer img {
	float: left;
	margin: 4px 10px 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 7px 0 5px 0;
	width: 488px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
}

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

/* LOGIN */
#login {
	background: #FDFAF4;
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 200px 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;
}#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
