/* @override http://dev.nowland.com.au/index.php/tools/css/themes/simple_white/main.css */

/* @group Layout */

html, body {
	height: 100%;
	margin: 0;
}

#page-wrapper {
	min-height: 700px;
	min-width: 1000px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#page {
	position: absolute;
	width: 1000px;
	height: 700px;
	margin: -350px auto auto -500px;
	top: 50%;
	left: 50%;
	border: 1px #ddd solid;
}

#page #header {
	position: relative;
	min-height: 140px;
	overflow: hidden;
}

#page #header #logo {
	position: relative;
	color: #999;
	cursor: pointer;
	left: 0px;
	z-index: 10;
	width: 20%;
	float: left;
	font-size: 32px;
	height: 140px;
}

#page #header #logo > * {
	margin: 38px 0 0 32px;
	position: absolute;
}

#page #header #header-area {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#page #header #header-area #header-area-inside {
	margin-bottom: 12px;
}

#page #header #header-area img {
	display: block;
}

/* @end */

#page #central {
	clear: both;
	position: relative;
	overflow: hidden;
	height: 560px;
}

/* @group Basics */

li {
	margin-bottom: 0.5em;
}

#body ul {
	margin: .6em 0;
	padding: 0;
}

#body li {
	margin: 0;
	list-style-type: none;
}

#body li:before {
	content: '> ';
}

form dt {
	float: left;
}

#content form {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

td {
	padding: .5em;
}

/* @end */

/* @group Menu */

#menu {
	top: 140px;
	left: 195px;
	z-index: 1;
	float: left;
	margin-left: 20%;
	width: 10%;
}

ul.nav, ul.nav-header {
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.nav li, ul.nav-header li {
	border-top: 1px solid #ddd;
}

ul.nav > li:first-child,
ul.nav-header > li:first-child {
	border-top: none;
}

ul.nav li,
ul.nav-header li {
	padding: .5em;
	margin: 0;
}

ul.nav ul, ul.nav-header ul {
	list-style-type: none;
	padding-left: 1em;
	margin-top: .5em;
	padding-left: 0;
	margin-bottom: -.5em;
}

ul.nav {
	text-align: right;
}

ul.nav ul {
	border-left: none;
	border-right: .5em solid #ddd;
}

ul.nav-header ul {
	border-left: .5em solid #ddd;
}

-ul.nav li.nav-selected {
	padding-bottom: 0;
}

ul.nav li.nav-selected > a {
	color: #333;
}

/* @end */

/* @group Sidebar */

#page #central #sidebar {
	width: 17%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 1% 0 1%;
}

#page #central #sidebar > * {
	margin: 0 1em;
}

/* @end */

#page #central #body {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 68%;
	overflow: auto;
	margin: 0 1% 1em;
}

#page #header #header-area>* {
	font-size: 7pt;
	line-height: 8pt;
	margin: 0 0 .5em;
}


.nav-header > li:nth-child(3) {
	display:none;
}
