﻿

.ErrorLabel
{
	color: #FF0000;
	font-weight: bold;
}

.NotifyLabel
{
	font-weight : bold;
	color : Green;
}

.CommentTable
{
	border: 1px solid Gray;
	width: 600px;
}

.CommentHeaderRow
{
	background-color: #5D7B9D;
	color: #FFFFFF;
}

.CommentAdminRow
{
	background-color: #5D7B9D;
	color: #FFFFFF;
}

.CommentBody
{
	background-color: #F7F6F3;	
}

.CommentPagerTable
{
	border: 1px solid Gray;
	width: 600px;
}

.CommentPagerRow
{
	background-color: #C0C0C0;
}

.CommentPagerCell
{
	width: 33%;
}

.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.ViewReportSectionRow
{
	font-weight : bold;
}

 .ViewReportDetailsInfo
 {
 	font-weight : bold;
 }
