.common_form_textbox {
    border: 1px solid #B4D4E9;
    color: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    text-align: left;
    text-decoration: none;
    width: 275px;
}
.common_form_textbox_small {
    border: 1px solid #B4D4E9;
    color: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    text-align: left;
    text-decoration: none;
    width: 80px;
}
.common_form_textbox_zipcode {
    border: 1px solid #B4D4E9;
    color: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    text-align: left;
    text-decoration: none;
    width: 75px;
}
.common_form_textbox_year {
    border: 1px solid #B4D4E9;
    color: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    text-align: left;
    text-decoration: none;
    width: 50px;
}
.common_form_textbox_extra {
    border: 1px solid #B4D4E9;
    color: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    text-align: left;
    text-decoration: none;
    width: 500px;
}
.common_form_textbox_disabled {
    border-width: 0;
    color: #F0F0F0;
}
.common_form_textarea {
    border: 1px solid #B4D4E9;
    color: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: 400;
    height: 75px;
    resize: none;
    text-align: left;
    text-decoration: none;
    width: 275px;
}
.common_form_textarea_extra {
    border: 1px solid #B4D4E9;
    color: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: 400;
    height: 100px;
    resize: none;
    text-align: left;
    text-decoration: none;
    width: 400px;
}
.common_form_combobox {
    border-color: #B4D4E9;
    border-style: solid;
    border-width: 1px;
}
.common_popup_form_combobox {
    border-color: #B4D4E9;
    border-style: solid;
    border-width: 1px;
}
common_form_combobox_small {
    border-color: #B4D4E9;
    border-style: solid;
    border-width: 1px;
    width: 35px;
}
.common_form_label {
    clear: both;
    font-size: 12px;
    height: 26px;
    margin: 3px 0 3px 10px;
    padding-right: 10px;
    text-align: right;
    width: 30%;
}
.common_form_label_mandatory {
    color: red;
    padding-right: 10px;
    text-align: right;
    width: 30%;
}
.common_form_label_mandatory_left {
    color: red;
    padding-right: 10px;
    text-align: left;
    width: 30%;
}
.common_form_button {
    background: url("/Styles/ui3.0/i/buttonbg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #002E6E;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 1px;
    text-align: center;
    text-decoration: none;
}
.common_form_button_right {
    background: url("/Styles/ui3.0/i/buttonbg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #002E6E;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 1px;
    text-align: center;
    text-decoration: none;
}
.common_form_button:hover {
    background: none repeat scroll 0 0 #004080;
    border-bottom: 1px solid #002E6E;
    border-top: 1px solid #002E6E;
    color: #FFFFFF;
}
.common_form_header {
    background: url("/Styles/ui3.0/i/formhdbg.gif") repeat-x scroll center top transparent;
    border: 1px solid #D2D2D2;
    height: 30px;
    width: 98%;
}
.common_form_header h2 {
    color: #003A76;
    font-size: 14px;
    font-weight: bold;
    margin: 7px 0 0 10px;
    padding: 0;
}
.common_tab_table {
    border-collapse: collapse;
    width: auto;
}
.common_tab_table_align {
    margin-left: 10px;
}
.common_tab_table td {
    border-collapse: collapse;
    cursor: pointer;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 130px;
}
.template_panel_left {
    background: none repeat scroll 0 0 #F1F1F1;
    height: 720px;
    position: absolute;
    width: 250px;
    z-index: 3;
}
.template_panel_left_button {
    background: none repeat scroll 0 0 #405884;
    height: 720px;
    margin-left: 250px;
    position: absolute;
    width: 10px;
    z-index: 4;
}
.common_button {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/Styles/ui3.0/i/buttonbg.gif") repeat-x scroll 0 0 transparent;
    border-color: #002E6E;
    border-left: 0 solid #002E6E;
    border-right: 0 solid #002E6E;
    border-style: solid;
    border-width: 1px 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 1px;
    text-align: center;
    text-decoration: none;
}
.common_button:hover {
    background: none repeat scroll 0 0 #004080;
    border-bottom: 1px solid #002E6E;
    border-top: 1px solid #002E6E;
    color: #FFFFFF;
}
.popup_header {
    background: url("/Images/subheader1.png") repeat-x scroll 0 0 transparent;
    color: #000000;
    font-size: 93%;
    font-weight: bold;
    line-height: 2;
    padding: 0 10px;
}
.popup_container {
    background: url("/Styles/ui3.0/i/TabContentBg.gif") repeat-x scroll 0 0 transparent;
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    display: none;
    font-weight: bold;
    left: 0;
    margin: 40% 40% 50% 35%;
    opacity: 1;
    position: relative;
    top: 0;
    width: 40em;
    z-index: 999;
}
.mask {
    background-color: #CCCCCC;
    display: none;
    height: auto;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
}
.datagrid_container {
    border-color: #3E557D #BECEE1 #BECEE1;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-left: 10px;
    width: 98%;
}
.datagrid_container_header {
    color: #000000;
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
.datagrid_container_header_right {
    color: #000000;
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}
.datagrid_content_label {
    color: #595A5F;
    font-family: Arial;
    font-size: 11px;
    margin-left: 10px;
    text-align: left;
}
.datagrid_content_label_right {
    color: #595A5F;
    font-family: Arial;
    font-size: 11px;
    margin-left: 10px;
    text-align: right;
}
.datagrid_container th {
    border-bottom: 1px solid #BECEE1;
    height: 25px;
    padding: 5px;
}
.datagrid1_container {
    border-collapse: collapse;
    border-color: #000000;
    border-spacing: 2em;
    border-style: solid;
    border-width: thin;
    margin-left: 10px;
    width: 98%;
}
.datagrid1_container_content {
    background-color: white;
}
.datagrid1_container_header {
    background: none repeat scroll 0 0 #DCDCDC;
}
.business_popup_header {
    background: url("/Images/formhdbg.gif") repeat-x scroll center top transparent;
    border-bottom: 1px solid #D2D2D2;
    height: 25px;
    width: 100%;
}
.business_popup_container {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #808080;
    border-style: solid;
    border-width: 2px;
    display: none;
    font-weight: bold;
    margin-left: 15%;
    opacity: 1;
    position: relative;
    top: -300px;
    width: 65%;
    z-index: 999;
}
.business_mask {
    background: none repeat scroll 0 0 #4A4A4A;
    display: none;
    height: 300%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
}
.business_popup_container_header h2 {
    background: url("/Images/formhdbg.gif") repeat-x scroll center top transparent;
    border-bottom: 1px solid #D2D2D2;
    color: #003A76;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 98%;
}
.business_form_label {
    clear: both;
    font-size: 12px;
    height: 26px;
    margin: 3px 0 3px 10px;
    text-align: right;
    width: 465px;
}
.business_form_label_mandatory {
    color: red;
    font-size: 12px;
    height: 26px;
    text-align: right;
}
.business_form_textbox_extra {
    border: 1px solid #B4D4E9;
    color: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    text-align: left;
    text-decoration: none;
    width: 500px;
}
.business_form_option {
}
.business_form_textbox_disabled {
    border: 1px solid #B4D4E9;
}
.business_popup_close_button {
    cursor: pointer;
    float: right;
    margin-top: -20px;
}
.newquote_find_table_container {
    border: 1px solid #7F7F7F;
    border-collapse: separate;
    border-spacing: 0;
    font-family: arial;
    font-size: inherit;
    margin-left: 10px;
    padding: 0;
    width: 98%;
}
.newquote_find_table_container th {
    background: url("/Images/sprite.png") repeat-x scroll 0 0 #D8D8DA;
    border-color: -moz-use-text-color #CBCBCB -moz-use-text-color -moz-use-text-color;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}
.addbusiness_popup_container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    color: #4E4E50;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
}
.addbusiness_popup_container_header {
    background: url("/Images/popup.gif") repeat-x scroll center top transparent;
    border-bottom: 1px solid #D2D2D2;
    height: 25px;
    width: 100%;
}
.addbusiness_popup_container_header h2 {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}
.popup_label {
    clear: both;
    font-size: 12px;
    height: 26px;
    margin: 3px 0 3px 10px;
    text-align: right;
}
.popup_displayvalue {
    clear: both;
    font-size: 12px;
    height: 26px;
    margin: 3px 0 3px 10px;
}
.business_form_label_align {
    clear: both;
    font-size: 12px;
    height: 26px;
    margin: 3px 0 3px 10px;
    text-align: left;
}
.label_indent {
    margin-right: 35px;
}
.quote_businessinfo_popup_container {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #808080;
    border-style: solid;
    border-width: 2px;
    display: none;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: -550px;
    opacity: 1;
    position: relative;
    width: 98%;
    z-index: 999;
}
.quote_businessinfo_popup_container_inland {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #808080;
    border-style: solid;
    border-width: 2px;
    display: none;
    font-weight: bold;
    margin-bottom: 250px;
    margin-left: 20px;
    margin-top: -450px;
    opacity: 1;
    position: relative;
    width: 98%;
    z-index: 999;
}
.quote_businessinfo_mask {
    background: none repeat scroll 0 0 #CCCCCC;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
}
.GlClasscodePopup_container {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #808080;
    border-style: solid;
    border-width: 2px;
    display: none;
    font-weight: bold;
    opacity: 1;
    position: relative;
    top: -350px;
    width: 100%;
    z-index: 999;
}
.inlandmarine_popup_container {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #808080;
    border-style: solid;
    border-width: 2px;
    display: none;
    font-weight: bold;
    opacity: 1;
    position: relative;
    top: -250px;
    width: 100%;
    z-index: 999;
}
.todotab_active .close {
    background: url("/Images/xor.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 10px;
    text-indent: -9999px;
    width: 10px;
}
.right {
    float: right;
}
.common_businesscontent_container {
    border: 1px solid #D2D2D2;
    clear: both;
    height: inherit;
}
.business_inlandmarine_popup_container {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #808080;
    border-style: solid;
    border-width: 2px;
    display: none;
    font-weight: bold;
    opacity: 1;
    position: relative;
    top: -350px;
    width: 100%;
    z-index: 999;
}
.coverage_form_textbox {
    text-align: right;
}
.coverage_form_text {
    text-align: right;
}
.Quote_PropertyPopup_Container {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #808080;
    border-style: solid;
    border-width: 2px;
    display: none;
    font-weight: bold;
    opacity: 1;
    position: relative;
    top: -300px;
    width: 100%;
    z-index: 999;
}
.business_form_header {
    background-color: #DCDCDC;
    color: #2437A0;
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    font-weight: bold;
}
.insured_popup_container {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #808080;
    border-style: solid;
    border-width: 2px;
    display: none;
    font-weight: bold;
    margin-left: 15%;
    opacity: 1;
    position: relative;
    top: -300px;
    width: 65%;
    z-index: 999;
}
.insured_mask {
    background: none repeat scroll 0 0 #CCCCCC;
    display: none;
    height: 200%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
}
.Business_occupation_textbox {
    border: 1px solid #B4D4E9;
    color: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    text-align: left;
    text-decoration: none;
}
