
/* ===== XHTML Tags 345343 ===== */

.color1 { /* Darkest */
	background-color: #d2d4d5 ;
	/*color: #ffffff;*/
}

.color2 { /* medium */
	background-color: #56a0d3; 
	color: #ffffff;
	
}
	
.color3 { /* lightest */
	background-color: #9DB4D1; 
}

html { 
	font-size: 100% /* IE hack */ 	
	background-color: #32343D;
}

body {
  	font-size: .75em;
  	margin: 0;
  	PADDING:0;
  	background-color: #32343D;
	
	
}

/* html, body, form{
	height: 100%;
} */

#body {
	background-color: #FFFFFF;
}

#bodyLogin {
	background-color: #232D69;
	height: 100%;
}

.paging input {
	margin-left: .5em;
	margin-right: .5em;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
  	font-size: 1em;
}

h1 {
/* 	color: #303475;
	font-size: 1.5em; */
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

h2 {
	color: #303475;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: center;
	width:100%;
	text-align: center;
}

h3 {
	color: #303475;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	width:100%;
	text-align: center;
}

hr {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 1px;
	text-align: center;
}

/* ===== Colors ===== */

.lightbg {
	background-color: #F0F2F6; 
	
}

.darkbg {
	background-color: #ffffff;
}

/* ===== Tables ===== */

.results {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;	
	border-left: 1px solid #C3D4E3;	
	border-right: 1px solid #C3D4E3;	
	border-bottom: 1px solid #C3D4E3;	;
}

.section thead th, .search thead th, .submit thead th {
	background-color: #C3D4E3;
	empty-cells: show;
	border-collapse: collapse;	
	font-size: 1em;
	font-weight: bold;
	padding-top: 3px;
  	padding-right: 3px;
  	padding-bottom: 3px;
  	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
}

.results tbody th, .results thead th
{
	color: #3A3A3A;
	background-color: #EAEAEA;
	empty-cells: show;
	font-size: 1em;
	font-weight: bold;
	padding-top: 3px;
  	padding-right: 3px;
  	padding-bottom: 3px;
  	padding-left: 3px;
	text-align: left;
	vertical-align: middle;
	border: #C3D4E3 1px solid;
}

.results tbody th span, .results tbody th span label,
.results thead th span, .results thead th label, 
.results thead th a:link{
	color: #3A3A3A;
	background-color: #EAEAEA;
	empty-cells: show;
	font-size: 1em;
	font-weight: bold;	
	text-align: left;
	vertical-align: middle;
	/* border: #FCAF17 1px solid; */
}


.section tbody th, .search tbody th, .submit tbody th {
	background-color: #FCAF17;
	empty-cells: show;
	border-collapse: collapse;	
	font-size: 1em;
	font-weight: bold;
	padding-top: 3px;
  	padding-right: 3px;
  	padding-bottom: 3px;
  	padding-left: 3px;
	text-align: center;
}

.results td {
	border-collapse: collapse;
	font-size: 1em;
	font-weight: normal;
	padding-top: 3px;
  	padding-right: 3px;
  	padding-bottom: 3px;
  	padding-left: 3px;
	text-align: left;
  	vertical-align: middle;
  	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C3D4E3;
	empty-cells: show;	
}

.number {
	text-align: right !important;
}

.submit, .search, .section {
	width: 100%;
	/* border-left: 1px solid #C3D4E3;	
	border-right: 1px solid #C3D4E3;
	border-bottom: 1px solid #C3D4E3; */
	background-color: #ffffff;
}

.section .labelcell, .submit .labelcell, .search .labelcell,
.section .labelcell span, .submit .labelcell span, .search .labelcell span
{	
	color: #303475;
	border-collapse: collapse;
	empty-cells: show;	
  	font-size: 1em;
  	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-top: 4px;
  	padding-right: 4px;
  	padding-left: 4px;
  	padding-bottom: 4px;
	width: 180px;
	border-right: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;

} 

.submit .labelcell label, .search .labelcell label {

	padding-top: 4px;
	margin: 0px;
	display: block;
	float: right;
	vertical-align: middle;
}

acronym {
	color: #ff0000;
	border-bottom: 0px;
	font-size: 1em;
	vertical-align: middle;
}

.section .valuecell, .submit .valuecell, .search .valuecell {
	font-size: 1em;
  	vertical-align: top;
  	text-align: left;
  	padding-top: 4px;
  	padding-left: 4px;
  	padding-bottom: 4px;
	border-right: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;

}

.sectiontitle, .resultstitle, .submittitle, .searchtitle {
	height: 25px;
	width: 100%;
	margin-top: 10px;
	background-image: url("/servlet/getSkin?skinName=Skin1&path=/Images/&fileName=sectionTitleRight.jpg");
	background-repeat: no-repeat; 
	background-position: right;
	background-color: #D2D4D5;
	/* border-top: 1px solid #C3D4E3;
	border-left: 1px solid #C3D4E3;	
	border-right: 1px solid #C3D4E3; */
}

.sectiontitle th, .resultstitle th, .submittitle th, .searchtitle th,
.sectiontitle th span, .resultstitle th span, .submittitle th span, .searchtitle th span
{
	text-align: left;
	color: #ffffff;;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("/servlet/getSkin?skinName=Skin1&path=/Images/&fileName=sectionTitleLeft.jpg");
	background-repeat: no-repeat; 
	background-position: left;
	/*background-color: #F0F2F6;*/
	font-size: 18pt;
    font-style: normal;
    font-weight: 700;
}


.sectiontitle td, .resultstitle td, .submittitle td, .searchtitle td {
  	text-align: right;
	/*white-space: nowrap;*/
  	padding-right: 1em;
  	padding-top: 2px;
  	padding-bottom: 2px;
  	vertical-align: middle;
  	/* background-color: #F0F2F6; */
}

.sectionbuttons, .submitbuttons, .searchbuttons, .buttons {
	width: 100%;
	text-align: center;
  	font-size: 1em;
	border-left: #ffffff solid 10px;	
	border-right: #ffffff solid 11px;
	background-color: #ffffff;
	margin-top: 6px;
	margin-bottom: 10px;
}

.resultsbuttons {
	width: 100%;
	text-align: center;
  	font-size: 1em;
	margin-top: 6px;
	margin-bottom: 10px;
}

.paging {
	width: 100%;
	text-align: center;
	font-size: 1em;
	margin-top: 4px;
	margin-bottom: 8px;
}

.paging span{
	margin:5px;
}

/* ===== Text ===== */

a, span, body, , td,  .helptext, .noresults, .copy, .fieldcell, , .paging, #menu {
	font-family: 'Franklin Gothic Book', 'Source Sans Pro', Tahoma, Arial, Helvetica, sans-serif;
	font-size:11pt; 
	color:#3A3A3A;
	font-weight:normal;
	font-style:normal;
}

h1, h2, th, label, .labelcell{
	font-family: 'Franklin Gothic Book', 'Source Sans Pro', Tahoma, Arial, Helvetica, sans-serif;
	font-size:11pt; 
	color: #505153;
	font-weight:bold;
	font-style:normal;
}


.welcome {
	font-size: 1em;
	text-align: right;
	color: #003368;
	margin-top: 8px;
	margin-bottom: 2px;
}

/* ===== Divs ===== */

.required {
	text-align: center;
	font-size: 1em;
}


.helptext {
	font-size: 1em; 
	text-align: left;
	width: 100%;
}

a.pcontentlink:link {
	font-size: 1em;
    color: #000000; 
    text-align: left; 
    display: block; 
   	text-decoration: none;
    padding: 2px;
    /* border: #C3D4E3 solid 1px; */
} 

a.pcontentlink:visited {
	font-size: 1em;
    color: #000000; 
    text-align: left; 
    display: block; 
   	text-decoration: none;
    padding: 2px;
   /*  border: #C3D4E3 solid 1px; */
}
a.pcontentlink:hover {
	font-size: 1em;
	/*background-color: #F0F2F6;*/
    color: #000000;
    display: block; 
    text-decoration: none;
    text-align: left;
    padding: 2px;
   /*  border: #C3D4E3 solid 1px; */
}

.color2 a.pcontentlink:link {
	font-size: 1em;
    color: #ffffff; 
    text-align: left; 
   	text-decoration: underline;
    padding: 0px;
    margin-left: 6px;
    border-width: 0px;
} 

.color2 a.pcontentlink:visited {
	font-size: 1em;
    color: #ffffff; 
    text-align: left; 
   	text-decoration: underline;
    padding: 0px;
    margin-left: 6px;
    border-width: 0px;
}

.color2 a.pcontentlink:hover {
	font-size: 1em;
    color: #ffffff;
    background-color: #56a0d3;
    text-decoration: none;
    text-align: left;
    padding: 0px;
    margin-left: 6px;
    border-width: 0px;
}

a.econtentlink:link {
    color: #000000; 
    text-align: left; 
    display: block; 
   	text-decoration: none;
    padding: 2px;
    border: #BDDBEF solid 1px;
} 

a.econtentlink:visited {
    color: #000000; 
    text-align: left; 
    display: block; 
   	text-decoration: none;
    padding: 2px;
    border: #BDDBEF solid 1px;
}
a.econtentlink:hover {
    color: #000000;
    background-color: #FFFFCC;
    display: block; 
    text-decoration: none;
    text-align: left;
    padding: 2px;
    border: #2175bc solid 1px;
}

.title {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.errortext {
	color: #ffffff;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;	
	/* background: url(../Images/redStrip.png) no-repeat scroll 7px 7px; */
	background-color: #B60001;
}

.successtext1 {
	color: #0072c7 !important;
	text-align: center;
	font-weight: bold;
	font-size:14pt;
}

.successtext2 {
	color: #565656 !important;
	text-align: center;
	font-size:12pt;
}

.warningtext1 {
	color: #0072c7 !important;
	text-align: center;
	font-size:10pt;
}


.breadcrumbs {
	width: 100%;
	font-size: 1em;
	text-align: left;
	margin-top: 8px;
}

/* ===== Link ===== */

a:link {
	color: #303475;
	font-size: 1em;
	text-decoration: none;
}
a:active { 
	color: #303475;
	font-size: 1em;
	text-decoration: none;
}
a:visited {
	color: #303475;
	font-size: 1em;
	text-decoration: underline;
}
a:hover { 
	color: #303475;
	font-size: 1em;
	text-decoration: none;
} 
.results a:link {
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
}
.results a:active {
	color: #000000; 
	font-size: 1em;
	text-decoration: underline;
}
.results a:visited {
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
}
.results a:hover {
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
}

.copy a:link {
	color: #666666;
	text-decoration: none;
}
.copy a:active {
	color: #666666; 
	text-decoration: none;
}
.copy a:visited {
	color: #666666;
	text-decoration: none;
}
.copy a:hover {
	color: #666666; 
	text-decoration: underline;
}

.color2 a:link {
	color: #ffffff;
	text-decoration: underline;
}
.color2 a:active {
	color: #ffffff; 
	text-decoration: underline;
}
.color2 a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.color2 a:hover {
	color: #ffffff; 
	text-decoration: underline;
}

.sectiontitle a:link, .resultstitle a:link, .submittitle a:link, .searchtitle a:link {
	color: white;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.sectiontitle a:active, .resultstitle a:active, .submittitle a:active, .searchtitle a:active {
	color: #737b82;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.sectiontitle a:visited, .resultstitle a:visited, .submittitle a:visited, .searchtitle a:visited {
	color: #737b82;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.sectiontitle a:hover, .resultstitle a:hover, .submittitle a:hover, .searchtitle a:hover {
	color: #737b82;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

.workflowstep {
	width:70px;
	overflow:hidden;
	font-size: .8em;
	color: #000000; 
	text-decoration: underline;
	text-align: center;
	cursor: hand;
}

legend {
  	padding: 4px;
  	font-weight: bold;
  	color: #2175bc;
  	font-size: 1em;
}

ul li {
	list-style: square;
	color: #303475;
}

ul li a:link {
	color: #303475;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
}

ul li a:active {
	color: #303475;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
}

ul li a:visited {
	color: #303475;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
}

ul li a:hover {
	color: #303475;
	font-weight: normal;
	font-size: 1em;
	text-decoration: underline;
}

.submit th {
	background-color: #BDDBEF;
	font-size: 1em;
	font-weight: bold;
	padding-top: 3px;
  	padding-bottom: 3px;
	text-align: center;
	color: #000000;
}

.noresults {
	width: 100%;
	font-weight: normal;
	font-size: 1em !important;
  	text-align: center !important;
	border-collapse: collapse;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Navigation */
#menu {
	float: left;
	
	padding: 0px;
	font-size: 1em;
	font-family: 'Franklin Gothic Book', 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #25272F;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;	
}
		
#menu li {
	
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	font-weight:600;
	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #414454;
	margin-bottom:1px;
	color: #fff;
	text-decoration: none;
	width: 145px;
	background-color: #25272F;
	background-repeat: no-repeat; 
	background-position: right top;	
}

#menu li a:hover {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #414454;
	color: #ffffff;
	background-color: #0073AE;
	width: 145px;
}

#menu li li a {
	display: block;
	font-weight: normal;
	font-size: .9em;
	background-color: #0073AE;
	border-bottom: 0px ;
	border-top: 0px ;
	margin-bottom:0px !important;
	color: #ffffff;
	text-decoration: none;
	width: 145px;
	background-image: url('/Images/TabBullet1.gif')!important;
	background-repeat: no-repeat; 
	background-position: left top;	
}

#menu li li a:hover {
	display: block;
	font-weight: normal;
	width: 145px;
	
	background-color: #005484;
	color: #ffffff;
	text-decoration: none;
	
	border-bottom: 0px ;
	border-top: 0px ;
	background-image: url('/Images/TabBullet1.gif')!important;
} 

#menu li li li a {
	display: block;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 18px;
	background-color: #0073AE;
	background-image: url('/Images/TabBullet2.gif')!important;
	background-repeat: no-repeat; 
	background-position: left top;	
	color: #ffffff;
	
	text-decoration: none;
	width: 128px;
}

#menu li li li a:hover 
{
	display: block;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 18px;
	background-color: #005484;
	
	color: #ffffff;
	text-decoration: none;
	width: 128px;
	background-image: url('/Images/TabBullet2.gif')!important;
} 

#menuhealthplan {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #006857;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#menuhealthplan:hover {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #018E80;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}	

#menumembers {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #006857;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#menumembers:hover {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #018E80;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#menuproviders {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #006857;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#menuproviders:hover {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #018E80;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}	

#menuemployers {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #006857;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#menuemployers:hover {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #018E80;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#menubrokers {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #006857;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#menubrokers:hover {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	background-color: #018E80;
	color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}			

fieldset
{
	border-width: 1px;	
	border-color: #303475; 
	border-style: solid;
	padding: 8px;
}

legend
{
	font-weight: bold;
	font-size: 1.1em;
	color: #303475; 
} 

input, select, file, password, radio, checkbox {
	vertical-align:middle;	
} 

span.tabheader {
  	text-align: left;
	font-size: 1.1em;
	color: #000000;
	margin: 10px;
	font-weight: bold;
  }
  
div.tabarea {
  	white-space: nowrap;
  	padding: 6px;
}

div.tabbody {
	background-color: #ffffff;
  	border-color: #303475;
  	border: 1px solid;
  	padding: 5px;
 	border-top: 4px;
}
		  		
a.tabselect:link, a.tabselect:visited, a.tabselect:hover {
  	color: #ffffff;
  	background-color: #303475;
  	border-color: #303475;
}

a.tab:link, a.tab:visited, a.tab:active {
  	color: #000000;
  	background-color: #C3D4E3;
  	border-color: #303475;
}

a.tab:hover {
  	color: #000000;
  	background-color: #F0F2F6;
  	border-color: #303475;
}

a.tab, a.tabselect {
  	border-style: solid;
  	border-top-width: 1px;
  	border-left-width: 1px;
  	border-right-width: 1px;
	padding: 5px;
  	font-size: 1em;
  	text-decoration: none;
}

/*AHB-20534 */

@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;

}

img{
border:none;

}


a:link {color:rgb(0, 115, 174); text-decoration:none;}      /* unvisited link */
a:visited {color:#FF7F50;}  /* visited link */
a:hover {color:#FF7F50; text-decoration:none;}  /* mouse over link */
a:active {color:#FF7F50;}  /* selected link */

a.tablink:link, a.tablink:visited, a.tablink:active {
    font-size:11pt;
	text-transform: uppercase;
	color: #3A3A3A;
	/* font-weight: bold; */
	text-align:right;
	text-decoration: underline;
}

a.tablink1:link, a.tablink1:visited, a.tablink1:active {
    font-size:16px;
	color: #32343D;
	font-weight: normal;
	text-decoration: none;
}

a.tablink1:hover{
 color: #32343D;
 /*font-size: 18px;
 text-decoration: underline;*/
}

/*td#helpTextMessageSectionHeader
{
	color: white; 
}*/

/*#helpTextMessageSectionHeader :hover
{
	color: black !important; 
}*/


body{
font-family:'Franklin Gothic Book', 'Source Sans Pro', serif;
font-size:14px;
color:#3A3A3A;
font-weight:400;
}

.wrapper{
	/* background: transparent url(../Images/woman-child-bg.jpg) 0 0 no-repeat; */
	margin:40px;
	font-family:'Franklin Gothic Book', 'Source Sans Pro', serif;
	font-size:14px;
	color:#3A3A3A;
	font-weight:400;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background-position: right bottom;
}

.header{
background: transparent url(../Images/Logo1.png) 0 0 no-repeat;
height:113px;


}

.headerInner{
background: transparent url(../Images/headBG1.png) 0 0 repeat-x;
height:98px;
width:100%!important;

}
.header img{
padding: 25px;
width: 22%;
}



.loginPanel{
	/* background: transparent url(../Images/loginPanelBlank.png) 0 0 no-repeat; */
	height: auto;
	width:335px;
	/* margin-right: 30px inherit; */
	margin-top:15px;
	margin-left:80px;
	text-align: left;
	background-color: white;
	border-radius: 5px 5px 5px 5px;
	z-index:1;
       /* These three lines are for transparency in all browsers. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity:.85;
    position: relative;
    border: solid thin #D7D7D7;
}

.loginPanel_bottom {
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	/*height: 105px;*/
	border: none;
	background-color: #232D69;
}

/* .loginPanel_bottom .left_side{
	position: relative;
	margin: auto 0;
	height: 100%;
	width: 25%;
	background-image: url("../Images/register_icon.jpg");
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	float: left;
} */

.loginPanel_bottom .right_side{
	position: relative;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.loginPanel_bottom .right_side > div {
	padding: 7px 20px;
	
}

.loginPanel_bottom .right_side .register_links, .loginPanel_bottom .right_side .register_links a.tablink:link{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: inherit;
}

.loginPanel_bottom .right_side > div:first-child{
	border-bottom: 2px solid #D7D7D7;
}

/* .loginPanel_bottom > div {
	margin-left: 80px;
} */


.loginPanel_top{
	margin-left: 20px;
}

.loginPanel_top .input_field{
	padding-top: 10px;
}

.loginPanel_top .submitBtn{
	margin-top: 20px;
	text-align: left;
	padding-right: 40px;
	margin-right: 27px;
}

.loginPanel_top .submitBtn input {
	background-color: #232D69;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 20px;
	font-family: 'Franklin Gothic Book', 'Source Sans Pro', serif;
}

.login_links{
	/* margin-left: -20px; */
	margin-top: 20px;
	margin-bottom: 10px;
}

.login_links div {
	display: inline-block;
	width: 48%;
}

.login_links div:first-child{
	margin-right: 8px;
}

#registerUser{
height:100px;
width:300px;

margin-right: 30px inherit;
margin-top:-20px;	
	
margin-left:80px;
	text-align: left;
	background-color: #1878A2;
	border-radius: 0px 0px 5px 5px;
	z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
       filter: alpha(opacity=95);
       opacity:.95;
}

.loginPanel .row{

width:450px;
margin:20px auto;


}
.loginPanel .row1{
	width: 310px;
	margin: 20px auto;
	/* margin-top: 52px;	 */
	margin-left: 20px;
}

.loginPanel .row2{

width:310px;
margin-left: 20px;



}
.loginPanel .row3{

width:250px;
margin:20px auto;
margin-left: 40px;
margin-bottom: -15px;
}
.loginPanel .row label{
float:left;
width:130px;
clear:left;
font-size:14px;

}

.loginPanel .row p{
text-align:left;

}

#UserLinks{

margin-left:80px;
margin-top: 70px;
text-decoration:none;

}
#UserLinks1{

margin-left:80px;
margin-top: 15px;
text-decoration:none;

}


.loginPanel .links{
margin-left: 55px;
text-decoration: none;
margin-top: 20px;

}

.loginPanel .links p.link{
text-align:left;
width:30%;
float:left;

}
.loginPanel .links p.link2{

text-align:right;
margin-left:32%;

}



.loginPanel .row3 .btn{
	background:transparent ;
	border:none;
	/* width:115px; */
	height:33px;
	color:#CE2A1E;
	text-align:left;
	cursor: pointer;
	font-size:20pt;
	font-weight:300;
	vertical-align:super;
	font-family:'Franklin Gothic Book', 'Source Sans Pro' , Tahoma;

}

.loginPanel .row input {
	border:1px solid #6a737b;
	height:23px;
	width:200px;
	vertical-align: super;
}

.loginPanel .row img {
padding:10px;
height:23px;
	width:23px;
	margin-botton:10px;
	vertical-align: sub;
	
	
}
.loginPanel .row3 img {
padding:10px;
height:23px;
	width:23px;
	margin-botton:10px;
	vertical-align: sub;
	
}

.txtBox{
border:1px solid #6a737b;
height:23px;
width:200px;

}


.loginPanel #title{
	/* font-weight: 300; */
	color: #32343D;
	font-size: 27px;
	text-align: left;
	padding-top: 35px;
	padding-bottom: 20px;
}

.co-brnding{
margin:10px auto;
text-align:center;


}

.co-brnding li{
list-style-type:none;
display:inline;
padding:0 30px;
vertical-align:middle;

}

.footer{
	height:0px;
	width:100%;
	position:absolute;
	bottom: 0;
	color: #ffffff;
	text-align:center;
}

.footer img{

width:12%;
vertical-align:sub;
}

.footerPreLogin { 
	background: transparent url(../Images/footBG.png) no-repeat;
	height:27px;
	width:1000px;;
	position:relative;
	bottom:0;
	text-align:center;
	left:50%;
	margin-left:-500px;
}

.footerInner{
background: transparent url(../Images/footBg1.png) repeat-x;
	
height:27px;
position:relative;
bottom:0;
text-align:center;
width:100%;


}

.footer span{
font-family:'Franklin Gothic Book', 'Source Sans Pro', serif;
font-size:14px;
color:#3A3A3A;
font-weight:400;


}

.signintitle {
	min-width:300px;
	width:300px;
	font-weight: 300;
	color: #0077AC;
	font-size: 30px;
	text-align: left;
}

.signinbox {
	min-width:300px;
	width:300px;	
	margin-top:25px;
	position:static;
	text-align: left;
	background-color: white;
	border-radius: 5px 5px 0px 0px;
	z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
       filter: alpha(opacity=80);
       opacity:.8;
}

.signinboxregister {
	min-width:250px;	
	width:250px;
	position:static;
	text-align: right;
		
	background-color: teal;
	border-radius: 0px 0px 5px 5px;
	z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
       filter: alpha(opacity=80);
       opacity:.8;
}

.rowImg{
background: transparent url(jaggedline.png) 0 0 repeat-x;
height:10px;
width:300px;

}

.error{
background: transparent url(RedLayer1.png) 0 0 no-repeat;
height:50px;
width:300px;
}

img[alt="Abovehealth Logo"]{

padding: 10px;
}

.WelcomeTitle{
font-weight: 700;
font-style: italic;
color: #FD8913;
font-size: 35px;
       
}

#helpTextHomePageWelcome{
font-weight: 300;
font-style: italic;
font-size: 18px;
}

#helpTextMessageSectionHeader{
	text-align: left;
	font-size: 13px;
	width: 100%;
	color: #00929f;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("/servlet/getSkin?skinName=Skin1&path=/Images/&fileName=sectionTitleLeft.jpg");
	background-repeat: no-repeat; 
	background-position: left;
	/*background-color: #F0F2F6;*/
	font-size: 24px;
    font-style: italic;
    font-weight: 700;
    color: white;

}

.horizontalline{
height: 1px;
background: #CBCCCE;
border: 0;
}

/* AHB-24397 */
.ddsmoothmenu {
	font: bold 12px Verdana;
	background: #414141; /*background of menu bar (default state)*/
	width: 1100px;
	margin:auto !important
}

.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
	.ddsmoothmenu ul li {
	 position: relative;
	display: inline;
	float: left;
	list-style-type: none; 
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	text-decoration: none;
	width: auto;
	
	padding: 14px 15px 9px;
    border-bottom: 3px solid #d3d5d6;
    font-size: 15px;
    font-family: 'Open Sans' , sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #505153;
    text-decoration: none;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
	
	
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #505153;
}

.ddsmoothmenu ul li a:focus{
    color: #424242;
    cursor: pointer;
    border-bottom: 3px solid #d3d5d6;
}

.ddsmoothmenu ul li a.selected{
	background: #ebebeb;
    color: #424242;
    background: #ebebeb;
    cursor: pointer;
    border-bottom: 3px solid #424242;
}

.ddsmoothmenu ul li a:hover{
	background: #ebebeb;
    color: #424242;
    background: #ebebeb;
    cursor: pointer;
    border-bottom: 3px solid #424242;
}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #ebebeb;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	/* font: normal 13px Verdana;
	width: 160px; width of sub menus
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	background: #D6D6D7;
	color: black !important; */
	padding: 13px 22px;
    background: #ebebeb;
    font-size: 14px;
    text-align: left;
    color: #424242;
    text-transform: none;
    min-height: 10px;
    min-width: 280px;
    background: transparent;
    border-bottom: 1px solid #d3d3d3;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*background: #232D69   !important; */
	color: #ffffff;
    text-align:left;
    min-height:10pxl;
    background:#424242;
    cursor: pointer;
    border-bottom: 1px solid #424242;
}

.ddsmoothmenu ul li ul li a.selected .rightarrowclass{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*content:url("../Images/SideWhilte.gif");*/
}

/* .ddsmoothmenu ul li ul li a:focus{
    color: #424242;
    text-align:left;
    min-height:10pxl;
    background:#ebebeb;
    cursor: pointer;
} */


.ddsmoothmenu ul li ul li a:hover{
	color: #ffffff;
    text-align:left;
    min-height:10pxl;
    background:#424242;
    cursor: pointer;
    border-bottom: 1px solid #424242;
}

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

h1{
	font-weight: 900;
	color:#505153;
	font-size: 26pt;
	font-style: normal;
}
h2{
	font-weight: 700;
	color: rgb(0, 115, 174);
	font-size: 24px;
	font-style: normal;
}
h3{
	font-weight: 300;
	font-size: 18px;
	font-style: normal;
}


/* This below CSS is used to show the spinning wheel on while loading the components */

/* Hide Loading screen */
div.loading-invisible{
    display:none;
}

/* Show loading screen */
div.loading-visible{
	display:block;
	position:absolute;
	text-align:center;
	background:#fff;
	filter: alpha(opacity=65); /* internet explorer */
	-khtml-opacity: 0.65;      /* khtml, old safari */
	-moz-opacity: 0.65;       /* mozilla, netscape */
	opacity: 0.65;           /* fx, safari, opera */
   	border-top:1px solid #ddd;
   	border-bottom:1px solid #ddd;
}

.row3 > div {
	text-align: right;
}

.results td label {
	font-weight: normal;
}

.lockin
{
	text-decoration: none !important;
    cursor: default !important;
    pointer-events: none;
}

#bodyLogin .container {
	background: transparent url(../Images/woman_bg.jpg) 0 0 no-repeat;
	background-position: right bottom;
	margin-right: 80px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.loginPanel .input_field label {
	font-size: 16px;
	color: #7B7777;
	font-weight: normal;
}

.loginPanel .input_field input {
	font-size: 16px;
	border: solid thin #D2D2D2;
	display: block;
	width: 95%;
	margin-top: 10px;
	height: 25px;
}

.memberPaymentButton
{
	width: 200px;
    height: 36px;
    border-color: #00788A;
    color: #ffffff;
    background-color: #00788A;
    border: 0px;
    font-weight: bold
}

#helpTextUserWelcome{
    font-weight: bold !important;
}
    
img.downarrowclass {
    margin-left: 10px;
}

.navPrimary {
    background: #d3d5d6;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    border-radius: 4px;
}

.RadMenu_Top1 {
    position: relative;
    z-index: 6000;
    width: 100%;
}
Menu.css:4
.RadMenu {
    white-space: wrap;
    float: left;
    z-index: 800;
    box-sizing: border-box;
}

.rightarrowclass{
	float: right;
}