/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*
 * jQuery UI Slider @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position:relative; text-align:left; }
.ui-slider .ui-slider-handle { position:absolute; z-index:2; }
.ui-slider .ui-slider-range { 
	position:absolute; 
	z-index:1; font-size:.7em; 
	display:block; 
	border:0; 
	}

/*Scrollbar*/
.scroll-bar.ui-slider .ui-slider-handle { 
	width:1.2em; height:11px; cursor:default; 
	}

.ui-slider-horizontal { height: 19px; }
.ui-slider-horizontal .ui-slider-handle { top:0px; margin-left:-9px; }
.ui-slider-horizontal .ui-slider-handle { 
	background:url(../../images/range-sliderbg.png) no-repeat 0 0;
	width:18px;
	height:19px;
 }
.ui-slider-horizontal .ui-slider-range { top:0; height:100%;  }
.ui-slider-horizontal .ui-slider-range-min { left:0;  }
.ui-slider-horizontal .ui-slider-range-max { right:0px;   }





/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget { 	
	font-family:Verdana,Arial,sans-serif
	/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; 
	}
.ui-widget .ui-widget { 
	font-size:1em; 
	}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
	font-family:Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; 
	}
.ui-widget-content { 
	background:url(../images/scrollpath.png) repeat-x left center #ffffff;
	color:#222222/*{fcContent}*/; 
	}
	
.range-slide {
	background:url(../../images/rangebg1.png) no-repeat left center;
	color:#222222/*{fcContent}*/; 
	margin-top:5px;
	}

.ui-slider-range.ui-widget-header { 
	border:1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	color:#222222/*{fcHeader}*/; 
	font-weight:bold; 
	}
.ui-slider-range.ui-widget-header { 
	border:none;
	background:url(../../images/rangebg1.png) no-repeat left center;
	}
.ui-widget-header a { color: #222222/*{fcHeader}*/; }




