/* Component containers */
.ui-widget {
	font-family: Verdana,Arial,sans-serif; 
	font-size: 1.1em; 
	}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 1em; 
	}
.ui-widget-content {
	background: #ffffff; 
	}
.ui-widget-content a { 
	color: #222222; 
	}
.ui-widget-header { 
	background: #ffffff url(/images/statChLine.png) no-repeat;
	margin-bottom: -.7em;
	}
.ui-widget-header a { 
	color: #222222; 
	}

/* Interaction states */
.ui-state-default, .ui-widget-content .ui-state-default {
	background: url(/images/statChoiser.png) no-repeat 1px 4px;
	outline: none; 
	}
	
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	background: url(/images/statChoiser.png) no-repeat 1px 4px;
	outline: none;
	}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	background: url(/images/statChoiser.png) no-repeat 1px 4px;
	outline: none;
	}
.ui-state-hover a, .ui-state-hover a:hover {
	background: url(/images/statChoiser.png) no-repeat 1px 4px;
	outline: none;
	}
.ui-state-active, .ui-widget-content .ui-state-active {
	background: url(/images/statChoiser.png) no-repeat 1px 4px;
	outline: none;
	}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

/* Slider */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { 
	position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: pointer; 
	}
.ui-slider .ui-slider-range {
	position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; 
	}

.ui-slider-vertical {
	width: .9em; 
	height: 100px; 
	}
	
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -1.2em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
