﻿
.emptyrowstyle
{
	font-size:14px;
	color:Blue;
}
.gridviewtable{
	table-layout:fixed;
}
.gridviewtd{
	width:100%;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.fixedHeaderTr 
{ 
	position:relative;
	 top:expression(this.offsetParent.scrollTop); 
}
.mainDiv 
{
	overflow:auto; 
	scrollbar-face-color:#9999ff;
	 height:expression((document.body.clientHeight-this.offsetTop-20>this.children[0].offsetHeight)?(this.children[0].offsetHeight+20) : (document.body.clientHeight-this.offsetTop-20)); 
	 width:expression(document.body.clientWidth-20);
}