/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#f62929;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#f4c239; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('../images/css/jquery.jRating-background.png') no-repeat; /** customized url by LAMS **/
	color:			#FFF;
	display:		none;
	width:			91px;
	height:			29px;	
	font-size:16px;
	text-align:center;
	padding-top:5px;
}

p.jRatingInfos span.maxRate {
	color:#c9c9c9;
	font-size:14px;
}

/** Please, note this is a LAMS customization. In case of library upgrade copy these lines manually.  **/
.extra-controls-inner:after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}
.rating-stars-holder {text-align: center;}
.rating-stars-caption {padding-top: 6px; font-size: 12px}
.rating-stars, .rating-stars-disabled {margin: 0px auto; min-height: 20px;}
.add-comment {
	background-image: url('../images/tick.png');
	width:16px;
	height:16px;
	cursor: pointer;
	float: right;
	margin-top: 20px;
}
.rating-comment{
	background: url("../images/css/greyfade_bg.jpg") repeat-x scroll 0px 0px transparent;
	padding: 15px;
	margin: 10px 0;
}
.rating-info{
	margin-top: 0;
	margin-bottom: 12px;
}
textarea[id^=comment-textarea-] {
	color: #d3d3d3;
}
.tablesorter tr.odd:hover .jStar {
	background-image: url(/lams/images/css/jquery.jRating-stars-hover.png)!important;
}
.tablesorter tr.even:hover .jStar {
	background-image: url(/lams/images/css/jquery.jRating-stars-hover.png)!important;
}
.tablesorter tr.odd .jStar {
	background-image: url(/lams/images/css/jquery.jRating-stars-odd.png)!important;
}

/** Remove the following once we move all tools to use Rating.tag.  **/
.rating-stars-div {float:right; padding-right: 10px; margin-top: -8px; min-height: 45px;}
.rating-stars-caption {text-align: center}