/* @override http://forums.webhelpdesk.com/forums/extensions/CommunityModeration/cm_style.css */

#Discussions li.DiscussionModeratedGood { border: 2px solid #919ebe;  }
#Discussions li.DiscussionScore { width: auto; display: inline; font-size: 10px; margin-right: 10px!important; }
#Discussions li.DiscussionScore span { padding: 0 .5em; font-weight: bold; }
#Discussions li.DiscussionScore span.DiscussionZeroScore {  }
#Discussions li.DiscussionScore span.DiscussionPositiveScore {color: #008800; }
#Discussions li.DiscussionScore span.DiscussionNegativeScore {color: #FF0000; }
#Comments div.CommentHeader span.CommentScore { padding: 0 .5em; font-weight: bold; }
#Comments div.CommentHeader span.CommentZeroScore {
	display: inline-block;
	float: none;
	visibility: hidden;
}
#Comments div.CommentHeader span.CommentPositiveScore { background-color: transparent; color: #008800; border: 1px none #008800; }
#Comments div.CommentHeader span.CommentNegativeScore { background-color: transparent; color: #FF0000; border: 1px none #FF0000; }
#Comments div.CommentUpVotes { color: #448855; border-left: 1em solid #008800; padding: 0 .5em; font-weight: bold; margin: .25em 0; line-height: 1em; }
#Comments div.CommentDownVotes { color: #880000; border-left: 1em solid #880000; padding: 0 .5em; font-weight: bold; margin: .25em 0; line-height: 1em; }
#AccountHistory ul#UserPointsHistory { border-bottom: 1px solid #ccc; }
#AccountHistory li.UserPointsHistoryItem { border: 0; }
#AccountHistory li.UserPointsBonus span { border-left: 1em solid #008800; color: #448855; font-weight: bold; padding-left: 1em; line-height: 1em; }
#AccountHistory li.UserPointsPenalty span { border-left: 1em solid #880000; color: #880000; font-weight: bold; padding-left: 1em; line-height: 1em; }
#CommentResults li.SearchComment li.CommentSearchScore { width: auto; display: inline; font-size: 10px; margin-right: 10px!important; }
#CommentResults li.SearchComment li.CommentSearchScore span.CommentSearchScore { padding: 0 .5em; font-weight bold; }
#CommentResults li.SearchComment li.CommentSearchScore span.CommentSearchZeroScore { }
#CommentResults li.SearchComment li.CommentSearchScore span.CommentSearchPositiveScore { background-color: #AAFFCC; color: #008800; border: 1px solid #008800; }
#CommentResults li.SearchComment li.CommentSearchScore span.CommentSearchNegativeScore { background-color: #FFCCAA; color: #FF0000; border: 1px solid #FF0000; }
#UserResults li.UserAccount li.UserSearchScore { }
#UserResults li.UserAccount li.UserSearchScore span.UserSearchScore { padding: 0 .5em; font-weight: bold; }
#UserResults li.UserAccount li.UserSearchScore span.UserSearchZeroScore { }
#UserResults li.UserAccount li.UserSearchScore span.UserSearchPositiveScore { background-color: #AAFFCC; color: #008800; border: 1px solid #008800; }
#UserResults li.UserAccount li.UserSearchScore span.UserSearchNegativeScore { background-color: #FFCCAA; color: #FF0000; border: 1px solid #FF0000; }

