/* styles which should be hidden only for js version but visible for non-js version */
.dhtmlDisplay {
	display: none;
	}
.dhtmlVisibility {
	visibility: hidden;
	}
/* items only useful in js-version and so are hidden normally */
.jsOnly {
	display: block !important;
	}
