/* CSS Document */

.comment_table_1{
	width:100%;
	margin:5px 0 0px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#336633;
	text-align:left;	
}
	
	.comment_table_1 p{
		text-indent:15px;
		text-align:justify;
	}
	
	.comment_row_1_cell{
		border:1px solid #99CC66;
		background:#ffffff;
		color:#000000;
		padding:5px;
	}
	
	.comment_row_2_cell{
		border:1px solid #99CC66;
		background:#E4F1EB;
		color:#000000;
		padding:5px;
	}
		span.username a:link,
		span.username a:active,
		span.username a:visited{
			font-weight:bold;
			color:#996600;
			font-size:12pt;
		}
		span.username a:hover{
			font-weight:bold;
			color:#FF3300;
			font-size:12pt;
		}
		span.time {
			color:#996600;
			font-size:10pt;
			font-style:italic;
		}
		a.tool_link{
			color:#993366;
		}
	
.enter_comment_form_holder_table{
	margin:10px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#336633;
	text-align:left;
}

.comment_avatar{
	margin-right:15px;
	margin-bottom:15px;
	margin-top:5px;
	margin-left:5px;
	float:left;
	border:1px solid #6699CC;
}
