.addComment {
	margin-left: 10px;
}
.smileyBlockContainer {
	font-size: 10px;
	position: relative;
}
.smileyBlock {
	display: none; 
	position: absolute; 
	top: -340px; 
	left: 0px; 
	background-color: #f5f4f6;
}
.smileyTable td {
	background-color: #f5f4f6;
}
.smileyTable td a {
	color: black; 
	text-decoration: none;
}
.smileyTable td img {
	border: none !important;
}
.submitBlock {
	margin: 10px; 
	text-align: right;
}
.submitBlock input {
	margin: 5px;
}
.smileyBlockTopic {
	display: none; 
	position: absolute; 
	top: -340px; 
	left: 0px; 
	background-color: #f5f4f6;
}
.smileyBlockComment {
	display: none; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	background-color: #f5f4f6;
}
.topicTitle {
	padding-bottom: 10px;
	font-weight: bold;
}
.commentTable {
	width: 540px;
}
.commentTable td {
	padding: 2px;
}
.commentTable img {
	border: none !important;
}
.commentNewCell {
	border-bottom: #6c6586 1px dashed;
	padding-bottom: 10px !important;
}
.commentCountCell {
	text-align: right;
	padding-bottom: 10px !important;
}
.commentUserCell {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	width: 116px; 
	background-color: #f5f4f6;
	font-weight: bold;
	border-top: #6c6586 1px dashed;
	border-left: #6c6586 1px dashed;
	border-bottom: #6c6586 1px dashed;
	border-right: #6c6586 1px dashed;
}
.commentTimeCell {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	width: 222px; 
	background-color: #f5f4f6; 
	text-align: center;
	border-top: #6c6586 1px dashed;
	border-bottom: #6c6586 1px dashed;
	border-right: #6c6586 1px dashed;
}
.commentNumberCell {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	width: 28px; 
	background-color: #f5f4f6; 
	color: #444444; 
	border-top: #6c6586 1px dashed;
	border-bottom: #6c6586 1px dashed;
	border-right: #6c6586 1px dashed;
	font-weight: bold; 
	text-align: center;
}
.commentReplyCell {
	background-color: #f5f4f6; 
	text-align: right;
	border-left: #6c6586 1px dashed;
	border-bottom: #6c6586 1px dashed;
	border-right: #6c6586 1px dashed;
}
.commentCell {
	padding-top: 5px !important;
	padding-bottom: 10px !important;
	background-color: #f5f4f6;
	border-left: #6c6586 1px dashed;
	border-bottom: #6c6586 1px dashed;
	border-right: #6c6586 1px dashed;
}
.commentSimple {
	margin: 10px;
	padding: 10px;
	background-color: #f5f4f6;
}
.blogCommentSimple {
	margin: 10px;
	padding: 10px;
	background-color: #dad8e1;
}
.commentCell img, .commentSimple img, .blogCommentSimple img {
	border: none !important;
}
