.igr_Control
{
	background-color:Transparent;
	border-style:none;
	border-width:0px;
	outline: none;
}


.igr_EmptyContainer
{
	overflow: hidden;
}


.igr_SelectedContainer
{
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}


.igr_HoveredContainer
{
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}


.igr_ImageSpan
{
	display: inline-block;
	width: 20px;
	height: 20px;
}


.igr_ImageSpanVert
{
	display: block;
	width: 20px;
	height: 20px;
}


.igr_EmptyImg
{
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:0px 0px ;
	background-image: url(images/igr_ratingsprite.png);
}


.igr_SelectedImg
{
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:-50px 0px ;
	background-image: url(images/igr_ratingsprite.png);
}


.igr_HoveredImg
{
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:-25px 0px ;
	background-image: url(images/igr_ratingsprite.png);
}


/*
    These were added for our clients to control the disabled appearence
*/
.igr_DisabledEmptyImg
{
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:-75px 0px ;
	background-image: url(images/igr_ratingsprite.png);
}


.igr_DisabledSelectedImg
{
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:-100px 0px ;
	background-image: url(images/igr_ratingsprite.png);
}


.igr_ControlFocus
{
	border-style:none;
	border-width:0px;
}


.igr_ControlDisabled
{
}


