﻿.ratingContainer
{
    width:105px;
    height:7px;
    border: 1px solid #d1d1d1;   
}
.ratingContainer .ratingPoint
{
    background-image:url(../../images/arbitraryBoxRating/yesNoOff.png);
    height:7px;
    width:7px;
    float:left;
}
.ratingContainer .voteFor
{
    background-color: #4cad4c;
    background-position:0px 0px;
}
.ratingContainer .voteAgainst
{
    background-color: #ed3f47;
    background-position:-6px 0px;
}
.ratingContainer .voteNA
{
    background-color: #c6c3c3;
    background-position:-12px 0px;
}