﻿
/*#HTable
{
	width: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
}
#MainTable
{
	width: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	
}
.Mainheading
{
	font-family: Arial;
	font-size: 12px;
}
.Tableheading
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	
}
.ParameterTable
{
	font-family: Arial;
	font-size: 11px;
	text-align: left;
}
.ReviewHead
{
	color:#000000;
}
.IndexStyle
{
	background-color: #ffffff;
	border:0px;
	
}
.LbtnStyle
{
	font-weight: bold;
	color: Blue;
	font-style:italic;
}*/
.error-highlight {
	
}

/*.EU_DataTable_Highlight{
	border-collapse: collapse;
	width: 100%;
}*/

.EU_DataTable_Highlight {
	width: 100%;
	border: 3px solid red !important;
	/*background-color: #ffe5e5 !important;*/
	background-color: rgb(255, 229, 229) !important;
	color: #000000;
	padding: 10px 5px 10px 5px;
	/*border: 1px solid #cccccc;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}
	.EU_DataTable_Highlight tr td {
		padding: 5px 10px 5px 10px;
		background-color: #ffe5e5 !important;
		color: #454545;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		border: 1px solid #cccccc;
		vertical-align: middle;
	}
