﻿

.commentsComposite
{
	position: relative;
	width: 80%;
}


.commentsCompositeHeader
{
	
}
.commentsCompositeHeaderTitle
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00549F;
	font-style: italic;
}
.commentsCompositeHeaderText
{
	font-family: Arial, 'Times New Roman' , Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 10px;
}







.commentCreateTextBoxContainer
{
	position: relative;
	width: 100%;
	text-align: center;
}

.commentCreateTextBox
{
	padding: 5px;
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 75px;
	width: 95%;
	position: relative;
	text-align: left;
}

.commentCreateButtons
{
	text-align: right;
	padding-top: 5px;	
}

.hrClass
{
	
}

.commentDisplayDiv
{
	/*border-width: 2px;*/
	position: relative; /*border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #FF0000;*/
	width: 600px;
	text-align: left;
	margin-top: 10px;
}


.replyToCommentLink
{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 35px;
}

.replyCommentPanel
{
	width: 100%;
}


.commentTextContainerDiv
{
	border: 1px solid #E6EEF5; 
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 10px;
}
.commentTextDiv
{
	margin: 5px;
}

.commentInfoDiv
{
	text-align: left;
	color: #00549F;
	width: 100%;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.commentInfoName
{
	font-weight:bold;
}
.commentInfoVerb
{
	font-style: italic;
}
.commentInfoDate
{
	font-size: 80%;
}




.commentSizingPanel
{
	position: relative;
	width: 75%;
	float: right;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
}

.clearFloat
{
	clear: both;
}




