﻿/* Element Layout */
a:link
{
    color: #ffffff;
    text-decoration: none;
}
a.Content:link
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.Content:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
a.Content:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a:active
{
    color: #ffffff;
    text-decoration: none;
}
a.Content:active
{
    color: #000000;
    text-decoration: none;
}
body
{
    margin: 0px 0px 0px 0px;
    scrollbar-3dlight-color: #D0D1D3;
    scrollbar-arrow-color: #002474;
    scrollbar-base-color: #ffffff;
    scrollbar-darkshadow-color: #D0D1D3;
    scrollbar-shadow-color: #999999;
    scrollbar-highlight-color: #999999;
    scrollbar-face-color: #D0D1D3;
    scrollbar-track-color: #f8f8f8;
}
h1
{
    color: #003867;
    font-size: 11pt;
    font-weight: normal;
}
h2
{
    color: #003867;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
}
img
{
    display: inline;
    padding: 2px 2px 2px 2px;
}
p
{
    color: #000000;
    font-family: Arial;
    font-size: 8pt;
}


/* Master Table Layout */
#tblMaster
{
    border: solid 0px #000000;
    border-collapse: collapse;
    font-family: Arial;
}
#trTop
{
    background-position: left top;
    background-image: url(../../Images/Web-Top.jpg);
    background-repeat: no-repeat;
    border: solid 0px #000000;
    border-collapse: collapse;
    font-family: Arial;
}
#tdFiller
{
    background-position: left top;
    background-image: url(../../Images/Web-Filler.jpg);
    background-repeat: repeat-y;
}
#tdContent
{
    background-position: right bottom;
    background-image: url(../../Images/Web-Bottom.jpg);
    background-repeat: no-repeat;
}
#trFooter
{
    color: #003867;
    font-size: 8pt;
}
#trBottom
{
    background-position: left bottom;
    background-image: url(../../Images/Web-Bottom.jpg);
    background-repeat: no-repeat;
}

/* Header Table Layout */
#tblHeader
{
    border: solid 0px #000000;
    border-collapse: collapse;
    font-family: Arial;
    margin-right: 13px;
}
#trInformation
{
    color: #ffffff;
    font-size: 14pt;
}
#trTitle
{
    color: #000000;
    font-size: 26pt;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 0px;
    text-transform: uppercase;
}
#trNavigation
{
}
.MenuItem
{
    color: #4c669e;
    font-size: 7pt;
    text-align: center;
}

/* Content Table Layout */
#tblContent
{
    border: solid 0px #000000;
    border-collapse: collapse;
    font-family: Arial;
    margin-right: 14px;
}
#divContent
{
    border: solid 0px #000000;
    font-family: Arial;
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
    overflow: auto;
    padding: 20px 15px 0px 0px;
}

/* Control Layout */
.Label
{
    color: #000000;
    font-family: Arial;
    font-size: 8pt;
}
.Validate
{
    color: #ff0000;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}
.TextBox
{
    font-family: Arial;
    font-size: 8pt;
    width: 98%;
}
.NoteBox
{
    font-family: Arial;
    font-size: 8pt;
    height: 200px;
    width: 98%;
}
.DropDown
{
    font-family: Arial;
    font-size: 8pt;
    width: 25%;
}
.Button
{
    background-color: #002374;
    border: solid 1px #002374;
    color: #ffffff;
    cursor: hand;
    font-family: Arial;
    font-size: 8pt;
    width: 100px;
}

