body, html {
	padding: 0px;
	margin: 0px;
}
body {
    color: #000;
	background-color: #fff;
	background-repeat: repeat;
}
/* Header
-----------------------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	background: #EBEBEC;
	text-align: justify;
	overflow: hidden;
}
#headerContent {
	margin: 10px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}
#headerLogo {
	display: inline-block;
	border: 0px;
}
#logo {
	vertical-align: middle;
}
#headerTitleContainer {
	display: inline-block;
	height: 72px;
	text-align: center;
	vertical-align: middle;
}
#headerTitle {
	color: #2E5984;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-indent: 10px;
}
div.loginHeader {
	background: #2E5984;
}
/* Footer
-----------------------------------------------------------*/
#footer {
	font-style: normal;
	font-size: small;
	color: #68696a;
}
.fixedWidth {
    width: 100%;
	overflow: hidden;
}
/* Login
-----------------------------------------------------------*/
#LoginBox {
	background: #fff !important;
	border: 1px solid #999;
	position: relative;
}
#LoginBox BUTTON {
	position: relative;
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
}
.loginLabel {
	margin-bottom: 5px;
}
.loginLabel > div {
	display: inline-block;
	width: 20%;
}
.loginLabel > input {
	display: inline-block;	
	width: 73%;
}
.loginKeys {
	width: 100%;
	padding: 10px;
}
.loginButtons {
	width: 100%;
	text-align: right;
}
#login-wrapper {
    padding-top: 100px;
    background-color: #FFF;
}
/* Admin Panel
-----------------------------------------------------------*/
#adminPanel {
    width: 100%;
	text-align: left;
    background-color: #fff;
    border: none;
}
#adminPanel a {
    color: #000;
	padding: 5px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
#adminPanel a:hover {
	background: #ddd;
}

/* Logout
-----------------------------------------------------------*/
#divLogout {
	color: #000;
	bottom: 0px;
	right: 10px;
}
#divLogout a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#divLogout a:visited {
	color: #000;
}
#divLogout a:hover {
	color: #00aeef;
}