/*
Accent colors:
Green	#55a51c

Text colors:
Gray	#666666
Links	#0066cc
Orange	#ff7900
*/


/* ##################	Catchall Styles	 ################## */
.png {
    behavior: url('/app_includes/css/iepngfix_v2.htc');
}
/* ##################	Catchall Styles	 ################## */
* {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    /*color:#666666;*/
}

div, td, p {
    font-size: 12px;
    line-height: 17px;
}
/* ##################	Page Template Styles	 ################## */
body {
    margin: 0;
    padding: 0 0 20px 0;
}

input, select {
    color: #666666;
}

.pagewrapper {
    width: 960px;
    margin: 0 auto;
}

.headerwrapper {    
    width: 960px;
    margin-bottom: 12px;
}

.header {
    height: 115px;
    margin-top: -3px;
}

.bodycontent {
    background: #ffffff url('/app_themes/TIS/images/contentcaptop.gif') no-repeat;
    padding: 0 20px;
}

p {
    margin: 0 0 7px 0;
}

    p.last {
        margin-bottom: 0;
    }

.footnote, .footnote a {
    font-size: 9px;
    line-height: normal;
}

    .footnote a {
        text-decoration: underline;
    }

.orange {
    color: #ff7900;
}

.strong {
    font-weight: bold;
}

.error {
    vertical-align: text-top;
}

.required {
    color: #ed1b2e;
}

.grid {
    width: 100%;
}

    .grid img {
        vertical-align: middle;
    }

    .grid th {
        padding-bottom: 5px;
        text-align: left;
        border-bottom-width: 3px;
        border-bottom: 3px solid #e9e9e9;
    }

    .grid td {
        padding: 5px 0px;
        vertical-align: top;
        border-bottom: 1px dotted #c7c7c7;
    }

    .grid .center {
        text-align: center !important;
    }

    .grid .right {
        text-align: right !important;
    }

.RadWindow {
    z-index: 10001 !important;
}

.RadMenu:focus {
    outline: none !important;
}

.tipsintro {
    height: 60px;
}

.tips {
    height: 240px;
    overflow: auto;
    padding: 0 10px 0 10px;
}
/* ##################	Heading Styles	 ################## */
h1, h2, h3, h4, h5 {
    font-family: Arial,Verdana,sans-serif;
    color: #666666;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: normal;
}

h1 {
    letter-spacing: -1px;
    color: #3B5CAD;
    font-size: 26px;
    width: 520px;
}

h2 {
    font-size: 20px;
    letter-spacing: -1px;
    color: #3B5CAD;
    margin-bottom: 5px;
}

h3 {
    font-size: 14px;
    color: #3B5CAD;
    font-weight: bold;
    margin: 5px 0;
}

h4 {
    font-size: 16px;
    color: #ff7900;
    font-weight: bold;
    text-transform: uppercase;
}

.logo {
    padding: 25px 0 0 0;
    float: left;
}

.heading {
    height: 40px;
    padding: 20px 0 0 0;
}

.phoneDiv {
    padding: 20px 0 0 0;
    float: right;
    width: 750px;
    text-align: right;
    font-size: 24px;
    line-height: 60px;
}

.phone {
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    float: right;
    color: #FF671B;
}
/* ##################	Link Styles	 ################## */
a {
    color: #3b5cad;
    text-decoration: none;
}

    a:hover, .bodycontentcentercolumn a, .bodycontentrightcolumn a, .bodycontentfullrightcolumn a, a.underline, .partnercontentright a, .underlineLink a {
        color: #7ba3dc;
        text-decoration: underline;
    }

    .btnOrangeOutline:hover {
    color: #ff671b !important;
    text-decoration: none;
    }

    .btnOrangeSolid:hover {
        color: #ffffff;
        text-decoration: none;
    }

    a.arrow, .arrow {
        background: transparent url('/app_themes/TIS/images/bulletarrow.gif') no-repeat 0 4px;
        padding-left: 7px;
    }

    a.arrownav {
        background: transparent url('/app_themes/TIS/images/bulletarrow.gif') no-repeat 0 4px;
        padding-left: 3px;
    }

    a.pdf, .pdf {
        background: transparent url('../Images/iconpdf.gif') no-repeat 0 4px;
        padding-left: 18px;
    }

    a.msword, .msword {
        background: transparent url('../Images/iconword.gif') no-repeat 0 4px;
        padding-left: 18px;
    }

.pdfline2 {
    padding-left: 18px;
}

a.flash, .flash {
    background: transparent url('../Images/iconflash.gif') no-repeat 0 4px;
    padding-left: 30px;
}

a.add, .add {
    background: transparent url('../Images/iconadd.gif') no-repeat 0 1px;
    padding-left: 18px;
}

a.subtract, .subtract {
    background: transparent url('../Images/iconsubtract.gif') no-repeat 0 1px;
    padding-left: 18px;
}

a.newwindow, .newwindow {
    background: transparent url('/app_themes/TIS/images/iconnewwindow.gif') no-repeat center right;
    padding-right: 12px;
}

.arrowdisabled {
    background: transparent url('/app_themes/TIS/images/bulletarrowdisabled.gif') no-repeat 0 4px;
    padding-left: 7px;
    color: #bfbfbf;
    text-decoration: underline;
}

.locked {
    background: transparent url('../Images/iconlocked.gif') no-repeat 0 4px;
    padding-left: 12px;
    color: #bfbfbf;
    text-decoration: underline;
}

a.sbClaim {
    color: #386284;
    text-decoration: underline;
}

/* ##################	Form Styles	 ################## */
.textfield, .textfielddefault, select, textarea {
    background-color: #fcfbfb;
    border-top: solid 1px #d1cdcd;
    border-left: solid 1px #d1cdcd;
    border-right: solid 1px #e4e0e0;
    border-bottom: solid 1px #e4e0e0;
    margin: 0;
    width: 148px;
    line-height: normal;
}

.textfieldlarge {
    width: 310px;
}

.textfielddate1 {
    width: 40px;
}

.textfielddate2 {
    width: 50px;
}

.textfieldareacode {
    width: 28px;
    margin-right: 10px;
}

.textfieldphone {
    width: 90px;
    margin-right: 10px;
}

.textfieldzip {
    width: 86px;
}

.textfielddefault {
    color: #cccccc;
}

.dropdownstate {
    width: 185px;
    margin-right: 10px;
}

.checkbox {
    width: auto;
    background-color: transparent;
    border: none;
}

.formrow {
    margin: 5px 0;
    padding: 0;
}

.formborder .textfield, select {
    width: 190px;
}

.formborder select {
    width: 194px;
}

.formsubmitrow {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
    height: 26px;
}

.formlabel {
    font-weight: bold;
    float: left;
    width: 175px;
    text-align: right;
    margin-right: 10px;
}

.formfield {
    float: left;
    width: 340px;
}

.formvalidationrow {
}

.formvalidationsummary {
    background: #ececec url('/app_themes/TIS/images/iconwarning.gif') no-repeat 7px 3px !important;
    padding: 10px 10px 5px 44px;
    margin-bottom: 7px;
}

.formborder {
    border: 5px solid #f7f5f5;
    padding: 10px;
}

.formborder, .formbordersuccess, .formborderpartners {
    border: 1px solid #e7e7e7;
    background-color: #EDEDF7;
    padding: 10px;
    background-position: 10px 10px;
}

.formbordersuccess, .formsuccess {
    background-image: url('../Images/iconsuccess.gif');
    background-repeat: no-repeat;
}

.formbordersuccess {
    padding-left: 60px;
}

.formsuccess {
    padding-left: 50px;
}
/* ##################	Generic Object Styles	 ################## */
a img {
    border: 0;
}

hr {
    border: 0;
    height: 1px;
    color: #e9e9e9;
    background-color: #e9e9e9;
}

    hr.dotted {
        border: 0;
        height: 1px;
        background: url('../Images/dottedrule.gif') repeat-x;
        margin: 5px 0;
        padding: 0;
    }

    hr.shadow {
        border: 0;
        height: 4px;
        /*background: url('../Images/shadowrule.gif') repeat-x; T_P*/
        margin: 5px 0;
        padding: 0;
    }

.linetopdotted {
    border-top: 1px dotted #c7c7c7;
}

.linerightdotted {
    border-top: 1px dotted #c7c7c7;
}

.linebottomdotted {
    border-top: 1px dotted #c7c7c7;
}

.lineleftdotted {
    border-top: 1px dotted #c7c7c7;
}

.linetop {
    border-top: 1px solid #e9e9e9;
}

.lineright {
    border-right: 1px solid #e9e9e9;
}

.linebottom {
    border-bottom: 1px solid #e9e9e9;
}

.lineleft {
    border-left: 1px solid #e9e9e9;
}

.outline {
    border: 1px solid #e9e9e9;
}

.clear {
    clear: both;
    font-size: 1px !important;
    line-height: 0px !important;
}

.ucase {
    text-transform: uppercase;
}
/* ##################	Lists	 ################## */
.bulletsquare {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

    .bulletsquare li {
        background: url('../Images/bulletsquare.gif') 0 6px no-repeat;
        margin: 0 0 7px 0;
        padding: 0 0 0 10px;
    }

.bulletarrow {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

    .bulletarrow li {
        background: transparent url('/app_themes/TIS/images/bulletarrow.gif') no-repeat 0 4px;
        margin: 0 0 5px 0;
        padding: 0 0 0 7px;
    }

.bulletsquaresub {
    margin: 5px 0 0 15px;
    list-style-type: none;
    padding: 0;
}

    .bulletsquaresub li {
        background: url('../Images/bulletsquare.gif') 0 6px no-repeat;
        margin: 0 0 7px 0;
        padding: 0 0 0 10px;
    }

.bulletcircle {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

    .bulletcircle li {
        background: url('../Images/bulletcircle.gif') 0 5px no-repeat;
        margin: 0 0 7px 0;
        padding: 0 0 0 16px;
    }

.bulletvalidation {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

    .bulletvalidation li {
        background: url('../Images/bulletvalidation.gif') 0 6px no-repeat;
        margin: 4px 0 0 0;
        padding: 0 0 0 10px;
        color: #ed1b2e;
    }

.alpha ol {
    list-style: lower-alpha;
}
/* ##################	Positioning	 ################## */
.floatleft {
    float: left;
}

.floatright {
    float: right;
}
/* ##################	Top Nav Object Styles	 ################## */
.topnavwrapper {
    float: right;
}

.topnavitem {
    float: left;
}

.topnavchildshadow {
    position: relative;
    bottom: -2px;
    right: -2px;
    background-color: #ccc;
}

.topnavchildwrapper {
    text-align: left;
    background-color: #ffffff;
    padding: 10px 10px;
    border: solid 1px #4aa5ce;
    position: relative;
    bottom: 2px;
    right: 2px;
}

.topnavlogin {
    width: 260px;
}

.topnavresources {
    width: 750px;
    text-align: center;
}

.topnavlogininstructions {
}

.topnavloginhelp {
    margin-top: 3px;
}

.topnavloginfootnote {
    margin-top: 5px;
}

.topnavloginlabel {
    margin-top: 5px;
    font-weight: bold;
}

.topnavloginfield {
}

    .topnavloginfield input {
        width: 250px;
    }

.topnavloginbutton {
    margin-top: 5px;
    text-align: right;
}

.rmtopnav a, .rmtopnav a img {
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 7px !important;
    cursor: pointer;
}

.rmtopnav .rmText {
    margin: 0 !important;
    padding: 0 !important;
}

.topnavresources a {
    margin-right: 12px !important;
    font-weight: bold;
}

.topnavstatus {
    float: right;
    margin-top: 4px;
    margin-right: 10px;
}

    .topnavstatus, .topnavstatus a {
        font-size: 10px;
        color: #9e9e9e;
    }
/* ##################	Main Nav Object Styles	 ################## */
.mainnavwrapper {
    background-color: #3B5CAD;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

    height: 38px;
}

.mainNavLeft {
    background-position: -626px -92px;
    background-repeat: no-repeat;
    height: 38px;
    width: 3px;
}

.mainNavRight {
    background-position: -649px -92px;
    background-repeat: no-repeat;
    position: relative;
    height: 38px;
    width: 3px;
}

.rmmainnavwrapper {
    margin-top: 7px;
    margin-left: 4px;
}

/*.rmmainnavwrapper a
{
      text-decoration:none !important;
}
.rmmainnavwrapper a span
{
    cursor:pointer;
    color:#fff;
    font-weight:bold;
    font-size:13px;
}
.rmmainnavwrapper a span
{
    background-image:url('../images/master_sprite1.png');
    background-repeat:no-repeat;
    background-position:0 0;
    height:24px;
    line-height:24px;
    display:block;
    float:left;
    padding-left:9px;
}*/
/*.rmmainnavwrapper a span.rmmainnavright
{
    background-position:-195px 0;
    width:3px;
    padding-left:6px;
    margin-right:3px;
}
.rmmainnavwrapper a:hover span
{
    background-position:0 -24px;
}
.rmmainnavwrapper a:hover span.rmmainnavright
{
    background-position:-195px -24px;
}
.rmmainnavwrapper a.selected span
{
    background-position:0 -48px;
}
.rmmainnavwrapper a.selected span.rmmainnavright
{
    background-position:-195px -48px !important;
}
.rmmainnavwrapper a.selected span
{
    color:#386284 !important;
}
.rmmainnavlike
{
   float:right;
   width:42px;
   padding-top:2px;
   padding-right:7px;

}*/
/* ##################	Sub Nav Object Styles	 ################## */
/*.rmsubnav
{
	margin-bottom:30px;
}
.rmsubnav .rmLeftImage,.rmsubnav .rmLink,.rmsubnav span
{
	padding:8px 0 !important;
	margin:0 !important;
}
.rmsubnav .rmLink,.rmsubnav span
{
	padding:0 !important;
	margin:0 !important;
    background-color: #fff !important;
}
.rmsubnav .rmItem
{
	border-top:1px dotted #dadada;
}
.rmsubnav .rmLast
{
	border-bottom:1px dotted #dadada;
}
.rmsubnav a img
{
	cursor:pointer;
}*/
/* ##################	Footer Object Styles	 ################## */
.topwrapper {
    padding-top: 20px;
    width: 900px;
    margin: 0 auto;
}

.top {
    text-align: right;
    line-height: normal;
}

.fontSize15 {
    font-size: 15px;
}

.breadcrumbswrapper {
    padding: 8px 0 13px 0;
    height: 28px;
    width: 900px;
    margin: 0 auto;
}

    .breadcrumbswrapper * {
        line-height: normal;
    }

.breadcrumbsbackground {
    margin-bottom: 10px;
    background-color: #E9E9E9;
    display: block;
    height: 5px;
}

.breadcrumbs img {
    vertical-align: middle;
}

.social {
    width: 320px;
    text-align: right;
}

    .social img {
        padding: 0 8px 0 0;
        vertical-align: middle;
    }

.searchwrapper {
    background-color: #3B5CAD;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
}


.searchwrapper table {
    width: 100%;
    height: 50px;
}

    .searchwrapper table * {
        vertical-align: middle;
    }

.searchleft {
    padding-left: 15px;
    color: White;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
}

.searchright {
    padding-right: 15px;
    text-align: right;
}

.footerwrapper * {
    color: #666666;
    font-size: 11px;
    line-height: normal;
}

.footernavgroup {
    float: left;
    width: 170px;
}

.footernavheader a, .footercontactheader a {
    font-weight: bold;
    font-size: 12px;
}

.footernavheader, .footercontactheader {
    margin-bottom: 5px;
}

.footernavitem {
    margin-bottom: 5px;
}

.footercontactitem {
    margin-bottom: 10px;
}

.footercontactgroup {
    float: right;
}

.footercontactsubheader {
    font-weight: bold;
    margin-bottom: 1px;
}

.footerterms {
    padding: 8px 0px;
    margin: 10px 0px;
    border-top: solid 1px #e0dfdf;
    border-bottom: solid 1px #29a9ce;
}

    .footerterms div {
        margin-bottom: 3px;
    }

.footerlogos div {
    margin-right: 18px;
}
/* ##################	Common Subpage Classes	 ################## */
.bodycontent h1 {
    padding-bottom: 20px;
}

.bodycontentleftcolumn {
    width: 210px;
    float: left;
    margin-right: 30px;
}

.bodycontentcentercolumn {
    width: 420px;
    float: left;
    margin-right: 30px;
}

.bodycontentrightcolumn {
    width: 210px;
    float: left;
}

.bodycontentfullrightcolumn {
    width: 660px;
    float: left;
}

a.noline {
    text-decoration: none;
}

    a.noline:hover {
        text-decoration: underline;
    }

.mainimg {
    height: 215px;
}

.subimg {
    border-bottom: 3px solid #ed1b2e !important;
}
/* ##################	Purchase and Plan Details	 ################## */
.purchasecolumn {
    width: 590px;
    background: url('../Images/purchasebackground.gif') repeat-y;
}

.purchasecolumnheader {
    width: 580px;
    height: 34px;
    /*background: url('../Images/purchaseheaderbackground.gif') no-repeat; T_P*/
    background: #3B5CAD;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 10px;
}

.purchaseformsection {
    padding: 10px;
}

#policydetails {
    position: absolute;
}

.policydetailstop {
    background: url('../Images/policydetailstop.gif') no-repeat;
    width: 280px;
    height: 185px;
}

.policydetailsmiddle {
    /*background: url('../Images/policydetailsmiddle.gif') repeat-y; T_P*/
    background: #EDEDF7;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 280px;
}


.policydetailsplans, .policydetailsicons {
    width: 280px;
    background: #EDEDF7;
}


.policydetailsplanstop {
    /*background: url('../Images/policydetailsmiddle.gif') repeat-y; T_P*/
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-radius: 8px 8px 0px 0px;
    width: 280px;
    background: #EDEDF7;
}

.policydetailsplansbottom {
    /*background: url('../Images/policydetailsmiddle.gif') repeat-y; T_P*/
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 8px 8px 0px 0px;
}


.policydetailsicons {
    /*background: url('../Images/policydetailsmiddle.gif') repeat-y; T_P*/
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 0px 0px 8px 8px;
    width: 280px;
    background: #EDEDF7;
}

.policydetailsrow {
    min-height: 32px;
    padding: 6px 3px 6px 10px;
}

.policydetailslabel {
    float: left;
    width: 120px;
    padding-right: 10px;
}

.policydetailsvalue {
    float: left;
    width: 110px;
}

.summarydetailstop {
    background: url('../../../images/tis/app_media/summarydetailstop.jpg');
    background-repeat: no-repeat;
    width: 280px;
    height: 62px;
}
/* ##################	Common Widgets	 ################## */
.widgettitle {
    border-bottom: 1px dotted #c7c7c7;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

.widgetnewssection {
    margin-bottom: 10px;
}

.widgetnewsitem {
    background: url('../Images/bulletsquare.gif') 0 7px no-repeat;
    padding-left: 7px;
    font-size: 10px;
}
/* ##################	Partner Resources	 ################## */
.partnercontent {
    background: transparent url('../Images/partnerscontentbackground.gif') repeat-y !important;
}

.partnercontentleft {
    float: left;
    width: 270px;
}

    .partnercontentleft * {
        line-height: normal;
    }

.partnercontentright {
    float: right;
    width: 685px;
}

.partnercontentrightoffset {
    padding-left: 5px;
}

.partnercontentrightoffsetdoubleleft {
    padding: 25px 25px 25px 30px;
}

.partnercontentrightoffsetdoubleright {
    padding: 25px 25px 25px 35px;
}

.partnercontentrightpad {
    padding: 25px;
}

.partnersheading {
    padding: 20px 0 20px 30px;
    width: 230px;
    float: left;
}

.partnersnav {
    padding: 10px 10px 10px 10px;
    width: 910px;
    
    float: right;
}


.rmpartnersnav {
    float: right !important;
}

    .rmpartnersnav a, .rmpartnersnav {
        padding-left: 10px !important;
        margin: 0 !important;
        cursor: pointer;
        font-weight: bold !important;
       color: #386284;
        
    }

        .rmpartnersnav .rmRootLink:hover {
            background-color: #e0edf1 !important;
            -moz-border-radius: 5px; /* for Firefox */
            -webkit-border-radius: 5px; /* for Webkit-Browsers */
            -ms-border-radius: 5px;
            border-radius: 5px;
            color: #386284 !important;
          text-align:center ;
        }

    .rmpartnersnav .rmFocused ,
    .rmpartnersnav .rmFocused:hover,
    .rmpartnersnav .rmSelected,
    .rmpartnersnav .rmLink.selected
    .rmpartnersnav .rmSelected:hover {
        color: white !important;
        background-color: #386284 !important;
        -moz-border-radius: 5px; /* for Firefox */
        -webkit-border-radius: 5px; /* for Webkit-Browsers */
        -ms-border-radius: 5px;
        border-radius: 5px; /* regular */
       
    }

.partnernews {
    padding: 15px 30px 5px 30px;
    background-color: #fcffe0;
    border-top: 1px dotted #c7c7c7;
    border-bottom: 1px dotted #c7c7c7;
}

.partnernewsitem {
    padding: 0 0 10px 50px;
    margin-bottom: 10px;
    background: url('../Images/iconpostit.gif') no-repeat;
    min-height: 40px;
    border-bottom: solid 1px #e6e1c5;
}

    .partnernewsitem a {
        font-weight: bold;
    }

.partnercontentdouble {
    background: transparent url('../Images/partnerscontentbackgrounddouble.gif') repeat-y !important;
}

.partnercontentdoubleleft {
    float: left;
    width: 335px;
}

.partnercontentdoubleright {
    float: left;
    width: 335px;
}

.RadTabStripTop_rtspartners .rtsLink {
    border: solid 1px #e5e3e3;
    border-right: solid 1px #e0dede;
    background-color: #e0edf1;
    padding: 5px 15px !important;
    margin-right: 2px;
    font-weight: bold;
}

    .RadTabStripTop_rtspartners .rtsLink span {
        color: #97abbc;
    }

.RadTabStripTop_rtspartners .rtsSelected span {
    color: #666666;
}

.RadTabStripTop_rtspartners .rtsSelected {
    background-color: #eaf8fc;
    border-bottom: solid 1px #eaf8fc;
    border-right: solid 1px #c9c7c7;
}

.RadTabStripTop_rtspartners .rtsTxt {
    padding: 0 !important;
}

.RadTabStripTop_rtspartners .rtsIn, .RadTabStripTop_rtspartners .rtsOut {
    padding: 0 !important;
}

.rtspartnerspvwrapper {
    padding: 15px;
    border-top: solid 1px #e5e3e3;
    border-left: solid 1px #e5e3e3;
    border-right: solid 1px #c9c7c7;
    border-bottom: solid 1px #c9c7c7;
    margin-top: -1px;
    background-color: #eaf8fc;
}

#ctl00_cphBodyContent_hypMTSA, #ctl00_cphBodyContent_hypSalesEmail, #ctl00_cphBodyContent_hypBT {
    color: #0066CC !important;
    text-decoration: underline !important;
    font-style: italic !important;
}

.CustomValidationSummaryError {
    color: #ff0000 !important;
}

    .CustomValidationSummaryError li {
        color: #ff0000 !important;
    }

/* ##################	Custom Form Styles	 ################## */
.w85 {
    width: 85px;
}

.w120 {
    width: 120px;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w255 {
    width: 255px;
}

.w315 {
    width: 315px;
}

.w325 {
    width: w325;
}

.w359 {
    width: 359px;
}

.w370 {
    width: 370px;
}

.margin_b10 {
    margin-bottom: 10px;
}

.margin_l20 {
    margin-left: 20px;
}

.pad0 {
    padding: 0;
}

/* ##################	Travel Insurance	 ################## */
.PurchaseStartAtBox {
    font-size: 14px;
    color: White;
    text-align: right;
    margin-top: 15px;
    margin-left: 7px;
    margin-right: 7px;
}

.MarginLeftRight3px {
    margin-left: 3px;
    margin-right: 3px;
}

.MarginTop5px {
    margin-top: 5px;
}

.MarginLeft38px {
    margin-left: 38px;
}

/* ##################	Company	 ################## */
.uw {
    padding: 20px 0px 0px 0px;
}

.dw {
    width: 220px;
}

.rating {
    font-size: 11px;
    font-style: italic;
    padding: 15px 0px 0px 0px;
    width: 220px;
}

/* ################ Navigation section ############## */
.menuLink {
    padding: 0 5px 0 15px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    font-family: 'Carrois Gothic', sans-serif;
    letter-spacing: -1px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    line-height: 25px;
    color: #666666;
    background-repeat: no-repeat;
    background-position: -512px -92px;
    width: 10px;
    height: 20px;
    position: relative;
}

a.menuLink:link {
    text-decoration: none;
    color: #666666;
    background-position: -512px -92px;
    width: 10px;
    height: 20px;
}

a.menuLink:visited {
    text-decoration: none;
    color: #666666;
    background-position: -512px -92px;
    width: 10px;
    height: 20px;
}

a.menuLink:hover {
    text-decoration: none;
    color: #4AA5CE;
    background-position: -483px -92px;
    width: 9px;
    height: 20px;
}

a.menuLink:active {
    text-decoration: none;
    color: #4AA5CE;
    background-position: -483px -92px !important;
    width: 9px;
    height: 20px;
}

.menuLinkActive {
    color: #3B5CAD !important;
    background-position: -483px -92px !important;
    width: 9px;
    height: 20px;
}

.width230 {
    width: 230px;
}

/* ################## buttons ################## */
.btnBlue {
    background-color: #49BFE1;
    border-bottom: 1.5px solid #496673;
}

.btnYellow {
    background-color: #F8B827;
    border-bottom: 1.5px solid #816F46;
}

.btnGreen {
    background-color: #69BE2C;
    border-bottom: 1.5px solid #566A47;
}

.btnOrangeSolid {
    background-color: #FF671B;
    border-bottom: 1.0px solid #FF671B;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 8px 3px 8px;
    font-weight: bold;
    position: relative;
    height: 15px;
    text-decoration: none;
    color: White !important;
   text-decoration: none !important;
}
.btnBuyQuote {
    background-color: #FF671B;
    border-bottom: 1.0px solid #FF671B;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 28px 6px 28px;
    font-weight: bold;
    position: relative;
    height: 17px;
    text-decoration: none;
    color: White !important;
   text-decoration: none !important;
}
.buttonOrangeSolid {
    background-color: #FF671B;
    border: 1.0px solid #FF671B;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px 3px 8px;
    font-weight: bold;
    position: relative;
    height: 25px;
    text-decoration: none;
    color: White !important;
   text-decoration: none !important;
}

.buttonOrangeSolid:disabled {
   opacity:0.5;
   filter: alpha(opacity=50); /* For IE8 and earlier */
}
.buttonOrangeOutline {
    background-color: white;
    border: 1.0px solid #FF671B;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FF671B !important;
    padding: 4px 8px 3px 8px;
    font-weight: bold;
    position: relative;
    height: 25px;
    text-decoration: none !important;
}
.btnOrangeOutline {
    background-color: white;
    border: 1.0px solid #FF671B;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FF671B !important;
    padding: 4px 8px 3px 8px;
    font-weight: bold;
    position: relative;
    height: 15px;
    text-decoration: none !important;
}

.btnBlue, .btnYellow, .btnGreen {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 8px 3px 8px;
    color: White;
    font-weight: bold;
    position: relative;
    height: 15px;
    behavior: url('/PIE.htc');
}

a.btnBlue:hover, a.btnYellow:hover, a.btnGreen:hover {
    text-decoration: none;
    color: White;
}

.spriteBackground {
    background-repeat: no-repeat;
    position: relative;
    display: block;
}

.tavelexLogo {
    background-position: -563px 0;
    width: 181px;
    height: 66PX;
}

.getHelp {
    background-position: -336px 0;
    width: 79px;
    height: 23px;
}

.contactUs {
    background-position: -223px 0;
    width: 93px;
    height: 23px;
    display: block;
}

.partnerLogin {
    background-position: -435px 0;
    width: 108px;
    height: 26px;
}

.partnerLogin, .getHelp, .contactUs, .tavelexLogo {
    background-image: url('../images/master_sprite1.png');
}

.astaLogo {
    background-position: -60px -92px;
    width: 86px;
    height: 60px;
}

.bbbLogo {
    background-position: -164px -92px;
    width: 37px;
    height: 60px;
}

.tripLogo {
    background-position: -323px -92px;
    width: 140px;
    height: 34px;
    background-position-x: -323px;
    background-position-y: -92px;
}

.ustiaLogo {
    background-position: -221px -92px;
    width: 82px;
    height: 60px;
}

.tripBaseLogo {
    background-position: 0 -92px;
    width: 40px;
    height: 60px;
}

.tripBaseLogo, .astaLogo, .bbbLogo, .tripLogo, .ustiaLogo {
    background-image: url('../images/master_sprite1.png');
}

.faceBook {
    background-position: -584px -92px;
    width: 22px;
    height: 22px;
}

.googlePlus {
    background-position: -542px -92px;
    width: 22px;
    height: 22px;
}

/*.googlePlus, .faceBook, .mainNavLeft, .mainNavRight, .menuLink {
    background-image: url('../images/master_sprite1.png');
    display: block;
}*/

.googlePlus, .faceBook, .menuLink {
    background-image: url('../images/master_sprite1.png');
    display: block;
}

.mainNavLeft, .mainNavRight {
    display: block;
}

.paddingRight15 {
    padding-right: 15px;
}

.textblue {
    color: #386284;
    letter-spacing: -1;
}

.paddingTop5 {
    padding-top: 5px;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingLeft10 {
    padding-left: 10px;
}
