@charset "ISO-8859-1";
@import url("../bookstyles.css");

/*		Local Styles for Planbook E												*/
/*		This stylesheet sets the colors and images associated with the			*/
/*		branding for LACERA Planbook E and should be placed in the same			*/
/*		folder alongside the associated pages in the							*/
/*		"benefits/PlanBookSection/e_planbook/" folder							*/


/*		Key Color: The following rules set the darker key color for				*/
/*		Header texts, table borders, Spry menu backgrounds, and anything		*/
/*		that needs to have the branding color applied.							*/
h1, span.vbar, .webtiptitle {
	color: #6C73BB;
}

#MenuBar1.MenuBarHorizontal a.MenuBarItemHover,
#MenuBar1.MenuBarHorizontal a.MenuBarItemSubmenuHover,
#MenuBar1.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #6C73BB;
}

.displaytable th, .displaytable td, .contribrates th, .contribrates td {
	border: 2px solid #6C73BB;
}



/*		Highlight Color: The following rules set the lighter color for			*/
/*		table "zebra striping" and any elements that need a lighter 			*/
/*		version of the branding color applied.									*/
.displaytable .hlrow, .contribrates td.agecol {
	background-color: #BFBFEA;
}


/*		WebTip Background: This sets the corresponding background image 		*/
/*		for the	mouse graphic that appears in the "Web Tip" boxes.				*/
.webtipbox {
	background: url("../art/webtip_e.gif") left top no-repeat;
}