@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	height: 100%;
	background-color: #fff;
}

.wrapper {
	box-sizing: border-box;
	clear: both;
	margin: auto;
	width: 100%;
}

header #logo img {
	float: right;
}

#banner img {
	float: left;
}

h1 {
	border-bottom: 1px solid #066b32;
	color: #066b32;
	font: bold 27px/33px Arial, "Helvetica Neue", Helvetica, Geneva,
		sans-serif;
	margin-bottom: 20px;
	padding-top: 4px;
}

#main #content {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
}

.ui-overlaypanel {
	backface-visibility: hidden;
	display: block;
	max-height: none;
	min-height: 100%;
	position: absolute;
	right: 0px !important;
	top: 0px !important;
	margin: 10px;
}

.ui-widget-overlay {
	background-color: #fff;
	position: inherit;
}