html, body {
	height: auto;
}

body {
	background: #ffffff;
	text-align: left;
}

#container {
	position: static;
	width: auto;
	min-height: 0;
	height: auto;
	margin: 0;
	overflow: visible !important;
}

#header {
	position: static;
	width: auto;
	height: auto;
	background: #ffffff;padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: solid 1px #c4d0d6;
}

#header h1 {
	position: static;
}

#mainmenu {
	display: none;
}

#contentarea {
	position: static;
	overflow: visible !important;
	padding: 0;
	margin: 0;
}

#maincontent {
	margin-right: 0;
}

#maincontent h1 {
	margin-right: 320px;
}

#sidecolumn {
	margin: 0 0 2em 1em;
}

#footer {
	position: static;
	width: auto;
	height: auto;
	background: #ffffff;
	margin-top: 1em;
	border-top: solid 1px #c4d0d6;
	clear: right;
}

#footer p {
	padding: 0;
}

.panel .panelheader {
	height: auto;
	background: #ffffff;
	border-bottom: solid 1px #c4d0d6;
}

#datepickerform {
	display: none;
}

#resultspanel {
	overflow: visible;
}