@charset "UTF-8";
.CMrating {
  background-image:url(../../img/userfeedback-plugin/star_white.png);
  position:relative;
  width:60px;
  height:12px;
  font-size:1px;
}
.CMrating a.star {
  display:block;
  float:left;
  height: 100%;
  position:relative;
  width:20%;
  outline: 0;
}
.CMrating a.star .img {
  width: 100%;
  height: 100%;
  border:0;
}
.CMrating a.star.disabled {
  cursor: default;
}
.CMrating .myRating, .CMrating .globalRating {
  background-image: url(../../img/userfeedback-plugin/star_blue.png);
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
}
.CMrating .myRating {
  visibility: hidden;
}
/* === CSS for user content === */
div.ufb_ratingLabel{float:left;padding:0 4pt 0 0}
div.ufb_ratingGroup{float:left;padding:0 4pt 0 0}
#ratingArea{padding:10pt 0 0 0;font-size:0.916em}
#commentsArea{padding:10pt 0 0 0;font-size:0.916em}
.ufb_label{
color:#000000;
font-size:0.916em;
z-index:2
}
.ufb_clear{clear:left}
.ufb_label a{
}
.comment-form {
padding-bottom:20px;
}
.comment {
padding-bottom:20px;
}
.comment_metaData{
color:#808080;
margin:10px 0 10px 0;
}
.comment_metaData .comment_author{
font-weight:bold
}
.comment_approval {
color:#808080;
}
.comment_text{
}
