﻿/* article comments styles */

a{
	text-decoration: none;
}
#commentsNav{
	clear:left;
}
#commentsarea{
	margin:10px;
}
#commentsarea table{
	/*width:650px;*/
	text-align:left;
}
#commentsarea table #totalComment{
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#commentsarea table .rowodd{
	background-color:#F1F1F1;
}
#commentsarea table .roweven{
	background-color:#FFFFFF;
}
.postby{
	color:#666666;
	padding:5px;
	text-align:left;
	font-size:11px;
}
.postdate{
	color:#666666;
	padding:5px;
	text-align:right;
	font-size:11px;
}
.postedcomments{
	padding:5px 20px 20px 20px;
	border-bottom:dotted 1px #666666;
	font-size:12px;
	color:#000000;
}

