/* AccessHealthCT © All rights reserved, 2013 */
/* Purpose of document: Connecticut State Health Care Exchange (HIX) Theme */

/* ++++ Fonts ++++ */
@font-face {
	font-family: "Foco W01 Regular";
	src: url("fonts/Foco-Regular.eot");
	src: 
	url("fonts/Foco-Regular.woff") format("woff"),
	url("fonts/Foco-Regular.otf") format("opentype"),
	url("fonts/Foco-Regular.svg#filename") format("svg");
}

/* ++++ Base Tag Definitions ++++ */
html {
    height: 100%;
}

body {
    background: #FFFFFF;
    color: #666666;
    padding-top: 0px;
    font-size: 1.1em;
    line-height: 18px;
    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: 'Foco W01 Regular';
    /* font-size: 16px; */
    color: #333333;
}

hr {
    border-width: 2px;
    border-color: #dadada;
    border-bottom: none;
}

/* ++++ Base Components ++++ */
#wrapper {
/*     background: #FFFFFF url("../img/bg_striped.png"); */
    /* margin-bottom: -81px; */
    margin-bottom: -92px;
    min-height: 100%;
    min-width: 950px;
    position: relative;
    width: 100%;
}

.lead {
    margin-top: 20px;
    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, .head1 {
    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;
    border-radius: 10px;
}

.button-bar {
    text-align: right;
    width: 100%;
}

.eligibility .button-bar, .power-user .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;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fbae1b', endColorstr='#e76b02');
}



.btn-inactive {
    background-color: #F9F9F9;
    color: #A4A4A4;
    font-size: 0.8em;
}


.btn-active {
    border-color: #9dc7dd;
    color: #84ABC0; /*Added on 03Jan2012*/
    background-color: #c2c2c2 !important;
    border-radius: 10px !important;
    /* 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: #ffffff;
    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: 270px;
    margin-bottom: 40px;
}

#Content_pane {
    float: right;
    width: 650px;
    margin: 0 0 20px 0;
}

.renew #Content_pane{
	width: 950px;
	float: none;
	min-height: 425px;
}

#Content_pane_left {
    float: left;
    margin: 0 0 40px;
    width: 250px;
}
.input-size3 {
    width: 50px;
}

.input-size4 {
    width: 55px;
}

input,button,select { 
    letter-spacing: 1px;
}

textarea { 
    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: 10px;
    border-radius: 10px;
    /* box-shadow: 0 0 4px 2px #d6d6d6; */
    border: 1px solid #666666;
}

/* 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, .power-user fieldset.width650 {
    min-height: 200px;
    margin-bottom: 0px;
    border: 1px solid #666666;
}

.renew fieldset.main {
	width:950px;
    min-height: 200px;
    margin-bottom: 0px;
    border: 1px solid #666666;
}

.eligibility #Content_pane #wrapper, .eligibility #Content_pane .container, .power-user #Content_pane #wrapper, .power-user #Content_pane .container {
    width: 650px;
}

.renew #Content_pane #wrapper, .renew #Content_pane .container {
    width: 950px;
}

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 */
#box.blue {
    background: #b4dcf6;
    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 .head3 {
    color: #366B8A;
    line-height: 30px;
    margin: 0;
    padding-bottom: 8px;
    font-size: 24.5px;
    font-weight: bold;
}

fieldset h3+p, fieldset .head3+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: 'Foco W01 Regular';
    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;
    color: #333333;
    font-size: 14px;
    font-family: 'Foco W01 Regular';
    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: inside;
    margin-left:auto;
    margin-right:auto;
}
.eligibility ul.alert, .power-user ul.alert {
    width: 498px;
    padding: 8px 35px;
}

#assister_notice {
    position: absolute;
    bottom: 10px;
    color: #333333;
    font-size: 18px;
    font-family: 'Foco W01 Regular';
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

fieldset.info {
    width: 283px;
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 10px;
    /* box-shadow: 0 0 4px 2px #D6D6D6; */
    margin-bottom: 25px;
    padding-top: 20px;
    border: 1px solid #666666;
    padding-bottom: 20px;
    font-size: 14px;
}

fieldset.blue {
    background: none repeat scroll 0 0 #aad7f4;
    border-radius: 10px;
    /* box-shadow: 0 0 4px 2px #D6D6D6; */
    margin-bottom: 0px;
    padding-top: 20px;
    border: 1px solid #666666;
    padding-bottom: 20px;
    font-size: 14px;
}

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: 22px;
    /* -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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height: 32px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #BBB;
    -webkit-border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 1em;
    background: #E5E5E6 url('../img/bg_select.png') no-repeat 100% 50%;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    letter-spacing: normal;
}

/* Modified for IE10/11 to prevent cutoff of letters g,q,y in select dropdowns */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select {
		padding-bottom:4px !important;
	}
}

.chrome select, .firefox select {
    background: #E5E5E6 url('../img/bg_select.png') no-repeat 100% 50%;
}

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 */
/* Hide the input, but have it still be clickable */
.opacity input[type='radio'], .opacity input[type='checkbox'] { 
    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: 4px 0 4px 28px;
    /* Make look clickable because they are */
    cursor: pointer;
    background: url("../img/bg_checkbox.png") left 5px no-repeat;
    text-transform: none;
}

.opacity input[type='checkbox']:focus+label {
    background: url("../img/bg_checkbox_focus.png") left 5px no-repeat;
}

.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("../img/bg_radio.png") left 6px no-repeat;
}

.opacity input[type='radio']:focus+label {
    background: url("../img/bg_radio_focus.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='radio']:checked:focus+label {
    background-image: url("../img/bg_radio_selected_focus.png");
}

.opacity input[type='checkbox']:checked+label {
    background-image: url("../img/bg_checkbox_checked.png");
}

.opacity input[type='checkbox']:checked:focus+label {
	background-image: url("../img/bg_checkbox_checked_focus.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;
}

/* ++++ Header Layout ++++ */

/* Old PM screen header ... No longer used START*/
.headerPM {
    text-align: center;
    width: 100%;
    background: url("../img/headerPM_background.png");
}

.headerPM.img {
    margin-left: auto;
    margin-right: auto;
}
/* Old PM screen header ... No longer used END*/

#logo {
    margin: 3px 0px 0px 0px;
    width: 240px;
    height: 61px;
}

#header {
    height: auto;
    background: white;
    /* border-bottom: 6px solid #649abc; */
}

#headerwrapper { 
    height: auto;
    background: #ffffff;
    /* 'position' commented out because this breaks bootstrap modals which are children of this element */
    /* position: relative; */ 
    z-index: 3;
}

.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: auto;
    margin: 0 auto;
    background-color: white;
}

#header_content h5, #header_content .head5 {
    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: 38px; /*working for the other header*/
    background-color: white;
}

#header_content .logged_box {
    margin: 28px 0px 0px 0px;
    padding: 10px 0;
    width: 490px;
    height: 38px; /*working for the other header*/
    background-color: white;
}

#header_content .login_box label {
    display: inline;
    color: black;
    position: relative;
    bottom: 5px;
    font-size: 0.75em;
}

.span4NavLink {
    width: 320px;
}

#header_content .navLinks label {
    display: inline;
    text-decoration: none;
    font-size: 11px;
    font-family: 'Foco W01 Regular';
    padding-left: 7px;
    padding-right: 11px;
    color: #5AA9F7;
}

#header_content .navLinks {
    font-size: 14px;
    font-family: 'Foco W01 Regular';
    color: #5AA9F7;
    padding-left: 0;
}

.navLinks a.learn:before {
    content: url("../img/spacer-10x1-clear.png") "|" url("../img/spacer-10x1-clear.png");
}

.navLinks a.learn:first-child:before {
    content: "";
}

.navLinks a.learn.last:after {
    content: "";
}

.welcome {
    width: 70px;
    color: #92C9ED;
    padding-top: 8px;
    font-size: 15px;
    font-family: 'Foco W01 Regular';
    font-weight: bold;
}

.user {
    color: black;
    font-family: 'Foco W01 Regular';
    font-size: 15px;
    font-weight: bold;
    margin-left: 0px;
    padding-top: 8px;
    width: auto;
}

#header_content .login_box input[type='text'], #header_content .login_box input[type='password'] {
    border-radius: 10px;
    width: 95px;
    height: 30px;
    background-color: white;
    border-color: #193342;
    color: black;
    font-size: 0.8em;
    -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;  This is not needed, and is causing problems. */
	/* background: #FFFFFF url("../img/bg_striped.png"); */
    min-height: 40px;
    z-index: 1;
    /* border-bottom: 6px solid #93c9ed; */
    border-top: 6px solid #649abc;
    text-align: center;
}

/* .hl-health { 
    border-bottom: 6px solid #93c9ed;
}

.hl-learn { 
    border-bottom: 6px solid #b1dd6e;
}

.hl-help { 
    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;
}

.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: 10px;
    border-top-right-radius: 10px;
    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: 50px;*/
    line-height: 40px;
    /* line-height: 30px; This should be 30 if the other header doesn't work as intented*/
    border: 3px;
    border-left: 1px solid #666666;
    border-radius: 10px 10px 0 0;
    margin-left: -1px;
}

.nav-tabs>.active>a:hover {
    color: #FFFFFF;
    background-color: inherit;
    border: none;
    border-left: 1px solid #666666;
    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: 20px;
    clear: both;
}

.footer {
    width: 100%;
    background-color: white;
    border-top: 6px solid #fd7f05;
    height: 86px;
    position: relative;
    margin: 0px auto 0px auto;
    float: none;
    border-collapse: collapse;
}

#footer-content {
    background-color: white;
    border-collapse: collapse;
    height: 56px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 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;
    margin: 0px;
}

#footer-links ul .divider-vertical {
    height: 12px;
    margin-bottom: -2px;
    border-right: 1px solid black;
}

#ct-seal {
    display: block;
    width: 44px;
    height: 54px;
    background: url("../img/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("../img/footer_social_facebook_OFF.png");
    height: 21px;
    width: 21px;
}

#social-links ul li a.twitter {
    background: url("../img/footer_social_twitter_OFF.png");
    height: 21px;
    width: 21px;
}

#social-links ul li a.rss {
    background: url("../img/footer_social_rss_OFF.png");
    height: 21px;
    width: 21px;
}

#social-links ul li a.youtube {
    background: url("../img/footer_social_youtube_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;
}

/*
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: 1px solid #666666;
    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 ++++ */

.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;
    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;
    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("../img/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: 'Foco W01 Regular';
    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;
    color: #333333;
    font-size: 15px;
    font-family: 'Foco W01 Regular';
    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;
    width: 867px;
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px solid #666666;
    border-top: none;
}

.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: 'Foco W01 Regular';
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.standardtable td {
    height: 30px;
    /* width: 30%; */
    margin-left: 12px;
    margin-right: 22px;
    /* padding: 10px 10px; */
    text-align: left;
    font-family: 'Foco W01 Regular';
    font-size: 15px;
    color: #666666;
    border: 1px solid #666666;
    line-height: 16px;
    padding: 4px 0 4px 10px;
    padding-left: 7px;
}

table.standardtable td.first {
    padding-left: 22px;
}

table.standardtable td:first-of-type {
	font-weight: bold;
}

table.standardtable td.section-header {
    background-color:#93c9ed;
    word-wrap:break-word;
    height: 24px;
    width: 30%;
    margin-left: 100px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    font-size: 14px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

table.standardtable td.font14highlight {
    word-wrap:break-word;../img/button/blue_blank.png width: 30%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: center !important;
    font-family: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 10px;
    border-top-right-radius: 10px;
   	/*  box-shadow: 0 0 4px 2px #D6D6D6; */
	background-color: #6aa0c3;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    /* height: 40px; */
    font-family: 'Foco W01 Regular';
    /* 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 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: #6aa0c3;
    border: 1px solid #666666;
    height: 30px;
    line-height: 30px;
    /* 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; */
	color: #ffffff;
    font-family: 'Foco W01 Regular';
	font-size: 15px;
    text-align: left;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    padding-left: 7px;
    padding-right: 10px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: #777777;
    position: relative;
    height: 30px;
    line-height: 30px;
}

table.standardtable th.separated:before {
	content: '';
    position: absolute;
    left: 0px;
    top: 25%;
    height: 50%;
    border-left: 1px solid #ffffff;
}

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;
}

tbody td.standardtableCol2 {
    height: 62px;
    width: 100%;
    margin-left: 12px;
    margin-right: 22px;
    padding: 10px 22px;
    font-family: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    font-size: 16px;
    color: #666666;
    /* border-bottom: 1px solid #e5e5e5; */
    border: 1px solid #666666;
    border-top: none;
}

table.standardtableCol2 td.first {
    padding-left: 22px;
}

table.standardtableCol2 tr {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

table.standardtableCol2 tr:nth-child(even) {
    background-color: #fdfdfd;
}

table.standardtableCol2 tr:nth-child(odd) {
    background-color: #EFEFEF;
}

table.standardtableCol2 caption {
    caption-side: top;
    /* line-height: 30px; */
    line-height: 34px;
    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: 'Foco W01 Regular';
    /* 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%); */
    /* text-shadow: 0px -1px 1px #fff, -1px 1px 1px #666666, 1px 1px 1px #666666, -1px -2px 1px #666666; */
    /* text-shadow: 0 -1px 1px #fff, 0px 1px 0 #3d6c9a, 1px 1px 1px #666666, 0px 1px 2px #3d6c9a; */
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    /* border-radius: 3px !important; */
    border-radius: 10px 10px 0 0 !important;
    background-color: #6aa0c3;
    /* 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; */
    border: 1px solid #666666;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bedff4', endColorstr='#92c9ed');
}

table.standardtableCol2 th {
    border-bottom: 1px solid #666666;
    background-color: #666666;
    color: #FFFFFF;
    font-family: 'Foco W01 Regular';
    font-size: 15px;
    height: 20px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    -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: 'Foco W01 Regular';
    font-size: 15px;
    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: 'Foco W01 Regular';
    font-size: 15px;
    color: #666666;
}

/* For eligibility Review page: */
table.standardreview {
    margin-bottom: 10px;
    margin-top: 10px;  
    width: 610px; */  
    text-align: center;
    border-collapse:separate;
    border-bottom:1px solid #666666;  
}
table.standardreview th {
border-left:1px solid #ffffff;
}
table.standardreview th:first-of-type {
border-left:none;
}
table.standardreview td:last-of-type {
border-right:1px solid #666666;
}

.lt-ie9 table.standardreview {
    border: 3px solid #d6d6d6;
}
.appReviewTdLabel {

	font-weight: bold;
	font-weight: bolder;
	color:#333;
	float: left;
	margin-left: 20px;
	margin-right:20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.appReviewTd {
	font-weight: bold;
	padding-left: 30px;
	width: -webkit-fill-available;
	background-color: #666666;
	color: #ffffff;
	line-height: 30px;
}

.appReviewTdContent {	
	margin-left: 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
table.standardreview td {
    text-align: left;
    font-family: 'Foco W01 Regular';
    font-size: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    width: 50%;   
  border-left:1px solid #666666; 
  border-top:1px solid #666666; 
    height: 20px;
    line-height: 16px; /*White space set to 30px*/
    padding: 10px 20px 4px 10px;
}
table.standardreview tr:nth-child(even) {
    background-color: #ffffff;
}

table.standardreview tr:nth-child(odd) {
    background-color: #EFEFEF;
}
table.standardreview th {
    background-color: #666666;
    color:white;
    font-size: 15px;
    line-height:25px;  
}

table.standardreview caption {
    caption-side: top;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    border-bottom:none;
	background-color: #6aa0c3;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;  
    font-size: 22px;
    font-family: 'Foco W01 Regular';
    padding: 6px 10px 6px 22px;
    -moz-border-radius: 3px !important;
    background-repeat: repeat-x;
    border-color: #6aa0c3;
    height: 30px;
    line-height: 30px;
  
}
/* For eligibility determination page: By Mani Vara*/

table.eligibleDetermination {

    margin-bottom: 10px;
    margin-top: 10px;  
    width: 610px; */  
    text-align: center;

    border-collapse:separate;
    border:1px solid #666666;
    border-left:1px solid #666666;
   
    border-top-right-radius:11.2px;
    border-top-left-radius:11.2px;
}



.lt-ie9 table.eligibleDetermination {
    border: 3px solid #d6d6d6;
}



table.eligibleDetermination td {
    text-align: left;
    font-family: 'Foco W01 Regular';
    font-size: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    width: 50%;   
    border-left:1px solid #666666;
    border-top:1px solid #666666;
    height: 20px;
    line-height: 16px; /*White space set to 30px*/
    padding: 10px 20px 4px 10px;
   
}
table.eligibleDetermination tr:nth-child(even) {
    background-color: #ffffff;
}

table.eligibleDetermination tr:nth-child(odd) {
    background-color: #EFEFEF;
}
table.eligibleDetermination th {
    background-color: #6AA0C3;
    color:white;
    font-size: 15px;
    line-height:25px;
    padding:5px;
   
}

table.eligibleDetermination th:first-of-type {
border-top-left-radius:10px;
border-left:1px solid #666666;
}
table.eligibleDetermination th:last-of-type {
border-top-right-radius:10px;
}

.eligibilityDeterminationCaption {
    caption-side: top; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	 background-color: #6aa0c3;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    font-family: 'Foco W01 Regular';  
    padding: 10px 10px 10px 22px;
    -moz-border-radius: 3px !important;   
    background-repeat: repeat-x;
    border-color: #6aa0c3;
    height: 30px;
    line-height: 30px;
  
}

/* For enrollment page: Manivara*/

table.enrollmentTable {
   	border-radius: 3px 3px 3px 3px;  
    margin-bottom: 30px;
    margin-top: 10px;  
   	margin-left:20px; 
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
/*     border-radius: 3px !important; */
/*     border: 1px solid #666666;  */
/*     border-top:none; */
/*     border-left:none; */

}

.lt-ie9 table.enrollmentTable {
    border: 3px solid #d6d6d6;
}

table.enrollmentTable td {
    text-align: left;
    font-family: 'Foco W01 Regular';
    font-size: 15px;
    /* width: 50%; */
    border-right: 2px solid #FFFFFF;
    height: 30px;
    line-height: 16px; /*White space set to 30px*/
    padding: 5px;
}

 table.enrollmentTable tr:nth-child(even) {
    background-color: #FDFDFD;
}

table.enrollmentTable tr:nth-child(odd) {
    background-color: #EFEFEF;
}
table.enrollmentTable th {
    background-color: #6AA0C3;
    color:white;
    line-height:25px;
    padding:5px;
/*     border-right:  1px solid #FFFFFF;  */
/*    	border-left:  1px solid #FFFFFF; */
   	/* font-size: 15px; */ 
}

/* +++ Way finderd design of dynamic nodes +++ */
.wayfinder {
    text-align: left;
    margin-left: 45px;
    list-style: none outside none;
}

.wayfinder>li {
    width: 20%;
    float: left;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Foco W01 Regular';
}

li.completed {
	color: #7da83f; /*R24.1 DarkBlue#04476C LightGreen#97cb5f DarkGreen#7da83f*/
}

li.active {
    color: #f6931e;
    font-size: 14px;
}

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: #6aa0c3;
    height: 47px;
    width: 20%;
    border: 1px solid #666666;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 1px;
    margin-bottom: -5px;
    margin-left: 3px;
    text-align: center;
    font-size: 22px;
}

.headernavigation .nav-tabs > li:first-child {
    margin-left: 0;
}

.headernavigation .nav-tabs>li.active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* padding-bottom: 27px; */ /* makes room for tab arrow under "Home" or "FAQ" */
    /* background: url("../img/btn_faq_ON_arrow.png") no-repeat bottom center; */
    background-size: 100%;
    z-index: 2;
    height: 47px;
}

/* makes room for tab arrow under "Home" or "FAQ" */
/*
.lt-ie9 .headernavigation .nav-tabs>li.active {
	padding-bottom: 19px;
}
*/

.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: 32px;
    /* 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: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-bottom: 0px;
    /* background: url("../img/button/back_hover_bg_extra_long.png") repeat scroll right center transparent !important; */
	background-color: #777777;
    color: #f3f3f3 !important;
    height: 40px;
}

.headernavigation a {
    color: #FFFFFF;
    font-size: 1.1em;
    text-transform: uppercase;
    /* font-style: italic; */
    font-weight: bold;
    letter-spacing: 1.1px;
}

/* +++ 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;
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
}

.span555 {
    width: 555px;
}

.spanNoWrap {
    white-space: nowrap;
    width: 85px;
    overflow: hidden;
}

.spanNoWrapApplicationSearchWP {
    white-space: nowrap;
    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;
    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: 56px; */
    height: auto;
    width: 316px;
    border-top: 1px solid #666666 !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: 0;
    text-align: center;
    font-family: 'Foco W01 Regular';
    font-size: 18px;
    /* font-style: oblique; */
}

.headernavigationcolored .nav-tabs>li.active {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-bottom: 25px;
    z-index: 2;
    /* height: 54px; */
    height: auto;
}

.lt-ie9 .headernavigationcolored .nav-tabs>li.active {
    padding-bottom: 24px;
}

.h1-health-background {
    background: url("../img/btn_gethealth_ON_arrow.png") no-repeat bottom center;
    background-size: 100%;
}

.h1-learn-background {
    background: url("../img/btn_learnmore_ON_arrow.png") no-repeat bottom center;
    background-size: 100%;
}

.h1-help-background {
    background: url("../img/btn_gethelp_ON_arrow.png") no-repeat bottom center;
    background-size: 100%;
}

.headernavigationcolored a {
    /* border: 1px solid #666666 !important; */
    border-bottom: none !important;
    border-radius: 10px 10px 0 0 !important;
    color: #FFFFFF;
    font-size: 1.1em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
}
.headernavigationcolored li.health a{
    background-color: #6aa0c3;
    /* 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;
	height: 38px;
}

.headernavigationcolored li.health a:hover,.headernavigationcolored li.health a:active {
    background-color: #777777;
    /* 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');
    height: 38px;
}

.headernavigationcolored li.active.health a {
    background-image: none;
    filter: none;
}

.headernavigationcolored li.learn a {
    background-color: #94d65e;
    /* 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');
    height: 38px;
}

.headernavigationcolored li.active.learn a {
    background-image: none;
    filter: none;
}

.headernavigationcolored li.learn a:hover,.headernavigationcolored li.learn a:active {
    background-color: #777777;
    /* 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');
    height: 38px;
}

.headernavigationcolored li.help a {
    background-color: #f6931e;
    /* 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');
    height: 38px;
}

.headernavigationcolored li.active.help a {
    background-image: none;
    filter: none;
}

.headernavigationcolored li.help a:hover,.headernavigationcolored li.help a:active {
    background-color: #777777;
    /* 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');
    height: 38px;
}

/* #header.hl-help {
    border-bottom: 6px solid #F6AC41;
}

#header.hl-learn {
    border-bottom: 6px solid #B0DD6E;
}

#header.hl-health {
    border-bottom: 6px solid #6aa0c3;
} */
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-image: url('../img/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: 'Foco W01 Regular';
    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 {
	/* background-color: #6AA0C3; */
	/* border-radius: 4px 4px 0 0; */
    height: 58px;
    width: 100.33%;
    float: left;
    margin-left: -1px;
    min-height: 1px;
}

.tabnavigation li {
    color: #333333;
    margin-left: 0px;
    width: 24.896%;
    border-radius: 10px 10px 0 0 !important;
    border-right: 1px solid #445d6a;
    border-top: 1px solid #666666;
    box-sizing: border-box;
    /* 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: 14.18%;
	background-color: #6AA0C3;
}

.tabnavigation li.six {
    width: 16.56%;
}

.tabnavigation li.five {
    width: 19.89%;
}

.tabnavigation li.four {
    width: 24.89%;
}

.tabnavigation li.three {
    width: 30.52%;
}

.tabnavigation li.two {
    width: 49.8%;
}

.tabnavigation li.active {
	background-color: #FFFFFF !important;
    border-radius: 10px 10px 0 0;
    /* border-right: 1px #f3f4f5; */
	font-size: 1.0em;
    font-weight: bold;
}

.tabnavigation>.nav-tabs>.active>a {
    color: #333 !important;
}

.tabnavigation>.nav-tabs>li>a {
    color: #FFFFFF;
    padding-bottom: 10px;
}

.tabnavigation>.nav-tabs>li>a>span {
    padding-left: 5px;
    padding-right: 5px;
}

.standard-tab {
    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;
}

.width170 {
    width: 170px !important;
}

.width175 {
    width: 175px !important;
}

.width180 {
    width: 180px !important;
}

.width185 {
    width: 185px !important;
}

.width190 {
    width: 190px !important;
}

.width195 {
    width: 195px !important;
}

.width200 {
    width: 200px !important;
}

.width210 {
    width: 210px !important;
}

.width220 {
    width: 220px !important;
}

.width230 {
    width: 230px !important;
}

.width240 {
    width: 240px !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;
}

.width900 {
    width: 900px !important;
}

.width910 {
    width: 910px !important;
}

.width920 {
    width: 920px !important;
}

.width930 {
    width: 930px !important;
}

.width940 {
    width: 940px !important;
}

.width950 {
    width: 950px !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 !important;
    margin-right: auto !important;
}

.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-inner { whitespace: normal !important; }

.tooltip-inner {
	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;
	text-align: left;
}

/* +++ Modal +++ */
.modal-footer {
    background-color: #ffffff;
}

.modal-header { 
    width: 720px;
    margin-bottom: 10px;
    border: none;
    padding: 0px 40px;
}

.modal-body { 
    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-custom {
    background-color: #FFFFFF;
    width: 500px;
    min-height: 32px;
    margin-left: 0px;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.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: 10px;
    /* 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: 'Foco W01 Regular';
    font-weight: none;
    font-size: 11px;
    color: #333333;
    line-height: 0px;
}

.modal-header h1, .modal-header .head1 {
    font-family: 'Foco W01 Regular';
    font-weight: bold;
    font-size: 24px;
    color: #366B8A;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.modal-header h3, .modal-header .head3 {
    font-family: 'Foco W01 Regular';
    font-weight: bold;
    font-size: 16px;
    color: #545454;
    font-style: normal;
    margin-bottom: 10px;
}

.modal-body p {
    font-family: 'Foco W01 Regular';
    font-weight: none;
    font-size: 15px;
    color: #333333;
    margin: 0px 0px;
}

.modal-body p1 {
    font-family: 'Foco W01 Regular';
    font-weight: none;
    font-size: 16px;
    color: #333333;
    margin: 0px 0px;
}

.modal-body p2 {
    font-family: 'Foco W01 Regular';
    font-weight: none;
    font-size: 15px;
    color: #666666;
    margin: 0px 0px;
}

.modal-body p3 {
    font-family: 'Foco W01 Regular';
    font-weight: none;
    font-size: 13px;
    color: #A4A4A4;
    margin: 0px 0px;
}

.modal-body p4 {
    font-family: 'Foco W01 Regular';
    font-weight: bold;
    font-size: 12px;
    color: #19648D;
    margin: 0px 0px;
}

.modal-body p5 {
    font-family: 'Foco W01 Regular';
    font-weight: none;
    font-size: 11px;
    color: #333333;
    margin: 0px 0px;
}

.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 +++ */

/*  !!! This rule temporarily commented out; it may be deleted soon !!!
fieldset.leftpane {
    width: 264px;
    background: #ffffff;
    border: #ffffff;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    height: 468px;
}
*/

.lp-all {
    margin-bottom: -19px;
    border: 1px solid #666666;
    border-top: none;
}

.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: 34px;
    background-color: #f0f0f0;
    color: #999999;
    font-size: 16px;
    font-family: 'Foco W01 Regular';
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    vertical-align: middle;
}

.lptab-active {
    height: 34px;
    background-color: #ffffff;
    border-top: 1px solid #F0F0F0;
    color: #666666;
    font-size: 16px;
    font-family: 'Foco W01 Regular';
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    text-align: left;
}

.lptab-current {
    margin-top: 1px;
    height: 34px;
    font-size: 16px;
    font-family: 'Foco W01 Regular';
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    vertical-align: middle;
    color: #ffffff;
    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;
    line-height: 48px;
    font-size: 16px;
    font-family: 'Foco W01 Regular';
    font-style:normal;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    vertical-align: middle;
    color: #ffffff;
    background-color: #97BCD5;
    /* 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); */
}

.quick-link {
    height: 48px;
    background-color: #ffffff;
    border-bottom: 2px solid #F0F0F0;
/*     border-radius: 5px; */
    color: #666666;
    font-size: 14px;
    font-family: 'Foco W01 Regular';
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: left;
}

.bold {
    font-weight: bold;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.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: 'Foco W01 Regular';
    font-weight:bold;
    vertical-align:middle;
    padding:15px 35px 5px 20px;
    min-height:25px;
    width:895px;
    color:white;
    background-color: #6aa0c3;
    font-size:24px;
    border-collapse: collapse;
    border-radius: 8px 8px 0 0;
    margin-bottom:20px;
    /* behavior: url(css/CSS3Pie/PIE.htc);  CSS3Pie: will be uncommented soon */
}

.renew fieldset.main div.legend.maincontent {
	width: 895px;
}

.lt-ie9 div.legend {
    width:889px;
}
.leftpane div.legend {
    margin-bottom: 0;
}

/* Classes "sidebar" and "maincontent" are for pages with left nav */
div.legend.sidebar {
    width: 210px;
    border: 1px solid #666666;
    border-bottom: none;
}

.eligibility div.legend.sidebar, .power-user div.legend.sidebar {
    width: 213px !important;
    border: 1px solid #666666;
    border-bottom: none;
}

.lt-ie9 .eligibility div.legend.sidebar, .lt-ie9 .power-user div.legend.sidebar {
    width: 210px;
}

div.legend.maincontent {
    width: 595px;
}

.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, .power-user 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 */
/* ##################################################################### */

/* table.fixed {
	table-layout: fixed;
} */

/* Div Tables BEGIN */
/* Tables should only be used for displaying tabular data, they should never be used for layout purposes.
   Use the "div-table" to emulate the function of a layout table but using only divs.
   Note there is an innermost <div> that has no class; it is important even though it has no class.
	Usage:
	<div class="div-table">
		<div class="div-table-row">
			<div class="div-table-cell">
				<div>
					CONTENT GOES HERE
				</div>
			</div>
		</div>
	</div>
*/

/* .div-table {display:table; margin-left:25px; margin-top:15px; width:580px;}
.div-table-row {display: table-row;}
.div-table-cell {display: table-cell;}
.div-table-cell > div {margin-bottom:10px; width:290px;} */
/* Div Tables END */

a.expandable {
    color: white;
}

a.expandable:hover {
    color: #565656;
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.image-row {
    text-align: center;
    margin: 20px;
}

.image-row img {
    width: 150px;
    height: 125px;
    margin: 0 20px;
    border: 0 none;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

a.btn {
    line-height: 21px !important;
    border-radius: 10px;
    /* height: 24px; */
}

#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: 32px;
    margin-left: 8px;
    /* margin-top: 3px; */
    vertical-align: top;
    width: 32px;
}

/* 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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    font-size: 15px;
    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: 24px;
    width: 30%;
    margin-left: 100px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 22px;
    height: 40px;
    font-family: 'Foco W01 Regular';
    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 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;
    color: #8F8F8F;
    font-family: 'Foco W01 Regular';
    font-size: 15px;
    height: 30px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    -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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    font-size: 15px;
    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: 24px;
    width: 30%;
    margin-left: 100px;
    margin-right: 22px;
    padding: 10px 10px;
    text-align: left;
    font-family: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 'Foco W01 Regular';
    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: 22px;
    height: 40px;
    font-family: 'Foco W01 Regular';
    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 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;
    color: #8F8F8F;
    font-family: 'Foco W01 Regular';
    font-size: 15px;
    height: 30px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    -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;
}

.break-word {
    word-wrap: break-word;
}

.border-box {
	box-sizing: border-box;
}

.ftl-checkbox-wrapper {
    display: table;
}

.ftl-checkbox-row {
    display: table-row;
    width: 630px;
}
.ftl-checkbox-cell {
    display: table-cell;
    padding-right: 15px;
    width: 315px;
}
.ftl-checkbox-cell label {
    /* Left padding makes room for image */
    padding: 4px 0 4px 28px;
    cursor: pointer;
}

input.next {
    font-size: 1.1em;
	background-color: #f05a29;
    border-radius: 10px !important;
    background: url("../img/button/next_bg.png") repeat scroll right center transparent;
    border: 1px solid #666666;
    color: #ffffff;
    /* padding: 7px 15px 10px 0; */
    border-radius: 4px 4px 4px 4px;
    /* box-shadow: 1px 1px 2px 0 #CCCCCC; */
    cursor: pointer;
    display: inline-block;
    font-family: 'Foco W01 Regular';
    font-weight: bold;
    height: 38px;
    margin: 0;
    outline: medium none;
    overflow: visible;
    position: relative;
    /* text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25); */
    white-space: nowrap;
    min-width: 90px;
}

input.next:hover {
    background: url("../img/button/next_hover_bg.png") repeat scroll right center transparent;
}
input.confirm {
    font-size: 1.1em;
    background-color: #f05a29;
    background: url("../img/button/orange_blank.png") repeat scroll right center transparent;
    border: 1px solid #666666;
    border-radius: 10px !important;
    color: #ffffff;
   	padding: 7px 5px 10px 5px;
    /* border-radius: 4px 4px 4px 4px; */
    /* box-shadow: 1px 1px 2px 0 #CCCCCC; */
    cursor: pointer;
    display: inline-block;
    font-family: 'Foco W01 Regular';
    font-weight: bold;
    height: 38px;
    margin: 0;
    outline: medium none;
    overflow: visible;
    position: relative;
    /* text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25); */
    white-space: nowrap;
    min-width: 90px;
}

input.confirm:hover {
    background: url("../img/button/orange_blank_hover.png") repeat scroll right center transparent;
}

.btn em.icon-blue {
    margin-right: 3px;
}

/* .btn, .btn-active, .btn-primary {
	height:34px;
} */

.btn{
	/* background:linear-gradient(to bottom, #d5e9f6 0px, #ffffff 100%)!important;  */
	/* border-color:#c4dae8!important; */
	border-radius: 10px;
    background-image: none !important;
	background: url("../img/button/back_bg_extra_long.png") repeat scroll right center transparent !important;
	border: 1px solid #666666 !important; /*R24.1 none*/
	color: #ffffff !important;
	text-shadow: none !important;
}
.btn:hover{
	/* background:linear-gradient(to bottom, #ffffff 0px, #d5e9f6 100%)!important; */ 
	/* border-color:#c4dae8!important; */
	background: url("../img/button/back_hover_bg_extra_long.png") repeat scroll right center transparent !important;
	border: 1px solid #666666;
	color: #ffffff;
}


.btn-primary{
	/* background:linear-gradient(to bottom, #f9a819 0px, #ec7b08 100%)!important; */
	/* border-color:#c86300!important; */
	border-radius: 10px;
    background-image: none !important;
	background: url("../img/button/orange_blank.png") repeat scroll right center transparent !important;
	border: none; /*R24.1 1px solid #666666 !important*/
	color: #ffffff !important;
	text-shadow: none !important;
}
.btn-blue{
	/* background:linear-gradient(to bottom, #f9a819 0px, #ec7b08 100%)!important; */
	/* border-color:#c86300!important; */
	border-radius: 10px;
    background-image: none !important;
	background: #6AA0C3 !important;
	border: none; /*R24.1 1px solid #666666 !important*/
	color: #ffffff !important;
	text-shadow: none !important;
}
.btn-primary:hover{
	/* background:linear-gradient(to bottom, #ec7b08 0px, #f9a819 100%)!important; */
	/* border-color:#c86300!important; */
	background: url("../img/button/orange_blank_hover.png") repeat scroll right center transparent !important;
}


.back-button {
    font-size: 1.1em;
    height: 37px;
    min-width: 70px;
    background-color: #c2c2c2;
    border-radius: 10px !important;
    border: 1px solid #666666;
    color: #ffffff;
    background: url("../img/button/back_bg_extra_long.png") repeat scroll left center transparent;
    padding: 7px 5px 10px 15px;
    width: 70px;
    /* box-shadow: 1px 1px 2px 0 #CCCCCC; */
    cursor: pointer;
    display: inline-block;
	font-family: 'Foco W01 Regular';
    font-weight: bold;
    outline: medium none;
    overflow: visible;
    position: relative;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); */
    white-space: nowrap;
}

.back-button:hover {
    background: url("../img/button/back_hover_bg_extra_long.png") repeat scroll left center transparent;
}

label.placeholder {
    padding: 2px 4px 2px 6px !important;
}

h1.question {
    background-color: #ffffff;
    color: #666666;
    font-size: 1em;
    font-style: normal;
    line-height: 22px;
    margin: 0;
}

.legend h1 {
    color: white;
    font-family: 'Foco W01 Regular';
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
}

.xl {
    width: 600px;
}

.hloginBoxCss{
    padding-top: 80px;
}
.envIndicator{
	font-size: 14px;
	font-family: 'Foco W01 Regular';
	background-color: lightgrey;
	font-style: italic;
	font-weight: bold;
	padding: 0 5px;
}

.buildVersionDspCSS{
	display: inline-block;
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.tabbable {
	overflow: hidden;
}

div.fieldset.first {
    /* background-color: #F5F9FA; */
    background-color: #FFF;
    border: 0 none;
    border-radius: 10px;
    /* box-shadow: 0 0 4px 2px #D6D6D6; */
    color: #666666;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
    /*top: -25px;*/
    margin-top: -25px;
    z-index: 2;
    /* z-index: 0; z-index for CSS3Pie */
    /* behavior: url(/AHCTWorker/css/CSS3Pie/PIE.htc); CSS3Pie: will be uncommented soon */
}

div.fieldset.notice {
    background: none repeat scroll 0 0 #FFFAB2;
    border-color: #FFD46B;
    border-radius: 3px;
    /* box-shadow: 0 0 2px 2px #FFD46C; */
    color: #333333;
    font-family: 'Foco W01 Regular';
    font-size: 14px;
    margin-bottom: 43px;
    margin-top: 43px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

div.fieldset.inner {
    background-color: #F5F9FA;
    border-radius: 5px;
    /* box-shadow: 0 0 4px 2px #D6D6D6; */
    color: #666666;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border: 0 none;
}


.lt-ie9 div.fieldset.first {
    border: 3px solid #d6d6d6;
}
         
.lt-ie9 div.fieldset.notice {
    border: 3px solid #FFD46C;
}

#sessionTimeoutModal {
	z-index: 99999;
}

/**/
html, body {
  width: 100%;
  height: 100%;
  /* display: flex; */
  justify-content: center;
  font-family: 'Foco W01 Regular';
  color: #333333; /*R24.1 Global Font #666666*/
}

button {
  position: absolute;
  width: 100px;
  min-width: 100px;
  padding: 20px;
  margin: 20px;
  font-family: 'Foco W01 Regular';
  border: none;
  color: white;
  font-size: 16px;
  text-align: center;
}

#toggleButton {
  position: absolute;
  left: 50px;
  top: 20px;
  background-color: #75C7F6;
}
.paddingB {
	padding-top: 50px;
	padding-bottom: 80px;
}

a#save-button {
	height: 22px;
	margin-left: 1px;
}

.btn:focus {
	border-color: rgba(82,168,236,0.8) !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

input.next:focus, input.confirm:focus {
	border-color: rgba(82,168,236,0.8) !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border-color: rgba(82,168,236,0.8) !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}