﻿/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

.fields ul { list-style-type: none; }

.ExpandedCssClass .rpText
    {
        color: Black !important;
    }
    .Bar
    {
    
    	background-color:Teal;
    }
    .Bar .rpText
    {
    	color: Black;
    	
    }
    .ClickedCssClass .rpText
    {
        color: green !important;
    }
    .DisabledCssClass
    {
        text-decoration: line-through !important;
    }
    .FocusedCssClass
    {
        color: blue !important;
    }
    .SelectedCssClass .rpText
    {
        color: black !important;
        font-weight: bold !important;
        text-decoration: underline !important;
    }
    .CustomCssClass1 .rpText
    {
        color:blue !important;
    }
    .CustomCssClass2 .rpText
    {
        color: green !important;
    }
    .CustomCssClass3 .rpText
    {
        color: orange !important;
    }

