﻿.barIndicatorCssClass
{
    padding: 2px 2px 2px 2px;
    height: 10px;
    background-color: Aqua;
}
.barIndicatorBorder
{
    border: solid 1px #c0c0c0;
    width: 200px;
}

.barIndicator_poor
{
    background-color: #FF0000;
}

.barIndicator_weak
{
    background-color: #A9D0F5;
}

.barIndicator_good
{
    background-color: #0101DF;
}

.barIndicator_strong
{
    background-color: #D0F5A9;
}

.barIndicator_excellent
{
    background-color: #0B610B;
}
