/*
 *  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;
}

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;
}

div.commentDetails {
  float: left;
  width: 150px;
  border-right: 1px solid #C0C0C0;
  text-align: center;
}

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 - Please ensure that these styles remain */
.rating                           {display: block; clear: both; margin: 2em; text-align:center; cursor: pointer;}
.rating:after                     {content: '.'; display: block; height: 0; width: 0; clear: both; visibility: hidden; text-align: center;}
.cancel, .star                    {display: block; float: left; width: 17px; height: 15px; background: transparent; text-indent: -999em; cursor: pointer; 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 0;}
.cancel a, .star a                {display: block; width: 16px; height: 100%; background-position: 0 0; border: none;}
.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 */

