﻿
#thermometerContainer span
{
    display: block;
}
#thermometerContainer
{
    display: block;
    position: relative;
    height: 270px;
    width: 80px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#thermometer
{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.thermoLink, .thermoLink:active, .thermoLink:hover, .thermoLink:visited
{
    color: Black;
    text-decoration: none;
}
#label
{
    position:absolute;
    left: 10px;
    top: 90px;
    height: 175px;
    width: 54px;
    text-align: right;
}
#bar
{
    position: absolute;
    left: 29px;
    top: 20px;
    height: 175px;
    width: 15px;
    border: none;
    background-color: #FF0000;
}

.Therm_TickMark
{
    width: 20px;
    text-align: right;
    font-family: Tahoma;
    font-size: 13px;
    padding-top: 5px;
}
.Therm_TickLabel
{
    padding-right: 3px;
    margin: 0 0 0 0;
    height: 1px;
    line-height: 15px;
    font-size: 12px;
    text-align: left;
}
.Therm_Value
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 64px;
}
.Container
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}