/* 
StarRatings CSS
----------------------------------------
This is for the StarRatings code.

*/


/* Ratings Classes ====================================================== */

.RatingWrapper
{
	/*position: relative;*/
	text-align: center;
	margin-bottom: 5px;
}

.RatingWrapper label
{
	/*position: relative;*/
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	white-space: nowrap;
}

.RatingItem
{
	/*position: relative;*/
	padding: 5px 0px;
	margin: 0px auto 0px auto;
	width:136px;
	height:20px;
	/*max-width: 130px;
	min-width: 95px;
	max-height: 22px;
	min-height: 16px;*/
}

.RatingWrapper div.Status
{
	/*position: relative;
	color: #FF0000;
	font-weight: bold;
	padding: 2px 2px;*/
}



.EventRatingsTopLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
}
.EventRatingsTopRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
}
.EventRatingsBotLeft
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
}
.EventRatingsBotRight
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
}
#EventRatingsRollup 
{ 
	background-color:#676767;
	background-image:none;
    color: #ffffff;
    margin: 10px 10px 0;
    padding: 10px 0 5px;
    text-align: center;
    width: 210px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-radius:4px;
}
.RatingsMini 
{ 	
	background-color: #676767; 
	border-radius:4px;
}

.RatingsMini #RatingsPopToggleLink
{
	margin-bottom: 10px;
	color:#ffffff;
}




/* jQuery UI Stars CSS Overrides ========================================================== */

/* Small ================================== */
.ui-stars-star,.ui-stars-cancel
{
	margin-left: 1px;
	margin-right: 1px;
}
.ui-stars-star a,.ui-stars-cancel a
{
	width: 17px;
	height: 16px;
	background: url(/images/global/stars/img_stars_new.gif) no-repeat 0 0;
}

.ui-stars-star a
{
	background-position: 0 -32px;
}
	
.ui-stars-star-on a
{
	background-position: 0 -48px;
}
.ui-stars-star-hover a
{
	background-position: 0 -64px;
}
.ui-stars-cancel-hover a
{
	background-position: 0 -16px;
}

/* Large ================================== */
.ui-stars-star-lg,.ui-stars-cancel-lg
{
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	margin-left: 2px;
	margin-right: 2px;
}

.ui-stars-star-lg a, .ui-stars-cancel-lg a
{
	width: 22px;
	height: 21px;
	display: block;
	background: url(/images/global/stars/img_stars_new_large.gif) no-repeat 0 0;
}

.ui-stars-star-lg a
{
	background-position: 0 -44px;
}
	
.ui-stars-star-on-lg a
{
	background-position: 0 -66px;
}
.ui-stars-star-hover-lg a
{
	background-position: 0 -88px;
}
.ui-stars-cancel-hover-lg a
{
	background-position: 0 -22px;
}

