﻿fieldset
{
    border: solid 1px #ccdeef;
}
fieldset legend
{
    background-color: #e3edf6;
    color: #467aa9;
    padding: 0px 10px;
    font-weight: bold;
}
img
{
    border: 0px;
}
ul li, ol li
{
    margin-bottom: 8px;
}
body
{
    background-image: url('body_bg.jpg');
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    background-color: #787e83;
    padding: 0px 20px 0px 20px;
    min-width: 870px;
    max-width: 1500px;
}
#wrapper
{
    background: #fff;
    border: outset 4px #467aa9;
}
#header
{
    padding: 2px 0px 1px 5px;
    background-color: #e3edf6;
    overflow: auto;
    border-bottom: 2px solid #467aa9;
}
#headerLogo
{
    float: left;
    max-width: 60%;
    padding: 2px 0 0 0;
}
#OTIListDownload
{
    width: 30%;
    max-width: 275px;
    float: right;
    padding: 0 3px 0px 0px;
    text-align: center;
    white-space: normal;
}
#OTIListDownload input
{
    width: 100%;
    border: 2px solid;
    font-size: small;
    white-space: normal;
}
#OTIListDownload label
{
    font-size: smaller;
    color: #467aa9;
    line-height: 100%;
}
#OTIListDownload p
{
    font-size: smaller;
    font-weight: bold;
    color: #467aa9;
    line-height: 100%;
}
#navigationMenu
{
    float: right;
    padding: 0 3px 0 0;
}
#menu
{
    height: 7px;
    font-weight: bold;
    text-align: right;
}
#menu li
{
    display: inline;
}
#menu li a
{
    background-image: url('inactive.png');
    background-repeat: no-repeat;
    color: #317DBB;
    text-decoration: none;
    text-align: center;
}
#menu li a:hover
{
    background-image: url('active.png');
    color: White;
    text-decoration: underline;
}
#tools #note
{
    color: Red;
    padding-bottom:10px;
}
#searchbox
{
    padding-bottom: 10px;
    padding-left: 10px;
}
#footer
{
    padding: 15px 0 0 0;
}
#footer li
{
    list-style-type: none;
    display: inline;
    padding: 0 20px 0 0;
    margin: 0;
}
.btn
{
    color: #317DBB;
    background-color: #D5E6F4;
    font-weight: bold;
    border: 1px solid;
    border-color: #317DBB;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#d5e6f4' );
}
.pgr
{
    background: #d5e6f4;
}
.pgr table
{
    margin: 5px 0;
}
.pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #467aa9;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.pgr a
{
    color: #3a3b3e;
    text-decoration: none;
}
.pgr a:hover
{
    color: #000;
    text-decoration: 'underline';
}
.detailDiv
{
    display: none;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
