﻿*
{
    font-family: Arial, Helvetica, Sans-Serif;
}
table,tr,td,div,h1,h2
{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #202020;
    text-align: left;
}
body
{
    background-color: #0B6C9D;
}
a
{
    color: #006699;
}
a:hover
{
    color: #006699;
}
ul
{
    text-align: left;
}
li
{
    text-align: left;
    margin-bottom: 6px;
}
img
{
    border: none;
}
.PageContent
{
    background-color: #ffffff;    
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px #002266;
    border-left: solid 1px #002266;
    border-right: solid 1px #002266;
    border-bottom: solid 6px #002266;
}
.BodyContent
{
    width: 75%;
    vertical-align: top;
    text-align: left;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.SideCol
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ExternalLink
{
    padding-right: 14px;
    background-image: url(/images/boxarrow_gray.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.SmallText
{
    font-size: 10px;
}
.RequestBtn
{
    float: right;
    margin-left: 20px;
}
.FavLink
{
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 80px;
    font-size: 15px;
    text-align: center;
    margin-right: 20px;
}
.Copyright
{
    color: #202020;
    text-align: center;
    margin-top: 6px;
}
.Copyright A
{
    color: #202020;
}


.OptionGroup
{
    margin: 0px;
    padding: 0px;
}
.OptionLabel
{
    float: left;
    width: 220px;
    margin: 0px 0px 2px 10px;
    padding: 0px;
}
.OptionInput
{
    float: left;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    text-align: left;
    width: 320px;
    padding: 0px;    
}
.Clear
{
    clear: both;
    height: 1px;
}
.HorizLine
{
    border-top: solid 1px #c0c0c0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.InputBase
{
    border: solid 1px #909090;
    background-color: #ffffff;
    font-size: 12px; 
    padding-left: 3px;       
}
.InputStandard
{
    width: 80px;
}
.InputMedium
{
    width: 115px;
}
.InputFull
{
    width: 250px;
}
.InputField
{
    height: 15px;
}
.InputSelectShort
{
    width: 85px;
    height: 20px; 
}
.InputSelectMedium
{
    width: 120px;
    height: 20px; 
}
.InputSelect
{
    width: 255px;
    height: 20px; 
}
.InputText
{
    width: 250px;
    height: 100px;
    overflow: auto;    
}


#AreaSelectGroup
{
    margin-left: 0px;
    position: relative;
}
.AreaSelectTitle
{
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 5px;
    font-size: 14px;
    font-style: italic;
}
.AreaSelectClose
{
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 12px;
}
.AreaSelectCol
{
    float: left;
    width: 180px;
    margin-right: 10px;
    font-size: 12px;
}
.AreaSelectItem
{
    padding: 3px;
    background-color: #e9e9e9;
    margin-bottom: 5px;
    font-size: 12px;
}
.AreaSelectItem:hover
{
    background-color: #f1f1d2;
    cursor: pointer;
}
.ItemTitle
{
    font-weight: bold;
    font-size: 16px;
}
.AreaSelected
{
    background-color: #a4d289;
}
.AreaSelected:hover
{
    background-color: #d0f3cd;
}