/* AccessHealthCT © All rights reserved, 2013 */
/* Purpose of document: Connecticut State Health Care Exchange (HIX) Theme */

/* ++++ Fonts ++++ */

/* ++++ Base Tag Definitions ++++ */
html {
    height: 100%;
}

body {
    background: #FFFFFF;
    color: #666666;
    padding-top: 0px;
    font-size: 1.0em;
    line-height: 22px;
    height: 100%;
}

body.modal-open {
    overflow: hidden;
}

form {
    margin: 0px;
}

.standardtable tr.odd, tr.odd, tr.dark {
    background-color: #EFEFEF;
}

.standardtable tr.even, tr.even, tr.light {
    background-color: #FFFFFF;
}



p {
    font-family: Arial, sans-serif;
    /* font-size: 16px; */
    color: #333333;
}

hr {
    border-width: 2px;
    border-color: #dadada;
    border-bottom: none;
}

/* ++++ Base Components ++++ */
#wrapper {
    width: 100%;
    min-height: 100%;
    min-width: 950px;
    margin-bottom: -81px;
    position: relative;
    background: #FFFFFF url("../icons/bg_striped.png");
}

.lead {
    margin-top: -5px;
    font-size: 1.1em;
    line-height: inherit;
    color: #05466c;
    font-size: 1.55em;
    font-style: italic;
}

.page-title {
    padding: 40px 0px 0px 55px;
    text-align: left;
}

/* ++++ Headings ++++ */
h1 {
    color: #05466c;
    font-weight: normal;
    font-style: italic;
    font-size: 2.7em;
    margin-bottom: 20px;
}

/* ++++ Links ++++ */
a {
    color: #5AA9F7;
}

a:hover {
    color: #565656;
}

a.no-underline:hover {
    text-decoration: none !important;
}

/* ++++ Custom Span ++++ */
.span0 {
    width: 25px;
}

/* ++++ Buttons ++++ */
.button-bar .btn {
    padding: 7px 16px;
    font-size: 1.1em;
}

.button-bar {
    text-align: right;
    width: 100%;
}

.eligibility .button-bar {
    margin-top: 20px;
}

.standard .button-bar {
    margin-bottom: 40px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.margin-bottom1 {
    margin-bottom: 5px;
}

.margin-bottom2 {
    margin-bottom: 10px;
}

.margin-bottom3 {
    margin-bottom: 15px;
}

.margin-bottom4 {
    margin-bottom: 20px;
}

.margin-bottom5 {
    margin-bottom: 25px;
}

.margin-bottom6 {
    margin-bottom: 30px;
}

.margin-bottom7 {
    margin-bottom: 35px;
}

.margin-bottom8 {
    margin-bottom: 40px;
}

.btn em {
    margin-top: 3px;
}

.btn-primary { /*   background-color: #ffd72a;
  background-image: -moz-linear-gradient(top, #ffd72a, #fcb21b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd72a), to(#fcb21b));
  background-image: -webkit-linear-gradient(top, #ffd72a, #fcb21b);
  background-image: -o-linear-gradient(top, #ffd72a, #fcb21b);
  background-image: linear-gradient(to bottom, #ffd72a, #fcb21b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd72a', endColorstr='#fffcb21b', GradientType=0);
  border-color: #fb9821; */
  /* background-color: #F6AC40; */
    background-image: -moz-linear-gradient(top, #FBAE1B, #E76B02);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBAE1B), to(#E76B02) );
    background-image: -webkit-linear-gradient(top, #FBAE1B, #E76B02);
    background-image: -o-linear-gradient(top, #FBAE1B, #E76B02);
    background-image: linear-gradient(to bottom, #FBAE1B, #E76B02);
    background-repeat: repeat-x;
    border-color: #C86300;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fbae1b', endColorstr='#e76b02');
}

.btn-inactive {
    background-color: #F9F9F9;
    /*  background-image: -moz-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#dedede));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -o-linear-gradient(top, #f5f5f5, #dedede);
  background-image: linear-gradient(to bottom, #f5f5f5, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd72a', endColorstr='#fffcb21b', GradientType=0);
  border-color: #dedede; */
  /* color:#b1b1b1; */
    color: #A4A4A4;
    font-size: 0.8em;
}

.btn-active {
    border-color: #9dc7dd;
    color: #84ABC0; /*Added on 03Jan2012*/
    background-image: linear-gradient(top, #ffffff 2%, #cde5f4 51%);
    background-image: -o-linear-gradient(top, #ffffff 2%, #cde5f4 51%);
    background-image: -moz-linear-gradient(top, #ffffff 2%, #cde5f4 51%);
    background-image: -webkit-linear-gradient(top, #ffffff 2%, #cde5f4 51%);
    background-image: -ms-linear-gradient(top, #ffffff 2%, #cde5f4 51%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.10, #cde5f4), color-stop(0.70, #ffffff) );
    border-color: #c4dae8;
    color: #84abc0;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#cde5f4', GradientType=0);
}

.btn-active:hover {
    border-color: #9dc7dd;
    color: #84ABC0; /*Added on 03Jan2012*/
    background-image: linear-gradient(top, #99C0D5 10%, #E0E6F4 70%);
    background-image: -o-linear-gradient(top, #99C0D5 10%, #E0E6F4 70%);
    background-image: -moz-linear-gradient(top, #99C0D5 10%, #E0E6F4 70%);
    background-image: -webkit-linear-gradient(top, #99C0D5 10%, #E0E6F4 70%);
    background-image: -ms-linear-gradient(top, #99C0D5 10%, #E0E6F4 70%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.10, #99C0D5), color-stop(0.70, #E0E6F4) );
    border-color: #c4dae8;
    color: #84abc0;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99C0D5', endColorstr='#ffe0e6f4');
}

tr.even {
    background-color: white;
}

.btn-primary:hover {
    background-color: #fcb21b;
    background-image: -moz-linear-gradient(top, #fcb21b, #ffd72a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcb21b), to(#ffd72a) );
    background-image: -webkit-linear-gradient(top, #fcb21b, #ffd72a);
    background-image: -o-linear-gradient(top, #fcb21b, #ffd72a);
    background-image: linear-gradient(to bottom, #fcb21b, #ffd72a);
    background-repeat: repeat-x;
    border-color: #fb9821;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcb21b', endColorstr='#ffd72a');
}

/* ++++ Field Styles ++++ */

/* #Left_pane{
float:left;
width:250px;
padding-top:20px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
} */
#Left_pane {
    float: left;
    width: 250px;
    margin-bottom: 40px;
}

#Content_pane {
    float: right;
    width: 650px;
    margin: 0 0 40px 0;
}

#Content_pane_left {
    float: left;
    margin: 0 0 40px;
    width: 250px;
}
.input-size3 {
    width: 50px;
}

.input-size4 {
    width: 55px;
}

input,button,select { /*font-family: 'Cabin Sans Regular';*/
    letter-spacing: 1px;
}

textarea { /*font-family: 'Cabin Sans Regular';*/
  letter-spacing: normal;
  width: 290px;
  height: 50px; /*Added on 03Jan2013*/
}

/*Added on 03Jan2013 - start*/
textarea.long {
    letter-spacing: normal;
    width: 650px;
    height: 50px;
}
/*Added on 03Jan2013 - end*/
fieldset {
    margin-bottom: 25px;
    background: #FFFFFF;
    padding-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 4px 2px #d6d6d6;
}

/* To keep main content at least as tall as the left nav, set min-height: 510px */
/* distance between content fieldset & button bar should be 20px */
.eligibility fieldset.width650 {
    min-height: 200px;
    margin-bottom: 0px;
}
.eligibility #Content_pane #wrapper, .eligibility #Content_pane .container {
    width: 650px;
}


.ie fieldset {
    overflow: hidden;
}

fieldset.inner {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lt-ie9 fieldset {
    border: 3px solid #d6d6d6;
}

/* BEGIN CHANGES - APRIL 17 */
.lt-ie9 fieldset.inner {
    border: 0px none;
}
/* END CHANGES - APRIL 17 */
legend { /*font-family: "Crimson Regular";*/
    background-color: #05466c;
    font-size: 1.6em;
    color: #FFFFFF;
    padding: 3px 0px 3px 55px;
    width: 895px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

legend.maincontent {
    padding: 3px 0px 3px 25px;
    font-size: 25px;
    box-shadow: 0 0 2px 2px #d6d6d6;
    font-family: Arial;
    font-weight: bold;
}

legend.poweruser {
    font-size: 1.4em;
}

legend.powerusersidebar {
  font-size: 1.4em;
  width: 270px; /* width:275px; */
  box-shadow: 0 0 2px 2px #D6D6D6;
  text-align: left;
  color: #ffffff;
  font-family: Arial;
  font-weight: bold;
  padding-left: 13px;
  background-color: #04476C;
  margin-bottom: 0px;
}

/* legend.sidebar{
/* width:235px; font-size:1em; padding:3px 0px 3px 15px; margin-bottom:0px; ----
width:266px; font-size:20px; padding:3px 0px 3px 15px; margin-bottom:0px;
} */
legend.sidebar { /* width:235px; font-size:1em; padding:3px 0px 3px 15px; margin-bottom:0px; */
  /* width:266px; font-size:1em; padding:3px 0px 3px 15px; margin-bottom:0px;  */
  /* Udaya - commented - 16Jan2013 */
  /* Udaya - added - 16Jan2013 - start*/
  width: 270px; /* width:275px; */
  box-shadow: 0 0 2px 2px #D6D6D6;
  text-align: left;
  color: #ffffff;
  font-size: 25px;
  font-family: Arial;
  font-weight: bold;
  padding-left: 13px;
  background-color: #04476C;
  margin-bottom: 0px;
  /* Udaya - added - 16Jan2013 - end*/
}

#box.blue {
    background: #b4dcf6;
    /*background: #E5E5E6 url('../icons/bg_sidepanel_box.png') repeat;*/
    border-radius: 5px;
    box-shadow: 0 0 4px 2px #dedede;
    border: 1px solid #ffffff;
    font-size: 0.9em;
    height: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

fieldset .row {
    padding: 0px;
}

fieldset h3 {
    color: #366b8a;
    line-height: 30px;
    margin: 0px;
    padding-bottom: 8px;
}

fieldset h3+p {
    margin-bottom: 25px;
}

fieldset.notice {
    background: #fffab2;
    border-radius: 3px;
    border-color: #ffd46b;
    box-shadow: 0 0 2px 2px #ffd46c;
    color: #333333;
    font-size: 14px;
    font-family: Arial;
    padding: 10px;
    margin-top: 43px;
    margin-bottom: 43px;
    vertical-align: middle;
    text-align: left;
}

.standard fieldset.notice {
    background: #fffab2;
    border-radius: 3px;
    border: 2px solid #ffd46b;
    /* box-shadow: 0 0 2px 2px #ffd46c; */
    color: #333333;
    font-size: 14px;
    font-family: Arial;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    vertical-align: middle;
    text-align: left;
}

fieldset.notice ul {
    list-style: disc outside none;
    margin-left: 35px;
}

fieldset.notice div {
    width: 830px;
    margin: 0 auto;
}

fieldset.notice.short div {
    width: 590px;
}

ul.alert {
	list-style: outside;
    margin-left:auto;
    margin-right:auto;
}
.eligibility ul.alert {
    width: 498px;
    padding: 8px 35px;
}

#assister_notice {
    position: absolute;
    bottom: 10px;
    /* left: 600px; */
    color: #333333;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

fieldset.notice p { /* text-align: center;
  margin-left: 30px; */

}

fieldset.info {
    width: 283px;
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px 2px #D6D6D6;
    margin-bottom: 25px;
    padding-top: 20px;
    border: #ffffff;
    padding-bottom: 20px;
    font-size: 0.8em;
}

fieldset.blue {
    background: none repeat scroll 0 0 #aad7f4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px 2px #D6D6D6;
    margin-bottom: 0px;
    padding-top: 20px;
    border: #ffffff;
    padding-bottom: 20px;
    font-size: 0.8em;
}

fieldset.first {
    top: -25px;
    position: relative;
    z-index: 2;
}

fieldset.sidebar {
    width: 250px;
    background: #eeeeee;
    border: #ffffff;
    margin-bottom: 0px;
    padding-top: 20px;
    font-size: 0.8em;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

fieldset.first .required_indicator {
    position: absolute;
    right: 15px;
    top: 16px;
    font-style: italic;
    color: #ffffff;
    font-size: 11px;
}

fieldset .required_indicator {
    position: absolute;
    right: 15px;
    top: 16px;
    font-style: italic;
    color: #ffffff;
    font-size: 11px;
}

input[type="text"],input[type="password"] {
    font-size: 1.0em;
    height: 32px;
    -webkit-box-shadow: inset 0 10px 10px -10px #999;
    -moz-box-shadow: inset 0 10px 10px -10px #999;
    box-shadow: inset 0 10px 10px -10px #999;
}

select,textarea,input[type="text"],input[type="password"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

label {
    margin-bottom: 10px;
}

label,input,button,select,textarea {
    font-size: 1.0em;
}

.label-callout {
    font-weight: bold;
}

.help-block {
    margin-top: -3px;
    font-size: 0.8em;
    font-style: italic;
}

/* Checkbox, Select and Radio Styles for Custom Styles */
select {
    color: #989898;
    /*display: block;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* height: 32px; */
    height: 40px;
  margin-bottom: 10px;
  /* padding: 0 34px 0 10px; */
    padding: 7px 10px;
    border: 1px solid #BBB;
    -webkit-border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1em;
    background: #E5E5E6 url('../icons/bg_select.png') no-repeat 100% 50%;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    letter-spacing: normal;
}

select.in_table {
    height: 30px;
    margin-bottom: 0px;
    line-height: 15px;
}

/* Checkbox, Select and Radio Styles for Custom Styles */

/*  .opacity is a rule filter to block browsers that don't support opacity */
.opacity input[type='radio'], .opacity input[type='checkbox'] { /* Hide the input, but have it still be clickable */
    opacity: 0;
    float: left;
    width: 18px;
    vertical-align: top;
}

.opacity .horizontal-form-radios.survey input[type="radio"] + label {
    margin: 0 11px 0 -22px;
    font-weight: normal;
}

.opacity input[type='checkbox']+label {
    margin: 0;
    clear: none;
    /* Left padding makes room for image */
  padding: 6px 0 4px 28px;
  /* Make look clickable because they are */
    cursor: pointer;
    background: url("../icons/bg_checkbox.png") left 5px no-repeat;
    text-transform: none;
}

.opacity input[type='radio']+label {
    margin: 0 20px 0 -30px;
    clear: none;
    /* Left padding makes room for image */
  padding: 6px 0 4px 28px;
  /* Make look clickable because they are */
    cursor: pointer;
    background: url("../icons/bg_radio.png") left 6px no-repeat;
}

.opacity .ie input[type='radio']+label {
    margin-left: -34px;
}

/* Change from unchecked to checked graphic */
.opacity input[type='radio']:checked+label {
    background-image: url("../img/bg_radio_selected.png");
}

.opacity input[type='checkbox']:checked+label {
    background-image: url("../icons/bg_checkbox_checked.png");
}

.opacity input[type='radio'].in_table, .opacity input[type='checkbox'].in_table {
    /* Hide the input, but have it still be clickable */
    opacity: 100;
    float: none;
    width: auto;
    vertical-align: middle;
}

/* ++++ Base  Table Design ++++ */

/* table {
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
            border-radius: 0px !important;
}

thead th {
    background-color: #f0f0f0;
    color: #2a458a;
    font-size: 0.9em;
    font-family: 'Cabin Sans Bold';
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
            border-radius: 0px !important;
}

tbody td {
    color: #2a458a;
    font-size: 0.9em;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
            border-radius: 0px !important;
}

tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
    background-color: #f7f7f7;
} */

/* ++++ Header Layout ++++ */

/* Old PM screen header ... No longer used START*/
.headerPM {
    text-align: center;
    width: 100%;
    background: url("../icons/headerPM_background.png");
}

.headerPM.img {
    margin-left: auto;
    margin-right: auto;
}
/* Old PM screen header ... No longer used END*/
#logo {
    margin: 30px 0px 0px 0px;
    /* background: url("../icons/AccessHealthLogo_Trans.png"); */
    width: 240px;
    height: 61px;
}

#header { /* height: 118px; */
  /*height: 169px; */ /*Working in for the PM header*/
  /* height: 180px; */
  height: 151px;
  background: white;
 /* border-bottom: 6px solid #93C9ED;*/
  /* border-bottom: 6px solid #3987AD; */
  /* border-bottom: 6px solid #2c6787; */

  /*border-bottom: 1px solid #dbdbdb;*/
  /*border-top: 5px solid #353535;*/
  /*-webkit-box-shadow: 0 4px 10px -6px #999;*/
  /*-moz-box-shadow: 0 4px 10px -6px #999;*/
  /*box-shadow: 0 4px 10px -6px #999;  */
}

#headerwrapper { /* height: 217px; */
    height: 150px;
    background: #ffffff;
    position: relative;
}

.greennotice {
    height: 25px !important;
    background: #7EF199 !important;
    padding-bottom: 0px;
}

.wf-content {
    padding-top: 25px;
    margin-bottom: 50px;
}

.wf-content-poweruser {
    padding-top: 0px;
    margin-bottom: 30px;
}

#header_content {
    width: 950px;
    height: 150px;
    margin: 0 auto;
  /*  position: relative; */
    background-color: white;
}

#header_content h5 {
    color: #8cc2e4;
    margin: 8px 0px 10px 0px;
}

#header_content .login_box {
    margin: 28px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    width: 420px;
    /* height: 66px; */
  height: 38px; /*working for the other header*/
    background-color: white;
  /*  border: solid 1px #033652;*/
}

#header_content .logged_box {
    margin: 28px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
  /*  border-radius: 8px;
     width: 420px; */
  width: 340px;
  /* height: 66px; */
  height: 38px; /*working for the other header*/
   background-color: white;
   /*  border: solid 1px #033652;*/
}

#header_content .login_box label {
    display: inline;
    color: black;
    position: relative;
    bottom: 5px;
    font-size: 0.75em;
}

/* #header_content .navLinks label {
    display: inline;
    color: #08C;
    position: relative;
    bottom: 5px;

    font-size: 0.73em;
}
 */
.span4NavLink {
    width: 320px;
}

#header_content .navLinks label {
    display: inline;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial;
    padding-left: 7px;
    padding-right: 11px;
    /* border-right: 1px solid; */
    color: #5AA9F7;
}

#header_content .navLinks {
    font-size: 13px;
    font-family: Arial;
    color: #5AA9F7;
}

.navLinks a.learn:after {
    content: url("../icons/spacer-10x1-clear.png") "|" url("../icons/spacer-10x1-clear.png");
}

.navLinks a.learn:last-child:after {
    content: "";
}

.navLinks a.learn.last:after {
    content: "";
}

.welcome {
    width: 70px;
    color: #92C9ED;
    padding-top: 8px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}

.user {
    width: 180px;
    padding-top: 8px;
    color: black;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    margin-left: 0px;
}

#header_content .login_box input[type='text'], #header_content .login_box input[type='password'] {
    border-radius: 5px;
    width: 95px;
    height: 30px;
    background-color: white;
    border-color: #193342;
    color: black;
    font-size: 0.8em;
    /*border-top: 1px solid #193342;*/
  /*border-left: 1px solid #193342;*/
  /*border-bottom: 1px solid #547d93;*/
  /*border-right: 1px solid #547d93;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header_content .password {
    margin-left: 15px;
}

#header_content .login {
    margin-left: 10px;
    margin-top: 2px;
}

#header_content .btn-login {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3d6c9a;
    background-image: -moz-linear-gradient(top, #81b0de, #3d6c9a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#81b0de), to(#3d6c9a) );
    background-image: -webkit-linear-gradient(top, #81b0de, #3d6c9a);
    background-image: -o-linear-gradient(top, #81b0de, #3d6c9a);
    background-image: linear-gradient(to bottom, #81b0de, #3d6c9a);
    background-repeat: repeat-x;
    border-color: #3d6c9a;
    border-color: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#81b0de', endColorstr='#3d6c9a');
}

/* Page Intro Styles */
.headliner {
    width: 100%;
    position: relative;
    background: #FFFFFF;
    /* height: 140px; */
  min-height: 40px;
  z-index: 1;
  /* border-top: 6px solid #93c9ed; */
    border-bottom: 6px solid #93c9ed;
    text-align: center;
}

.hl-health { /* border-color: #93c9ed; */
    border-bottom: 6px solid #93c9ed;
}

.hl-learn { /* border-color: #b1dd6e; */
    border-bottom: 6px solid #b1dd6e;
}

.hl-help { /* border-color: #f6ac41; */
    border-bottom: 6px solid #f6ac41;
}

.plain_border {
    border-bottom: 6px solid #93C9ED;
}

/* Top Navbar Styles */
/* Headliner nav bar not used for PM screens*/
/* Different headernavigation class is created and added to header */
.headliner .nav {
    margin-bottom: 30px;
}

.headliner .tabs-below>.nav-tabs {
    border-top: none;
}

.headliner .nav-tabs>li,.nav-pills>li {
    width: 33%;
    margin-top: 0px;
    /* float:none;
  display:inline-block;
  *display:inline;
  zoom:1; hasLayout; */
}

.headliner a {
    color: #FFFFFF;
    font-size: 1.1em;
    text-transform: uppercase;
    font-style: italic;
    font-weight: lighter;
}

.tabs-below>.nav-tabs>li>a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.nav-tabs>.active>a,.nav-tabs>.active>a {
    color: #FFFFFF;
    background-color: inherit;
    border: none;
    cursor: default;
    /* height: 32px; */
  /* height: 40px; */
  height: 50px;
  line-height: 40px;
  /* line-height: 30px; This should be 30 if the other header doesn't work as intented*/
  border: 3px;
  /* box-shadow: 0 5px 7px 2px #ededed; */
}

.nav-tabs>.active>a:hover {
    color: #FFFFFF;
    background-color: inherit;
    border: none;
    cursor: default;
}

.headliner a.health,.headliner a.health:hover {
    background-color: #93c9ed;
    border: none;
}

.headliner a.learn,.headliner a.learn:hover {
    background-color: #b1dd6e;
    border: none;
}

.headliner a.help,.headliner a.help:hover {
    background-color: #f6ac41;
    border: none;
}

.headliner .photo {
    margin-bottom: 19px;
    margin-top: -15px;
}

/* ++++ Footer ++++- */
.clearfooter {
    height: 81px;
    clear: both;
}

.footer {
    width: 100%;
    background-color: white;
    border-top: 6px solid #92C9ED;
    height: 86px;
    position: relative;
    margin: 0px auto 0px auto;
    float: none;
    border-collapse: collapse;
}

#footer-content {
    background-color: white;
    border-collapse: collapse;
    border-top: 6px solid #92C9ED;
    height: 56px;
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    width: 950px;
}

#footer-links {
    float: right;
    display: inline;
    margin-top: -2px;
    margin-right: 10px;
}

#footer-links ul {
    list-style: none;
    margin: 0px 0px 0px 8px;
}

#header_content .navLinks a{
	color:black;
}


.logomessage{
   clear: both;
   float: right;
   font-size: 20px;
   padding-right: 150px;
}
.loginLinksCss{
   color:black;
 }
 .logoImage{
   padding-bottom: 5px;
 }
 #logo{
  width:367px;
  height:83px;

 }

#footer-links ul li {
    display: inline-block;
    margin-bottom: 3px;
}

#footer-links ul li a {
    font-size: 0.7em;
    color: black;
    /* padding: 0px 8px; */
    margin: 0px;
}

#footer-links ul .divider-vertical {
    height: 12px;
    margin-bottom: -2px;
    border-right: 1px solid black;
}
#social-links ul li a.youtube {
    background: url("../icons/footer_social_youtube_OFF.png");
    height: 21px;
    width: 21px;
}
#ct-seal {
    display: block;
    width: 44px;
    height: 54px;
    background: url("../icons/ct_seal.gif");
    float: left;
    margin: 0px 10px 0px 0px;
}

#social-links {
    display: inline;
    float: right;
}

#social-links ul {
    list-style: none;
    margin: 0px;
    white-space: nowrap;
}

#social-links ul li {
    display: inline;
}

#social-links ul li a {
    display: inline-block;
    margin: 0px 3px;
}

#social-links ul li a.facebook {
    background: url("../icons/footer_social_facebook_OFF.png");
    height: 21px;
    width: 21px;
}

#social-links ul li a.twitter {
    background: url("../icons/footer_social_twitter_OFF.png");
    height: 21px;
    width: 21px;
}

#social-links ul li a.rss {
    background: url("../icons/footer_social_rss_OFF.png");
    height: 21px;
    width: 21px;
}
#copyright-info ul {
    list-style: none;
    margin-left: 15px;
}

#copyright-info ul li {
    color: black;
}

#copyright-info ul li .phone {
    color: #FFFFFF;
}

#copyright-info ul li a {
    color: #b4b2ab;
    text-decoration: underline;
}

#copyright-info .footer-line {
    font-size: 1.3em;
    margin-bottom: 5px;
}

#copyright-info .trademark-line {
    font-size: 0.7em;
}

/* ++++ Required Field Indicator ++++ */
label .required,p .required {
    padding-left: .3em;
    color: #ff9002;
    font-style: italic;
}

.required-indicator { /* color: #fed200; */
    color: #ff0000;
}

/* ++++ Custom Code for Icons to Pass Valdidations ++++ */
em {
    cursor: pointer;
    text-indent: -2000px;
    display: block;
    margin-top: 4px;
    margin-left: 4px;
}

/* ++++ Styles for Firefox and IE -9 Browsers ++++ */
/*
html.lt-ff17 select {
    padding: 8px 5px 8px 10px;
    background: #E5E5E6 url(none);
}

html.lt-ff17 fieldset.first {
    padding-top: 50px
}

html.lt-ff17 fieldset.first legend {
    top: -69px;
    position: absolute;
}

html.lt-ff17 fieldset.first .required_indicator {
    position: absolute;
    right: 15px;
    top: -52px;
    font-style: italic;
    color: #EFEFEF;
    font-size: 0.8em;
}

*/
html.ie select {
    padding: 5px 10px 5px 10px;
    background: #E5E5E6 url(none);
}

html.ie input[type='checkbox'] {
    padding-right: 10px;
    float: left;
}

html.ie input[type='checkbox']+label {
    display: block;
    margin-left: 25px;
}

/* ++++ Accordion Styles ++++ */
.accordion {
    margin-top: -20px;
    margin-bottom: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 4px 2px #d6d6d6;
}

.accordion-toggle {
    font-size: 1.4em;
    color: #333333;
    font-weight: bold;
}

.accordion-toggle:hover {
    text-decoration: none;
}

.accordion-toggle .accordion-toggle-image {
    margin: 5px 10px 5px 0px;
}

/* +++ custom accordion +++ */
.accordion-toggle-small-one {
    font-size: 0.9em;
    color: #ffffff;
}

.accordion-toggle-small-one:hover {
    text-decoration: none;
}

.accordion-toggle-small-two {
    font-size: 0.9em;
    color: #ffffff;
}

.accordion-toggle-small-two:hover {
    text-decoration: none;
}

.accordion-toggle-small-three {
    font-size: 0.9em;
    color: #ffffff;
}

.accordion-toggle-small-three:hover {
    text-decoration: none;
}

.accordion-toggle-small-four {
    font-size: 0.9em;
    color: #ffffff;
}

.accordion-toggle-small-four:hover {
    text-decoration: none;
}

.accordion-toggle-small-five {
    font-size: 0.9em;
    color: #ffffff;
}

.accordion-toggle-small-five:hover {
    text-decoration: none;
}

.accordion-toggle-small-six {
    font-size: 0.9em;
    color: #ffffff;
}

.accordion-toggle-small-six:hover {
    text-decoration: none;
}

.accordion-toggle-small-one.accordion-toggle-small-two.accordion-toggle-small-three.accordion-toggle-small-four.accordion-toggle-small-five.accordion-toggle-small-six .accordion-toggle-image-one.accordion-toggle-image-two.accordion-toggle-image-three.accordion-toggle-image-four.accordion-toggle-image-five.accordion-toggle-image-six
    {
    margin: 5px 10px 5px 0px;
}

.accordion-heading-small {
    padding: 8px 15px;
}

.accordion-heading-small .accordion-toggle-small-one {
    display: inline;
    padding: 8px 15px;
}

.accordion-heading-small .accordion-toggle-small-two {
    display: inline;
    padding: 8px 15px;
}

.accordion-heading-small .accordion-toggle-small-three {
    display: inline;
    padding: 8px 15px;
}

.accordion-heading-small .accordion-toggle-small-four {
    display: inline;
    padding: 8px 15px;
}

.accordion-heading-small .accordion-toggle-small-five {
    display: inline;
    padding: 8px 15px;
}

.accordion-heading-small .accordion-toggle-small-six {
    display: inline;
    padding: 8px 15px;
}

.accordion-toggle-small-one.accordion-toggle-small-two.accordion-toggle-small-three.accordion-toggle-small-four.accordion-toggle-small-five.accordion-toggle-small-six
    {
    cursor: pointer;
}

.accordion-heading {
    height:35px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
}

.accordian-help-icon {
    vertical-align:middle;
    height:10px;
    margin:0 0 2px 0;
}

.accordian-help-icon.accordian-help-icon-big {
    height:12px;
}


/* ++++ Styles for horizontal radio buttons ++++ */

/* Justin: commented for now, will delete later. */
/*
.horizontal-form-radios {
    margin-left: -20px;
}
*/

.horizontal-form-radios label {
    display: inline;
    color: #333333;
    font-size: 18px;
    margin-right: 18px;
    cursor: pointer;
}

.ie9 .horizontal-form-radios input[type="radio"]{
	margin-top:0;
}



.horizontal-form-radios input[type="radio"] {
    margin: 5px 10px 10px 0;
    float: none !important;
}

.no-opacity .horizontal-form-radios input[type="radio"] {
 margin: 5px 9px 10px 0;
 float: none !important;
}

#box {
    background: #eeeeee;
    /*background: #E5E5E6 url('../icons/bg_sidepanel_box.png') repeat;*/
    border-radius: 5px;
    box-shadow: 0 0 4px 2px #dedede;
    border: 1px solid #ffffff;
    font-size: 0.8em;
    height: 100%;
    padding-top: 10px;
}

.box {
    background: #eeeeee;
    /*background: #E5E5E6 url('../icons/bg_sidepanel_box.png') repeat;*/
    border-radius: 5px;
    box-shadow: 0 0 4px 2px #dedede;
    border: 1px solid #ffffff;
    font-size: 0.8em;
    height: 100%;
    padding-top: 10px;
}

#Detail_info {
    display: block;
    width: 44px;
    height: 70px;
    background: url("../icons/detail_info.png") no-repeat 100% 50%;
    float: left;
    margin: 0px 10px 0px 0px;
}

/* ++++ Standard table Design++++ */
.tbl-container {
    width: 867px;
    overflow: auto;
    margin: auto;
    scrollbar-base-color: #93C9ED;
}

.col2 {
    width: 600px;
}

table.standardtableCol2 span.notice {
    background: #fffab2;
    border-radius: 3px;
    border-color: #ffd46b;
    box-shadow: 0 0 2px 2px #ffd46c;
    color: #333333;
    font-size: 14px;
    font-family: Arial;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
}

table.standardtableCol2 td.notice {
    background-color: #F9F9F9;
    padding-bottom: 5px;
    border-radius: 3px;
    border-bottom: none;
    box-shadow: none;
    /* border-color: #ffd46b; */
  /* box-shadow: 0 0 2px 2px #ffd46c; */
    color: #333333;
    font-size: 14px;
    font-family: Arial;
    width: 100%;
    padding-top: 5px;
    margin-top: 43px;
    margin-bottom: 43px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

table.standardtable {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 4px 2px #D6D6D6;
    margin-bottom: 10px;
    margin-top: 10px;
    /*margin-left: 10px;
  margin-right: 10px;*/
    width: 867px;
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.lt-ie9 table.standardtable {
    border: 3px solid #d6d6d6;
}

tbody td.standardtable {
    height: 62px;
    width: 100%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.standardtable td {
    height: 62px;
    width: 30%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.standardtable td.first {
    padding-left: 22px;
}

table.standardtable td.section-header {
    background-color:#93c9ed;
    word-wrap:break-word;
   /* height: 40px;  style-guide suggests this, may uncomment later */
    height: 24px;
    width: 30%;
    margin-left: 100px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 2px white solid;
}

table.standardtable td.font14 {
    word-wrap:break-word;
    height: 30px;
    width:126px;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.standardtable td.font14third {
    word-wrap:break-word;
    height: 30px;
    width: 28%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.standardtable td.font14half {
    word-wrap:break-word;
    height: 30px;
    width: 42%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.standardtable td.font14highlight {
    word-wrap:break-word;
    height: 30px;
    width: 30%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-left:3px solid #F6AC40;
    border-right:3px solid #F6AC40;
}

table.standardtable td.font14thirdhighlight {
    word-wrap:break-word;
    height: 30px;
    width: 28%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-left:3px solid #F6AC40;
    border-right:3px solid #F6AC40;
}

table.standardtable td.font14halfhighlight {
    word-wrap:break-word;
    height: 30px;
    width: 42%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-left:3px solid #F6AC40;
    border-right:3px solid #F6AC40;
}


table.standardtable tr:nth-child(even) {
    background-color: #ffffff;
}

table.standardtable tr:nth-child(odd) {
    background-color: #EFEFEF;
}

table.standardtable caption {
    caption-side: top;
    line-height: 40px;
    border-bottom: 1px solid #E5E5E5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 0 4px 2px #D6D6D6;
    background-color: #93C9ED;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-size: 20px;
    height: 40px;
    font-family: 'futura Bk BT';
    font-style: oblique;
    padding: 10px 10px 10px 22px;
    /* text-shadow: 0px -1px 1px #000000; */
  /* text-shadow: -1px 0 3px #000000; */
    text-shadow: 0 -1px 1px #fff, 0px -1px 0 hsl(80, 70%, 35%), 0px -1px 1px hsl(80, 70%, 35%), 0px -1px 1px hsl(80, 10%, 15%);
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-color: #93C9ED;
    background-image: -moz-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BEDFF4), to(#92C9ED) );
    background-image: -webkit-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: -o-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: linear-gradient(to bottom, #BEDFF4, #92C9ED);
    background-repeat: repeat-x;
    border-color: #92C9ED;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bedff4', endColorstr='#92c9ed');
}

.lt-ie9 table.standardtableCol2 caption {
    border: 3px solid #d6d6d6;
}

table.standardtable th {
    border-bottom: 1px solid #E5E5E5;
    /* background-color: #93C9ED; */
  color: #8F8F8F;
  font-family: 'Arial';
  font-size: 10px;
  height: 30px;
  text-align: left;
  /* font-family: Futura, "Trebuchet MS", Arial, sans-serif; */
  /* font-style:oblique; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  /* text-shadow: 0px -1px #7ca0b8; */
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

table.standardtable th.first {
    padding-left: 22px;
}

/* +++ standard table column 2 +++ */
table.standardtableCol2 {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 4px 2px #D6D6D6;
    -moz-box-shadow: 0 0 4px 2px #D6D6D6;
    -webkit-box-shadow: 0 0 4px 2px #D6D6D6;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 615px;
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.lt-ie9 table.standardtableCol2 {
    border: 3px solid #d6d6d6;
}

.lt-ie9 {
    border: 3px solid #d6d6d6;
}

tbody td.standardtableCol2 {
    height: 62px;
    width: 100%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.standardtableCol2 td {
    height: 62px;
    width: 30%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #e5e5e5;
}

table.standardtableCol2 td.first {
    padding-left: 22px;
}

table.standardtableCol2 tr:nth-child(even) {
    background-color: #ffffff;
}

table.standardtableCol2 tr:nth-child(odd) {
    background-color: #EFEFEF;
}

table.standardtableCol2 caption {
    caption-side: top;
    line-height: 30px;
    border-bottom: 1px solid #E5E5E5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 0 4px 2px #D6D6D6;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    height: 30px;
    font-family: 'futura Bk BT';
    font-style: oblique;
    padding: 10px 10px 10px 22px;
    text-shadow: 0 -1px 1px #fff, 0px -1px 0 hsl(80, 70%, 35%), 0px -1px 1px hsl(80, 70%, 35%), 0px -1px 2px hsl(80, 10%, 15%);
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-color: #93C9ED;
    background-image: -moz-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BEDFF4), to(#92C9ED) );
    background-image: -webkit-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: -o-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: linear-gradient(to bottom, #BEDFF4, #92C9ED);
    background-repeat: repeat-x;
    border-color: #92C9ED;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bedff4', endColorstr='#92c9ed');
}

table.standardtableCol2 th {
    border-bottom: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    color: #8F8F8F;
    font-family: 'Arial';
    font-size: 10px;
    height: 20px;
    text-align: left;
    /* font-family: Futura, "Trebuchet MS", Arial, sans-serif; */
  /* font-style:oblique; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  /* text-shadow: 0px -1px #7ca0b8; */
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.separator {
    border-left: 1px solid #A4A4A4;
    line-height: 5px;
    padding-left: 10px;
}

table.standardtableCol2 th.first {
    padding-left: 22px;
}

table.standardtableCol3 td, table.standardtableCol3 th {
    height: 62px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px 5px 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #e5e5e5;
}

.standardtableCol3 div {
    padding-left: 11px;
}

/* +++ Summary Table : summaryTable +++ */
table.summaryTable {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 4px 2px #D6D6D6;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 500px;
    text-align: center;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

table.summaryTable td {
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}

/* +++ Way finderd design of dynamic nodes +++ */
.wayfinder {
    text-align: center;
    list-style: none outside none;
}

.wayfinder>li {
    width: 20%;
    float: left;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'futura Bk BT';
}

li.active {
    color: #04476C;
}

/* No Longer Needed
.lt-ie9 li.active {
    height: 55px !important;
}
*/

li.inactive {
    color: #BCBCBC;
}

/* +++ New header design testing +++ */
.headernavigation {
    width: 100%;
    position: relative;
    min-height: 45px;
    padding-top: 11px;
    text-align: center;
}

.headernavigation .nav {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul,ol {
    padding: 0;
    margin: 0 0 0 0;
}

.headernavigation .tabs-below>.nav-tabs {
    border-top: none;
}

.headernavigation .nav-tabs>li,.nav-pills>li {
    margin-bottom: 0px;
    background-color: #3987ad;
    height: 47px;
    width: 20%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: 3px;
    text-align: center;
}

.headernavigation .nav-tabs>li.active {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /* border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; */
    padding-bottom: 27px;
    background: url("../icons/btn_faq_ON_arrow.png") no-repeat bottom center;
    background-size: 100%;
    z-index: 2;
    height: 47px;
}

.headernavigation .nav-tabs>li.active a {
    background-color: #2c6787;
}

.nav-tabs>li>a,.nav-pills>li>a {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    border: none;
    /* line-height: 40px; */
  line-height: 47px;
  /* line-height: 30px; This should be 30 if the other header doesn't work as intented*/
    padding-bottom: 0px;
}

.nav-tabs>li>a:hover,.nav-pills>li>a:hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-bottom: 0px;
    background-color: #2c6787;
    /* height: 40px; */
  /* height: 46px; */
    height: 48px;
}

.headernavigation a {
    color: #FFFFFF;
    font-size: 1.1em;
    text-transform: uppercase;
    font-style: italic;
    font-weight: lighter;
}

/* +++ common styles across the board +++ */
.opacity input.table[type='radio'], .opacity input.table[type='checkbox'] { /* Hide the input, but have it still be clickable */
  opacity: 20;
  /* align: center; */
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
}

.span555 {
    width: 555px;
}

.spanNoWrap {
    white-space: nowrap;
    width: 85px;
    overflow: hidden;
}

.headernavigation a.health,.headernavigation a.health:hover {
    background-color: #93C9ED;
    border: none;
}

.headernavigation a.learn,.headernavigation a.learn:hover {
    background-color: #B1DD6E;
    border: none;
}

.headernavigation a.help,.headernavigation a.help:hover {
    background-color: #F6AC41;
    border: none;
}

.offset1010 {
    margin-left: 10px;
    margin-right: 10px;
}

.next {
    margin-top: -4px;
    margin-left: 25px;
}

.back {
    margin-top: -2px;
    margin-right: 25px;
}

.offset20 {
    margin-right: 20px;
}

.offset25 {
    margin-right: 25px;
}

img {
    vertical-align: top;
}

img.middle {
    vertical-align: middle;
}

img.bottom {
    vertical-align: bottom;
}

/* +++ we have two headers +++ */
.headernavigationcolored {
    width: 100%;
    position: relative;
    min-height: 45px;
    padding-top: 11px;
    text-align: center;
    line-height: 20px;
}

.headernavigationcolored .nav {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul,ol {
    padding: 0;
    margin: 0 0 0 0;
}

.headernavigationcolored .tabs-below>.nav-tabs {
    border-top: none;
}

.headernavigationcolored .nav-tabs>li,.nav-pills>li {
    margin-bottom: 0px;
    /* height: 47px; */
    height: 54px;
    width: 33%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: 3px;
    text-align: center;
    font-family: 'futura Bk BT';
    font-size: 18px;
    font-style: oblique;
}

.headernavigationcolored .nav-tabs>li.active {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /* border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; */
  padding-bottom: 25px;
  /* padding-bottom: 26px;  */
  /* background: #2c6787 url("../icons/menu_arrow_down.png") no-repeat bottom center;  */
  z-index: 2;
  /* height: 47px; */
    height: 54px;
}

.lt-ie9 .headernavigationcolored .nav-tabs>li.active {
    padding-bottom: 24px;
}

.h1-health-background {
    background: url("../icons/btn_gethealth_ON_arrow.png") no-repeat bottom center;
    background-size: 100%;
}

.h1-learn-background {
    background: url("../icons/btn_learnmore_ON_arrow.png") no-repeat bottom center;
    background-size: 100%;
}

.h1-help-background {
    background: url("../icons/btn_gethelp_ON_arrow.png") no-repeat bottom center;
    background-size: 100%;
}

.headernavigationcolored a {
    color: #FFFFFF;
    font-size: 1.1em;
    text-transform: uppercase;
    font-style: italic;
    font-weight: lighter;
}
.headernavigationcolored li.health a{
    background-color: #92C9ED;
    background-image: -moz-linear-gradient(left, #5B90B3, #92C9ED);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5B90B3), to(#92C9ED));
    background-image: -webkit-linear-gradient(left, #5B90B3, #92C9ED);
    background-image: -o-linear-gradient(left, #5B90B3, #92C9ED);
    background-image: linear-gradient(to right, #5B90B3, #92C9ED);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#5b90b3', endColorstr='#92c9ed');
    border-color: #92C9ED;
border: none;
}

.headernavigationcolored li.health a:hover,.headernavigationcolored li.health a:active {
    background-color: #93c9ed;
    background-image: -moz-linear-gradient(left, #92C9ED, #BEDFF4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#92C9ED), to(#BEDFF4) );
    background-image: -webkit-linear-gradient(left, #92C9ED, #BEDFF4);
    background-image: -o-linear-gradient(left, #92C9ED, #BEDFF4);
    background-image: linear-gradient(to right, #92C9ED, #BEDFF4);
    background-repeat: repeat-x;
    border-color: #92C9ED;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#92c9ed', endColorstr='#bedff4');
}

.headernavigationcolored li.active.health a {
    background-image: none;
    filter: none;
}

.headernavigationcolored li.learn a {
    background-color: #B0DD6E;
    background-image: -moz-linear-gradient(left, #719B34, #B0DD6E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#719B34), to(#B0DD6E) );
    background-image: -webkit-linear-gradient(left, #719B34, #B0DD6E);
    background-image: -o-linear-gradient(left, #719B34, #B0DD6E);
    background-image: linear-gradient(to right, #719B34, #B0DD6E);
    background-repeat: repeat-x;
    border-color: #B0DD6E;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#719b34', endColorstr='#b0dd6e');
}

.headernavigationcolored li.active.learn a {
    background-image: none;
    filter: none;
}

.headernavigationcolored li.learn a:hover,.headernavigationcolored li.learn a:active {
    background-color: #D0EB9A;
    background-image: -moz-linear-gradient(left, #B0DD6E, #D0EB9A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B0DD6E), to(#D0EB9A) );
    background-image: -webkit-linear-gradient(left, #B0DD6E, #D0EB9A);
    background-image: -o-linear-gradient(left, #B0DD6E, #D0EB9A);
    background-image: linear-gradient(to right, #B0DD6E, #D0EB9A);
    background-repeat: repeat-x;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#b0dd6e', endColorstr='#d0eb9a');
}

.headernavigationcolored li.help a {
    background-color: #F6AC40;
    background-image: -moz-linear-gradient(left, #C07224, #F6AC40);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C07224), to(#F6AC40) );
    background-image: -webkit-linear-gradient(left, #C07224, #F6AC40);
    background-image: -o-linear-gradient(left, #C07224, #F6AC40);
    background-image: linear-gradient(to right, #C07224, #F6AC40);
    background-repeat: repeat-x;
    border-color: #F6AC40;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#C07224', endColorstr='#F6AC40');
}

.headernavigationcolored li.active.help a {
    background-image: none;
    filter: none;
}

.headernavigationcolored li.help a:hover,.headernavigationcolored li.help a:active {
    background-color: #FACD5A;
    background-image: -moz-linear-gradient(left, #F6AC40, #FACD5A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6AC40), to(#FACD5A) );
    background-image: -webkit-linear-gradient(left, #F6AC40, #FACD5A);
    background-image: -o-linear-gradient(left, #F6AC40, #FACD5A);
    background-image: linear-gradient(to right, #F6AC40, #FACD5A);
    background-repeat: repeat-x;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#f6ac40', endColorstr='#facd5a');
}

#header.hl-help {
    border-bottom: 6px solid #F6AC41;
}

#header.hl-learn {
    border-bottom: 6px solid #B0DD6E;
}

#header.hl-health {
    border-bottom: 6px solid #93c9ed;
}
h
/* +++ Pagination +++ */
.pagination ul>li>a:hover {
    background-color: #05466C;
}

.pagination ul>li>a,.pagination ul>li>span {
    line-height: 24px;
}

.pagination ul>.active>a,.pagination ul>.active>span {
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

.pagination {
    margin: 0px 0px;
    padding-top: 8px;
}

.pagination ul>li>a,.pagination ul>li>span {
    border: none;
    background-color: #05466C;
}

.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover {
    background-color: #033651;
    color: #ffffff;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.pagination-small ul>li>a,.pagination-small ul>li>span {
    padding: 0px 0px;
    font-size: 11.9px;
    width: 22px;
    height: 22px;
    text-align: center;
}

.pagination ul>.active>a,.pagination ul>.active>span {
    background-color: #759bc2;
}

.pagination-mini ul>li>a,.pagination-mini ul>li>span {
    padding: 1px 2px;
}

.span4pag {
    width: 250px;
}

/* +++ Progress bar +++ */
#active {
    background: #187cb0;
    margin: 0px;
    left: -20px;
    padding-left: 20px;
}

.complete { /* background: url(../icons/prog_complete_cirBOT.png), url(../icons/prog_complete_cirTOP.png);
  z-index: 2; */
    background-image: url('../icons/prog_complete_cirBOT.png');
    background-repeat: no-repeat;
    margin: 0px;
    padding-left: 20px;
}

#disabled {
    background-image: 'none';
    background-color: #bbbbbb;
}

.headliner .threewayfinder>li {
    margin-top: 0;
    width: 33%;
    line-height: 15px;
    display: inline;
    color: #bbbbbb;
    margin-bottom: -1px;
    float: left;
    list-style: none outside none;
    margin-bottom: 15px;
}

.headliner .fourwayfinder>li {
    font-family: 'futura Bk BT';
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 0;
    width: 25%;
    line-height: 15px;
    display: inline;
    color: #BCBCBC;
    margin-bottom: -1px;
    float: left;
    list-style: none outside none;
    margin-bottom: 3px;
}

.headliner .fourwayfinder>li.active {
    color: #04476C;
}

.headliner .fivewayfinder>li {
    margin-top: 0;
    width: 20%;
    line-height: 15px;
    display: inline;
    color: #bbbbbb;
    margin-bottom: -1px;
    float: left;
    list-style: none outside none;
    margin-bottom: 15px;
}

.progress {
    height: 40px;
}

/* +++ Custom file input trial +++ */
.customfile {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
}

.customfile.input-append .customfile-feedback {
    border-radius: 3px 0 0 3px;
}

.customfile-feedback {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.customfile.input-prepend .add-on,.customfile.input-append .add-on {
    background-color: #E6E6E6;
    background-image: linear-gradient(#FFFFFF, #FFFFFF 25%, #E6E6E6);
    background-repeat: no-repeat;
    color: #333333;
    cursor: pointer;
    display: inline-block;
}

.customfile-input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    left: -999em;
    opacity: 0;
    position: absolute;
}

fieldset.pagination {
    margin-top: -25px;
    position: relative;
    z-index: 2;
    background: none repeat scroll 0 0 #05466C;
    color: #FFFFFF;
    font-size: 0.8em;
    margin-bottom: 0;
    padding: 3px 0;
    width: 100%;
}

title {
    content: attr(title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc) );
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

/*Added on 03Jan2013 - start*/
.file-upload {
    position: relative;
    opacity: 1;
    z-index: 2;
    width: 2px;
}
/*Added on 03Jan2013 - end*/
.number {
    margin: 0 auto;
    text-align: center !important;
}

/* +++ box navigation on the bottom of the screen +++ */
#boxNavigation {
    height: 50px;
    width: 60px;
    margin: 5px;
    color: #333333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline;
}

#boxNavigation.active {
    background: #f4f4f4;
    border-color: 1px solid #222;
}

/* +++ tabbed navigation +++ */
.tabnavigation {
    height: 58px;
    width: 107.8%;
    float: left;
    margin-left: 10px;
    min-height: 1px;
    /* border: 1px solid #445d6a; */
    /* Dotted-line unnecessary - rahul
    border-bottom: 1px dotted #366b8a;
    */
}

.tabnavigation li {
    color: #333333;
    margin-left: 0px;
    width: 24.896%;
    /* display: table-cell;
  opacity: 1; */
  border-radius: 4px 4px 0 0;
  border-right: 1px solid #445d6a;
  /* border-bottom: 1px solid #445d6a; */
  /*background-image: -moz-linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%)!important;*/
    background-image: -moz-linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%);
    background-image: linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%);
    background-image: -o-linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%);
    background-image: -moz-linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%);
    background-image: -webkit-linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%);
    background-image: -ms-linear-gradient(bottom, #8FAEC2 2%, #4B7A9A 51%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.02, #4B7A9A), color-stop(0.51, #8FAEC2) );
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ff8faec2', endColorstr='#ff4b7a9a');
}

.tabnavigation li.seven {
        width: 13.04%;
    }

.tabnavigation li.six {
    width: 16.5%;
}

.tabnavigation li.five {
    width: 19.8%;
}

.tabnavigation li.four {
    width: 22.86%;
}

.tabnavigation li.three {
    width: 30.52%;
}

.tabnavigation li.two {
    width: 49.8%;
}

.tabnavigation li.active {
    background-color: #F3F4F5 !important;
    border-radius: 4px 4px 0 0;
    /* border-right: 1px solid #445d6a; */
  /* opacity: 1; */
    font-weight: bold;
}

.tabnavigation>.nav-tabs>.active>a {
    color: #333 !important;
}

.tabnavigation>.nav-tabs>li>a {
    padding-bottom: 10px;
    color: #efefef;
}

.tabnavigation>.nav-tabs>li>a>span {
    padding-left: 5px;
    padding-right: 5px;
}

/* .tabnavigation > .nav-tabs > .active > a >span {
    margin-left: 20px;
} */
.standard-tab { /* background-image: linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%); */
  /* background-image: -o-linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%); */
  /* background-image: -moz-linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%); */
  /* background-image: -webkit-linear-gradient(bottom, #4B7A9A 2%, #8FAEC2 51%);
  background-image: -ms-linear-gradient(bottom, #8FAEC2 2%, #4B7A9A 51%); */
  /* background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.02, #4B7A9A),color-stop(0.51, #8FAEC2)); */
    color: #A4A4A4;
    margin: auto;
    padding: 0;
}

ul.tabbed {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/* +++ Width Values is Pixels +++ */
.width25 {
    width: 25px !important;
}

.width50 {
    width: 50px !important;
}

.width75 {
    width: 75px !important;
}

.width100 {
    width: 100px !important;
}

.width110 {
    width: 110px !important;
}

.width120 {
    width: 120px !important;
}

.width130 {
    width: 130px !important;
}

.width140 {
    width: 140px !important;
}

.width150 {
    width: 150px !important;
}

.width160 {
    width: 160px !important;
}

.width165 {
    width: 165px !important;
}

.width200 {
    width: 200px !important;
}

.width210 {
    width: 210px !important;
}

.width250 {
    width: 250px !important;
}

.width270 {
    width: 270px !important;
}

.width300 {
    width: 300px !important;
}

.width320 {
    width: 320px !important;
    }

.width350 {
    width: 350px !important;
}

.width360 {
    width: 360px !important;
}

.width370 {
    width: 370px !important;
}

.width380 {
    width: 380px !important;
}

.width390 {
    width: 390px !important;
}

.width400 {
    width: 400px !important;
}

.width500 {
    width: 500px !important;
}

.width590 {
    width: 590px !important;
}

.width595 {
    width: 595px !important;
}

.width600 {
    width: 600px !important;
}

.width625 {
    width: 625px !important;
}

.width630 {
    width: 630px !important;
}

.width640 {
    width: 640px !important;
}

.width650 {
    width: 650px !important;
}

.width260 {
    width: 260px !important;
}

.width550 {
    width: 550px !important;
}

.width800 {
    width: 800px !important;
}

.width810 {
    width: 810px !important;
}

.width820 {
    width: 820px !important;
}

.width830 {
    width: 830px !important;
}

.width840 {
    width: 840px !important;
}

.width850 {
    width: 850px !important;
}

.width860 {
    width: 860px !important;
}

.width870 {
    width: 870px !important;
}

.width880 {
    width: 880px !important;
}
/* .span15 in bootstrap.min.css is width: 890px */
.width900 {
    width: 900px !important;
}

.width910 {
    width: 910px !important;
}

.width920 {
    width: 920px !important;
}

.width930 {
    width: 930px !important;
}

/* +++ Width Values is Percents +++ */
.width5percent {
    width: 5% !important;
}

.width10percent {
    width: 10% !important;
}

.width15percent {
    width: 15% !important;
}

.width20percent {
    width: 20% !important;
}

.width25percent {
    width: 25% !important;
}

.width50percent {
    width: 50% !important;
}

.width75percent {
    width: 75% !important;
}

.width80percent {
    width: 80% !important;
}

.width100percent {
    width: 100% !important;
}

/* +++ center +++ */
.center {
    margin-left: auto;
    margin-right: auto;
}

.no-indent {
    margin-left: 0px;
}

.indent1 {
    margin-left: 5px;
}

.indent2 {
    margin-left: 10px;
}

.indent3 {
    margin-left: 15px;
}

.indent4 {
    margin-left: 20px;
}

.indent5 {
    margin-left: 25px;
}

.indent6 {
    margin-left: 30px;
}

.indent7 {
    margin-left: 35px;
}

.indent8 {
    margin-left: 40px;
}

.indent9 {
    margin-left: 45px;
}

.indent10 {
    margin-left: 50px;
}

.indent11 {
    margin-left: 55px;
}

.indent12 {
    margin-left: 60px;
}

.indent13 {
    margin-left: 65px;
}

/* .offset1 picks up from here with margin-left:70px */


/* +++ tooltip +++ */

/* .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000000;} */
.tooltip {
    min-height: 100px;
    border-radius: 7px;
}

.tooltip-inner h1 {
    font-family: Arial;
    font-size: 16px;
    color: #92C9ED;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    font-style: normal;
}

.tooltip-inner ul,ol {
    margin-left: 15px;
}

.tooltip-inner {
    top: 30px;
    left: 6px;
    width: 600px;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    background-color: #000000;
    background-image: -moz-linear-gradient(top, #444444, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#111111) );
    background-image: -webkit-linear-gradient(top, #444444, #111111);
    background-image: -o-linear-gradient(top, #444444, #111111);
    background-image: linear-gradient(to bottom, #444444, #111111);
    background-repeat: repeat-x;

    border: 1px solid #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 7px;
    position: absolute;
    margin-left: 12px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#444444', endColorstr='#111111');
}

.tooltip.right .tooltip-arrow {
    top: 40%;
    left: 7px;
    border-width: 12px 12px 12px 0;
    border-right-color: #333;
    border-right-color: -moz-linear-gradient(top, #444444, #111111);
    border-right-color: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#111111) );
    border-right-color: -webkit-linear-gradient(top, #444444, #111111);
    border-right-color: -o-linear-gradient(top, #444444, #111111);
    border-right-color: linear-gradient(to bottom, #444444, #111111);
    z-index: 1031;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#444444', endColorstr='#111111');
}


/* +++ Modal +++ */
.modal-footer {
    background-color: #ffffff;
}

.modal-header { /* height: 70px; */
    width: 720px;
    margin-bottom: 10px;
    border: none;
    padding: 0px 40px;
}

.modal-body { /* max-height: 400px; */
    max-height: 400px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
}

.modal-body-centered {
    padding: 20px;
    max-height: 400px;
}

.modal-body-head {
    background-color: #92C9ED;
}

.modal-body fieldset {
    margin-bottom: 0px;
    background: #FFFFFF;
    border: 10px solid #F9F9F9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: left;
}

.modalspan11 {
    background-color: #FFFFFF;
    width: 700px;
    min-height: 32px;
    margin-left: 0px;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.modalspan11accordion {
    background-color: #F9F9F9;
    width: 700px;
    min-height: 32px;
    margin-left: 0px;
    margin-bottom: 2px;
    padding-top: 10px;
}

.modalspan5 {
    padding-left: 20px;
    padding-right: 10px;
    margin-left: 0px;
    width: 320px;
}

.modalspan10 {
    width: 590px;
}

.modalspan6 {
    width: 350px;
}

.modalspan8 {
    width: 470px;
}

.modalspan7 {
    width: 410px;
}

.modalspan5 {
    width: 290px;
}

.modalspan1 {
    width:25px;
    margin-left:20px;
}

.modalspan4 {
    width:265px;
}

.modal-body .accordion {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #d6d6d6;
}

.simple {
    line-height: 20px !important;
}

.modal-body fieldset.grey {
    margin-bottom: 0px;
    background: #F9F9F9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.modal-body ul,ol {
    margin: 0 0 10px 25px;
    font-family: 'arial';
    font-weight: none;
    font-size: 11px;
    color: #333333;
    line-height: 0px;
}

.modal-header h1 {
    font-family: 'arial';
    font-weight: bold;
    font-size: 24px;
    color: #366B8A;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.modal-header h3 {
    font-family: 'arial';
    font-weight: bold;
    font-size: 16px;
    color: #545454;
    font-style: normal;
    margin-bottom: 10px;
}

.modal-body p {
    font-family: 'arial';
    font-weight: none;
    font-size: 14px;
    color: #333333;
    margin: 0px 0px;
    /* line-height: 50px; */
}

.modal-body p1 {
    font-family: 'arial';
    font-weight: none;
    font-size: 16px;
    color: #333333;
    margin: 0px 0px;
    /* line-height: 50px; */
}

.modal-body p2 {
    font-family: 'arial';
    font-weight: none;
    font-size: 15px;
    color: #666666;
    margin: 0px 0px;
    /* line-height: 50px; */
}

.modal-body p3 {
    font-family: 'arial';
    font-weight: none;
    font-size: 13px;
    color: #A4A4A4;
    margin: 0px 0px;
    /* line-height: 50px; */
}

.modal-body p4 {
    font-family: 'arial';
    font-weight: bold;
    font-size: 12px;
    color: #19648D;
    margin: 0px 0px;
    /* line-height: 50px; */
}

.modal-body p5 {
    font-family: 'arial';
    font-weight: none;
    font-size: 11px;
    color: #333333;
    margin: 0px 0px;
    /* line-height: 50px; */
}

.span190 {
    width: 190px;
}

.span520 {
    width: 520px;
}

#myModal {
    width: 800px; /* SET THE WIDTH OF THE MODAL */
  margin: -285px 0 0 -390px;
  /* CHANGE MARGINS TO ACCOMODATE THE NEW WIDTH (original = margin: -250px 0 0 -280px;) */
}

/* +++ Left +++ /

/*Udaya updated for left pane - 16Jan2013 - Start*/
fieldset.leftpane { /* width:250px;background:#eeeeee;border:#ffffff;margin-bottom:0px;padding-top:20px; font-size:0.8em; */
  /* Udaya - commented - 16Jan2013 */
  width: 264px;
  background: #ffffff;
  border: #ffffff;
  margin-bottom: 0px;
  padding-top: 0px; /* Udaya - added - 16Jan2013 */
  margin-top: -25px;
  position: relative;
  z-index: 2;
  height: 468px;
}

.lp-all {
    margin-bottom: -19px;
}

.lptab-icon-left {
    padding-top: 8px;
}

.lptab-icon-right {
    padding-top: 18px;
}

.lptab-txt {
    padding-top: 12px;
    padding-left: 15px;
}

.lptab-locked {
    border-top: 1px solid #FFFFFF;
    height: 48px;
    background-color: #f0f0f0;
    color: #999999;
    font-size: 16px;
    font-family: Arial;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    vertical-align: middle;
}

.lptab-active {
    height: 48px;
    background-color: #ffffff;
    border-top: 1px solid #F0F0F0;
    color: #666666;
    font-size: 16px;
    font-family: Arial;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    text-align: left;
}

.lptab-current {
    margin-top: 1px;
    height: 48px;
    font-size: 16px;
    font-family: Arial;
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    vertical-align: middle;
    color: #ffffff;
    /* background: #72B9E8 url(/UIDesign/img/apply_steps_arrow.png);  */
  /* Kripa:- Commenting this. 1_17_2013 */
    background-color: #72B9E8;
    background-image: -moz-linear-gradient(top, #83D9F2, #72B9E8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83D9F2), to(#72B9E8) );
    background-image: -webkit-linear-gradient(top, #83D9F2, #72B9E8);
    background-image: -o-linear-gradient(top, #83D9F2, #72B9E8);
    background-image: linear-gradient(to bottom, #83D9F2, #72B9E8);
}

.lptab-current-poweruser {
    margin-top: 1px;
    height: 48px;
    font-size: 16px;
    font-family: Arial;
    font-style:normal;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    vertical-align: middle;
    color: #ffffff;
    /* background: #72B9E8 url(/UIDesign/img/apply_steps_arrow.png);  */
  /* Kripa:- Commenting this. 1_17_2013 */
    background-color: #72B9E8;
    background-image: -moz-linear-gradient(top, #83D9F2, #72B9E8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83D9F2), to(#72B9E8) );
    background-image: -webkit-linear-gradient(top, #83D9F2, #72B9E8);
    background-image: -o-linear-gradient(top, #83D9F2, #72B9E8);
    background-image: linear-gradient(to bottom, #83D9F2, #72B9E8);
}

/*Udaya added - 18Jan2013 - start*/
.quick-link {
    height: 48px;
    background-color: #ffffff;
    border-top: 1px solid #F0F0F0;
    border-radius: 5px;
    color: #666666;
    font-size: 12px;
    font-family: Arial;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: left;
}
/*Udaya added - 18Jan2013 - end*/
.bold {
    font-weight: bold;
}

.block {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

/* WARNINGS & MESSAGES Begin */
.no-js #js-warning {
    display: block !important;
}

#js-warning {
    display: none;
}

.warning-wrapper {
    background-color: white;
    vertical-align: middle;
}

.warning {
    padding: 5px;
    border: 2px solid #ffd46b;
    background-color: #fffab2;
    margin: 0px auto;
    width: 300px;
}
/* WARNINGS & MESSAGES End */


div.legend {
    font-family:Arial, Helvetica;
    font-weight:bold;
    vertical-align:middle;
    padding:10px 35px 10px 20px;
    /* padding:10px 0px 10px 55px; */
   /* height:25px; */
    min-height:25px;
    width:895px;
    color:white;
    background-color:#04476c;
    font-size:25px;
    border-collapse: collapse;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom:35px;
}

.leftpane div.legend {
    margin-bottom: 0;
}

/* Classes "sidebar" and "maincontent" are for pages with left nav */
div.legend.sidebar {
    width: 210px !important;
}

div.legend.maincontent {
    width: 595px !important;
}

.center-text {
    text-align: center;
}

.vertical-center {
    vertical-align: middle;
}

.absolute-center-text {
    vertical-align: middle;
    text-align: center;
}

.chrome select {
    padding: 0px 10px;
}

.padtop1 {
    padding-top: 1px;
}

.padtop2 {
    padding-top: 2px;
}

.padtop3 {
    padding-top: 3px;
}

.padtop4 {
    padding-top: 4px;
}

.padtop5 {
    padding-top: 5px;
}

.padtop10 {
    padding-top: 10px;
}

.padtop15 {
    padding-top: 15px;
}

.padtop20 {
    padding-top: 20px;
}

.padbottom1 {
    padding-bottom: 1px;
}

.padbottom2 {
    padding-bottom: 2px;
}

.padbottom3 {
    padding-bottom: 3px;
}

.padbottom4 {
    padding-bottom: 4px;
}

.padbottom5 {
    padding-bottom: 5px;
}

.padbottom10 {
    padding-bottom: 10px;
}

.padbottom15 {
    padding-bottom: 15px;
}

.padbottom20 {
    padding-bottom: 20px;
}

.padbottom25 {
    padding-bottom: 25px;
}

.hidden {
    display: none;
}

.datepicker-div {
    width: 200px;
}

.datepicker-div button {
    height: 33px;
    border: 1px solid lightgray;
    margin: 0 0 10px 7px;
    padding: 7px;
    border-radius: 5px 5px 5px 5px;
}
/* INCOMPATIBLE BROWSER WARNING */
#browser-warning {
    display: none;
}

.chrome-lt-5 #browser-warning {
    display: block;
}

.ff-lt-4 #browser-warning {
    display: block;
}

.safari-lt-5 #browser-warning {
    display: block;
}

.msie-lt-8 #browser-warning {
    display: block;
}

.opera-lt-12 #browser-warning {
    display: block;
}

.unknown-browser #browser-warning {
    display: block;
}


.box-shadow {
    box-shadow: 0 0 4px 2px #D6D6D6;
}

.lt-ie9 .solid-border {
    border: 3px solid #d6d6d6;
}

hr.hairline {
    clear: both;
    color: #999999;
    height: 2px;
    margin: 0 30px;
    /* width: 890px; */
    width: auto;
}


.eligibility hr.hairline {
    width: 590px;
}

/* ##################################################################### */
/* Custom Scrollbars Tables  BEGIN */
.scroll-table-header tr {
    height: 32px;
}

.headers-table {
    margin: 0;
    width: 885px;
}

.headers-table thead {
    display: block;
}

.scroll-table-header > caption > span {
    margin-top: 0px;
    padding-left: 10px;
    float: left;
}

table.scroll-table-header {
    margin: 0;
    width: 890px;
    overflow-x: hidden;
}

.lt-ie9 table.scroll-table-header {
    border: 0px none;
}

.scroll-header-div {
    overflow-x: hidden;
}

.scroll-table-body {
    max-height: 330px;
    width: 100%;
    overflow-y: auto;
    overflow-x: scroll;
    margin-bottom: auto;  /* for ie-9 hover bug */
}

.scroll-table-data {
    max-height: 330px;
    width: 100%;
    overflow: scroll;
}

.scroll-table-data tbody {
    display: block;
    max-height: 330px;
}

.scroll-table-data tr {
    height: 62px;
}

.scroll-table-data div {
    font-size: 0.8em;
}

.scroll-table-wrapper {
    width: 890px;
    margin: auto 35px;
}

.scroll-table-data a {
    margin: 5px;
    display: inline;
}



/* Custom Scrollbars Tables  END */
/* ##################################################################### */


a.expandable {
    color: white;
}

a.expandable:hover {
    color: #565656;
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.image-row {
    text-align: center;
    margin: 30px;
}

.image-row img {
    width: 150px;
    height: 125px;
    margin: 0 20px;
    border: 0 none;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

a.btn {
    line-height: 21px !important;
}

#A-Z-list li{
    display: inline;
}

.ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-state-default {
    background-image: none !important;
}

.underline {
    text-decoration: underline;
}

.clear-both {
    clear: both;
}

.checkbox-label, .radio-label {
    cursor: pointer;
    margin-left: 10px;
    display: inline;
}

img.ui-datepicker-trigger {
    height: 36px;
    margin-left: 8px;
    margin-top: 3px;
    vertical-align: top;
    width: 37px;
}

/* For eligibility determination page: */
table.eligstandardtable {
    border-radius: 3px 3px 3px 3px ;
    box-shadow: 0 0 4px 2px #D6D6D6;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 600px;
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.lt-ie9 table.eligstandardtable {
    border: 3px solid #d6d6d6;
}

tbody td.eligstandardtable {
    height: 62px;
    width: 100%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.eligstandardtable td {
    height: 62px;
    width: 30%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.eligstandardtable td.first {
    padding-left: 22px;
}

table.eligstandardtable td.section-header {
    background-color:#93c9ed;
    word-wrap:break-word;
   /* height: 40px;  style-guide suggests this, may uncomment later */
    height: 24px;
    width: 30%;
    margin-left: 100px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 2px white solid;
}

table.eligstandardtable td.font14 {
    word-wrap:break-word;
    height: 30px;
    width:126px;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.eligstandardtable td.font14third {
    word-wrap:break-word;
    height: 30px;
    width: 28%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.eligstandardtable td.font14half {
    word-wrap:break-word;
    height: 30px;
    width: 42%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.eligstandardtable td.font14highlight {
    word-wrap:break-word;
    height: 30px;
    width: 30%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-left:3px solid #F6AC40;
    border-right:3px solid #F6AC40;
}

table.eligstandardtable td.font14thirdhighlight {
    word-wrap:break-word;
    height: 30px;
    width: 28%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-left:3px solid #F6AC40;
    border-right:3px solid #F6AC40;
}

table.eligstandardtable td.font14halfhighlight {
    word-wrap:break-word;
    height: 30px;
    width: 42%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-left:3px solid #F6AC40;
    border-right:3px solid #F6AC40;
}


table.eligstandardtable tr:nth-child(even) {
    background-color: #EFEFEF;
}

table.eligstandardtable tr:nth-child(odd) {
    background-color: #ffffff;
}

table.eligstandardtable caption {
    caption-side: top;
    line-height: 40px;
    border-bottom: 1px solid #E5E5E5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 0 4px 2px #D6D6D6;
    background-color: #93C9ED;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-size: 20px;
    height: 40px;
    font-family: 'futura Bk BT';
    font-style: oblique;
    padding: 10px 10px 10px 22px;
    /* text-shadow: 0px -1px 1px #000000; */
  /* text-shadow: -1px 0 3px #000000; */
    text-shadow: 0 -1px 1px #fff, 0px -1px 0 hsl(80, 70%, 35%), 0px -1px 1px hsl(80, 70%, 35%), 0px -1px 1px hsl(80, 10%, 15%);
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-color: #93C9ED;
    background-image: -moz-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BEDFF4), to(#92C9ED) );
    background-image: -webkit-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: -o-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: linear-gradient(to bottom, #BEDFF4, #92C9ED);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbedff4', endColorstr='#ff92c9ed');
    border-color: #92C9ED;
}

table.eligstandardtable th {
    border-bottom: 1px solid #E5E5E5;
    /* background-color: #93C9ED; */
  color: #8F8F8F;
  font-family: 'Arial';
  font-size: 12px;
  height: 30px;
  text-align: left;
  /* font-family: Futura, "Trebuchet MS", Arial, sans-serif; */
  /* font-style:oblique; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  /* text-shadow: 0px -1px #7ca0b8; */
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

table.eligstandardtable th.first {
    padding-left: 22px;
}

tr.thickborder{
    border-bottom:2px solid #666666;
}
/* For Power User Eligibility Determination Screen */
table.pueligstandardtable {
    border-radius: 3px 3px 3px 3px ;
    box-shadow: 0 0 4px 2px #D6D6D6;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 870px;
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.lt-ie9 table.pueligstandardtable {
    border: 3px solid #d6d6d6;
}

tbody td.pueligstandardtable {
    height: 62px;
    width: 100%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.pueligstandardtable td {
    height: 62px;
    width: 30%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.pueligstandardtable td.first {
    padding-left: 22px;
}

table.pueligstandardtable td.section-header {
    background-color:#93c9ed;
    word-wrap:break-word;
   /* height: 40px;  style-guide suggests this, may uncomment later */
    height: 24px;
    width: 30%;
    margin-left: 100px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    border: 2px white solid;
}

table.pueligstandardtable td.font14 {
    word-wrap:break-word;
    height: 30px;
    width:126px;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.pueligstandardtable td.font14third {
    word-wrap:break-word;
    height: 30px;
    width: 28%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.pueligstandardtable td.font14half {
    word-wrap:break-word;
    height: 30px;
    width: 42%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.pueligstandardtable td.font14highlight {
    word-wrap:break-word;
    height: 30px;
    width: 30%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-left:3px solid #F6AC40;
    border-right:3px solid #F6AC40;
}

table.pueligstandardtable td.font14thirdhighlight {
    word-wrap:break-word;
    height: 30px;
    width: 28%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-left:3px solid #F6AC40;
    border-right:3px solid #F6AC40;
}

table.pueligstandardtable td.font14halfhighlight {
    word-wrap:break-word;
    height: 30px;
    width: 42%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-left:3px solid #F6AC40;
    border-right:3px solid #F6AC40;
}


table.pueligstandardtable tr:nth-child(even) {
    background-color: #EFEFEF;
}

table.pueligstandardtable tr:nth-child(odd) {
    background-color: #ffffff;
}

table.pueligstandardtable caption {
    caption-side: top;
    line-height: 40px;
    border-bottom: 1px solid #E5E5E5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 0 4px 2px #D6D6D6;
    background-color: #93C9ED;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-size: 20px;
    height: 40px;
    font-family: 'futura Bk BT';
    font-style: oblique;
    padding: 10px 10px 10px 22px;
    /* text-shadow: 0px -1px 1px #000000; */
  /* text-shadow: -1px 0 3px #000000; */
    text-shadow: 0 -1px 1px #fff, 0px -1px 0 hsl(80, 70%, 35%), 0px -1px 1px hsl(80, 70%, 35%), 0px -1px 1px hsl(80, 10%, 15%);
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-color: #93C9ED;
    background-image: -moz-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BEDFF4), to(#92C9ED) );
    background-image: -webkit-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: -o-linear-gradient(top, #BEDFF4, #92C9ED);
    background-image: linear-gradient(to bottom, #BEDFF4, #92C9ED);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbedff4', endColorstr='#ff92c9ed');
    border-color: #92C9ED;
}

table.pueligstandardtable th {
    border-bottom: 1px solid #E5E5E5;
    /* background-color: #93C9ED; */
  color: #8F8F8F;
  font-family: 'Arial';
  font-size: 12px;
  height: 30px;
  text-align: left;
  /* font-family: Futura, "Trebuchet MS", Arial, sans-serif; */
  /* font-style:oblique; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  /* text-shadow: 0px -1px #7ca0b8; */
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

table.pueligstandardtable th.first {
    padding-left: 22px;
}

tr.thickborder{
    border-bottom:2px solid #666666;
}
.tbl-pucontainer{
    width: 900px;
    overflow: auto;
    margin: auto;
    scrollbar-base-color: #93C9ED;
}

.ftl-checkbox-wrapper label, .ftl-checkbox-wrapper input {
    display: inline-block;
}
.opacity .ftl-checkbox-wrapper input[type="checkbox"] + label {
    margin: 0 0 0 -15px;
}
.opacity .ftl-checkbox-wrapper input[type="radio"], .opacity .ftl-checkbox-wrapper input[type="checkbox"] {
    float: none;
}

.ftl-checkbox-cell {
    display: table-cell;
    width: 250px;
}
