html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
	color: #2f4f4f;
	background: #eeeeee;
}
input[type="text"], input[type="password"] {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  color: #555;
  font-family: Arial;
  font-size: 19px;
  height: 28px;
  margin: 2px 6px 0 0;
  padding: 7px 3px 9px 14px;
  width: 360px;
  font-weight: normal;
}

#header {
	width: 100%;
	height: 5em;
	line-height: 5em;
}
#header h1 {
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
#header h1 a {
	color: #2f4f4f;
	text-decoration: none;
}
#content {
	width: 90%;
	margin: auto;
	min-height: 500px;
	background: white;
	border: 1px solid silver;
	box-shadow: -2px 2px 2px 0px #aeaeae;
}
#login {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background: white;
	border: 1px solid silver;
	box-shadow: -2px 2px 2px 0px #aeaeae;
	z-index: 99;
}
#login div {
	width: 100%;
}
#login div span {
	font-weight: bold;
	display: block;
	margin-left: 2em;
	margin-top: 2em;
}
#login input[type="text"], #login input[type="password"] {
	display: block;
	margin: auto;
}
#login input[type="submit"], #login input[type="button"] {
	float: right;
	float: right;
	height: 2em;
	line-height: 1.75em;
	font-size: 1.0em;
	width: 10em;
	text-align: center;
	border: 1px solid silver;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 7px;
	box-shadow: -2px 2px 2px 0px #aeaeae;	
	background: #FFFFFF;
	color: #2f4f4f;
}
#login input[type="submit"]:hover, #login input[type="button"]:hover {
	background: #9FBF0C;
	box-shadow: inset -2px 2px 2px  #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}
#footer {
	width: 100%;
	height: 5em;
	line-height: 5em;
}
#footer h1 {
	margin: 0;
	padding: 0;
	padding-left: 1em;
	display: block;
	float: right;
}
#footer h1 a {
	color: #2f4f4f;
	text-decoration: none;
}
.backward { 
	display: inline-block;
	-moz-transform: scale(-1, 1); 
	-webkit-transform: scale(-1, 1);  
	transform: scale(-1, 1); 
} 
.menu {
	border-bottom: 1px solid silver;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {
	float: right;
	height: 2em;
	line-height: 1.75em;
	width: 10em;
	text-align: center;
	border: 1px solid silver;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 7px;
	box-shadow: -2px 2px 2px 0px #aeaeae;
}
.menu li:hover {
	background: #9FBF0C;
	box-shadow: inset -2px 2px 2px  #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}
.menu li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #2f4f4f;
	outline: none;
}
.menu li a:visited {
	color: #2f4f4f;
}
.menu li a:active {
	outline: none;
}
.menu li a:focus {
	outline: none;
}
.lg_error {
	margin: auto;
	color: red;
	text-align: center;
	margin-bottom: 2em;
}
.clear {
	clear: both;
}