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

/*slider*/
.ui-slider {
	font-family: Arial, sans-serif;
	background: #69a535;
	border: 1px solid #000;
	border-bottom: 0;
	height: .4em;
	position: relative;
}
.sb .ui-slider a, .sbi .ui-slider a {
	position: static;
}
.sb .ui-slider a:hover, .sbi .ui-slider a:hover {
	text-decoration: none;
}
.ui-slider-handle {
	position: absolute !important;
	z-index: 4;
	top: -26px;
	width: 1.2em;
	height: 25px;
	background: transparent url(../images/slider-marker.gif) 0 0 no-repeat;
}

.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: transparent url(../images/slider-marker.gif) 0 0 no-repeat;
}
.ui-slider-range {
	height: 1.2em;
	background: #e3e3e3 !important;
	position: absolute;
	border-left: 0;
	border-right: 0;
	top: -26px;
	z-index: 1 !important;
}


body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */



/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}
/*component content styles*/
.ui-component-content {
	color: #222222;
}
.ui-component-content a {
	color: #222222;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	background: transparent url(../images/slider-marker.gif) 0 0 no-repeat;
	font-weight: bold;
	color: #eeeeee !important;
}
.ui-default-state a {
	color: #eeeeee;
}
.ui-default-state:hover, .ui-hover-state {
	background: transparent url(../images/slider-marker.gif) 0 0 no-repeat;
	font-weight: bold;
	color: #ffffff !important;
}
.ui-hover-state a {
	color: #ffffff;
}

.ui-active-state a {
	color: #403D38;
	outline: none;
}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}

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