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

@import url(modules.css);
body, html {
	height: 100%;
}

a {
	color: #D4E2EE;
	font: 1em/1em Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	color: White;
}
body {
	background: #18466F url(images/body.gif) repeat-y;
	color: #3E3E3E;

}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #fff;
}
img {
	border: 0 solid #E8AE13;
}
#left img {
	border-color: #826229;
}

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

/* BOX */

#box {
	font: 88% Arial, Verdana, sans-serif;
	width: 987px;
	text-align: left;
	color: #fff;
	background: url(images/box.gif) repeat-y left;
	
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 157px;
	position: relative;
	width: 987px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 528px;
	height: 157px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
		top: 0;
		left: 216px;
	width: 235px;
	height: 66px;
}
#flash {
	width: 262px;
	height: 156px;
	position: absolute;
	top: 0px;
	left: 721px;
}

/* CONTAINER */
#container {
	width: 987px;
	
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 191px;
	
}
/* MENU */
#menu {
	float: left;
	width: 191px;
}
#menu h3 {
	font: 1.4em Arial, sans-serif;
	margin: 0 0 15px 61px;
}
#menu ul {
	list-style-image: url(images/bullet_1.gif);
	margin-left: 53px;
}
#menu ul li {
	padding-left: 10px;
	margin-top: 7px;
}
#menu ul li ul {
	margin-left: -2px;
}
#menu ul li ul li {
	list-style-image: url(images/bullet_2.gif);
}



/* CONTENT */
#content {
	float: left;
	width: 720px;
	position: relative;
	padding-left: 20px;
}

#info {
	background: #F0E5D5 url(images/info.gif) repeat-x;
	position: relative;
	height: 30px;
	margin-left: 201px;
	_margin-left: 5px;
	border: 1px solid #ad8b73;
	border-left: none;
	border-right: none;
	width: 568px;
}
#navi {
	color: #886547;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.7em 0 0 0;
	margin-left: 17px;
	width: 450px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #886547;
}
#language {
	height: 16px;
	position: absolute;
	top: 8px;
	right: 0px;

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



/* BOXES */
.leftbox {
	background: #f0e5d5;
	margin-top: 2px;
	width: 198px;
	border: 1px solid #ad8b73;
}


/* FOOTER */
#footer {
	background: #1A4770 url(images/footer.jpg) no-repeat top right;
	
	width: 958px;
	height: 245px;
	margin-left: 27px;

}
#footer p {
	position: relative;
	top: 195px;
	right: 26px;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
}
#footer p span {
	display: block;
}

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

/* LOGIN */
#login {
	/*background: #B3BB98;*/
	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;
}
