div {
	/*border:1px solid red*/
	
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#page-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#content {
	position: relative;
	z-index: 1;
	padding: 0px;
}

html {
	overflow-y: hidden;
}

body {
	overflow-y: auto;
	color: white;
}

body, table {
	font-size: 1em;
}

#content {
	position: static;
	padding: 0px;
}

.masterTable {
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial;
}

.footer {
	height: 10%;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background-color: white;
}

.login {
	height: 24%;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background-color: white;
}

.error {
	border: 1px solid #ff8888;
	background-color: red;
	color: white;
	text-align: center;
	border-radius: 8px;
	padding: 5px 15px 5px 15px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

/*@media only screen and (max-width: 704px) {*/
.logo {
	background-color: rgba(255, 255, 255, 0.750);
	padding: 10px 0px 10px 0px;
	/* 	border-radius: 8px; */
	/*  	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9); */
	width: 100%;
}
/*}*/
.links {
	background-color: rgba(255, 255, 255, 1);
	padding: 3px 0px 5px 0px;
	width: 100%;
}

.links a {
	font-size: 0.95em;
	color: #008;
	text-decoration: none;
	margin: 0px 16px
}

.links a:HOVER {
	text-decoration: underline;
}

.centeredMenuBar.ui-menubar {
	text-align: center;
	color: #008 !important;
}

.centeredMenuBar .ui-menu-list {
	display: inline-block;
}

.centeredMenuBar .ui-menu-list li {
	font-size: 0.95em !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	color: #008 !important;
}

ul.ui-menu-child {
    white-space: nowrap;
    width: auto !important;
}