﻿*
{
    margin: 0;
    padding: 0;
}
ul
{
    margin-left: 20px;
}
body
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: White;
    margin: 0;
    background: #00162b url(/images/background.jpg) no-repeat scroll top;
}
a
{
    -moz-outline: none;
    color: #3472bc;
    outline: none;
}
a img
{
    border-style: none;
}

h3
{
    font-size: 16px;
    line-height: 20px;
}
fieldset
{
    padding: 10px;
}
hr
{
    margin: 5px 0;
}
.clearfix
{
    clear: both;
    height: 0;
}
input[type=checkbox], input[type=radio]
{
    margin: 0 4px;
}
#header
{
    margin: 0 auto;
    width: 952px;
    height: 115px;
    position: relative;
}

#header #logo
{
    float: left;
    width: 548px;
    margin: 40px 0 0 10px;
}

#login
{
    background-image: url(/images/loginbox.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 115px;
    overflow: hidden;
    font-size: 11px;
    margin-right: 10px; /*border: solid 1px White;*/
}
#login a
{
    color: Black;
    text-decoration: none;
}
#login .line
{
    clear: both;
    margin-top: 5px;
}
#login .lbl
{
    float: left;
    width: 65px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2;
    text-align: right;
    margin-right: 5px;
}
#login input[type=text], #login input[type=password]
{
    height: 12px;
    width: 120px;
    font-size: 11px;
}
#login input[type=checkbox]
{
    margin: 0 3px 3px 4px;
    padding: 0;
    vertical-align: middle;
}
#login .btnSubmit
{
    margin-left: 10px;
}
#login .rememberme label
{
    font-size: 11px;
}
#nav
{
    clear: both;
    margin: 0;
    height: 40px;
    width: 949px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    z-index: 5;
}

#nav ul
{
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: auto;
}

#nav ul li
{
    float: left;
}

#nav a
{
    float: left;
    overflow: hidden;
    display: block;
    text-decoration: none;
    height: 40px;
}
/* End Nav, Begin Content */

#content
{
    clear: both;
    width: 949px;
    margin: 0 auto;
    overflow: hidden;
}
#footer
{
    clear: both;
    width: 926px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    font-size: 11px;
    color: #7f8b97;
}
#footer hr
{
    height: 1px;
    background-color: #334456;
    border: none;
}

#footer div#fLeft
{
    float: left;
    width: 40%;
    padding-left: 15px;
}

#footer div#fRight
{
    float: right;
    padding-right: 15px;
    width: 48%;
    text-align: right;
}
#footer #fRight a
{
    text-transform: uppercase;
    color: #7f8b97;
    text-decoration: none;
}

.menu
{
    border: solid 15px #1c66a5;
    background-color: #124e8d;
    margin: 0;
    position: relative;
    padding: 10px 20px;
    list-style-type: none;
    text-align: center;
}
.menu a
{
    display: block;
    color: White;
    text-decoration: none;
    padding: 5px;
}
.menu a:hover
{
    color: #81bc48;
}
.menu hr
{
    width: 150px;
}
.menu li.spacer
{
    line-height: 0px;
    margin: 5px 0 5px 0;
}

/* Generic Classes */
.chk label
{
    float: none;
    width: auto;
}
.err
{
    color: Red;
    font-weight: bold;
}
#frm div
{
    clear: both;
    margin-top: 10px;
}
#frm label
{
    float: left;
    width: 100px;
}
.ast
{
    color: Red;
}
.expl
{
    font-style: italic;
    color: #454545;
}
.divider
{
    margin: 3px 0 5px 0;
}

table.gabe
{
    width: 100%;
    border: solid 1px #898989;
    margin: 5px 0;
    white-space: normal;
}

table.gabe th
{
    font-weight: bold;
    text-align: left;
    padding: 0 10px;
}
table.gabe td
{
    padding: 2px 10px;
}

table.gabe .col1
{
    width: 139px;
}

.pgtitle
{
    color: #898989;
    font-size: 16px;
    font-weight: bold;
}
#search-results h1
{
    font-size: 20px;
}
#search-results
{
    display: none;
    width: 500px;
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    color: #2165A6;
    border-radius: 10px;
}
#search-results .result
{
    margin: 5px 0;
}
#search-results .result a
{
    color: #78B83E;
}

#paging a
{
    margin: 0 3px;
}

#paging a.selected
{
    text-decoration: none;
    color: Red;
}
