
.dragRow {

	position: relative;
	width: 100%;
	height: 5px;
	margin-bottom: -2px;
	top: 98%;
	left: 0px;
	cursor: s-resize;
}
.dragTr {
	height:inherit;
}

.dragCol {
	position:absolute;
	height:100%;
	width:5px;
	margin-right:-5px;
	left:100%;
	top:0px;
	cursor:w-resize;
}
.dragDiv {
 	position:relative;
	height:100%;
	width:100%;
}
