/**
 * Search status box for async Ajax searches.
 */

#SearchStatusBox
{
  position: fixed;
  /* IE only, use absolute positioning */
  _position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2000;
}

#SearchStatusBox #SearchStatus
{
  width: 130px;
  white-space: nowrap;
  border: solid 1px #ccc;
  background: #fffff0;
  padding: 6px;
}

#SearchStatusBox #SearchStatus.error
{
  border: solid 1px #fcc;
}

#SearchStatusBox #SearchStatusText
{
  display: block;
  padding: 2px 0 0 20px;
}

#SearchStatusBox #SearchStatusIndicator
{
  display: block;
  float: left;
  overflow: hidden;
}

.sliderContainer
{
  padding: 0;
  margin: 0;
  height: 20px;
  margin-bottom: 3px;
}

.sliderWidget
{
  position: absolute;
  overflow: hidden;
  padding: 7px 8px;
  width: 43px;
  height: 20px;
  margin-bottom: 2px;
  z-index: 1000;
}

.sliderBar
{
  overflow: hidden;
  width: 40px;
  height: 3px;
  border: solid 1px #7ac;
  background: #f0f0f0;
  z-index: 1000;
}

.sliderKnob
{
  overflow: hidden;
  top: -9px;
  width: 8px;
  height: 11px;
  background: url(../images/grad_green.png) repeat-x top left;
  border: solid 1px #aaa;
  left: 0px;
  position: relative;
  z-index: 1000;
}

.sliderHelp
{
  display: none;
  padding: 3px;
  background: #fffff0;
  border: solid 1px #ccc;
  position: absolute;
  margin: 0;
  margin-top: 3px;
  font-size: 9px;
  z-index: 1000;
}

.activeSlider
{
}

.activeSlider .sliderKnob
{
  background: white;
}
