
/* General Settings */
body
{
    font-family: sans-serif, Arial, Verdana;
    color: #000000;
    font-size: 12px;
    vertical-align:middle;
}


ul li 
{
    padding-bottom:5px;
}

.frame_dimensions
{
    width: 720px;
    vertical-align:top;
    text-align:center;
    margin-left:auto;
    padding-right:auto;
    float:right;
}

.hidden_button
{
    visibility: hidden;
    width: 0px;
    height: 0px;
}

/* Section Settings */
.section_header
{
    color: White;
    padding: 3px 0px 3px 5px;
    background-color: #003399;
    text-align: left;
    font-size:14px;
    font-weight:bold;
}

.quick_quote_header
{
    color: #68737A;
    font-size: 16px;
}

.quick_quote_sub_header
{
    color: #68737A;
    font-size: 14px;
}

.section_content, .section_question_content
{
    padding-top: 3px;
    padding-left:1px;
    border: 2px solid #003399;
    margin-bottom: 5px;
    background-color:#fff;
}

/* Sub Section */
.sub_question_row
{
    background-color: #FEFFAF;
}

.sub_sub_question_row
{
    background-color: #FEFF8F;
}


/* Question And Answer Settings */
.question_row, .sub_question_row, .question_row_no_bottom
{
    vertical-align: middle;
}

.question_row, .sub_question_row
{
    border-bottom:solid 1px inactiveborder;
}

.question3
{
    padding-left:10px;
    padding-top:1px;
    padding-bottom:1px;
}

.question
{
    vertical-align: middle;
    width: 340px;
    text-align: left;
    padding-left: 10px;
    border: 0px solid red;
    padding-top:1px;
    padding-bottom:1px;
}

.ans, .ans2, .rebuild_col_question, .rebuild_col_ans, .callback_col_question, .callback_col_ans, .subitem_col, .subitem_col1, .subitem_col2, .subitem_col3, .subitem_col4, .subitem_col5, .subitem_col6
{
    text-align: left;
    padding-top:1px;
    padding-bottom:1px;
}


.ans
{
    vertical-align: top;
    width: 366px;
    border:0px solid red;
}

/* Help Text */

.help_image
{
    border: solid 0px Blue;
    width: 16px;
    height: 14px;
    background: transparent url( '../Images/help-image.gif' ) no-repeat scroll top right;
}

.HelpText
{
    color: #000;
    font-family: tahoma;
    font-size: 11px;
    background-color: #FFFFCC;
    border: 2px solid black;
    height: auto;
    min-width: 250px;
    max-width: 250px;
    padding: 5px 5px 5px 5px;
}

/* Modal Popups */
.modalBackground
{
    background-color: gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.modalPopup, .modalPopupLong, .modalRebuildPopup
{
    position: absolute;
    background-color: #fff;
    border-width: 3px;
    border: solid 1px #FEFFAF;
}

.modalPopup
{
    top: 0px;
    height: 600px;
    width: 550px;
}

.modalRebuildPopup
{
    height: 600px;
    width: 550px;
}

.modalPopupLong
{
    padding: 15px;
    height: 600px;
    width: 600px;
}

.popup_row, .popup_row_alternative
{
    font-size: 12px;
    color: #226;
    text-align: left;
    height: 20px;
    width: 100px;
}

.popup_row td, .popup_row_alternative td 
{
    padding:5px 0px 5px 3px;
}

.popup_row_alternative
{
    background-color: #FEFFAF;
}


/* Buttons */
.button_row
{
    height: 30px;
}

.question_button_left
{
    width: 350px;
    text-align: right;
    padding-right: 20px;
}

.question_button_right
{
    width: 350px;
    text-align: left;
    padding-left: 10px;
}

.forward_button, .back_button
{
    font-weight:normal;
    padding:   7px 5px 7px  5px;
    border:1px solid gray;
}

.forward_button, .action_button
{
    background-color:#009ADD;
    color:white;
}

.action_button 
{
    border:1px solid gray;
    padding:   3px 5px 3px 5px;
}


.forward_button:hover, .action_button:hover
{
    background-color:#0089BF;
}

.back_button 
{
    background-color:#AFAFAF;
    color:white;
}

.back_button:hover
{
    background-color:#8F8F8F;
    color:white;
}


/* Ajax tabs */
.tabs .ajax__tab_header
{
    border-bottom: 2px #68737A solid;
    height: 30px;
    width: 100%;
    text-align: right;
    margin-left: 0px;
    margin-right: 15px;
}

.tabs .ajax__tab_body
{
    border-bottom: 2px #68737A solid;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px;
}

.tabs ajax__tab_outer
{
}

.tabs .ajax__tab_inner
{
    height: 23px;
    width: 120px;
    border: 2px #68737A solid;
    background-color: #FEFFAF;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    margin-right: 10px;
    color: #68737A;
    font-weight: bold;
}



.tabs .ajax__tab_hover
{
}

.tabs .ajax__tab_hover .ajax__tab_inner
{
    background-color: white;
    color: #68737A;
}

.tabs .ajax__tab_active .ajax__tab_inner
{
    background-color: white;
    border-bottom: 2px white solid;
    color: #68737A;
}

/* Progress Panel */
#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessageOuter
{
    position: absolute;
    top: 20%;
    left: 43%;
    padding: 10px;
    width: 200px;
    z-index: 1001;
    background-color: gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#processMessage
{
    padding: 20px 10px 20px 10px;
    width: 180px;
    border: solid 1px #FEFFAF;
    background-color: white;
    filter: alpha(opacity=100);
    opacity: 1.0;
    text-align: center;
    vertical-align: middle;
}


.quick_quote_sub_header
{
    color: #38377F;
    text-align: left;
    margin-right: auto;
    font-weight: bold;
    width: 55%;
    padding-bottom: 10px;
    font-size: 16px;
}

.quick_quote_header
{
    color: #38377F;
    text-align: left;
    margin-right: auto;
    font-weight: bold;
    width: 55%;
    padding-bottom: 10px;
}

.page_width
{
    width: 720px;
}


.page_left_col_width
{
    width: 720px;
}

.page_right_col_width
{
    width: 720px;
}

.additional_page_left_col_width, .additional_page_page_col_width
{
    width: 720px;
}

/* Quotes Screen */
.quotes_header_row1, .quotes_header_row2
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}


.quotes, .quotes_alternative
{
    font-size: 12px;
    text-align: left;
}

.quotes td, .quotes_alternative td
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:1px;
    padding-right:2px;
}

.header_benefits
{
    text-align: left;
}

/* CC Payment Screen */
.payment_row
{
    height: 30px;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}

.payment_label
{
    vertical-align: top;
    width: 250px;
    float: right;
    text-align: right;
    padding-right: 20px;
    border: 0px solid red;
    padding-top: 6px;
    padding-bottom: 6px;
}

.payment_input
{
    font-size: 13px;
    color: #68737A;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: top;
    width: 600px;
}




/* CC Payment Confirmation Screen */
/* payment confirmation items */
.payment_confirmation_header, .payment_confirmation_sub_header, .payment_confirmation_row
{
    color: #68737A;
    padding-top: 6px;
    padding-bottom: 6px;
}

.payment_confirmation_header
{
    background-color: #DFDFDF;
    width: 100%;
    font-weight: bold;
    height: 30px;
    padding-left: 5px;
}

.payment_confirmation
{
    color: #68737A;
    width: 60%;
    height: 30px;
    padding-left: 20px;
}

.payment_confirmation_detail
{
    color: #68737A;
    font-weight: bold;
    width: 40%;
    text-decoration: none;
}


/* Session Expired */
.session_expired
{
    color: #38377F;
    font-weight: bold;
    width: 100%;
    background-color: InfoBackground;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid red;
    text-align: center;
}

#burglar_alarm_override 
{
    border:0px solid red;
    width:700px;
}

#burglar_alarm_question
{
    border:0px solid red;
    float:left;
    width:280px;
}

#burglar_alarm_answer 
{
    border:0px solid red;
    float:left;
    width:410px;
}
