div.dhtmlxLayoutObject {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.dhxCursorWResize {
	cursor: w-resize;
}
.dhxCursorNResize {
	cursor: n-resize;
}
.dhxLayoutFullScreenedInit {
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
}
