body { background: #8d8d8d url(https://assets.ngin.com/site_files/3003/background.jpg) top center no-repeat; }

#displayBodyHeader {
	background: #001990; /* Old browsers */
	background: -moz-linear-gradient(top, #001990 0%, #000977 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001990), color-stop(100%,#000977)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #001990 0%,#000977 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #001990 0%,#000977 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #001990 0%,#000977 100%); /* IE10+ */
	background: linear-gradient(to bottom, #001990 0%,#000977 100%); /* W3C */
}

.dataTable th, .resultsTable .resultHeader {
	background: #ff7800 none;
}
