.Slider { 
  padding-top: 3px;
}

.SliderTitle {
}

.SliderLHS {
}

.SliderRHS {
}

.SliderWidget { 
  vertical-align: top;
  width: 200px;
  height: 16px;
}

.SliderTrack {
  background-image: url("../images/slider_track.gif");
  background-repeat: no-repeat;
  background-position: left top;
  width: 200px;
  height: 16px;
}

.SliderHandle {
   width: 17px;
   height: 16px;
   cursor: move;
   background-image: url("../images/slider_handle.gif");
   background-repeat: no-repeat;
   background-position: left top;
}


.SliderProgress {
  background-image: url("../images/progress_small.gif");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 26px;
  color: #333;
  font-weight: bold;
  display: inline;
}

.TextHighlight { 
  background: yellow;
}

.PaginationWidget { 
  width: 98%;
}

.PaginationLinks { 
  padding: 1em;
}

.ExactMatchesBanner {
  width: 98%;
  border-bottom: 1px solid #696969;
  margin-bottom: 1em;
}

.NoExactMatches,.NoMoreExactMatches {
  text-align: center;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  font-weight: bold;
  background-color: FFFF99;
}

.AjaxTarget {
  display: inline-block;
}