@charset "UTF-8";
/* aeIndividualsFamilies stylesheet */









/* added for table vertical alignment and specing for larger data tables - ron */

td { vertical-align: top; }
#tableDataLayout td.alternating { vertical-align: top; padding: 12px; font-size: 12px; line-height: 16px;}




/******* BEGIN LEFT COLUMN ITEMS ****************************************************************/

body.hub ul#nav-main {
	background: #a8b400;
}

body.hub ul#nav-main li {
	border-color: #868e04;
}

body.hub ul#nav-main li a:hover, 
body.hub ul#nav-main li a.current {
	background-color: #6d731a;
}

/*left sub-nav*/


body.hub ul#nav-main li.open ul li a {
	background-color: #868e04;
}

body.hub ul#nav-main li.open ul li a:hover, 
body.hub ul#nav-main li.open ul li a.current {
	background-color: #CBDA00;
}

/* new style for data table head coloring - 4/2010 - ron */
td.tablesubhead{height: 30px; background-color: #A8B400;  padding: 4px; font-size: 12px; font-weight: bold; color: #ffffff; vertical-align: middle;}

