body {
	color: #333;
	background: #f2f2f2;
	font: normal 14px/1.6 "trebuchet ms", arial, helvetica, sans-serif;
}

p,
ul {
	margin-bottom: 20px;
}

form,
input,
select,
.control-group {
	margin: 0;
}

input,
select {
	color: #000;
	font: normal 14px/1.6 "trebuchet ms", arial, helvetica, sans-serif;
}

input:focus {
	outline: none !important;
}

.control-group {
	display: inline;
}

#wrapper {
	width: 640px;
	margin: 30px auto;
}

header a {
	color: inherit !important;
	text-decoration: none !important;
}

header {
	margin-bottom: 15px;
	text-shadow: 0 1px #fff;
}

header h1 {
	line-height: 1;
	margin: 0;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 5px;
}

header p {
	color: #666;
	line-height: 1;
	margin: 0;
}

nav ul {
	margin: 0;
}

nav li {
	display: inline-block;
	margin-right: 10px;
}

nav a {
	display: block;
	position: relative;
	padding: 6px 7px;
	color: #333 !important;
	text-decoration: none !important;
	background: #ddd;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

nav a:hover,
nav a.active {
	color: inherit;
	background: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

nav a .hide-shadow {
	display: none;
	position: absolute;
	left: -5px;
	bottom: -5px;
	width: 100%;
	height: 5px;
	padding: 0 5px;
	background: #fff;
}

nav li:first-child a .hide-shadow {
	left: 0;
	padding-left: 0;
}

nav a:hover .hide-shadow,
nav a.active .hide-shadow {
	display: block;
}

#logout a > i {
	margin-top: 2px;
}

#logout form {
	display: none;
}

section {
	padding: 20px;
	background: #fff;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

section .content {
	display: none;
}

section .content:first-child {
	display: block;
}

section .content >:last-child {
	margin-bottom: 0;
}

span.testversion {
	background-color: #FFCC00;
}