﻿h2
{
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #8777b6;
}

img
{
    border: 0;
}

.maxwidth
{
    width: 600px;
}

.field-validation-error
{
    color: #ff0000;
}

.quick-quote-block-tp
{
    background: transparent url(../images/layout/quick_quote_block_tp.png) no-repeat scroll 0 0;
    color: #FFFFFF;
    float: left;
    height: 103px;
    padding: 10px 5px 0;
    position: relative;
    width: 150px;
}

.quick-quote-block
{
    background: transparent url(../images/layout/quick_quote_block.png) no-repeat scroll 0 0;
    color: #FFFFFF;
    float: left;
    height: 103px;
    padding: 10px 15px 0;
    position: relative;
    width: 180px;
}

.quick-quote-block-tp lable
{
    font-size: 17px;
    margin-bottom: 40px;
}
.quick-quote-block-tp price
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: right;
}
.quick-quote-block lable
{
    font-size: 17px;
    margin-bottom: 40px;
}
.quick-quote-block price
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: right;
}
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

body
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1;
}

table td
{
    padding: 1px;
}

fieldset
{
    padding: 5px;
    margin: 5px;
    border: 1px solid #8777b6;
}

.field
{
    font: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.clear
{
    clear: both;
}

.select1
{
    width: 265px;
}

.select2
{
    width: 235px;
}

.select3
{
    width: 180px;
}

.select4
{
    width: 200px;
}

.select5
{
    width: 400px;
}

.select6
{
    width: 135px;
}


.carList
{
    width: 340px;
}

.textfield
{
    width: 131px;
}

.textfield_narrow
{
    width: 70px;
}

.textfield_addr
{
    width: 250px;
}

.datefield
{
    width: 65px;
}

.moneyfield
{
    width: 60px;
    text-align: right;
}

.twodigitintfield
{
    width: 18px;
}

.emailfield
{
    width: 160px;
}

.example
{
    font-size: 0.9em;
    color: #909090;
}

form label.error, label.error, span.error, div.error
{
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic;
    margin-left: 5px;
}

label.valid
{
    background: url('../images/tick.png') no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.assumptions
{
    width: 590px;
    height: 330px;
    color: #000000;
    font-size: 10pt;
    font-family: Arial,Helvetica,sans-serif;
}

input:focus
{
    border: 2px solid #6098C7;
}
input.error
{
    border: 1px solid red;
    background-color: #FFEEEE;
}

select.error
{
    border: 1px solid red;
    background-color: #FFEEEE;
}

td.error
{
    color: Red;
}

.quotecomparison th
{
    text-align: center;
    color: #331166;
}

.quotecomparison td
{
    padding: 0px;
}

.quotecomparison
{
    font-family: arial;
    background-color: #F0F0F0;
    font-size: 8pt;
    text-align: left;
}
.quotecomparison thead tr th, .quotecomparison tfoot tr th
{
    color: #3D3D3D;
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    font-weight: bold;
    padding: 2px;
    vertical-align: top;
}

table.quotecomparison tbody td
{
    color: #3D3D3D;
    padding: 2px;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
}

table.quotecomparison tbody td.product
{
    text-align: left;
    padding-left: 10px;
    color: #000000;
}

table.quotecomparison tbody td.highlighted
{
    font-weight: bold;
    font-size: 1.2em;
}

table.quotecomparison tbody td div.more
{
    padding: 5px;
    text-align: right;
    font-size: 0.9em;
}

table.quotecomparison tbody td div.more a
{
    color: #909090;
    text-decoration: none;
}

table.quotecomparison tbody td.premium
{
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    background-repeat: no-repeat;
    background-position: center;
}

.selectedRow
{
    background-color: grey;
    cursor: pointer;
}
.premium a
{
    font-size: 1.1em;
    font-style: normal;
    text-decoration: none;
}

.paymentbutton
{
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

td.additionalquestion_label
{
    width: 300px;
}

td.mandatory
{
    font-weight: bold;
}


.risksummary
{
    width: 600px;
}

.risksummary td.summarygroup
{
    width: 50%;
    vertical-align: top;
    border: solid 1px #f5f5f5;
}

.risksummary td table
{
    width: 100%;
}

.risksummary td table td.label
{
    width: 55%;
}

span.hovertext
{
    position: relative; /*this is the key*/
    z-index: 24;
    text-decoration: none;
    margin-left: 5px;
}

span.helpicon
{
    background: url('../images/help.png') no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

span.hovertext:hover
{
    z-index: 25;
    background-color: #ff0;
}

span.hovertext div
{
    display: none;
}

span.hovertext:hover div
{
    /*the p will display just on :hover state*/
    display: block;
    position: absolute;
    top: 25px;
    left: -20em;
    width: 400px;
    border: 1px solid #909090;
    padding: 5px;
    background-color: #f5f5f5;
    font-size: 0.9em;
    text-align: justify;
}

span.hovertext p
{
    display: none;
}

span.hovertext:hover p
{
    /*the p will display just on :hover state*/
    display: block;
    position: absolute;
    top: 25px;
    left: -20em;
    width: 400px;
    border: 1px solid #909090;
    padding: 5px;
    background-color: #ffffff;
    font-size: 0.9em;
    text-align: justify;
}

.white
{
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.white a
{
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none;
}

.white a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.bigyellow
{
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: yellow;
    text-decoration: none;
}

.bigyellow a
{
    color: yellow;
    font-style: normal;
    text-decoration: none;
}

.bigyellow a:hover
{
    color: purple;
    text-decoration: none;
}

.QuickQuotePremium
{
    background-color: #331166;
}

.loading
{
    display: none;
    border: dashed 1px #F5F5F5;
    vertical-align: text-top;
    padding: 5px;
}

.optional
{
    color: #909090;
}


#heading
{
    padding: 10px 30px;
}

#heading h1
{
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

#bread a
{
    color: #330066;
}

.section_title
{
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #8777b6;
}

.section_body
{
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 5px;
}
.section_body_narrow
{
    padding: 10px;
    margin-bottom: 5px;
    width:600px;
}
.section_title_tabselector
{
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #8777b6;
}

.section_title_tabselector a
{
    margin-left: 10px;
    text-decoration: none;
}

.section_title_tabselector a.selected
{
    color: #8777b6;
}

.section_title_tabcontainer div
{
    display: none;
}

.price
{
    font-weight: bolder;
    font-size: 1.2em;
    color: black;
}

.price_right
{
    font-weight: bolder;
    font-size: 1.2em;
    color: black;
    text-align: right;
}

.priceSmaller
{
    font-weight: bolder;
    font-size: 1.2em;
    color: black;
}

.summary_title
{
    font-weight: bolder;
    font-size: 1.1em;
}
.claims_detail_lable
{
    width: 260px;
}
.claims_detail_input
{
    width: 250px;
}


body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}




/* Button Styles */
#gbutleft
{
    background-image: url(../../content/images/buttons/left.jpg);
    width: 7px;
    height: 29px;
    float: left;
}
#gbutcentre
{
    background-image: url(../../content/images/buttons/tile.jpg);
    min-width: 20px;
    max-width: 200px;
    height: 29px;
    float: left;
}
#gbutinner
{
    padding: 5px 6px 0px 5px;
}
#gbutcentre a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}
#gbutright
{
    background-image: url(../../content/images/buttons/right.jpg);
    width: 7px;
    height: 29px;
    float: left;
}



