/* body {
	height: 100%;
	margin: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: 400;
	font-size: 12px;
	color: #333
} */

.GridViewScrollHeader th, .GridViewScrollHeader td {
	padding: 10px;
	font-weight: 400;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f4f4f4;
	color: #999;
	text-align: left;
	vertical-align: bottom
}

.GridViewScrollItem td {
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
	color: #444
}

.GridViewScrollItemFreeze td {
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fafafa;
	color: #444
}

.GridViewScrollFooterFreeze td {
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f4f4f4;
	color: #444
}