﻿.CommentBox
{
	width: 100%;
	background: #F4F4F4;
	border-collapse: collapse;
	border: 0px;
}

.CommentBoxTitle
{
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #669900;
}

.CommentBoxDate
{
	color: #666666;
	font: normal 10pt Arial, Helvetica, sans-serif;
}

.CommentBoxText
{
	color: #000000;
	font: normal 10pt Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align:justify;
}

.CommentBoxLabel
{
	font: normal 10pt "Lucida Grande", Arial, sans-serif;
	color: #666666;
}

.CommentBoxError
{
	color: Red;
	font-weight:bold;
	font-size: 10pt;
}

.CommentBoxButton
{
	font-size: 12px;
	color: #ffffff;
	background-color: #669933;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: white thin solid;
	cursor: hand;
}

.CommentBoxDetailsContainer
{
	padding-right: 15px;
	padding-left: 15px;
}

.CommentBoxTitleLabel
{
	font: bold 12pt "Lucida Grande", Arial, sans-serif;
	color: #666666;
}

.CommentBoxHeader
{
	width: 100%;
}

.CommentBoxHeaderColors
{
	background-color: #F4F4F4;
	color: #F4F4F4;
}

.CommentBoxFooter
{
	width: 100%;
}

.CommentBoxFooterColors
{
	background-color: #F4F4F4;
	color: #F4F4F4;
}

