BODY
{
    font-family: arial, verdana;
    color: Navy;
    font-size: 10pt;
    background-color: #D3D3D3;
    margin: 0 auto;
    padding: 0;
    background: #ffffff; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#B7B9FF), to(#FFFFFF)); /* for Safari browsers */
    background: -moz-linear-gradient(top,  #B7B9FF,  #FFFFFF); /* for firefox 3.6+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#B7B9FF',EndColorStr='#FFFFFF')";
}

H1
{
    font-size: 20pt;
    padding: 0;
    font-weight: bold;
}

.PrintOnly
{
    display: none;
}

P
{
    overflow: auto;
    font-size: 10pt;
}

.H1Center
{
    font-size: 20pt;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: white;
}

H2
{
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    word-spacing: 4px;
}

H3
{
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
    background-color: #B0C4DE;
    padding: 3px 0 3px 0;
    margin: 0;
}

H4
{
    font-size: 10pt;
    text-align: left;
    font-weight: bold;
    color: #0000d0;
}

.H4Center
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

A:link
{
    color: blue;
    text-decoration: underline;
}

A:visited
{
    color: blue;
    text-decoration: underline;
}

A:hover
{
    color: red;
    text-decoration: underline;
}

A:active
{
    color: red;
    text-decoration: underline;
}

BLOCKQUOTE
{
    margin-left: 30px;
    margin-right: 0;
}

UL
{
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-top: 0;
    padding-bottom: 10px;
}

UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
    padding-left: 5px;
    margin-left: -75px;
}

UL LI LI LI
{
    list-style-type: disc;
}

OL LI
{
    list-style-type: decimal;
}

img
{
    padding: 0;
    border-color: #FFFFFF;
    margin: 0;
}

img.LeftAlign
{
    border-color: #FFFFFF;
    float: left;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

img.RightAlign
{
    border-color: #FFFFFF;
    float: right;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

img.IconAlign
{
    border-color: #FFFFFF;
    float: left;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.Courier
{
    font-family: 'Courier New';
    font-size: 10pt;
}

.MasterNavigation
{
    height: 41px;
    background: #0A6CCE; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#0A6CCE)); /* for Safari, Chrome browsers */
    background: -moz-linear-gradient(top,  #FFFFFF,  #0A6CCE); /* for firefox 3.6+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#0A6CCE')";
}

.MasterContent
{
    border-left: solid 1px #B0C4DE;
    padding: 10px 30px 20px 30px;
    vertical-align: top;
}

.MasterContentAndSidebar
{
    width: 950px;
    border-left: solid 1px #B0C4DE;
    border-right: solid 1px #B0C4DE;
    border-bottom: solid 1px #B0C4DE; /* Remove */
    background-color: white;
}

.MasterSidebar
{
    vertical-align: top;
    width: 170px;
    padding: 0 5px 0 5px;
    background-color: #F0F0FF;
}

.MasterHeader
{
    width: 950px;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #B0C4DE;
    border-left: solid 1px #B0C4DE;
    border-right: solid 1px #B0C4DE;
    background-color: #0000D0;
    border-bottom: solid 2px red;
}

.ListText
{
    margin: 0;
    padding: 15px 20px 15px 35px;
}

#StatusFooter
{
    clear: both;
    left: 160px;
    height: 2em;
    position: absolute;
    bottom: 0;
}

.DoNotDisplay
{
    display: none;
}

.TableBorder td
{
    border: 1px solid #D3D3D3;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

table
{
    margin: 0;
    font-size: 10pt;
    border-collapse: collapse;
    vertical-align: top;
    border-spacing: 0;
}

.TableHeader
{
    background-color: #507CD1;
    color: white;
    text-align: left;
}

.CenterMasterHeader /* GridView */
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    background-color: White !important;
}
.CenterText
{
    margin-left: auto;
    margin-right: auto;
}
div.CenterTable
{
    text-align: center;
}
div.CenterTable table
{
    margin: 0 auto; /* Needs a width */
    text-align: left;
    background-color: #ffffe2;
}

.CenterImage /* <img class="CenterImage" */
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid, .grid td
{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #0000ff;
    border-bottom: 1px solid #0000ff;
}

div.FixFirefox td
{
    border: solid 1px #808080;
}

.gridViewData
{
    border: solid 1px red;
}


.GridviewTable td
{
    padding: 2px 5px 2px 5px;
}

.RoundedCornerBox /*  Must be in a Div  */
{
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
    text-align: left;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; /* Works in IE9, but not IE8, IE7 */
    border: 1px solid #FFD700; /* Gold             */
    background-color: #ffffe2; /*  LightYellow     */
}

.RoundedCornerBoxHead /*  Must be in a Div  */
{
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
    text-align: left;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; /* Works in IE9, but not IE8, IE7 */
    background-color: #ffffe2; /*  LightYellow     */
}

.Watermark
{
    font-family: arial, verdana;
    font-style: italic;
    color: Gray;
    background-color: white;
}

.BoxText
{
    color: #0000D0;
    text-align: center;
}

.HangIndent
{
    padding-left: 30px;
    text-indent: -30px;
}

