@charset "utf-8";
@import url("../bookstyles.css");

/*		Local Styles for Planbook D												*/
/*		This stylesheet sets the colors and images associated with the			*/
/*		branding for LACERA Planbook D and should be placed in the same			*/
/*		folder alongside the associated pages in the							*/
/*		"benefits/PlanBookSection/e_planbook/" folder							*/

body { background-image: url("../img/bg_planbook_d.jpg"); }


/*		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: #9caf7a;
}

#MenuBar1.MenuBarHorizontal a.MenuBarItemHover,
#MenuBar1.MenuBarHorizontal a.MenuBarItemSubmenuHover,
#MenuBar1.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #9caf7a;
}

.displaytable th, .displaytable td, .contribrates th, .contribrates td {
	border: 2px solid #9caf7a;
}
.displaytable3 th, .displaytable3 td, .contribrates th, .contribrates td {
	border: 2px solid #9caf7a;
}

/*		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: #dee4d3;
}
.displaytable3 .hlrow, .contribrates td.agecol {
	background-color: #dee4d3;
}

/*		WebTip Background: This sets the corresponding background image 		*/
/*		for the	mouse graphic that appears in the "Web Tip" boxes.				*/
.webtipbox {
	background: url("../img/webtip_d.gif") left top no-repeat;
}
