﻿body {
	margin: 0px;
	padding: 0px;
	background: #000 url("images/bg_body.jpg") repeat-x left top;
	color: #fff;
	font-family: "Trebuchet MS", Tahoma, Geneva, Verdana;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 80px;
}
#mainmenu
{
	position: absolute;
	top: 25px;
	height: 34px;
	width: 900px;
	border: solid 1px #000;
	background: #000 url("images/bg_mainmenu.jpg") repeat-x left top;
}
#logo
{
	position: absolute;
	top: 18px;
	z-index: 100;
	height: 50px;
	width: 221px;
}

#footer {
    background: #272727 url(images/bg_footer.jpg) repeat-x left top;
	height: 80px;
    clear: both;
    margin-top:10px;
}

div#footer a
{
    font-size: 11px;
    color: #939393;
    text-decoration: underline;
}

div#mainmenu ul
{
    margin-top: 4px;
}
div#mainmenu ul li
{
	margin: 5px 0px;
	color: #D2D2D2;
}

div#mainmenu ul li a
{
    color: #D2D2D2;
    text-decoration: none;
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 14px;
}
div#mainmenu ul li a:hover
{
    font-family: Arial,sans-serif;
    color: #fff;
}

div#mainmenu ul li a.rtsSelected
{
    font-family: Arial,sans-serif;
    color: #fff;
}

div#content
{
    position: relative;
    border: solid 1px #4c4c4c;
    background: #000;
    padding: 5px 15px;
}

div#content p
{
    padding: 6px 0;
}

div#content a
{
    color: #fac512;
    text-decoration: none;
}

div#content a:hover
{
    text-decoration: underline;
}

div#content h1
{
    font-size: 150%;
    color: #ffcc66;
    padding: 6px 0 6px 0px;
}
div#content h2
{
    font-size: 18px;
    color: #ffe993;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px !important;
    padding-bottom: 6px;
}
div#content h3
{
    font-size: 16px;
    color: #ffe993;
    padding: 6px 0 6px 0px;
}
div#content h4
{
    font-size: 14px;
    color: #fed753;
    padding: 6px 0 6px 0px;
}

div#content ul, div#content ol
{
    margin-left: 20px;
}


div#content ul
{
    list-style-image: url('images/lst_bullet.gif');
    padding-left:20px;
}

div#content ul li, div#content ol li
{
    margin: 10px 3px;
}

div#content ol
{
    list-style: decimal;
}

div#content input[type=text]
{
    background: #313131;
    border: solid 1px #666;
    color: #adadad;
}

div#content input[type=password]
{
    background: #313131;
    border: solid 1px #666;
    color: #adadad;
}

div#bottommenu
{
    text-align:center;
}
div#sitemap
{
	display:table;
    margin: 0 auto;
}

div#sitemap ul li
{
	margin: 15px 0px 15px 0px;
	color: #939393;
}

div#sitemap ul li a
{
    color: #939393;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

div#sitemap ul li a:hover
{
    font-family: Arial,sans-serif;
    color: #fff;
}

div#sitemap ul li a.rtsSelected
{
    font-family: Arial,sans-serif;
    color: #fff;
}

div#terms
{
	margin: 10px 0px 10px 10px;
	font-size: 11px;
	float: left;
	width: 300px;
}

div#copyright
{
	float: right;
	font-size: 11px;
	color: #939393;
	margin: 10px 10px 10px 0px;
}

h1
{
    font-size: 150%;
    color: #ffcc66;
}
h2
{
    font-size: 18px;
    color: #ffe993;
}
h3
{
    font-size: 16px;
    color: #ffe993;
}
h4
{
    font-size: 14px;
    color: #fed753;
}

div.sf_commentsList ol
{
	margin: 0; 
	padding: 0;   
	list-style: none;  
}

div.sf_commentsList ol li
{
	margin: 0; 
	padding: 0;   
	list-style-type:none
}

.ms-grid2-main {
	border-right: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
.ms-grid2-tl {
	font-weight: bold;
	color: white;
	border-style: none;
	background-color: black;
}
.ms-grid2-left {
	border-right: none;
	border-left: none;
	font-weight: bold;
	color: white;
	border-top: .75pt solid white;
	border-bottom-style: none;
	background-color: black;
}
.ms-grid2-top {
	border-right: none;
	font-weight: bold;
	color: white;
	border-left: .75pt solid white;
	border-top-style: none;
	border-bottom-style: none;
	background-color: black;
}
.ms-grid2-even {
	border-right: none;
	font-weight: normal;
	color: white;
	border-left: .75pt solid white;
	border-top: .75pt solid white;
	border-bottom-style: none;
	background-color: black;
}

.RadTabStrip .rtsLevel1 .rtsTxt
{
	padding:0px !important;
}

.formContainer UL
{
	list-style-image:none !important;
}

.formContainer .captchaRow
{
	text-align:left !important;
}

.formContainer .success SPAN
{
	color:black !important;
}

.formContainer .error
{
	color:black !important;
}

OL.sf_pager
{
	list-style-type: none !important;
	margin-left: 0px !important;
}