.DataGridTable{
	behavior:url(scrolltable.htc);
	font-family: Verdana;
	border-right: solid 1px #0a6cce;
	border-left: solid 1px #0a6cce;
	font-size: xx-small;
	color: #000000;
	padding:2px;
	width:100%;
}
.DataGridTH {
	padding: 6px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	FONT-WEIGHT: bold;
	color:#000000;
	background-color:#F7F7F7;
	background-position: center;
}
.DataGridTD {
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 6px;
}
#dgScrollDiv{
	overflow:auto;
	vertical-align: top;
}
#dgScrollStatusDiv{
	border-top: solid 1px #0a6cce;
	background-image: url("images/drag.gif");
	background-position:center;
	background-repeat:no-repeat;
	height:2px;
	cursor: s-resize;
	position:relative;
	display:block;
	FONT-WEIGHT: bold;
	color:#000000;
	background-color:#F7F7F7;
	text-align: center;
}