
	/* GENERAL LAYOUT */

* {
	margin: 0px;
	padding: 0px;
}
header {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #a0a0a0;
	cursor: pointer;
	background: #006187;
}
header a {
	font-family: Arial;
	font-size: 12px;
	color: #a0a0a0;
	text-decoration: none;
}
#info, #userinfo {
	position: relative;
	float: left;
	display: table;
	margin: 0px 10px;
}
#userinfo {
	float: right;
}
header a:hover {
	color: #FFF;
}
header span:hover {
	color: #FFF;
}
#header {
	position: relative;
	display: table;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 15px;
	text-align: center;
	top: 30px;
}

	/* LOADING */
	
#loading {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	z-index: 20000;	
}
#loading_prompt {
	display: table;
	width: 100px;
	margin: 20% auto;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.loading_element {
	position: relative;
	clear: both;
	margin: 10px 0;
}