﻿body
{
    background-image: url('./Images/leftbar.jpg');
    background-repeat: repeat-y;
    background-position: left;
    margin:0;
}

#QuoteGrid
{
    border-collapse: collapse;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#QuoteGrid td, #QuoteGrid th
{
    font-size: 1em;
    border: 1px solid #0000FF; 
    padding: 3px 7px 2px 7px;
}
#QuoteGrid th
{
    font-size: 1.1em;
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    background-color:#A7C942;
    color:#ffffff;
}
#QuoteGrid tr.alt td
{
    color: #000000;
    background-color: #F5F5F5;
}
.CustBanner
{
    background-position: bottom;
    background-color: #F5F5F5;
    font-family: Tahoma;
    text-align: right;
    font-size: .8em;
    clear: both;
    float: none;
    padding-right: 0px;
    padding-left: 0%;
    padding-bottom: 0%;
    margin: 0%;
    vertical-align: middle;
    height: 50px;
    position: static;
    background-image: url('./Images/undertop.png');
    background-repeat: repeat-x;
} 
.CustName
{
    background-position: bottom;
    background-color: #F5F5F5;
    font-family: Verdana;
    text-align: right;
    font-size: 1.12em;
    float: right;
    font-weight: bold;
    position: static;
    background-image: url('./Images/undertop.png');
    background-repeat: repeat-x;
} 
.SearchGroup
{
    font-family: Verdana;
    font-size: .8em;
}
.LoginInfo
{
    font-family: Verdana;
    font-size: .8em;
}
.MessageInfo
{
    font-family: Verdana;
    font-size: .8em;
}
