﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    /*background: #bababa;*/
    background: #000 !important;
    font-family: Tahoma, "Century Gothic" ,Verdana, Arial, Sans-Serif, Serif;
}
h1, h2, h3, h4, h5, p, ul, li, ol
{
    font-family: Tahoma, "Century Gothic" ,Verdana, Arial, Sans-Serif, Serif;
}
h1
{
    color: #336699;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 10px;
}
h2
{
    color: #294881;
    color: #D86B0B;
    color: #237A22;
    font-size: 1em;
    line-height: 1.4em;
}
h3
{
    font-size: 1em;
}
h4
{
    font-size: .9em;
}
h5
{
    font-size: .8em;
}
p, pre
{
    font-family: Verdana,Arial, Tahoma, "Century Gothic" , Sans-Serif, Serif;
    font-size: .8em;
    margin: 10px 0;
}
pre
{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
li
{
    font-family: Verdana,Arial, Tahoma, "Century Gothic" , Sans-Serif, Serif;
}
a
{
    font-family: Verdana,Arial, Tahoma, "Century Gothic" , Sans-Serif, Serif;
}
a img
{
    border: none;
    border: 0;
}
#adminContainer
{
    padding: 10px;
    color: #000;
}
#mainContainer
{
    margin: 0 auto;
    text-align: center;
    width: 997px;
}
#header
{
    position: relative;
    color: #fff;
}
#siteSearchDiv
{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: .8em;
    font-weight: bold;
}
#parentLinksDiv
{
    position: absolute;
    top: 50px;
    right: 20px;
}
#parentLinksDiv ul li
{
    display: inline;
    font-size: .7em;
    font-weight: bold;
    color: #fff !important;
}
#parentLinksDiv ul li a
{
    color: #fff !important;
    text-decoration: none;
}
#parentLinksDiv ul li a:hover
{
    text-decoration: underline;
}
#currentLinksDiv
{
    position: absolute;
    top: 80px;
    left: 130px;
    color: #333;
    text-align: left;
}
#currentLinksDiv ul li
{
    display: inline;
    font-size: .7em;
    text-transform: uppercase;
    font-weight: bold;
}
#currentLinksDiv ul li a
{
    text-decoration: none;
    color: #333;
    text-align: left;
}
#currentLinksDiv ul li a:hover
{
    text-decoration: underline;
    color: #333;
}
#subscribeDiv
{
    background: url(../images/content_round_bg.jpg) repeat-x;
    height: 51px;
    text-align: right;
    display: block;
}
.subscribeBtn
{
    float: right;
    padding-top: 10px;
    margin-right: 5px;
}

#content
{
    text-align: left;
    background: #fff;
    padding: 20px;
    font-size: .8em;
}
.contentDiv
{
    padding: 10px;
}
.contentDiv a
{
    text-align: right;
}
#footer
{
    height: 30px;
    font-size: .7em;
    text-align: left;
    line-height: 30px;
    vertical-align: middle;
    color: #ddd;
}
ul.footerLinks li
{
    display: inline;
}
ul.footerLinks li a
{
    text-decoration: none;
    color: #ddd;
}
ul.footerLinks li a:hover
{
    text-decoration: underline;
    color: #de6a11;
}

ul.TopFooterLinks li
{
    display: inline;
}
ul.TopFooterLinks li a
{
    text-decoration: none;
    color: #333;
}
ul.TopFooterLinks li a:hover
{
    text-decoration: underline;
    color: #de6a11;
}

.foloat-left
{
    float: left;
}
.float-right
{
    float: right;
}
.highlight
{
    color: red;
    background-color: #ffff99;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.historyrecordtag
{
    font-size:10px;
    padding:3px;
    /*border:solid 1px #3F66A0;*/
    background-color:#CFDAEB;
    float:left;
    margin:2px;
}
.icanlink
{
color:White;
}
.icanlink:visited
{
color:White;
}
