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

@import url(modules.css);

a {
	color: #ff8b35;
}
a:hover {
	text-decoration: none;
}
body {
	background: White;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #5a8033;
	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;
}

/* HIDE */
.hide,
.hidden,
h6.access,
#header h1 span {
	display: none;
}

/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	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: 227px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 227px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 0;
		left: 267px;
	width: 446px;
	height: 188px;
}
#language {
	height: 16px;
	position: absolute;
		right: 14px;
		top: 12px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* CONTAINER */
#container {
	background: url(images/container.gif) repeat-x;
	padding-top: 6px;
	width: 980px;
}

/* LEFT */
#left {
	float: left;
	margin-right: 1px;
	overflow: hidden;
	width: 196px;
}
/* MENU */
#menu {
	background: #fff6d4 url(images/menu.jpg) no-repeat;
	padding: 50px 0 30px 0;
	width: 196px;
}
#menu ul {
	padding: 0 17px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	background: url(images/bullet.gif) no-repeat 0px 8px;
	padding: 4px 0 4px 14px;
}
#menu li li {
	background-image: url(images/bullet2.gif);
}
#menu a {
	color: #0A2B51;
	display: block;
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	background: url(images/content.jpg) repeat-x;
	float: left;
	margin-right: 1px;
	min-height: 250px;
	_height: 250px;
	width: 586px;
}
#info {
	background: url(images/info.jpg) repeat-y;
	position: relative;
	width: 586px;
}
#navi {
	color: #bd6f08;
	font-size: 88%;
	letter-spacing: 1px;
	margin-left: 28px;
	padding: 1em 0 0 0;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 7px;
	padding-right: 11px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #bd6f08;
}

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

/* BOXES */
.leftbox, .rightbox {
	background: #e9e8ca url(images/box_mini.gif) no-repeat bottom;
}

/* FOOTER */
#footer {
	background: #436123 url(images/footer.gif) repeat-x;
	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;
}
/* CLASSES */
.cleaner, .clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.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;
}
