﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}
.gv
{
    background-color: #EFF3FB;
    color: #013666;
}
H2
{
    color: Navy;
    text-align: center;
}
H3
{
    color: Navy;
    text-align: center;
}
H4
{
    color: Navy;
    text-align: center;
}
.btnStyle
{
    width: 1.5in;
}
.tbl
{
    background-color: #E9ECF1;
    border: 1px solid #999999;
    text-align: Left;
}
th
{
    text-align: center;
}
.PanelColor
{
    background-color: #E9ECF1;
    border: 1px solid #999999;
}
.txtColor
{
    color: #013666;
    text-align: Left;
    font-weight: bold;
}
.MasterTbl
{
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    position: absolute;
}
.MasterNavHeaders
{
    background-color: #587495;
    font-weight: bold;
    color: White;
}
.MasterNavSubItems
{
    font-weight: bold;
}
.TableHeader
{
    background-color: #587495;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.TableLabelHeader
{
    background-color: #587495;
    color: #FFFFFF;
    font-weight: Bold;
    text-align: Left;
}
.TableControl
{
    background-color: #E9ECF1;
    text-align: left;
}
.TableButtonHeader
{
    background-color: #E2DED6;
    text-align: center;
}
.Table
{
    border: solid thin gray;
    text-align: center;
}
.SearchBar
{
    border-bottom:1px solid #999999;
    width: 100%;
    font-size: small;
    background-color: #E9ECF1;
}
.SearchBar-Background{background-color: #E9ECF1;}
.SearchBar-TextBox{ width:.75in;}