﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: Black;
    color: White;
}

h2
{
    font-size: 14pt;
    color: #608DC9;
    margin: 5px 0px 0px 0px;
}

h6
{
    font-size: 8pt;
    font-style: italic;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    width: 750px;
}

select
{
    font-size: 8pt;
}

.FieldHeader
{
    font-weight: bold;
    font-size: 8pt;
    padding: 10px 0px 0px 0px;
    display: inline-block;
}

.Header
{
    font-weight: bold;
    font-size: 12pt; 
}

.Detail
{
    font-size: 10pt;
    display: inline-block;
}

.SubHeader
{
    font-size: 8pt;
}

.MarginBottom
{
    padding-bottom: 15px;
}

.TextBoxRight
{
    text-align: right;
}

legend
{
    font-weight: bold;
    font-size: 8pt;
    color: White;
    display: inline-block;
    margin-left: 10pt
}

.FormTable
{
    border-spacing: 0px;
    border-collapse: collapse;
}
.StepNumber
{
    font-size: 32pt;
    display: inline;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border-right: solid 4px white;
}

.StepName
{
    font-size: 14pt;
    font-variant: small-caps;
    font-weight: bold;
    display: inline-block;
    font-family: Trebuchet MS;
}

.StepActive 
{
    background-color: #608DC9;
    width: 160px;
    margin: 0px 15px 25px 0px;
    height: auto;
    display: inline-block;

}

.StepInactive
{
    background-color: transparent;
    width: 160px;
    margin: 0px 15px 25px 0px;
    height: auto;
    display: inline-block;
    
}
.ValidationError
{
    color: #608DC9;
    font-weight: bold;
    font-size: 8pt;
}

.CurrencyRight
{
    text-align: right;
}
