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

@import url(modules.css);

a {
	color: #72AABB;
}
a:hover {
	text-decoration: none;
}
#left a, #right a {
	color: #C31D09;
}
body {
	background: #656544;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #C31D09;
	font-weight: normal;
}
img {
	border: 0 solid #72AABB;
}
#left img, #right img {
	border: 0 solid #C31D09;
}

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

/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 17px auto;
	position: relative;
	text-align: left;
	width: 986px;
}
#top {
	background: url(images/top.jpg) no-repeat;
	height: 147px;
	position: absolute;
		top: -17px;
		left: -4px;
	width: 184px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 141px;
	width: 986px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	height: 141px;
	padding: 0;
	position: absolute;
	width: 493px;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 10px;
		left: 603px;
	width: 347px;
	height: 131px;
}

/* LEFT */
#left {
	background: url(images/left.gif) repeat-y;
	float: left;
	overflow: hidden;
	width: 199px;
}
#left_btm {
	background: url(images/left_btm.gif) no-repeat;
	font-size: 1px;
	height: 3px;
	overflow: hidden;
}
/* MENU */
#menu {
	background: url(images/menu.jpg) no-repeat;
	margin-left: 3px;
	padding: 80px 0 20px 0;
	width: 196px;
}
#menu ul {
	margin-left: 3px;
	width: 190px;
}
#menu ul ul {
	margin: 0;
}
#menu li {
	background:	url(images/menu_li.gif) no-repeat bottom;
	padding-bottom: 2px;
}
#menu li li {
	background-position: top;
	padding: 2px 0 0 0;
}
#menu a, #menu span {
	background: url(images/bullet.gif) no-repeat left;
	color: White;
	display: block;
	padding: 4px 10px 4px 24px;
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
}
#menu a:hover {
	background-image: url(images/bullet_h.gif);
	color: #C31D09;
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	background: none;
	padding-left: 35px;
}
#menu li li a:hover {
	background-image: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 44px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 53px;
}

/* CONTENT */
#content {
	background: url(images/content.jpg) no-repeat;
	float: left;
	width: 588px;
}
#info {
	position: relative;
	width: 588px;
}
#navi {
	color: #72AABB;
	font-size: 88%;
	margin-left: 40px;
	padding: 0.8em 0;
	width: 440px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 10px;
	padding-right: 23px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#language {
	height: 16px;
	position: absolute;
		right: 4px;
		top: 7px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

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

/* BOXES */
.lb_1, .lb_2 {
	background: url(images/leftbox.gif) repeat-y;
}
.rb_1, .rb_2, .rb_3 {
	padding-top: 21px;
	width: 199px;
}
.rb_1 {
	background: url(images/rb_1.gif) no-repeat;
}
.rb_2 {
	background: url(images/rb_2.gif) no-repeat;
}
.rb_3 {
	background: url(images/rb_3.gif) no-repeat;
}

/* FOOTER */
#footer {
	background: #BFBAAB url(images/footer.gif) repeat-y;
	font-size: 88%;
	width: 986px;
}
#footer p {
	color: #63583F;
	padding: 0 10px;
}
#footer a {
	color: #C31D09;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	position: relative;
		left: 3px;
	width: 490px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
#cont_clnr {
	background: #ACA187;
	margin: 0 3px;
}
#footer .cleaner {
	background: url(images/footer_cleaner.gif) no-repeat;
	height: 10px;
}
.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;
}#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
