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

@import url(modules.css);

a {
	color: #405869;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #d05037;
	}
#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;
	color: #405869;
}
img {
	border: 0 solid #ff8b35;
}

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

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 214px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 523px;
	height: 214px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background:  url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 34px;
		left: 19px;
	width: 150px;
	height: 73px;
}
#logo2 {
	background:  url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 35px;
		left: 21px;
	width: 150px;
	height: 73px;
}
#logo2 span{
	display:none;
}

/* CONTAINER */
#container {
	width: 980px;
	background:  url(images/container.gif) no-repeat bottom left;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 196px;
	background: url(images/left.gif) no-repeat top;
	position: relative;
	top: -29px;
}

/* MENU */
#menu {
	
	/*background:#d05037;
	margin-top: 1px;	*/
	width: 196px;
	margin-bottom: 10px;
}	

#menu ul {
	/*padding: 0 5px;*/
}
#menu ul ul {
	/*padding-left: 10px;*/
}
#menu li {
	/*padding: 0 0 0 18px;*/
	background: #435b6c  url(images/menu_li_1.gif) repeat;
}
#menu li li {
	background: #f3f3f3;
	list-style-type: none;
	/*padding-left: 15px;*/
	
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(images/menu_a_1.gif) no-repeat 2px 2px;
	padding: 6px 20px 6px 15px;
}
#menu li li a {
	padding-left: 25px;
	color: #3e3e3e;	
	background: url(images/menu_a_2.gif) no-repeat 15px 10px;
}
#menu li li li a {
	padding-left: 35px;
	background: none;
}
#menu li li li li a {
	padding-left: 45px;
}


#menu span {
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(images/menu_a_1.gif) no-repeat 2px 2px;
	padding: 6px 20px 6px 15px;
}
#menu li li span {
	padding-left: 25px;
	color: #3e3e3e;	
	background: url(images/menu_a_2.gif) no-repeat 15px 10px;
}
#menu li li li span {
	padding-left: 35px;
	background: none;
}
#menu li li li li span {
	padding-left: 45px;
}



#menu li a:hover {
	text-decoration: underline;
	color: #fff;
}
#menu li li a:hover {
	text-decoration: underline;
	color: #3e3e3e;
}

#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: 588px;
	/*_width: 590px;*/
/*	padding-bottom: 35px;	*/
	min-height: 260px;

	background:  url(images/content.jpg) no-repeat 0 0;
}


#info {
	position: relative;
	width: 980px;
	background: #bab9b9 url(images/info.jpg) repeat-x top;

}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 7px 20px 7px 220px;
	text-align: left;

}
#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: #fff;
}
#language {
	height: 16px;
	position: absolute;
	top: -170px;
	right: 10px;

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





/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	background: #fff url(images/right.gif) no-repeat bottom  right;
	/*position: relative;*/
	padding-bottom: 3px;
	/*top: -29px;*/
	margin-bottom: 15px;
}




/* BOXES */

.leftbox{
	border-bottom: 2px solid #C1C7BD;
}


.rb_1, .lb_2{
	background: #f3f3f3;
	margin-bottom: 1px;
	width: 196px;
}
.rb_2, .lb_1{
	background: #dbe9ee;
	margin-bottom: 1px;
	width: 196px;
}



#fulltext_mini{
	background: #4b6679;
}



/* FOOTER */
#footer {
	background: #fff url(images/footer.gif) repeat-x top;
	font-size: 88%;
	width: 980px;

	margin: 0 auto;
	
}
#footer p {
	color: #555;
	padding: 0 10px;
}
#footer a {
	color: #405869;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 8px 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: 150px auto;
	padding: 20px 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;
}
.required {
	background: White url(images/required.gif) top right no-repeat;
}
.invalid {
	background: White url(images/invalid.gif) top right no-repeat;
}

#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
