﻿/* QUOTE CONVEYANCING ENGINE CLASSES */

.cqe_row_even
{
    background-color: #FEECDA;
    text-align: center;
    border-bottom: solid 1px #CACACA;
    border-right: solid 1px #CACACA;
}

.cqe_row_odd
{
    background-color: #ECECEC;
    text-align: center;
    border-bottom: solid 1px #CACACA;
    border-right: solid 1px #CACACA;
}

.cqe_header
{
    font-weight: bold;
    text-align: center;
    border-right: solid 1px #CACACA;
    color: White;
    background-color: #FF7F00;
    border-bottom: solid 1px #CACACA;
    height:20px;
}

.cqe_table
{
    border: solid 1px #CACACA;
    width: 100%;
}

.cqe_quote_title
{
    font-family: Tahoma;
    font-size: large;
    color: #416CCB;
}

.cqe_quote_partnerdiv
{
    border-bottom: solid 1px #CACACA;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cqe_quote_partnername
{
    vertical-align: top;
    font-family: Tahoma;
    font-size: large;
}

.cqe_quote_top_total_div
{
    font-size: small;
    font-weight: bold;
    color: Maroon;
}

.cqe_image
{
    margin: 2px;
    padding: 2px;
    border: solid 1px #CACACA;
}

.cqe_quote_partnerimage_td
{
    vertical-align: top;
    text-align: right;
}

.cqe_quote_partnerimage
{
}

.cqe_main_div
{
    margin: auto;
    font-family: Tahoma;
    font-size: small;
    border: solid 1px #CACACA;
    padding: 10px;
    width:730px;
}

.cqe_quote_summary_title_div
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: solid 1px #CACACA;
    font-weight: bold;
}

.cqe_quote_summary_div
{
    font-family: Tahoma;
    font-size: small;
}


.cqe_quote_breakdown_title_div
{
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #CACACA;
    font-weight: bold;
}

.cqe_quote_breakdown_div
{
    font-family: Tahoma;
    font-size: small;
    margin-top: 10px;
}

.cqe_quote_sdlt_div
{
    font-family: Tahoma;
    font-size: small;
    margin-top: 10px;
}

.cqe_quote_conditions_title_div
{
    border-top: solid 1px #CACACA;
    margin-top: 20px;
    padding-top: 10px;
    font-size: xx-small;
    font-weight: bold;
    color: gray;
}

.cqe_quote_conditions_div
{
    font-family: Tahoma;
    font-size: xx-small;
    color: Gray;
}

.cqe_label_cell
{
    padding: 3px;
    color: Black;
    width: 180px;
    font-size: 8pt;
}

.cqe_data_cell
{
    padding: 3px;
    color: Navy;
    font-weight: normal;
    font-size: 8pt;
    text-align: right;
    width: 130px;
}

.cqe_breakdown_data_cell
{
    padding: 3px;
    color: Navy;
    font-weight: normal;
    font-size: 8pt;
    text-align: right;
    width: 130px;
}

.cqe_quote_form_div
{
    border: solid 1px silver;
    margin: 5px;
    background-image: url(/images/note_back.gif);
    background-repeat: repeat-x;
    background-position: left top;
    padding: 5px;
    background-color:#FFBF74;
}

.cqe_feedback_label
{
    color:Maroon;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
}