﻿/* QUOTE CONVEYANCING ENGINE CLASSES */

.cqe_row_even
{
    background-color: #BEDBA6;
    text-align: center;
    border-bottom: solid 1px silver;
    border-right: solid 1px silver;
}

.cqe_row_odd
{
    background-color: #EFF6EA;
    text-align: center;
    border-bottom: solid 1px silver;
    border-right: solid 1px silver;
}

.cqe_header
{
    font-weight: bold;
    text-align: center;
    border-right: solid 1px #ACA899;
    color: White;
    background-color: #2D431D;
    border-bottom: solid 1px black;
}

.cqe_table
{
    border: solid 1px #413E35;
    width: 100%;
}

.cqe_table td
{
    padding:5px;
}


.cqe_table a
{
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
    color: #BC1A18; 
}

.cqe_table a:hover
{
    text-decoration:underline;
}

.cqe_quote_title
{
    font-family: Tahoma;
    font-size: x-large;
    color: #195618;
}

.cqe_quote_partnerdiv
{
    border-bottom: solid 1px black;
    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:16pt;
    font-family:Verdana;
    font-weight:bold;
    color:#BC1A18;
}

.cqe_image
{
    margin:2px;
    padding:2px;
    border:solid 1px silver;
}

.cqe_quote_partnerimage_td
{
    vertical-align: top;
    text-align: right;
}

.cqe_quote_partnerimage
{
}

.cqe_main_div
{
    margin:auto;
    width: 800px;
    font-family: Verdana;
    font-size: 10pt;
    border: solid 1px silver;
    background-color:White;
    padding: 10px;
}

.cqe_quote_summary_title_div
{
    margin-top: 10px;
    margin-bottom:10px;
    padding-top: 10px;
    border-top: solid 1px silver;
    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 silver;
    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 black;
    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
{
    margin:5px;
    padding:5px;
    border:solid 1px black;
    background-color:#F2F8ED;
    font-family:Verdana;
    font-size:10pt;
}

.cqe_quote_form_div hr
{
    height:1px; 
    padding:0 0 0 0;
    margin:4 0 4 0;
    width:100%;
    border-color:Black;
}
