﻿/* THERMO CONTENT STARTS HERE ------------------------------------------------------------------------------------------ */
.thermoImage {
    background-repeat: no-repeat;
    color: #606060;
    float: right;
    width: 190px;
}

.thermoBg {
    background-image: url(../images/bg_goalMeter_thermo.gif);
    background-repeat: repeat-y;
    width: 190px;
}

.thermoBlock1 {
    line-height: 12px;
    padding-left: 5px;
    padding-top: 4px;
}

.thermoBlock2 {
    border-bottom: 2px solid #c9c8c8;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
}
/* THERMO CONTENT ENDS HERE -------------------------------------------------------------------------------------------- */

/* PIE CONTENT STARTS HERE --------------------------------------------------------------------------------------------- */

.pieImage {
    background-repeat: no-repeat;
    float: right;
    width: 190px;
}

.pieBg {
    background: #fff;
    color: #606060;
    width: 190px;
}

.pieBlock1 {
    border-left: 1px solid #c9c8c8;
    border-right: 1px solid #c9c8c8;
    line-height: 12px;
    padding-left: 5px;
    padding-top: 4px;
}

.pieBlock2 {
    border-bottom: 1px solid #c9c8c8;
    border-left: 1px solid #c9c8c8;
    border-right: 1px solid #c9c8c8;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
}
/* PIE CONTENT ENDS HERE -------------------------------------------------------------------------------------------- */
