﻿/* Main comments container */
.comments
{
	padding:12px 0 0 0;
	margin:13px 0 0 0;
	border-top:1px dotted #999999;
}


/* Header */
.comments h5
{
	padding:0;
	margin:0;
	font-size:22px;
}


/* Info callout box */
.comments .infoCallout
{
	background-color:#FDFEC0;
	padding:6px;
	font-weight:bold;
	margin:10px 0 0 0;
	font-size:14px;
}



/* Containe for the comment listings */
.comments .listingContainer
{
	padding:0 0 0 0;
}


/* Container for the form */
.comments .formContainer
{
	padding:25px 0 0 0;
}


/* Container for the individual comments */
.comments .commentBox
{
	margin:0 0 15px 0;	
}


/* Corner comment post left top */
.commentCornerLeftTop
{
	background-image:url("/sitefiles/images/corner_up_left.png");
	background-repeat:no-repeat;
	background-position:left top;
}


/* Corner coment post right top */
.commentCornerRightTop
{
	background-image:url("/sitefiles/images/corner_up_right.png");
	background-repeat:no-repeat;
	background-position:left top;
}


/* Corner comment post left bottom */
.commentCornerLeftBottom
{
	background-image:url("/sitefiles/images/corner_down_left.png");
	background-repeat:no-repeat;
	background-position:left top;
}


/* Corner comment post right bottom */
.commentCornerRightBottom
{
	background-image:url("/sitefiles/images/corner_down_right.png");
	background-repeat:no-repeat;
	background-position:left top;
}


/* Comment post filler */
.commentFiller
{
	height:4px;
	background-color:#EAEAEA;
	width:100%;
}


/* Comment post content */
.commentContent
{
	border-left:4px solid #EAEAEA;
	border-right:4px solid #EAEAEA;
	padding:5px 10px 5px 10px;
}


/* Header for the content */
.commentContent .header
{
}



/* Actual comment made */
.commentContent .comment
{
	padding:10px 0 0 0;
}


/* Submitted date of the comment */
.commentContent .submittedDate
{
	font-size:11px;
	color:#555555;
	padding:10px 0 0 0;
}