
/* HTML CONTAINER */
html {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	font-size: 1em;
	color:#0a2036;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	/* background: #7ea0b6; */
	position: relative;
	height: 100%;
}


/* Search results */
#search-results-wrapper {
	width:100%;
	clear: both;
	float: left;
}
#gbox_list {
	border:10px solid #5b8098;
	border-radius:18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}
#search-results {
	clear: both;
	padding:0px 0 0 0px;
	width:960px;
}
.ui-jqgrid-title {
	padding:5px 10px;
	color:#ffffff;
	font-size: 110%;
}
.ui-datepicker-div {
	background: #ffffff;
}
#error {
	padding:5px 30px;
	background-color:#ad1a1e;
	color:#fff;
	width:100%;
}
#previous-search {
	font-weight: bold;
	color:#67baea;
}
a:hover#previous-search {
	text-decoration: none;
}
.ui-th-column div {
	color:#0A2036;
}