/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*a
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/



/*UI accordion*/

/* Accordion	
----------------------------------*/
.ui-accordion-group {margin-bottom: 1px;  width:236px; position:relative; }
.ui-accordion .head {
	cursor: pointer;
	height:23px; 
	display:block; 
	position:relative;
	background:url(../_images/_global/menuItemBackGnd.gif) no-repeat left top;  
	padding:5px 0 0 16px;
	font:12px normal "Century Gothic", "Trebuchet MS", "Lucida Grande", Arial;
	color:#526163;
	text-decoration:none;

}

.ui-accordion a.selected {
	
	background:url(../_images/_global/menuItemBackGnd.gif) no-repeat left -28px;  

}

.ui-accordion ul.subSections {
	font:11px bold "Century Gothic", "Trebuchet MS", "Lucida Grande", Arial;
	color:#526163 !important;
	margin:0px 20px 0px 26px;
	
}

.ui-accordion ul.subSections li {
	margin: 0 0 6px 0;
	
}

ul.subSections li.selected a , ul.subSections li.selected ul li a {

	color:#F45D0D !important;
	text-decoration:underline;
	background:none;
}

ul.subSections li a {
	color:#333;
	text-decoration:none;
	
}


ul.subSections li a:hover {
	color:#333;
	text-decoration:underline;
	
}

ul.subSections li .barMenuHasChildren {
	font-weight:bold;
	text-decoration:none !important;
}

ul.subSections li  ul {
	font:11px bold "Century Gothic", "Trebuchet MS", "Lucida Grande", Arial;
	color:#526163;
	margin:5px 0 0px 5px;
	
	display:block;
	
}


ul.subSections li ul li a {
	background:url(../_images/_global/arrowBulletChildren.gif) no-repeat left 4px;
	padding:0 0 0 10px;
	color:#036;
	text-decoration:none;
	display:block;
	
	
	
}

ul.subSections li ul li a:hover {
	color:#F45D0D;
	text-decoration:underline;
	
	
}

.ui-accordion-header:hover {
	color:#C60;

}

.ui-accordion li.selected .ui-accordion-header {
	
	background:url(../_images/_global/menuItemBackGnd.gif) no-repeat left -28px;   


}



.selected .ui-accordion-header { border-bottom: 0; }
.ui-accordion .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion-header a { display: block; font-size: 1em;   }
.ui-accordion-content-wrap { border-top: 0; margin-top: -1px; position: relative; top: 1px; margin-bottom:0px;  }
.ui-accordion-content { padding: 1em 2.2em;  margin-bottom:0px; }


