/* This sheet, should be used in conjunction with '/na/css04/ge_simple.css' and '/na/css04/ge_styles.css' to
	utilize "green-side" layouts with "blue-side" styling. 
*/

/* font overrides */
body { 
	text-align:left !important; 
	font-family: Tahoma, sans-serif !important;
}
p, ul, h1, h2, h3, h4, h5, td {
	font-family: Tahoma, sans-serif !important;
}
select, option {
	font-family: Tahoma, sans-serif !important;
}


/* layout adjustments */
#document {
	margin:0 !important;
	padding-bottom:23px;
}

#mainBody {
	padding-bottom:0 !important;
}

#mastheadCell {
	padding-bottom:16px;
}


/* color overrides */
#footerDiv1 {
	border-color: #cccccc !important;
}

#mainCell a:visited, #navCell a:visited {
	color: #3B73B9 !important;
}
#mainCell a:link, #mainCell a:active,
#navCell a:link, #navCell a:active {
	color: #3B73B9 !important;
}
#mainCell a:hover,
#navCell a:hover {
	color: #90A4EF !important;
}

#nav2 ul.breadcrumb li.selected a, #nav2 ul.navitemList li.selected a {
	color:#666 !important;
}

	
#nav2 ul.breadcrumb li  {
	background-image: url(/na/home_lighting/imgs/navOpenBul.gif) !important;
	background-position: 4px 9px !important;
}
#nav2 ul.breadcrumb li.selected  {
	background-image: url(/na/business_lighting/imgs/navBul_selected.gif) !important;
}
#nav2 ul.navitemList li  {
	background-image: url(/na/home_lighting/imgs/navBul.gif) !important;
	background-position: 14px 9px !important;
}
#nav2 ul.navitemList li.hasChildren  {
	background-image: url(/na/home_lighting/imgs/navBul.gif) !important;
}
#nav2 ul.navitemList li.selected {
	background-image: url(/na/business_lighting/imgs/navBul_sub_selected.gif) !important;
}


/* other */

.linkArrow { color: #3B73B9; }
.pseudoListLink {
	padding-top:3px;
	text-indent:-12px;
	margin-left:12px;
}
.highlight { color: #ed8000; }
