/*
 * 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
*/

/*
 * 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*/
.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: .75em;
	border-bottom: 1px solid #333333;
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.5; text-decoration: none; font-size: 100%; list-style: none;
	border: 1px solid #333333;
	border-bottom: none;
}
.ui-accordion-header {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	cursor: pointer;
	background-color: #090909;
	background-image: url(images/000000_40x100_textures_06_inset_hard_75.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
}
.ui-accordion-header a {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	display: block;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	color: #CCCCCC;
	background-image: url(images/cccccc_7x7_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 50%;
	text-transform: capitalize;
}
.ui-accordion-header a:hover {
	color: #ffffff;
	background-image: url(images/cccccc_7x7_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 50%;
}
.ui-accordion-header:hover {
	color: #ffffff;
	background-color: #090909;
	background-image: url(images/000000_40x100_textures_04_highlight_hard_75.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0 50%;
	background-image: url(images/accordian-selected.png);
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #222222;
	background-image: url(images/222222_7x7_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 50%;
}
.ui-accordion-content {
	padding: 1.5em 1.7em;
	color: #666666;
	font-size: 1.3em;
	background-color: #000000;
	background-image: url(images/000000_40x100_textures_01_flat_0.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

