﻿

.commentsComposite
{
	position: relative;
	width: 100%;
	min-width: 800px;
}

.commentsDivider
{
	border-style: none;
	background-color: #006666;
	height: 2px;
	width: 80%;
	margin-top: 2em;
	margin-bottom: 5px;
}


.commentsCompositeHeader
{
	
}
.commentsCompositeHeaderTitle
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006666;
	font-style: italic;
}
.commentsCompositeHeaderText
{
	font-family: Arial, 'Times New Roman' , Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}




.commentCreateContainer
{
	height: 120px;
	width: 750px;
}


.commentCreateTextBoxContainer
{
	position: relative;
	float: left;
	width: 600px;
	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
{
	position: relative;
	float: left;
	text-align: right;
	padding-top: 5px;
	height: 90px;
	width: 110px;
}

.commentCreateButtons .buttonPostComment
{
	position: relative;
	top: 10px;
	left: 10px;
}
.commentCreateButtons .buttonCancelComment
{
	position: relative;
	top: 20px;
	left: 10px;
}

.commentCreateButtons .buttonPostReply
{
	position: relative;
	top: 20px;
	left: 10px;
}
.commentCreateButtons .buttonCancelReply
{
	position: relative;
	top: 30px;
	left: 10px;
}




.hrClass
{
	
}

.commentDisplayDiv
{
	/*border-width: 2px;*/
	position: relative; /*border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #FF0000;*/
	width: 800px;
	text-align: left;
	margin-top: 10px;
}


.replyToCommentLink
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 35px;
}

.replyCommentPanel
{
	width: 100%;
}


.commentTextContainerDiv
{
	/*border: 1px solid #006666; */
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 10px;
	font-weight: bold;
}
.commentTextDiv
{
	margin: 5px;
}

.commentInfoDiv
{
	text-align: left;
	color: #000000;
	width: 100%;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.commentInfoName
{
	font-weight:bold;
	color: #006666;
}
.commentInfoVerb
{
	font-style: italic;
	color: #006666;
}
.commentInfoDate
{
	font-size: 80%;
	color: #006666;
}




.commentSizingPanel
{
	position: relative;
	width: 75%;
	float: right;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #006666;
}
.commentSizingPanelLead
{
	position: relative;
	width: 75%;
	float: right;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #006666;
}

.clearFloat
{
	clear: both;
}





