﻿#postCommentContainer, #viewCommentContainer, #viewCommentListContainer
{font-size:11px;}

div#postCommentContainer{
	clear:both; 
	width: 410px;
}

div#postCommentContainer .textBox{
	width: 150px; 
	font-size: 11px; 
	float: left;
}

div#postCommentContainer .title{ 
	width: 350px;
	font-size: 11px;
}

div#postCommentContainer .textBox:hover{
	background-color:#FFFFCC;
}

div#postCommentContainer .textBox:focus{
	background-color:#FFFFCC;
}

div#postCommentContainer .button{
	margin:2px 0 5px 0; 
	float: right;
}

div#postCommentContainer .label{
	width: 40px; 
	border: solid 0px red; 
	float: left; 
	text-align: right; 
	line-height: 20px; 
	padding: 0px 4px 0px 0px;
}

div#postCommentContainer .checkbox{
	font-size:smaller;
	margin:2px 0 5px 0;
	border:0px;
}

div#postCommentContainer #top{
	color: #FFFFFF; 
	background-color: #474747; 
	font-weight :bold; 
	margin-top: 20px; 
	padding: 2px;
}

div#postCommentContainer #body{
	margin-top:10px;
}

div#postCommentContainer #sbm{
	width: 400px;
}



div#viewCommentContainer{
	padding: 4px; 
	margin: 4px; 
	background-color: #F4F4F4;
}

div#viewCommentContainer #top{
	margin-bottom:0px; 
	padding: 2px 2px 0px 2px; 
	font-weight: bold;
}

div#viewCommentContainer #body{
	padding:0px 2px 2px 2px; 
	font-size: 11px
}

div#viewCommentContainer #bottom{}

div#viewCommentContainer #bottom #commentAnswer{
	margin-left:15px;
	margin-top:5px;
	/*background-color:#FFFFFF;*/
	padding:5px; 
	border: solid 1px silver;
}

div#viewCommentContainer #bottom #commentAnswer #answerTop{
	margin-bottom:4px; 
	font-weight: bold;
}

div#viewCommentContainer #bottom #commentAnswer #answerBottom{}




div#viewCommentListContainer{}

div#viewCommentListContainer #top{}

div#viewCommentListContainer #body{}

div#viewCommentListContainer #bottom{}




div#commentsCustomPagedContainer{}

/*div#commentsCustomPagedContainer .footerPages{position:relative;left:10%;width:950px}*/

div#commentsCustomPagedContainer .footerPages .th {
	background-color:Gray;
	color:White;
}

div#commentsCustomPagedContainer .footerPages .trodd {
	background-color:#E0E0E0;
}
