/* Health Plan color="blue" */

#headerBG {
	background-repeat: no-repeat; 
	background-position: right;
}

.header {
	padding-top: 10px; 
	padding-left: 55px;
}

#bodyPreLogon{
  /*background-image: url("/servlet/getSkin?skinName=Skin1&path=/Images/&fileName=Aldera-Background.jpg");*/
  background-repeat: no-repeat;
  background: rgba(0, 0, 0, 0) linear-gradient(#e4dceb, #ffffff) no-repeat scroll 0 0;
}

#sideBar {
	background-image: url('../Images/BG.gif');
	background-repeat: repeat-y;
}


.healthplan {
	color: #00788A;
}

.color1 { /* Darkest */
	background-color: #83A9D1;
	color: #ffffff;
}

.color2 { /* medium */
	background-color: #F5BF58;/*#A7A9AC;*/ 
}
	
.color3 { /* lightest */
	background-color: #FFC82F; 
}
	
.searchbuttons input,.submitbuttons input,.sectionbuttons input ,.resultsbuttons input,.paging input,.buttons input,.button {
   	cursor: pointer; 
   	color:#000000;
   	font-weight:normal;
   	background-color:#DBDCDA;
   	border:1px solid;
   	border-top-color:#A7A9AC;
   	border-left-color:#A7A9AC;
   	border-right-color:#58595B;
   	border-bottom-color:#58595B;
   	filter:progid:DXImageTransform.Microsoft.Gradient
   	(GradientType=0,StartColorStr='#ffffff',EndColorStr='#A7A9AC');
}
			
.sectiontitle, .resultstitle, .submittitle, .searchtitle {
	background-color: #83A9D1;/*#DBDCDA;*/
	border-color: #A7A9AC;	
}
			
.results, .results .results {
	border-color: #A7A9AC;	
}
				
.section thead th, .search thead th, .submit thead th, .results thead th, .results .results thead th {
	background-color: #F5BF58;
	border-color: #A7A9AC;
}	
.results tbody th, .section tbody th, .search tbody th, .submit tbody th {
	background-color: #efefef; 
}
				
.results td, .results .results td {
	border-color: #A7A9AC;	
}
				
.submit, .search, .section {
	border-color: #A7A9AC;
	background-color: #ffffff;
}

.submit .valuecell, .search .valuecell, .section .valuecell, .submit .labelcell, .search .labelcell, .section .labelcell {
	border-color: #efefef;
	background-color: #ffffff;
} 
				
a.pcontentlink:link {
    border-color: #A7A9AC;
} 

a.pcontentlink:visited {
   	 border-color: #A7A9AC;
}

a.pcontentlink:hover {
    background-color: #DBDCDA;
    border-color: #A7A9AC;
}

a:link {
	color: #3172bc;
}
a:active {
	color: #3172bc; 
}
a:visited {
	color: #3172bc;
}
a:hover {
	color: #3172bc; 
}

#menu li a {
	background-color: #83A9D1;
}
	
#menu li a:hover {
	background-color: #83A9D1;
}

fieldset {
	border-color: #A7A9AC; 
}

legend {
	color: #58595B; 
} 

div.tabbody {
 	background-color: #efefef;
  	border-color:#00788A;
}

a.tabselect:link, a.tabselect:visited, a.tabselect:hover {
  	color: #ffffff;
  	background-color: #00788A;
  	border-color: #00788A;
}

a.tab:link, a.tab:visited, a.tab:active {
  	color: #000000;
  	background-color: #A7A9AC;
  	border-color: #58595B;
}

a.tab:hover {
  	color: #000000;
  	background-color: #DBDCDA;
  	border-color: #58595B;
}

.historytip {
	border-color: #A7A9AC;
	background-color: #DBDCDA;
}

#tooltip {
	border-color: #58595B;
}

.tooltipheader {
	background-color: #58595B;
}

.tooltipbody { 
	background-color: #DBDCDA;
}

#overlay div, .overlay div {
    border: solid 1px #58595B;
    background-color: #A7A9AC;
}

/*SF-44536: Re-Brand: Change color theme for healthplan*/
a.copy:link {
	color: #83A9D1;
	text-decoration: underline;
}

a.copy:visited {
	color: #83A9D1;
	text-decoration: underline;
}
a.copy:hover {
	color: #83A9D1;
	text-decoration: none; 
}

/* All entity will have same color so it will follow settings in AboveHealth.css
#menu li li a{
	background-color: #FFC82F !important;
}*/

.sectiontitle th, .resultstitle th, .submittitle th, .searchtitle th{
	color: #ffffff !important;
}

.sectiontitle a:link, .resultstitle a:link, .submittitle a:link, .searchtitle a:link{
	color: #ffffff !important;
}

.sectiontitle a:active, .resultstitle a:active, .submittitle a:active, .searchtitle a:active{
	color: #ffffff !important;
}

.sectiontitle a:visited, .resultstitle a:visited, .submittitle a:visited, .searchtitle a:visited{
	color: #ffffff !important;
}

.sectiontitle td, .resultstitle td, .submittitle td, .searchtitle td{
	color: #ffffff !important;
}

/* All entity will have same color so it will follow settings in AboveHealth.css
#menu li li li a {
	background-color: #FFE9AD !important;
}*/

.linkSelected{
	color: #ffc82f !important;
}

.linkUnSelected{
	color: #ffffff !important;
}

.memberModeHeader{
	background-color: #4F7694 !important;
}


.memberModeBody{
	background-color: #FFE9AD !important;
}