/* Slider
----------------------------------*/
.ui-slider { 
  position: relative; 
  text-align: left; 
}

.ui-slider .ui-slider-handle { 
  position: absolute; 
  z-index: 2; 
  width: 0.6em; 
  height: 0.6em; 
  cursor: default; 
}

.ui-slider .ui-slider-range { 
  position: absolute; 
  z-index: 1; 
  font-size: .7em; 
  display: block; border: 0; 
  background-position: 0 0; 
}

.ui-slider-horizontal { height: 3px; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -3px;}
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.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; font-size: 1em; }
.ui-widget-content { background: #555353; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
//.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #555353; background: #FDBB1E; font-weight: normal; color: #555555; }
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #555353; background: #0071BB; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
//.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada; font-weight: normal; color: #212121; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #6DA5CA; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #555353; background: #FDBB1E; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }
