﻿/*Ratings*/

#story_ratings {
}

.emptystar {
  background-image: url('/images/blank_star.gif');
  width: 20px;
  height: 20px;
}
.fullstar {
  background-image: url('/images/full_star.gif');
  width: 20px;
  height: 20px;
}
.halfstar {
  background-image: url('/images/half_star.gif');
  width: 20px;
  height: 20px;
}

/*Comments*/


#allcomment {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif; 
	font-size: 12px;
	color: #005680;
	font-weight: bold; 
	float: right; 
	margin-right:10px;
}

#allcomment a {
	color: #005680;
}

div.CommentBox {
  width: 618px;
  clear: both;
  border: 1px solid #ccc;
  background-image: url(/images/comment-bg1.jpg);
}


h5.CommentTitle {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #005680;
  padding: 5px 0 5px 10px;
  background-image: url(/images/commenttitle1-bg.jpg);
  border-bottom: 2px solid #006699;
}


div.loginOptions {
  clear: both;
  height: 90px;
  width: 618px;
  background-image: url(/images/comment-bg2.jpg);
  border-bottom: 1px solid #e6e6e6;
}

div.loginMsgBox {
  /*width: 260px;*/
  width: 400px;
  /*float: left;*/
  padding: 10px 5px 10px 5px;
  /*margin: 10px 0 10px 30px;*/
  margin: 15px auto;
  border: 1px solid #ccc;
  background-image: url(/images/logincomment-bg.gif);
}

.linkBold { font-size: 14px; font-weight: bold }

.CommentContent-form {
  width: 550px;
  margin: 10px 0 0 0;
  padding: 10px 0 0 30px;
}

.CommentContent-form p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.CommentContent-form input {
  padding: 3px;
  width: 350px;
  border: 1px solid #c5c5c5;
  border-bottom-width: 2px;
  font: bold 1em arial, sans-serif;
  -moz-border-radius: 3px;
  -khtml-border-radius: 0.4em;
}

.CommentContent-form input.url {
  width: 312px;
}

.CommentContent-form input:hover, input:focus {
  border-color: #999;
  background: #f6f6f6;
}

.CommentContent-form span.comment_input {
  font-weight: normal;
  font: bold 1em arial, sans-serif;
}

.CommentContent-form label {
  width: 30em;
  text-align: right;
  margin-right: 2em;
  background: #f0f0f0;
}

.CommentContent-form textarea {
  font: bold 1em arial, sans-serif;
  border: 1px solid #ddd;
  padding: 0 0.5em 0.10em;
  margin: 0 0 15px 0;
  border-color: #c5c5c5;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  -moz-border-radius: 3px;
  width: 375px;
  height: 160px;
}

.CommentContent-form textarea:hover, textarea:focus {
  border-color: #999;
  background: #f6f6f6;
}

#storyPageComments button {
  border: 0 none;
  cursor: pointer;
  font-weight: bold;
  padding: 0 15px 0 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: auto;
}

button.rounded {
  background: transparent url( /images/btn_right.png ) no-repeat scroll right top;
  clear: left;
  display: block;
  margin: 10px 0;
  font-size: 0.8em;
}

#storyPageComments button span {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

button.rounded span {
  background: transparent url( /images/btn_left.png ) no-repeat scroll left top;
  color: #FFFFFF;
}

button.rounded:hover {
  background-position: 100% -30px;
}

button.rounded:hover span {
  background-position: 0% -30px;
}

#storyPageComments button::-moz-focus-inner {
  border: none;
}

.CommentContent {
  width: 600px;
  padding: 10px;
  clear: both;
  background-image: url(/images/comment-bg.gif);
  margin: 10px 0 0 0;
}

.CommentContent p {
  margin-left: 10px;
}

.CommentByline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  height: 27px;
  padding: 5px 0 0 10px;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #990000;
}

span.notice {
  width: 550px;
  padding: 10px 0 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #b31b00;
  display:block;
}

span.errorMsg {
  color: #ff0000;
  font-weight: bold;
  text-align: left;
}

/* RATER PLUGIN */
#storyRatings {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #005680;
  padding: 5px 0 5px 10px;
  background: #98b8c5 url("/images/commenttitle1-bg.jpg") top left repeat-x;
  border-bottom: 2px solid #006699;
}
.lblRating { float: left; margin-right: 10px; width: 120px; }
.ui-rater>span {vertical-align:top;}
.ui-rater-rating {margin-left:.8em}
.ui-rater-starsOff, .ui-rater-starsOn { display: -moz-inline-stack; display:inline-block; height:18px; background:url(/images/ratings/stars.png) repeat-x 0 0px;}
.ui-rater-starsOff { width: 90px; margin-right: 10px; }
.ui-rater-starsOn {display:block; max-width:90px; top:0; background-position: 0 -36px;}
.ui-rater-starsHover {background-position: 0 -18px!important;}

.editorRating { margin-top: 5px; }
.editorRating span { vertical-align: top; }

