#commentContainer { clear: both; display: none;}

#commentList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#commentContainer li.comment {
	clear: both;
	padding: 10px 5px 0 10px;
	overflow: hidden;
	border-bottom: 1px solid lightgrey;
}
#commentContainer li.even {
	background-color: #F6FAFB;
}
#commentContainer div.ajaxNotifyClient{ 
	float: left; 
	margin: 3px 5px 0 0; 
}

#commentContainer li.commentRateWarning {
	padding: 5px;
}

#commentContainer li.commentRateWarning .rateWarningHeading {
	color: #999;
	font-size: .8em;
}

#commentContainer li.commentRateWarning span.commentSubmitter {
	display: inline;
	padding: 0;
}
#commentContainer li.commentRateWarning div.showRateWarning {
	display: none;
}

/* START: Styles for the client side paging of comments */
#commentContainer div#miCommentsClientPaging { overflow: hidden;}
#commentContainer div#miCommentsClientPaging span.miCommentsClientPageNumber, #commentContainer div#miCommentsClientPaging a.miCommentsClientPageNumber{
	font-size: 14px;
	font-weight: bold;
	margin: 3px 2px 3px 2px;
}
#commentContainer div#miCommentsClientPaging a.miCommentsClientPageNumber{
	text-decoration: underline;
}
/* END: Styles for the client side paging of comments */

#commentContainer div.commentInfo {
	float: left;
	overflow: hidden;
	width: 150px;
	margin-bottom: 10px;
}

#commentContainer .commentHeading {
	float: left;
	width: 120px;
}
#commentContainer .commentSubmitter {
	display: block;
	color: #D45A00;
	text-decoration: underline;
	padding-left: 10px;
}
#commentContainer .commentDate{
	font-size: 10px;
	line-height: 25px;
	color: grey;
}
#commentContainer p.commentRating {
	float: left;
	font-size: 11px;
}

#commentContainer div.commentBody {
	margin: 0 0 0 5px;
}
#commentContainer div.commentBody p.ratingHide { 
	display: none; 
}

#commentContainer .commentSubmitter, #commentContainer .commentDate, #commentContainer .commentRating, #commentContainer .commentNumberRated {
	font-weight: bold;
}


/* The Add Comment form styles */
#commentContainer label {
	float: left;
	width: 90px;
	text-align: right;
	clear: left;
	margin-right: 15px;
}
#commentContainer label.adminLabel {
	width: 200px;
}

#commentContainer textarea {
	width: 300px;
}
#commentContainer label, #commentContainer input, #commentContainer textarea { margin: 0 15px 5px 0; }
#commentContainer #btnAddComment {
	margin: 20px 0 10px 100px; 
}
#commentContainer p.disclaimer, #commentContainer p.commentBody { 
	font-size: 12px;
	line-height: 18px;
	text-indent: 15px;
	margin: 5px 0 5px 0;
}
#commentContainer p.commentTitle { text-decoration: underline; }
#commentContainer p.commentBody { line-height: 18px; text-indent: 0px; }

#commentContainer .commentTools {
	float: right;
	clear: left;
	margin: 5px 0 5px 0;
	width: 105px;
	height: 20px;
	
}

/* These styles are for the comments widgets */
.MI_Comments_Widget_Heading {background-color:#112988; border:1px solid #caccaa; border-bottom:none; font-size:12px; font-weight:bold; color:#fff; margin:5px 0px 0 0px; padding:3px 0 3px 5px; text-align:left;}

.MI_Comments_Widget {background:#e8eac2 url(images/widget_bkgd.jpg) repeat-x; border:1px solid #caccaa; border-top:none; list-style-type:decimal; margin:0 0px 0px 0px; padding:5px 5px 0 5px; text-align:left;}
.MI_Comments_Widget li {margin-top:3px;}
.MI_Comments_Widget li a {color:#333; display:block; padding-left:2px; text-decoration:none;}
.MI_Comments_Widget li a:hover {background-color:#e8eac2; color:#000; text-decoration:underline;}

#MI_Comments_Highest_Rated li, #MI_Comments_Most_Commented_Asset li, #MI_Comments_MostRecentComments li, #MI_Comments_MostRecentCommentedAsset li, #MI_Comments_MostCommentsPerUser li {list-style-position:outside; margin:0 0 4px 20px;}
.MI_Comments_Widget_Username, .MI_Comments_Widget_Rating, .MI_Comments_Widget_CommentBody, .MI_Comments_Widget_TotalComments {clear:both; display:block}
.MI_Comments_Widget_Data_Heading {font-weight:bold;}









