﻿#datalist {
	width: 100%;
	margin-top: 10px;
}
.commentContainer {
	/*background-color: #dfe0e8; */
}
#SubmitComments {
	width: 670px;
	border: 1px solid #8aba16;
	font-family: Calibri;
	font-size: 12px;
	padding:10px;
}
#SubmitCommentsHeader {
	width: 687px;
	height: 15px;
	background-color: #8aba16;
	padding-left: 5px;
	color: #FFFFFF;
	font-family: Calibri;
	font-weight: normal;
	margin-top: 15px;
}
#SubmitCommentsLeftDivider {
	width: 145px;
	padding-right: 5px;
	float: left;
	text-align: right;
}
#SubmitCommentsRightDivider {
	width: 520px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #333333;
	padding-left: 5px;
	float: left;
}
#SubmitCommentsBox {
	width: 450px;
	height: 225px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#SubmitCommentsPost {
	margin-bottom: 10px;
}
#SubmitComments a {
	text-decoration: none;
	font-family: Arial;
	color: #0000FF;
}
#SubmitComments a:hover {
	text-decoration: underline;
}
#ad6 {
	width: 150px;
	height: 50px;
	/*background-color: #FFFF00;*/
	float:left;
}
#ad7 {
	width: 150px;
	height: 50px;
	/*background-color: #FFFF00;*/
	float: left;
	margin-left: 25px;
}
#ad8 {
	width: 342px;
	height: 50px;
	/*background-color: #FFFF00;*/
	float: left;
	margin-left: 25px;
}
#rightContainer {
	width: 692px;
	padding-left: 5px;
	/*padding-right: 10px;*/
	float: left;
}
#CommentTitle {
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	text-align:center;
	color: #8aba16;
	height: 34px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #8c8c8c;
	margin-top: 20px;
	width: 692px;
}
#showPosts {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	height: 85px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #8aba16;
	font-weight: bold;
	width: 692px;
	margin-top: 10px;

}
.comments {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #8aba16;
	background-color: #dfe0e8;
	width: 692px;
}
.leftCommentDivider {
	/*border-width: 1px;
	border-color: #666666; */
	width: 140px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	/*border-top-style: solid;*/
	background-color: #dfe0e8;
}
.commentBody {
	/*width: 522px;*/
	width: 100%;
	background-color: #FFFFFF;
	/*padding-left: 10px;
	padding-right: 5px;*/
	float:left;
	
	
}
.commentBodyTop {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	
	/*border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666; */
}
.commentBodyBottom {
}

.style1 {
	text-align: right;
	display: inline;
}

.commentBorder
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	
}

.commentBorder2
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	width: 100%;
}

.right 
{
	text-align: right;
	float:right;
}
