html {
	overflow-y: scroll;
}

body {
	font-family: "latoregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 640px;
}

.lo-page {
	min-height: 100%;
	position: relative;
	background: #fefefe;
}

.lo-header {
	
}

.lo-header-partition {
	background: #9b0a7d;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.45);
	position: relative;
	z-index: 10;
}

.lo-header-global {
	position: relative;
}

.lo-header-global-logo {
	display: inline-block;
	vertical-align: bottom;
	background-image: url("/www/javax.faces.resource/img/logo.gif.xhtml");
	width: 100px;
	height: 42px;
}

.lo-header-global-links {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	list-style: none;
}

.lo-header-global-links li {
	display: inline-block;
	margin: 0px 5px;
}

.lo-header-global-links li:first-child {
	margin-left: 0px;
}

.lo-header-global-links li:last-child {
	margin-right: 0px;
}

.lo-header-global-links a {
	color: #cacaca;
	text-decoration: none;
	font-size: 12px;
	outline: 0;
}

.lo-header-global-links a:hover, .lo-header-global-links a:focus {
	color: #eaeaea;
}

.lo-header-local {
	height: 110px;
}

.lo-header-local-left {
	float: left;
	width: 360px;
	height: 110px;
}

.lo-header-local-links {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.lo-header-local-links li {
	border: 1px solid #000;
	border-bottom: none;
}

.lo-header-local-links li:last-child {
	border-bottom: 1px solid #000;
}

.lo-header-local-links a {
	display: inline-block;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	background: #fff;
	text-decoration: none;
	padding: 6px;
	width: 100%;
}

.lo-header-local-right {
	margin-left: 360px;
	height: 110px;
	background: #555;
	position: relative;
}

.lo-header-local-right div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lo-header-local-scene {
	background-image: url("/www/javax.faces.resource/img/scene.jpg.xhtml");
	background-position: center;
	background-size: cover;
}

.lo-header-local-filter {
	background-image: url("/www/javax.faces.resource/img/filter.png.xhtml");
	background-position: center;
	background-size: 100% 100%;
}

.lo-header-local:after {
	content: "";
	display: table;
	clear: both;
}

.lo-body {
	padding-bottom: 230px;
	font-size: 90%;
}

.lo-menu {
	margin: 0px 0px 42px;
}

#announcement-messages {
	margin: 0px 0px 32px;
}

.lo-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.lo-footer-seal {
	margin-top: 32px;
	vertical-align: bottom;
	background-image: url("/www/javax.faces.resource/img/seal.gif.xhtml");
	width: 353px;
	height: 198px;
}

.lo-center-container {
	width: 100%;
}

.lo-center-content {
	margin-left: auto;
	margin-right: auto;
	min-width: 1061px;
	max-width: 1200px;
	width: 80%;
}

@media screen and (max-width: 1248px) {
	.lo-center-content {
		min-width: 922px;
		width: 85%;
	}
}

@media screen and (max-width: 1024px) {
	.lo-center-content {
		min-width: 800px;
		width: 90%;
	}
}

@media screen and (max-width: 800px) {
	.lo-center-content {
		min-width: 640px;
		width: 100%;
	}
}

.ui-realm-lobby, .ui-realm-lounge, .ui-stage-production {
	background: #9b0a7d;
}

.ui-realm-library, .ui-stage-approval {
	background: #005459;
}

.ui-realm-office, .ui-stage-development {
	background: #606060;
}