.sliders-table { width: 620px; }

.left-output, .right-output, .tim-result, .rel-result
{
    text-align: center;
    padding-right: 2px;
    padding-left: 2px;
    border: outset 2px;
    background-color: #E4F0FF;
    width: 40px;
}

.left-dichotomy, .rel-caption
{
    text-align: right;
/*    font-weight: bold;*/
}
.right-dichotomy
{
    text-align: left;
/*    font-weight: bold;*/
}
.slider-selector
{
    padding-top: 4px;
    vertical-align: bottom;
    text-align: center;
    width: 180px;
}
.header-cell
{
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    border: outset 2px;
    background-color: rgb( 250, 230, 230 );
}


.tims-table
{
    width: 200px;
}
.tim-caption
{
    width: 130px;
    text-align: center;
}
.submit-button
{
    border: outset 3px;
    background-color: #EEE;
    padding: 2px;
    margin-top: 2px;
    cursor: pointer;
/*    font-weight: bold;*/
}

.slider-container
{
    background: url( /img/bg.png ) repeat-x 50% 50%;

    width: 180px;
    height: 15px;
    margin: 0.5em auto;

    position: relative;
    cursor: crosshair;
}
.slider-knob
{
    position: absolute;
    top: 0px;
    left: 85px;

    cursor: pointer;
}
.slider-left
{
    background: url( /img/left.png ) no-repeat 0px 1px;

    width: 2px;
    height: 12px;

    position: absolute;
    top: 0px;
    left: 0px;
}
.slider-right
{
    background: url( /img/right.png ) no-repeat 0px 1px;

    width: 2px;
    height: 12px;

    position: absolute;
    top: 0px;
    right: 0px;
}


