﻿.ratingStar {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 1px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.ratedStar {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 1px;
    display: block;
    cursor: default;
    background-repeat: no-repeat;
    float: left;
}

.filledRatingStar {
    background-image: url(/Images/starfilled.gif);
}
.emptyRatingStar {
    background-image: url(/Images/starempty.gif);
}
.savedRatingStar {
    background-image: url(/Images/starhover.gif);
}
.RankingStyle2
{
    width: 94px;
}
.RankingStyle3
{
    width: 110px;
    color: #C0C0C0;
}
.RankingStyle4
{
    width: 102px;
}
.RankingStyle5
{
    width: 84px;
    font-weight: bold;
}
.RankingStyle6
{
    width: 50px;
    font-weight: bold;
}
.RatingColumnHeight
{
    height: 26px;
}
.RankingVoted
{
    color: #C0C0C0;
}
.Warning
{
    color: Red;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 36px;
}
.PageRankingTextLarge
{
	font: 62.5% Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #808080;
    padding-bottom: 8px;
}
.PageRankingText
{
	font: 62.5% Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #808080;
    padding-bottom: 8px;
}

