/* Copyright (c) 2006 Mateusz Heleniak, www.heleniak.net */

/* === CONSTRUCTION === */

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #000033;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
}

fieldset {
	border: 0;
}

input, textarea, select {
	font: 11px Tahoma, Arial, sans-serif;
	color: #444444;
	border: 1px solid #CCC;
}

textarea {
	overflow: auto;
}

h2 {
	font: bold 12px Tahoma, Arial, sans-serif;
	background: #FFCC00 url(../img/bg-1.gif) repeat-x bottom;
	padding: 6px 12px;
	text-shadow: #FFFFFF 1px 1px;
}

h3 {
	font: bold 12px Tahoma, Arial, sans-serif;
	color: #000033;
}

html {
	font: 11px/15px Tahoma, sans-serif;
	color: #000033;
	background: #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 760px;
}

#container form fieldset div {
	background: #F6F6F6;
	padding: 3px 0 0;
	margin-bottom: 4px;
	clear: both;
}



#col-5 form fieldset div label {
	text-align: right;
	line-height: 18px;
	margin-right: 4px;
	width: 100px;
	display: block;
	float: left;
}

#container form fieldset div input, #container form fieldset div textarea, #container form fieldset div select {
	padding: 1px;
	width: 290px;
	float: left;
}

#container form fieldset div select {
	font-size: 10px;
	width: auto;
}

#col-5 form fieldset div label {
	width: 150px;
}

#col-5 form fieldset div input, #col-5 form fieldset div textarea {
	width: 400px;
}

#col-5 div.box .ub {
	width:190px;
	height:20px;
	float:left;
	position:relative;
}

#col-5 div.gray {
	background: #F6F6F6;
}

#container form fieldset input.submit2 {
	background: url(../img/button.jpg);
	border: 0;
	margin: 2px auto;
	width: 70px;
	height: 23px;
	float: none;
	cursor:pointer; cursor:hand;

}

#container input.submit {
	background: url(../img/button.gif);
	border: 0;
	margin: 2px auto;
	width: 60px;
	height: 22px;
	float: none;
}

#container input.submit120 {
	background: url(../img/button_120.gif);
	border: 0;
	margin: 2px auto;
	width: 120px;
	height: 22px;
	float: none;
}

#container form fieldset input:focus, #container form fieldset textarea:focus, #container form fieldset select:focus {
	background-color: #FFFFF0;
}

#container form fieldset input.small-field {
	width: 100px;
}

#container form fieldset input.auto {
	background: none;
	border: 0;
	width: auto;
	height: auto;
}

#container form fieldset div span, #col-5 .gray span {
	margin-left: 3px;
	margin-right: 6px;
}

#container form fieldset div label.inline {
	margin-left: 3px;
	margin-right: 6px;
	width: auto;
}

#header {
	background: url(../img/bg-1.gif) repeat-x 0px 76px;
	position: relative;
	margin: 0 0 8px;
}

#header h4 {
	border-bottom: 4px solid #23275B;
	margin-bottom: 1px;
	height: 71px;
}

#header h4 a {
	text-indent: -9999px;
	background: url(../img/logo.jpg);
	width: 226px;
	height: 58px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 8px;
	left: 0px;
}

#header ul {
	font: bold 12px Tahoma, Arial, sans-serif;
	list-style: none;
	position: absolute;
	top: 75px;
	right: 0px;
}

#header ul li {
	border-left: 3px solid #23275B;
	padding: 3px 8px;
	float: left;
}

#header div {
	position: absolute;
	top: 5px;
	right: 0px;
}

#header fieldset {
	width: 760px;
	height: 29px;
}

#header fieldset input {
	margin: 1px 2px 2px 5px;
	padding-left:3px;
	border: 1px solid #D2A800;
	font-size:12px;
	height:16px;
	background-image:url(../img/input.jpg);
}

#header p {
	font: bold 11px/14px Tahoma, Arial, sans-serif;
	background: #F5F5F5;
	border-top: 2px solid #E1E1E1;
	padding: 2px 5px;
}

#col-1 {
	width: 180px;
	float: left;
}

#col-1 a {
text-decoration:none;
border-bottom:1px solid #CCCCCC;
}

#col-1 a:hover {
text-decoration:none;
border-bottom:1px solid #000033;
}

#col-1 label {
margin:0;
text-align: left;
line-height: 18px;
margin-right: 4px;
margin-left: 8px;
width: 40px;
float: left;
	
}

#col-2 {
	margin: 0 8px;
	width: 422px;
	float: left;
}

#col-2 div.box, #col-5 div.box {
	background: #FFFFFF;
	border: 2px solid #E1E1E1;
	padding: 2px;
}

#col-2 a {
font-weight:bold;
}


#container div.other .cont, #container form.cont {
	background: #F5F5F5;
}

#container div.other .cont a {
text-decoration:none;
border-bottom:1px solid #CCCCCC;
}

#container div.other .cont a:hover {
text-decoration:none;
border-bottom:1px solid #000033;
}


#container div.red h2, #container div.red h1, #container div.other h2 {
	font: bold 12px Tahoma, Arial, sans-serif;
	padding: 6px 12px;
	color: #FFFFFF;
	background: #FF6600;
	border-bottom: 2px solid #993300;

	text-shadow:#993300 1px 1px;
}

#container div.other h2 a {
	text-align: right;
	display: block;
	float: right;
	font-size: 11px;
}

#container div.blue h2 {
	color: #FFFFFF;
	background: #23275B;
	border-bottom: 2px solid #000033;
	text-shadow: #000000 1px 1px;

}

#col-2 ul.list, #col-2 ul.listc, #editbox3 ul.list {
	list-style: none;
	padding: 2px 0;
	background: #FFFFFF;
}

#col-2 ul.list li, #col-2 ul.listc li, #editbox3 ul.list li {
	font: 11px Arial, sans-serif;
	padding: 2px 6px;
}

.odd {
background-color:#F5F5F5;


}

.even {
background-color:#EEEEEE;
}

#col-2 ul.list li span, .xlist li, .hdrdata, #editbox3 ul.list li span {
	font-weight: normal;
	line-height: 22px;
	background: #F5F5F5;
	padding: 0 6px;
	margin: 0 -6px 2px;
	display: block;
}

#col-2 ul.listc li span {
	font-weight: normal;
	line-height: 22px;
	padding: 0 6px;
	margin: 0 -6px 2px;
	display: block;
}

.hdrdata, .xlist li
	{
	margin : 3px;
	}


html > body #col-2 ul.list li span img {
	margin-top: -3px;
}

#col-2 ul.with-rates li span {
	padding-right: 210px;
	position: relative;
}

#col-2 ul.with-rates li span span {
	font-size: 10px;
	line-height: 18px;
	background: #F5F5F5;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 6px;
	z-index: 2;
}

#col-3 {
	text-align: center;
	background: #F5F5F5;
	border-top: 2px solid #E1E1E1;
	padding: 5px 0;
	width: 142px;
	float: left;
}



#col-4 {
	width: 142px;
	float: right;
}



#col-5 {
	margin-left: 8px;
	width: 572px;
	float: left;
}

#clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

#clear hr {
	display: none;
}

#footer {
	font: bold 10px/14px Tahoma, sans-serif;
	color: #000033;
	border-top: 3px solid #000033;
	position: relative;
}

#footer p {
	padding: 4px 10px;
	position: absolute;
	top: 0;
}

#footer ul {
	list-style: none;
	position: absolute;
	top: 0;
	left: 160px;
}

#footer ul li {
	color: #000033;
	border-left: 3px solid #000033;
	padding: 4px 6px;
	float: left;
}

/* === OTHERS === */

div.box {
	background: #F5F5F5;
	padding: 4px 0;
	margin: 0 0 8px;
}

div.box ul {
	list-style: none;
}

div.box ul li {
	font: 12px Tahoma, Arial, sans-serif;
	padding: 2px 6px;
}

div.box ul li a {
	font: bold 12px Tahoma, Arial, sans-serif;
}

div.box ul li a.a_small {
	font-size: 11px;
}

div.box ul.nobold li a {
	font-weight: normal;

}

div.box table {
font: normal 12px Tahoma, Arial, sans-serif;
margin-left:3px;
width:97%;
}

div.box table th {
text-align:left;
}

div.c {
	text-align: center;
	padding: 12px 0;
}

div.fl-1a {
	width: 200px;
	float: left;
}

div.fl-1b {
	width: 200px;
	float: right;
}

div.fl-2a {
	width: 240px;
	float: left;
}

div.fl-2a .image {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 10px 6px;
	padding: 5px;
	float: left;
}

div.fl-2b {
	padding-top: 20px;
	width: 170px;
	float: right;
}

div.fl-3a, div.fl-3b, div.fl-4a, div.fl-4b {
	padding: 6px;
	width: 194px;
	float: left;
}

div.fl-3b, div.fl-4b {
	float: right;
}

div.fl-4 {
	background: #FFFFFF;
}

div.fl-4 h3 {
	text-align: center;
	padding: 0;
	margin: -2px 0 5px;
}

div.fl-4 ul li {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 0;
	margin: 3px 10px 0 15px;
}

div.fl-4 li.o-0 {
	background-image: url(../img/o-0.gif);
}

div.fl-4 li.o-1 {
	background-image: url(../img/o-1.gif);
}

div.fl-4a, div.fl-4b {
	background: url(../img/area.gif) no-repeat 0px 5px;
	padding-bottom: 12px;
}

div.fl-c {
	height: 1px;
	overflow: hidden;
	clear: both;
}

div.strange {
	background: #FFCC00;
	border: 2px solid #24285C;
	padding: 4px;
	margin: 0 0 8px;
}

div.strange .box {
	background: #FFFFFF;
	border: 1px solid #D2A801;
	margin: 0;
}

div.strange .box h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	background: none;
	padding-bottom: 0;
}

div.strange .box h3 {
	background: url(../img/bg-2.gif) repeat-x;
	padding: 6px 12px;
	margin: 5px 0;
}

div.strange .box li {
	line-height: 12px;
	border-left: 3px solid #23275B;
	margin: 2px 6px;
}

div.strange .box a {
text-decoration:none;
border-bottom:1px solid #CCCCCC;
font-weight: bold;
}

div.strange .box a:hover {
text-decoration:none;
border-bottom:1px solid #000033;

}


p.pages {
	line-height: 20px;
	padding: 0 6px;
}

p.pages, p.pages * {
	color: #555555;
}

#col-2 p.pages a {
font-weight:normal;
}

div.pagination {
padding: 0 6px;
padding-top:4px;
width:400px;
margin:0 auto;
text-align:center;
font-family:Tahoma;
height:22px;
line-height:20px;
background-color:#EEEEEE;
}

#col-2 div.pagination a {
font-weight:normal;
border: 1px solid #CCCCCC; padding: 2px 5px; text-decoration:none; background-color:#F5F5F5;
}

#col-2 div.pagination a:hover {
border: 1px solid #CCCCCC; padding: 2px 5px; text-decoration:none; background-color:#FFFFFF;
}

p.desc {
	background: #FFFFFF;
	padding: 4px 6px;
}

div.c {
	text-align: center;
}


div.box ul.ugray li a {
text-decoration:none;
border-bottom:1px solid #CCCCCC;
font-weight: bold;
}

div.box ul.ugray li a:hover {
text-decoration:none;
border-bottom:1px solid #000033;
}

#container FORM FIELDSET div.err {
	color: red;
	padding: 5px;
	margin: 1em 10px 1em 10px;
}

