table.TruckDetails
{
    width: 100%;
    border: solid 1px Silver;
}
table.TruckDetails td
{
    width: 75%;
    height: 20px;
    border: solid 1px Silver;
    padding: 2px;
    margin: 2px;
}
table.TruckDetails td.Label
{
    width: 25%;
    background-color: #D5D4DD;
    white-space: nowrap;
    font-weight: bold;
}
table.TruckDetails td.Img
{
    width: 5%;
    vertical-align: top;
    text-align: center;
}
table.TruckDetails td.Img a
{
    padding-right: 10px;
}
table.TruckDetails td.Heading
{
    background-color: #D5D4DD;
    font-weight: bold;
    text-align: center;
}

ul.Categories
{
    list-style-type: none;
    margin-left: 20px;
    border: 0px;
    border-collapse: collapse;
}
ul.Categories li
{
    
}
ul.Categories li a
{
    color: Gray;
    text-decoration: none;
    font-weight: normal;
}
ul.Categories li a:Hover
{
    color: Black;
    list-style-image: url(/images/layout/bullet_cat.gif);
}
ul.Categories li.Selected
{
    list-style-image: url(/images/layout/bullet_cat.gif);
}
ul.Categories li.Selected a
{
    color: Black;
}

.FormTitle
{
    display: block;
    border-top: solid 1px Silver;
    border-left: solid 1px Silver;
    border-right: solid 1px Silver;
    color: #000000;
    background-color: #F3F3F3;
    padding: 3px;
    margin-top: 4px;
}
.Form
{
    display: block;
    height: 100%;
    border-left: solid 1px Silver;
    border-right: solid 1px Silver;
    border-bottom: solid 1px Silver;
    background-color: #F3F3F3;
    overflow: auto;
    margin-bottom: 4px;
}

.Row
{
    width: 100%;
    display: block;
    overflow: auto;
}
.Row .ColAuto3
{
    width: Auto;
    float: left;
    display: block;
    padding: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.Row .ColAuto
{
    width: Auto;
    float: left;
    display: block;
}
.Row .Col50pc
{
    width: 49%;
    float: left;
    display: block;
}
.Row .Col50pcRgt
{
    width: 49%;
    float: right;
    display: block;
}

.Cols50pc
{
    width: 49%;
    float: left;
    display: block;
}

.Rgt
{
    text-align: right;
}

.SummaryHOB
{
    display: block;
    border: solid 1px Silver;
    overflow: auto;
    margin-bottom: 4px;
    background-image: Url(/images/layout/helpdesk1.jpg);
}
.SummaryHOB .HoB
{
    width: 100%;
    display: block;
    overflow: auto;
}
.SummaryHOB .HoB .HoB_Lft
{
    width: 45%;
    float: left;
    height: 22px;
    padding: 3px;
}
.SummaryHOB .HoB .HoB_Rgt
{
    width: 45%;
    float: left;
    height: 22px;
    padding: 3px;
}

.SummaryTitle
{
    display: block;
    border-top: solid 1px Silver;
    border-left: solid 1px Silver;
    border-right: solid 1px Silver;
    background: #FFFFFF Url(/images/layout/ban_button.gif) repeat-x center center;
    color: #000000;
    padding: 3px;
}
.Summary
{
    display: block;
    border: solid 1px Silver;
    padding: 3px;
    overflow: auto;
    margin-bottom: 4px;
    height: 100%;
}

.Staff
{
    width: 100%;
    display: block;
    overflow: auto;
    padding-top: 4px;
    padding-bottom: 4px;
}

IMG.ThumbLft
{
    margin-right: 5px;
    margin-bottom: 5px;
}
IMG.ThumbRgt
{
    margin-left: 5px;
    margin-bottom: 5px;
}
