
.message{
	color:#FFFFFF;
	background-color:#D70000;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	height:25px;
	
}
.messageText{
	color:#000000;
	background-color:#FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.tableHeader{
  	font-family: Arial;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	height:30px;
	text-align:center;
}
.notActive{
	color:red;
}
.yesActive{
	color:green;
}