/****************************************
* COMMENT SECTION
****************************************/
/******** GENERAL ********/
.ctnComment {
	float: left;
	clear: both;
	width: 710px;
	display: inline; /*IE6*/
}

.ctnCommentSubmitter {
	width: 650px;
}

/* section heading, e.g. Submitter's Comments, User Comments */
.commentSectionHeading {
	padding: 3px 5px;
	margin: 5px 0;
	display: block;
	border-bottom: 1px solid #2c9019;
	border-top: 1px solid #2c9019;
}

.commentSectionHeading .title {
	font-weight: bold;
	letter-spacing: 2px;
}

.commentSectionHeading .addComment {
	margin-left: 10px;
	font-size: 10px;
}

.commentSectionHeading .commentSort {
	float: right;
	font-size: 11px;
	margin: -15px 5px 0 0;
}

/* add and reply comments */
.blkAddComment {
	clear: both;
}

.blkReplyComment {
	padding: 0px;
	clear: both;
}

.blkReplyComment .addCommentHeading {
	padding: 2px 0px 2px 10px;
	/*theme*/
}

.addCommentBody {
	/*theme*/
}

.previewCommentText {
	padding: 5px;
}

/* general comments */
.blkComment {
	clear: both;
}

.blkCommentHeading .title {
	font-weight: bold;
	letter-spacing: .1em;
	float: left;
	margin-right: 30px;

}

.ctnCommentSubmitter .blkComment {
	width: 500px;
}

/* user icon, info, thumbs up and down */
.blkCommentHeading {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ccdded;
	vertical-align: middle;
}

.iconUser50 {
	margin-right: 5px;
	border: solid 1px #5F819B;
}

.commentUser {
	font-size: 11px;
/*	margin-top: 5px;*/
}

.commentDate {
	font-size: 10px;
	/*theme*/
}

.showHideComment {
	margin: 0px 10px 0px 0px;
	font-size: 11px;
}

/* comment text */.commentHeadingAction {
	float: right;
	margin: 2px 5px 0px 0px;
	font-size: 11px;
}
.blkCommentText {
	padding: 5px;
	clear: both;
	display: block;/*necessary?*/
}

/* replies */
.blkCommentReplies {
	margin-left: 60px;
}

/********** ACTION BLOCKS FOR COMMENT **********/

.blkCommentRepliesAction {
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}

.blkCommentRepliesActionHighlight {
	border-left-style: solid;
	border-width: 1px;
	/*theme*/
}

/* theme0 */
/* add and reply comments */
.blkAddComment .addCommentHeading {
	background-color: #FF9900;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}

.blkReplyComment .addCommentHeading {
	background-color: #FF9900;
	color: #FFFFFF;
}

.blkReplyComment .addCommentHeadingNoHighlight {
	background-color: #ffffff;
	color: #000000;
}

.blkReplyComment .addCommentHeadingHighlight {
	background-color: #ccdded;
	color: #000000;
}

.blkReplyComment .addCommentHeadingExpanded {
	background-color: #FF9900;
	color: #FFFFFF;
}

.addCommentTitle {
	background-color: #FF9900;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}

.addCommentBody {
	background-color: #FFCC66;
	padding: 5px 10px;
}

.addCommentBody p {
	padding: 5px 0px 0px 0px;
}

.addCommentBody .blkCommentHeading {
	border-style: none;
	background-color: #FFCC66;
}

.blkCommentHeading {
	background-color: #ccdded;
	border-top-color: #5e96b9;
}

.blkCommentHeadingHide {
	background-color: #cccccc;
}

.blkCommentUser .commentDate {
	color: #666666;
}

/********** ACTION BLOCKS FOR COMMENT **********/
.blkCommentRepliesActionHighlight {
	background-color: #5e96b9;
	border-color: #5e96b9;
	color: #ffffff;
}

.blkCommentRepliesActionHighlight p,
.blkCommentRepliesActionHighlight a {
	color: #ffffff;
}

.blkCommentRepliesActionHighlight a:hover {
	color: #ffffff;
	background-color: #5e96b9;
}

.blkCommentRepliesActionHighlightBusy {
	background: url(../../../Images/4.1/theme0/iconWait.gif) left center no-repeat;
	padding-left: 18px;
	background-color: #5e96b9;
	border-color: #5e96b9;
	color: #ffffff;
}

.blkCommentRepliesMain {
	border-left-style: solid;
	border-width: 1px;
	border-color: #5e96b9;
	background-color: #ffffff;
}
