div.dhtmlxLayoutObject {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.dhxCursorWResize {
	cursor: w-resize;
}
.dhxCursorNResize {
	cursor: n-resize;
}
/* dhxcont */
div.dhxcont_global_layout_area {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
div.dhxcont_content_blocker {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 101%;
	height: 101%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: #FFFFFF;
	z-index: 1;/*1*/
	-moz-user-select: none;
}
/* skin detect */
div.dhxlayout_skin_detect {
	position: absolute;
	height: 1px;/*1*/
	margin: 0px;
	padding: 0px;
}
