@charset "ISO-8859-1";
@import url("../bookstyles.css");

/*		Local Styles for Planbook ABC												*/
/*		This stylesheet sets the colors and images associated with the			*/
/*		branding for LACERA Planbook ABC and should be placed in the same			*/
/*		folder alongside the associated pages in the							*/
/*		"benefits/PlanBookSection/abc_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: #805386;
}

#MenuBar1.MenuBarHorizontal a.MenuBarItemHover,
#MenuBar1.MenuBarHorizontal a.MenuBarItemSubmenuHover,
#MenuBar1.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #805386;
}

.displaytable th, .displaytable td, .contribrates th, .contribrates td {
	border: 2px solid #805386;
}
.datestamp {
	width: 100%;
	text-align: right;
	font-size: 10px;
}


/*		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: #bea0c2;
}


/*		WebTip Background: This sets the corresponding background image 		*/
/*		for the	mouse graphic that appears in the "Web Tip" boxes.				*/
.webtipbox {
	background: url("../art/webtip_abc.gif") left top no-repeat;
}