body
{
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #005E9B;
}

.ButtonBig
{
    border: 1pt solid #005E9B;
    padding: 0px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 115px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #005E9B;
}

.LabelLeft
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: black;
}

.LabelRight
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    color: black;
}

.SectionHeader
{
    color:     #005E9B;
    font-size: 14px;
    font-weight: bold;
    border-bottom-color: #005E9B;
    border-bottom-style: solid;
    border-bottom-width: thin;
    height: 40px;
}

.StandardTextbox
{
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;
}

.ErrorTextbox
{
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;
    background-color: Yellow;
}

.Required
{
    color: Red;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}

.StandardSelectList
{
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;
}

.SectionTable
{
    /*border: solid thin black;*/
    background-color:white;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    height: 350px;
}

.ValidationTable
{
    background-color: White;
}

.ValidationHeader
{
    font-size: 11px;
    color: white;
    font-weight: normal;
}

.ValidationTableData
{
    color: Red;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}

