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

@import url(modules.css);

a {
	color: #A30000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #BEBEBE;
	text-align: center;
	padding-bottom: 50px;
}
h1, h2, h3, h4, h5, h6 {
	color: #4F5B6E;
}
img {
	border: 0 solid #A30000;
}


/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	color: #3E3E3E;
	font: 80% Arial, Verdana, sans-serif;
	margin: 6px auto;
	position: relative;
	text-align: left;
	width: 982px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat;
	height: 152px;
	position: relative;
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	height: 152px;
	padding: 0;
	position: absolute;
		left: 447px;
		top: 0;
	width: 535px;
}
#header a.logo {
	display: block;
}
#header a.logo img {
	position: absolute;
	left: 12px;
	top: 14px;
}
#flash {
	height: 153px;
	position: absolute;
		left: 444px;
		top: -2px;
	width: 489px;
}
#language {
	position: absolute;
	left: 950px;
	top: 9px;
}
#language li {
	margin-right: 9px;
	margin-bottom: 9px;
}

/* LEFT */
#left {
	background: #E0E0E0 url(images/left.gif) repeat-y;
	float: left;
	min-height: 10px;
	_height: 10px;
	width: 197px;
}
.leftbox {
	background: url(images/right_bg.gif) no-repeat bottom;
	margin-left: 1px;
	padding-bottom: 3px;
	width: 196px;
}

/* MENU */
#menu {
	background: url(images/right_bg.gif) no-repeat bottom;
	margin-left: 1px;
	padding-bottom: 3px;
	width: 196px;
}
#menu ul {
	padding: 0 1px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	background: #BEC6CD url(images/menu_li.gif) no-repeat;
	border-top: 1px solid #878F99;
}
#menu li li {
	background: #8D9299 url(images/menu_li_li.gif) no-repeat;
	border-top: 1px solid #878F99;
}
#menu a, #menu span {
	background: url(images/menu_li_bullet.gif) no-repeat left;
	display: block;
	padding: 5px 0;
	padding-left: 27px;
}
#menu a:hover {
	background-image: url(images/menu_li_bullet_h.gif);
}
#menu li li a, #menu li li span {
	background: transparent;
	color: White;
	padding-left: 38px;
}
#menu li li a:hover {
	background: transparent;
}
#menu li li span {
	text-decoration: underline;
}
#menu li li li a, #menu li li li span {
	padding-left: 49px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 60px;
}

/* CONTENT */
#content {
	float: left;
	width: 587px;
}
#info {
	background: #878F99;
	height: 1.6em;
	margin-left: 1px;
	padding: 5px 0;
}
#navi {
	height: 1.6em;
	line-height: 1.6em;
	margin: 0 14px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 9px;
	padding-right: 20px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a, #navi {
	color: White;
}

/* RIGHT */
#right {
	border-top: 1px solid #878F99;
	position: relative;
	left: 1px;
	float: left;
	font-size: 90%;
	width: 196px;
}
.rightbox {
	background: url(images/right_bg.gif) no-repeat bottom;
	padding-bottom: 3px;
	width: 196px;
}

/* FOOTER */
#footer {
	background: #878F99 url(images/footer.gif) no-repeat top;
	border: 1px solid #E0E0E0;
	border-top: 0;
	font-size: 92%;
	padding-top: 30px;
	position: relative;
	width: 980px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: White;
	font-weight: bold;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
}
/* LOGIN */
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
#login {
	background: White;
	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;
}
