html {
	background-image: url("images/background.jpg");
	background-repeat: repeat;
	height: 100%;
}
body {
	height: 100%;
	margin:auto;
	#background: -webkit-radial-gradient(rgba(255,255,255,.75), rgba(170,170,170,7.5)); /* Safari */
	#background: -o-radial-gradient(rgba(255,255,255,.75), rgba(170,170,170,.75)); /* For Opera 11.1 to 12.0 */
	#background: -moz-radial-gradient(rgba(255,255,255,.75), rgba(100,170,170,.75)); /* For Firefox 3.6 to 15 */
	#background: radial-gradient(rgba(255,255,255,.75), rgba(170,170,170,.75)); /* Standard syntax */
	background: color(rgba(255,255,255,.75))
	color: #000;
	font-size: medium;
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
}
table { 
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border: 0px;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.login {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.75);
	color: #32c9f7;
	vertical-align: middle;
	text-align: left;
	border: 0px solid #000;
	padding-top: 150px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.login table {
	padding: 10px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}
.login_error {
	margin: 0px;
	padding: 0px;
	color: #baff04;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
#navigationMenu {
	background-color: transparent;
	position: absolute;
	padding: 0px;
	padding-left: 5px;
	top: 105px;
	left: 15px;
	width: 40px;
	margin: auto;
}
#navigationMenu li {
	background-color: transparent;
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
}
#navigationMenu span {
	/* Container properties */
	width:0;
	left:38px;
	top: 7px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:25px;
	
	/* CSS3 Transition: */
	-webkit-transition: .25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: .25s;
	transition: .25s;
	
	color: #FFF;
}
#navigationMenu a{
	background:url('images/navigation.png') no-repeat;
	height:39px;
	width:38px;
	display:block;
	position:relative;
}
#navigationMenu a:hover span{
	width:auto;
	padding:0 20px;
	overflow:visible;
	background-color: rgba(100, 100, 100, .5);
	color: #FFF;
}
#navigationMenu a:hover{
	text-decoration:none;
}
#navigationMenu .home {
	background-position:0 0;
}
#navigationMenu .home:hover {
	background-position:0 -39px;
}
#navigationMenu .about {
	background-position:-38px 0;
}
#navigationMenu .about:hover {
	background-position:-38px -39px;
}
#navigationMenu .settings {
	background-position:-76px 0;
}
#navigationMenu .settings:hover {
	background-position:-76px -39px;
}
#navigationMenu .logout {
	background-position:-114px 0;
}
#navigationMenu .logout:hover{
	background-position:-114px -39px;
}
#navigationMenu .contact {
	background-position:-152px 0;
}
#navigationMenu .contact:hover {
	background-position:-152px -39px;
}
#navigationMenu .database {
	background-position:-190px 0;
}
#navigationMenu .database:hover {
	background-position:-190px -39px;
}
.log {
	background-color: #FFF;
	color: #000;
	text-align: left;
	border: 0px solid #000;
	position:relative;
	top: 20px;
	left: 200px;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	#box-shadow: rgb(51, 51, 51) 0px 0px 11px 4.51667px;
	border-top-left-radius: 17.8px;
	border-top-right-radius: 17.8px;
	border-bottom-left-radius: 17.8px;
	border-bottom-right-radius: 17.8px;
}
.content {
	background-color: transparent;
	color: #000;
	text-align: left;
	border: 0px solid #000;
	position:relative;
	left: 100px;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.title_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("images/EnGear_logo.png");
	background-position: left 5px top 5px;
	background-repeat: no-repeat;
	height: 85px;
	border-top-left-radius: 42px;
	border-bottom-left-radius: 42px;
	color: #fff;
	background-color: #333;
	#border-bottom: 2px ridge #000;
	#background-repeat: no-repeat;
	width: 100%;
	font-family: 'Gruppo', cursive;
	font-style: normal;
}
.title_bar h1 {
	font-size: 56px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 82px;
	margin: 0px;
	margin-bottom: -5px;
	text-align: left;
	font-family: 'Gruppo', cursive;
	#text-shadow: 0px 0px 1px #baff04;
}
.title_bar h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-left: 85px;
	margin-top: -10px;
	text-align: left;
	font-family: 'Gruppo', cursive;
	#text-shadow: 0px 0px 1px #baff04;
}
.logo_en {
	color: #baff04;
}
.logo_gear {
	color: #32c9f7;
}
.note {
	color: #F00;
	font-style: italic;
}
.input_form {
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: transparent;
	color: #000;
	font-weight:normal;
	#font-family: arial, sans-serif;
	vertical-align: text-bottom;
	width: 100%;
}
.input_form select {
	background-color: #EEE;
	border-top: 1px solid #333;
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
	width: 10em;
}
.input_form input {
	border-top: 1px solid #333;
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
}
.input_form input[type="submit"] {
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
}
.input_form input[type="checkbox"] {
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
}
.input_form td {
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	vertical-align:text-top;
}
#container {
	position: absolute;
	top: 90px;
	left: 0px;
	bottom: 45px;
	width: 100%;
	margin: auto;
	color:#000;
	font-weight:normal;
	#font-family: arial, sans-serif;
	background-color: transparent;
}
input {
	border-top: 1px solid #333;
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
}
.footer {
	z-index: 10;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #fff;
	background: #333;
	position: fixed;
	bottom: 0;
	height: 20px;
	width: 100%;
}
.footer a {
	color: #baff04;
	text-decoration: none;
}
.footer a:link {
	color: #baff04;
}
.footer a:visited {
	color: #baff04;
}
.footer a:active {
	color: #baff04;
}
.footer a:hover {
	color: #32c9f7;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
}
