/*
 *  comments.css
 *  Copyright (c) 2009 Bluestone Creative Ltd (t/a e4education)
 *   
 */
   
/*  COMMENT LIST STYLES */
ul.commentRatingStars {
  margin: 0;
  padding: 0;
}

ul.commentRatingStars li {
  display: inline;
  height: 16px;
  margin-left: 0 !important; 
}

div.commentContainer {
  border: 1px solid #C0C0C0;
  margin-bottom: 15px;
  background: #fff;
}

div.commentContainerHolder {
  position: relative;
  z-index: 5;
  top: 0;
  left: 0;
}

div.commentContainer.unapproved {
  opacity: 0.7;
}

div.commentHeader {
  border-bottom: 1px solid #C0C0C0;
  padding-left: 150px;
  background: #A6B3BB;
  color: #fff;
}

div.commentDetails {
  float: left;
  width: 130px;
  border-right: 1px solid #C0C0C0;
  text-align: center;
  background: #F2F2F2;
  font-size: 80%;
  padding: 10px;
  margin-right: 10px;
}

div.commentContainer p {
  padding: 3px;
}

/*  COMMENT FORM STYLES   */
div#comment_form h3, div#comments_left h3 {
  border-bottom: 1px solid #C0C0C0;
}

ul#comment_form_form {
  margin: 0 0 0 30px;
  padding: 0;
  
}

ul#comment_form_form li {
  list-style-type: none;
}

ul#comment_form_form li label {
  width: 150px;
  display: block;
  float: left;
}

li#comment_captcha_text {
  clear: left;
  margin-left: 150px;
}

div.commentOverlay {
  background: #FFFFFF;
  opacity: 0.9;
  text-align: center;
}

a.commentDelete {
  cursor: pointer;
  background: url(/_includes/images/icons/silk/delete.gif) no-repeat;
  padding-left: 20px;
  padding-bottom: 2px;
  opacity: 1;
}

a.commentApprove {
  cursor: pointer;
  background: url(/_includes/images/icons/silk/tick.gif) no-repeat;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 2px;
  opacity: 1;
}

div#comment_form {
  clear: both;
  padding-top: 20px;
}

div#comments_left {
  clear: both;
}


/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.rating{cursor:pointer;margin:2em;clear:both;display:block;text-align:center;}
.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden;text-align:center;}
.cancel,.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
.cancel,.cancel a{background:url(../images/icons/ratings/delete.gif) no-repeat 0 -16px}
.star,.star a{background:url(../images/icons/ratings/star.gif) no-repeat 0 0px}
.cancel a,.star a{display:block;width:16px;height:100%;background-position:0 0px;}
.star_on a{background-position:0 -16px!important}
.star_hover a,.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
.star_readonly a,.star_readonly a:hover{cursor:default !important} 
/* Partial Star CSS */
.star{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


.commentRating {
  text-align: center;
  margin: 0 auto;

  width: 85px;
}