/*
 *  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;
}
