html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	overflow: hidden;
}

body.scrollable {
	overflow: auto;
}

p {
	margin: .1em;
}

#main-menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 2;
}

#main-menu > ul.ui-menu {
	border-radius: 0px;
	width: 100%;
	border: none;
	padding: 5px;
	margin: 0px;
	background: none;
}

#main-menu .ui-menu-item {
	float: left;
	width: auto;
	cursor: pointer;
}

#main-menu .ui-menu:after {
	content: "";
	display: block;
	clear: both;
}

#content-area {
	position: relative;
	z-index: 1;
	overflow: auto;
}

.ui-widget {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.ui-widget select, .ui-widget button, .ui-widget input {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.ui-accordion .ui-accordion-content {
	padding: .5em 1em;
}

.jqtree-transform {
	display: none;
}

.jqtree-tree {
	padding: 0px;
	margin: 0px;
}


.datetime-input {
	width: 10em;
	font-size: 9pt;
	background: #eee;
}

.errorMessage {
	display: block;
	width: 80%;
	margin: 1em auto;
	border: 2px solid #f00;
	background: #FCC;
	background-image: url('../images/error.png');
	background-repeat: no-repeat;
	background-position: 1em center;
	color: #000;
	padding: 1em;
	padding-left: 60px;
	font-weight: bold;
	min-height: 30px;
}

ul.errorMessage {
	padding-left: 90px;
}

.opm-loading-background, .opm-loading-mask {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: black;
	width: 100%;
	height: 100%;
}

.opm-loading-mask {
	opacity: .8;
	z-index: 10000;
}

.opm-loading-background {
	background: url("../../images/loading_large.gif") no-repeat center center;
	z-index: 11000;
}
