﻿*
{
    padding: 0;
    margin: 0;
}
html, body
{
    height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    font-family: "Trebuchet MS" , "Lucida Grande" , "Bitstream Vera Sans";
    font-size: 16px;
    background-color: #333333;
}
a, a:hover, a:visited, a:active
{
    color: #FFCC00;
}
p, ul, ol
{
    margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6
{
    letter-spacing: -1px;
    font-family: Trebuchet MS, Tahoma;
    margin: 0;
    margin-left: 10px;
    color: #4F3F00;
    border-bottom: 1px solid #cccccc;
}
#header
{
    background: #FFCC00 url(images/headerx.jpg) repeat-x;
    font-size: 14px;
    height: 100px;
}
#header a, #header a:hover, #header a:visited, #header a:active
{
    color: #00FF00;
    text-decoration: none;
}
div#content
{
    background: #333333; /*border: solid 1px #FFFFCC;*/
    display: block; /*margin-left: 40px;     margin-right: 40px;*/
    width: 100%;
}
.classContainer
{
    background: #333333;
    position: absolute;
    top: 0;
    left: 0; /*margin-left: 10px;     margin-right: 10px;*/
    width: 100%;
}
.classFooter
{
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    font-family: Tahoma;
}
.classFooterHeader
{
    padding-top: 10px;
    padding-bottom: 5px;
    cursor: pointer;
    width: 100%;
}
.hoverHand
{
    cursor: pointer;
}
.footContent
{
    display: none;
    text-align: left;
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    font-size: 14px;
}
.footContent p
{
    padding: 0;
    padding-top: 5px;
}
.footContent a, .footContent a:hover, .footContent a:active, .footContent a:visited
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}
.highlight
{
    color: #DEF1B8;
    font-weight: bold;
}
.subdued
{
    color: #557416;
}
.error
{
    color: #FF0000;
    font-size: 16px;
}
.success
{
    color: #FFFFCC;
    font-weight: bold;
}
.caption
{
    color: #DEF1B8;
    font-size: 12px;
    letter-spacing: 0px;
}
.date
{
    font: bold 82% arial;
    color: #bbb;
    display: block;
    letter-spacing: 1px;
}
.mapbox
{
    border: solid 1px #FF0000;
    width: 300px;
    height: 250px;
}
small
{
    font-size: 12px;
}
strong
{
    color: #DEF1B8;
    font-weight: bold;
}
div.inlineWindow
{
    position: relative;
    background: #FFFFFF url(images/checker_back.jpg) no-repeat 100% 100%;
    border: solid 1px #CCCCCC;
    margin: 6px;
    border-collapse: collapse;
    padding: 0;
    vertical-align: top;
}
div.inlineContent h2
{
    color: #CCCCCC;
    font-size: 12px;
    font-style: italic;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    border: none;
    text-decoration: none;
}
div.inlineHeader
{
    margin: 0;
    width: 100%;
    background: #FFFFFF url( 'images/bgGreyStretch.gif' ) repeat-x;
    border: none;
    border-bottom: solid 1px #CCCCCC;
    height: 26px;
    padding: none;
}
div.inlineContent
{
    padding: 0;
    margin: 0;
    color: #000000;
}
div.inlineHeader h1
{
    color: #000000;
    font-size: 18px;
    margin: 0;
    margin-left: 5px;
    padding-top: 2px;
    border: 0;
    text-decoration: none;
}
.modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background-color: #333333;
    opacity: 0.40;
    filter: alpha(opacity=40);
}
.modalWindow
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    background-color: transparent;
    border: 1px solid #666666;
}
.modalPanel
{
    position: relative;
    z-index: 999;
    width: 300px;
    color: #FFCC00;
    margin: auto;
    margin-top: 200px;
    background-color: White;
    border: solid 1px #000000;
}
.heading
{
    width: 25%;
    font-weight: bold;
}
.value
{
    width: 25%;
}
div#sitelogo
{
    float: right;
    padding: 10px;
}
div#sitelogo a, div#sitelogo a:active, div#sitelogo a:visited, div#sitelogo a:hover
{
    color: #000000;
}