
.FormPanel
{
	width: 100%;
}

.HiddenField
{
	display: none;
}

.GridHeader
{
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/gridheaderBg.gif);
	color: #666666;
	background-color: #95abff;
	text-align: center;
}

.GridPager
{
	font-weight: bold;
	width: 100%;
	color: Red;
	background-color: whitesmoke;
	BACKGROUND-IMAGE: url(images/gridheaderBg.gif);
}

A.GridPager:link {
    text-decoration:    underline;
    color: #003366;
}

A.GridPager:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.GridPager:active   {
    text-decoration:    underline;
    color: #003366;
}

A.GridPager:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

.GridAlternating
{
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	font-family: Tahoma, Arial, Helvetica;
	background-color: gainsboro;
}

.GridNormal
{
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	font-family: Tahoma, Arial, Helvetica;
	background-color: whitesmoke;
}

.GridHilight
{
	font-weight: bold;
	background-color: lightsteelblue;
	color:White;
	font-size: 12px;
}


.EFFormBody {
	width: 100%;
	/*background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px*/
}

.AjaxLoading
{
	font-size : 20px;
	background-color : Red;
	text-decoration : blink;
}

.AutoScroll
{
	overflow: auto;
}

.Formsheader
{
	background: #e6eaff;
	border: solid 1px #000099;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 5px 0px;
}

.Formsheader2
{
	border-right: #000099 1px solid;
	padding-right: 5px;
	border-top: #000099 1px solid;
	padding-left: 10px;
	background: #e0eaff;
	padding-bottom: 5px;
	margin: 0px 0px 5px;
	border-left: #000099 1px solid;
	padding-top: 5px;
	border-bottom: #000099 1px solid;
}



