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

#siteHeader {
	height: 200px;
}

#pageContentContainer {
	margin-top: 4px;
}

/*topNav*/

#topNav a {
	background: none;
	border: none;
	color: #898989;
	font-size: 12px;
	line-height: 45px;
}

#topNav a.selected {
	background: none;
	color: #fff;
}

#topNav a:hover {
	color: #fff;
}

#topNav a:hover {
	background: #111111; /* Old browsers */
	background: -moz-linear-gradient(top, #111111 0%, #232323 8%, #333333 72%, #525252 92%, #919191 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(8%,#232323), color-stop(72%,#333333), color-stop(92%,#525252), color-stop(100%,#919191)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #111111 0%,#232323 8%,#333333 72%,#525252 92%,#919191 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #111111 0%,#232323 8%,#333333 72%,#525252 92%,#919191 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #111111 0%,#232323 8%,#333333 72%,#525252 92%,#919191 100%); /* IE10+ */
	background: linear-gradient(to bottom, #111111 0%,#232323 8%,#3333);
}


/*elements*/

.textBlockElement h3, .aggregatorElement h3, .tableElement h3, .reportTableElement h3 {
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #2b2b2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%,#2b2b2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%,#2b2b2b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 0%,#2b2b2b 100%); /* W3C */
	border: none;
}

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

.thunderbirdButton {
	text-indent: -9999px;
	display: block;
	width: 113px; height: 120px;
	position: absolute;
	top: 32px; left: auto; right: 73px; 
	z-index: 25;
}


	
