﻿body {
}

.tableStyle
{
	TEXT-ALIGN: left;
}

.gridStyle
{
	Font-Size: XX-Small;
}

.ratingStar
{
	font-size: 0pt;
	width: 50px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(../Images/FilledStar.gif);
}

.emptyRatingStar
{
	background-image: url(../Images/EmptyStar.gif);
}

.savedRatingStar
{
	background-image: url(../Images/FilledStar.gif);
}