﻿html, body
{
  font-size: 12px;
}

#divClient
{
  width: 600px;
  margin: 0 auto; 
}

#fsWornNotWorn
{
}

#legSliderInst
{
  text-align: left;
}

#divIndicatorCont
{
  height: 30px;
}

#divIndicator
{
  width: 5em; 
  margin: 0 auto; 
  background-color: black; 
  color: white; 
  font-size: 120%; 
  font-weight: bold;
}

#divWornNotWornCont
{
  padding: 0.7em 0;
}

#divWornNotWornCont td
{
  white-space: nowrap;
  padding: 0px;
}

.slider-comp
{
  text-align: center;
}

#tblSlider
{
  margin: 0 auto;
}

#divSlider
{
  width: 480px;
}

#divBarChart
{
  margin-top: 20px; 
  height: 300px;
}

.jqplot-target
{
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: inherit;
}

.jqplot-point-label
{
  font-size: 16px;
  font-weight: bold;
  color: #1504fa;
}

.slider-spacer
{
  width: 40px;
}

#divTickMarkCont
{
  border: 1px solid black; 
  border-bottom: 0; 
  border-top:0; 
  height: 10px; 
  width: 480px; 
  position: relative;
}

#divTickValueCont
{
  position: relative; 
  height: 30px; 
  border-left: 1px solid white;
}

.minor-tick-mark
{
  position: absolute; 
  width: 40px; 
  border-left: 1px solid black; 
  height: 5px;
}

.minor-tick-mark-01
{
  left: 80px;
}

.minor-tick-mark-02
{
  left: 160px;
}

.minor-tick-mark-03
{
  left: 240px;
}

.minor-tick-mark-04
{
  left: 320px;
}

.minor-tick-mark-05
{
  left: 400px;
}

.tick-value
{
  position: absolute; 
  width: 80px; 
  text-align: center;
}

.tick-value-01
{
  left: 0;
}

.tick-value-02
{
  left: 80px;
}

.tick-value-03
{
  left: 160px;
}

.tick-value-04
{
  left: 240px;
}

.tick-value-05
{
  left: 320px;
}

.tick-value-06
{
  left: 400px;
}

.tick-value-07
{
  left: 480px;
}
