/* Version 20241101_1121 */

body, html {
	height: 100%;
	margin: 0px;
	width: 100%;
/*	overflow: hidden; */
/*	background-size: 100%; */
}

body {
	background-image:url("gfx/bg01b_m.jpg");
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.ui-menu {
	width: 120px;
}

#contentDesk {
	height: 100%;
/*	overflow: auto; */
}

#contentItems {
	height: 100%;
}

#contextDesk {
	position:absolute;
	z-index: 9999; /* simple solution for the item.dragable.stack-behavior */
}

#contextItem {
	position:absolute;
	z-index: 9999; /* simple solution for the item.dragable.stack-behavior */
}

#dialogTextEditorText {
	width: 100%;
	height: 100%;
	resize: none;
	tab-size: 16;
}

#loginSubmit {
	float:right;
}