﻿body
{
    font-family: Arial;
    font-weight: normal;
}

.FieldsHeader
{
    font-size: small;
    font-weight: bold;
    color: Black;
    margin-top:0;
}

.FieldsHeaderDisclosure
{
    font-size: 8pt;
    color: Black;
    margin-top:0;
}
.FieldsHeaderNumber
{
    font-size: small;
    font-weight: bold;
    color: Black;
    margin-top:0;
     text-align:right;
}

.HeaderActive
{
    background-color: Gray;
    font-weight: bold;
    color: black;
    border-color: Gray;
    border-width: inherit;
    border-style: solid;
}

.HeaderAID
{
    font-size: small;
    color: Blue;
}

.HeaderCompleted
{
    background-color: Lime;
    font-weight: bold;
    color: black;
    border-color: lime;
    border-width: inherit;
    border-style: solid;
}

.HeaderNotStarted
{
    background-color: Gray;
    font-weight: bold;
    color: black;
    border-color: Gray;
    border-width: inherit;
    border-style: solid;
}

.HeaderPartiallyComplete
{
    background-color: Yellow;
    font-weight: bold;
    color: black;
    border-color: yellow;
    border-width: inherit;
    border-style: solid;
}

.HeaderPending
{
    background-color: Red;
    font-weight: bold;
    color: black;
    border-color: Red;
    border-width: inherit;
    border-style: solid;
}

.Hyperlink
{

    color: Blue;
    font-size: 10pt;
    text-align: left;
}

.LeftPanelStyle
{
    Font-Size:9pt;
    Background-Color:#CCCCCC;
}

.LeftPanelExpandStyle
{
     font-weight:bold;
     Font-Size:12pt;
     color:Black;
}

.SubHeader
{
    font-size: medium;
    font-weight: bold;
}

.textBox
{
    font-size: 9pt;
    height: 16px;
}

.textOverview1
{
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
    color: Gray;
    height: 16px;
}

.VehicleImage
{
    height: 220px;
}

.VehicleListPrice
{
    border-style: none;
    font-weight: bold;
    color: Gray;
    font-size: 12pt;
    width: 150px;
    text-align: right;
}

.VehiclePrice
{
    border-style: none;
    font-weight: bold;
    color: Blue;
    font-size: 12pt;
    width: 150px;
    text-align: right;
}



