h1, h1 span {
	padding: 7px 0px;
	margin: 15px 0 15px 0;
	border: 0px;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	background: url(/siteimg/h1.gif) repeat-x 100% 50%;
	text-transform: uppercase;
}
h1 span {
	margin: 0px;
	padding: 7px 7px 7px 0px;
	background: #101010;
}
h1.small, h1.small span {
	margin: 0px 0px 0px 0px !important;
	padding: 3px 0px 7px 0px;
	font-size: 9px;
	background-position: 100% 45%;
}

h2 {color:#F1D9A9;font: bold 14px Tahoma, Verdana, Arial, sans-serif; margin-bottom:5px;}
h3 {color:#A1A5A7;font: normal 14px Tahoma, Verdana, Arial, sans-serif; margin-bottom:5px;}
h4 {color:##EFEFEF;font: normal 12px Tahoma, Verdana, Arial, sans-serif; margin-bottom:5px;}
h5 {font: bold 17px Arial, Tahoma, Verdana, sans-serif; color: #F44132;margin:0;}

a, a:link, a:visited {
	font: 11px Tahoma, Verdana, Arial;
	color:#ffffff;
	text-decoration: none;
}
a:active, a:hover {text-decoration: underline;}


.link a, .link a:link, .link a:visited {
	font: 11px Tahoma, Verdana, Arial;
	color: #E9D290;
	text-decoration: none;
}
.link a:active, .link a:hover {text-decoration: underline;}

.text {color: #AFADB0;}
.text2 {font: bold 10px Tahoma, Verdana, Arial, sans-serif; color: #B5B6B6;}

.hr {border-top: #6A767B solid 1px}

a.arrow_1 {
	padding: 0 8px 0 22px;
	font-family: tahoma, verdana, arial;
	font-size: 10px !important;
	color: #D92600 !important;
	background: url(/siteimg/arrow_1.gif) no-repeat 0px 50%;
}
a.arrow_2 {
	height: 20px;
	padding: 0 4px 0 24px;
	font-family: tahoma, verdana, arial;
	font-size: 11px !important;
	color: #C6CED1 !important;
	background: url(/icos/button.gif) no-repeat 0px 50%;
}


table {
	border-collapse: collapse;
}

select {
	background: #6A767B;
}

input[type=text], input[type=password] {
	background: #6A767B;
}
input.text, textarea, select {
	background: #6A767B;
	border-width: 1px;
	border-color: #838C91 #474F52 #474F52 #838C91;
	border-style: solid;
}

body, textarea {
	scrollbar-face-color: #555555;
	scrollbar-arrow-color: #FF6600;
	scrollbar-base-color: #555555;
	scrollbar-shadow-color: #444444; 
	scrollbar-darkshadow-color: #333333;
	scrollbar-highlight-color: #666666;
	scrollbar-3d-light-color: #777777;
	scrollbar-track-color: #101010; 
}

input.text {
	height: 16px;
	margin: 0 0px 5px 0px;
	padding: 2px 5px 0 5px;
	font-size: 10px;
	color: #AAAAAA;
	background: #6A767B;
	border-width: 1px;
	border-color: #838C91 #474F52 #474F52 #838C91;
	border-style: solid;
}
input.text:focus {
	background: #4A565B;
}
input.text.normal {
	width: 86px;
}
input.text.long {
	width: 124px;
}

input[type=button], input[type=submit] {
	height: 19px;
	padding: 0px 15px;
	margin: 3px 0 3px 0px;
	background: #353535;
	color: #ffffff;
	font-weight: bold;
}
input.button {
	height: 19px;
	padding: 0px 15px;
	margin: 3px 0 3px 0px;
   	width: auto;
   	overflow: visible;
	background: #353535 !important;
	color: #ffffff !important;
	font-weight: bold !important;
}

.spacer_1 {
	height: 1px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.spacer_10 {
	height: 10px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}



.form_1 label, .form_1 div, .form_1 {
	color: #AFADB0;
}

.form_1 label {
	width: 150px;
	margin: 3px 0px 4px 0px;
	display: inline-block;
	display: table-cell;
	display: inline-table;
	display: inline-block;
 	_display: inline;
}

.form_1 input[type=text], .form_1 input[type=password] {
	width: 150px;
}
.form_1 input.text {
	width: 150px;
}

select, textarea {
	background: #6A767B;
	border-width: 1px;
	border-color: #838C91 #474F52 #474F52 #838C91;
	border-style: solid;
}

.error {
	color: #F44132;
}

.com {
	color: #F44132;
	display: inline;
	margin: 3px 0 3px 5px;
}

button.button {
	float:left;
	background: #101010;
}




.inline_block {
	display: inline-block;
	display: table-cell;
	display: inline-table;
	display: inline-block;
	vertical-align: top;
}
* html .inline_block {
 	display: inline;
}


.clear {
	display: block;
	height: 0px;
	overflow: hidden;
	clear: both;
}

p {text-indent: 2em; margin:0px 0 10px 0;}

.pages td {
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color:#AFADB0;
	white-space: nowrap;
}

.pages .sel {
	font: normal 15px Arial, Tahoma, Verdana, sans-serif;
	color: #101010;
	width:40px;
	text-align:center;
	vertical-align:middle;
	background: url(/icos/psel.gif) no-repeat 50% 0%;
}

.pages a, .pages a:link, .pages a:visited {
	font: normal 15px Arial, Tahoma, Verdana, sans-serif;
	color:#F0D898;
	text-decoration: none;
	padding:0 5px 0 5px;
}
.pages a:active, .pages a:hover {color:#E7C05A;}


.tabl {
	border: 1px solid #6A767B;
}
.tabl th {
	padding: 5px 10px;
	color: #D1D3D5;
	font-weight: bold;
	border-bottom: 3px solid #6A767B;
	border-right: 1px solid #6A767B;
}
.tabl td {
	padding: 5px 10px;
	color: #FFFFFF;
	border-right: 1px solid #6A767B;
	border-bottom: 1px solid #6A767B;
}
.tabl .odd td {
	background: #2D2D2D;
}

.rimg img {border: solid 1px #D70E00}


.host {
	visibility:hidden;display:none;
}