/*
 * 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.
*/



/*UI accordion*/
.ui-accordion {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	list-style: none;
	border-bottom: 1px solid #000000;
	color: #ad943f;
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	border: 1px solid #000000;
	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;
	display: inline;
}
.ui-accordion-header a {
	/*resets*/margin: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #ad943f;
	display: block;
	padding: 10px 0px 0px 0px;
}
.ui-accordion-header a:hover {
	color: #ad943f;
}
.ui-accordion-header:hover {
	color: #ad943f;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #ad943f;
}
.ui-accordion-content {
	color: #b6c0c6;
	font-size: 1em;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: 0 0;
}
.ui-accordion-content p {
	padding: 0px 0px 10px 10px;
}




/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*component content styles*/
.ui-component-content {
	border: 1px solid #000000;
	color: #b6c0c6;
}
.ui-component-content a {
	color: #ad943f;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	border: 1px solid #000000;
	font-weight: normal;
	color: #ad943f !important;
}
.ui-default-state a {
	color: #ad943f;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #000000;
	font-weight: normal;
	color: #ad943f !important;
}
.ui-hover-state a {
	color: #ad943f;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #000000;
	font-weight: normal;
	color: #ad943f !important;
	outline: none;
}
.ui-active-state a {
	color: #ad943f;
	outline: none;
}
/*icons*/
/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */

