﻿/**********************Ratings******************/
.ratingStar {
    font-size: 0pt;
    width: 32px;
    height: 32px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(/images/PlanYourVisit/star-icon_filled.png);
}
.emptyRatingStar {
    background-image: url(/images/PlanYourVisit/star-icon.png);
}
.savedRatingStar {
    background-image: url(/images/PlanYourVisit/star-icon_filled.png);
}