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