﻿html, body, table, td
{
    font-family: Verdana;
    font-size: 12px;
}
table.OuterTable, table.HeaderTable
{
    width: 1000px;
}
table.InnerTable
{
    width: 100%;
}
table.InnerTable td
{
    padding: 4px;
    width: 50%;
}
.Caption
{
    font-weight: bold;
    background-color: #cccccc;
    padding: 10px;
}
td.ContainingCell
{
    width: 50%;
    vertical-align: top;
    border: 1px solid #000000;
}
#ModelID
{
    width: 250px;
}
input.CalculateButton
{
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}
.TopBanner
{
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 20px;
}
#ResponseContainer
{
    padding: 25px;
}
table#OuterOutPutTable
{
    width: 450px;
    border: 1px solid #cccccc;
}

table#StatusMessageTable
{
    width: 450px;
    border: 1px solid #cccccc;
}
table#VehicleDriveAwayTable
{
}
table#RegistrationTable
{
    padding-left: 30px;
    width: 400px;
}
table.Level3Table
{
    padding-left: 40px;
    padding-right: 30px;
    min-width: 320px;
    float: right;
}
img.ExpandContractImage
{
    border: 0px;
    cursor: pointer;
}
td.Right
{
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
}
tr.OutputCaption td
{
    font-weight: bold;
    padding: 5px;
}
table.PriceSearch
{
    width: 500px;
    border: 1px solid grey;
    padding: 10px;
}
tr.PriceSearchRow
{
}
td.PriceSearchLeft
{
    font-weight: bold;
}
td.PriceSearchRight
{
}
tr.PriceSearchBottomRow
{
}
table.PricingOutputTable
{
    width: 500px;
    border: 1px solid grey;
}
tr.PricingOutputCaptionRow
{
}
td.PricingOutPutCaptionLeft
{
    font-weight: bold;
    padding: 5px;
    background-color: #cccccc;    
}
td.PricingOutPutCaptionRight
{
    font-weight: bold;
    text-align: right;
    padding: 5px;
    background-color: #cccccc;
}

tr.PricingOutputRow
{
}
td.PricingOutputLeft
{
}
td.PricingOutputRight
{
    text-align: right;
}

