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

a {
	color: #ffdb6d;
}
a:hover {
	text-decoration: underline;
}
body{
	background:#3b3b3b url(images/body.gif) repeat-x top;
	color:#dadada;
	text-align:center;
	border-bottom:7px solid #d69020;
}
h1, h2, h3, h4, h5, h6 {
	color: #e87f09;
}
img {
	border: 0 solid #494949;
}

/* BOX */
#box {
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 253px;
	position: relative;
	width:980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 253px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top:165px;
	left:112px;
	width:153px;
	height:88px;
}

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

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

/* MENU */
#menu {
	width:194px;
	padding-bottom: 20px;
}
#menu li{
	list-style-type:none;
}
#menu li a, #menu li span {
	padding: 6px 15px 6px 22px;
	border-bottom: 1px dashed #5b5b5b;
	color: #dadada;
	display: block;
	text-decoration: none;
}
#menu li span{
	text-decoration:underline;
}
#menu li a:hover {
	color: #ffdb6d;
	text-decoration:underline;
}
#menu li li a, #menu li li span {
	padding-left: 32px;
}
#menu li li li a, #menu li li li span {
	padding-left: 42px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 52px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 62px;
}

/* CONTENT */
#content {
	background: url(images/content.gif) no-repeat;
	float: left;
	width:589px;
	min-height:240px;
}

#info {
	position: relative;
	width:589px;
	padding-bottom:15px;
}
#navi {
	color: #fffefe;
	font-size: 88%;
	letter-spacing: 1px;
	padding:0 120px 0 25px;
}
#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: #fffefe;
	text-decoration: underline;
}
#language {
	height: 16px;
	position: absolute;
	top:20px;
	right:25px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 196px;
	position: relative;
	background:#303030;
	margin-top:35px;
}

/* BOXES */
.leftbox{
	width:194px;
	margin-bottom: 20px;
}
.rightbox{
	width:196px;
	margin-bottom:20px;
	color:#b8b8b8;
}
.rightbox a{
	color:#ffe299;
}
#left #fulltext_mini{
	top:-23px;
	left:688px;
}
/* FOOTER */
#footer {
	font-size: 88%;
	width: 980px;
	padding-bottom: 15px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer_right a{
	color:#fff1a3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 3px 0;
	width: 488px;
}
#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;
}
.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;
	padding:15px 15px 15px 45px;
	border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;
	color:#830000;
}
.required{
	background:#fff url(images/required.gif) top right no-repeat;
}
.invalid{
	background:#fff url(images/invalid.gif) top right no-repeat;
}

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