.CommentHeaderItemBold
{
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: #0080C2 1px solid;
	background-color: gainsboro;
	font-size: 12px;
}

.CommentHeaderItem
{
	border-bottom: #0080C2 1px solid;
	background-color: gainsboro;
	font-size: 12px;
}

.CommentRowDivider
{
	padding-bottom: 2px;
	border-top: #0080C2 1px solid;
}

.CommentItem
{
	font-size: 8pt;
	background-color: #D7EDFF;
}

.CommentItemBold
{
	font-weight: bold;
	font-size: 8pt;
	background-color: #D7EDFF;
}

.CommentSelectItemHeader
{
	font-weight: bold;
	font-size: 8pt;
	background-color: #59ACD7;
}

.CommentSelectItem
{
	font-size: 8pt;
	background-color: #99CCE7;
}