﻿table.quoteItems th,
table.quoteHeader th,
table.quoteFooter th
{
    color:#003a62;
    font-weight:bold;
}

table.quoteHeader td
{
    padding:4px 10px;
}

table.quoteHeader
{
    width:100%;
}

table.quoteItems
{
    width:100%;
    margin:20px 4px;
    border:solid 1px #003a62;
    border-collapse:collapse;
}

table.quoteItems th,
table.quoteItems td
{
    font-size:1em;
    padding:4px 2px;
}

table.quoteItems th
{
    background-color:#CCCCCC;
}

table.quoteItems td
{
    border:solid 1px #003a62;
}

table.quoteItems tr.oddrow td
{
    background-color:#E0E0E0;
}

table.quoteItems hr
{
    margin:0px;
}

table.quoteItems label
{
    padding:0px 25px;
    color:#000080;
}

table.quoteFooter
{
    text-align:right;
    float:right;
}

table.quoteFooter td
{
    padding:0px 8px;
}

div.formFooter
{
	clear:both;
	margin: 8px 0px;
	border:solid 1px #003a62;
	background-color:#E0E0E0;
	padding:5px;
}