@charset "utf-8";
/* CSS Document */

@font-face
 {
 font-family: Oswald;
 src: url('Oswald.ttf'); /* IE9 */
 }
@font-face
 {
 font-family: Cabin-Regular;
 src: url('Cabin-Regular.ttf'); /* IE9 */
 }
body {
	width:100%;
	color:#3E3E3E;
	color:#252525;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin:0;
}
a, a:visited {
	text-decoration:none;
	color:#00E;
}
a:hover {
	text-decoration:underline;
	color:#7DB5D7;
}
a[href=''], a[href='']:after{
	content:" not available";
	color:#999;
	font-style:italic;
	pointer-events:none;
	cursor:default;
	text-decoration:none;
}
select, input {
	color:#3E3E3E;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
header {
	background-image: url(/images/diagbg.png);
	border-bottom:#DCDCDC solid thin;
}
footer {
	background-color: #DCDCDC;
	border-top:#DCDCDC solid thin;
}
header .gradient, footer .gradient {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%); /* W3C */
}
header, footer, #content, #access, #tableContent {
	clear:both;
}
#header, #footer, #content {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#header {
	font-family: Oswald;
	padding-bottom: 35px;
}
#header, #tableContent h2, .downloadBtns {
	font-family: Oswald;
}
.headerContent {
	font-size:32px;
	height: 100px;
	padding: 15px .75em 5px;
}
.headerContent h1 {
	font-size:32px;
	margin:0;
}
.logo {
	float:left;
	margin:.5em 1em 0 0;
}

.login-fail {
	padding:.5em 1em;
	color:#990000;
	font-weight:bold;
	border:thin solid #990000;
	border-radius:3px;
	background-color:#EEE;
	display:inline-block;
}

#content {
	min-height:100px;
    padding:15px 0 15px;
    position:relative;
}
#content p {
	margin-top:0;
}
#homeContent {
	display:table-cell;
	width:70%;
}
#homeContent p {
	margin-top:1em;
	margin-bottom:0;
}
#mapContainer {
	margin:0;
	width:100%;
	clear:both;
	display:inline-block;
}
#rightContent {
	padding: 15px 0 5px;
	margin: 0 0 15px 10px;
	width:100%;
	display:table-cell;
	position:relative;
	overflow:hidden;
}
#rightContent > div {position:relative;}
#rightstate {background-color:white;}

#content h1, #tableContent h2 {
	font-size:16px;
	margin:0 0 .5em;
}
#content h1, .downloadBtns, #tableContent h2  {
	text-transform:uppercase;
}
#content h2 {
	font-size:14px;
	font-weight:bold;
}
#tableTop {
	margin-top:2em;
	position:relative;
}
#tableContent {
	max-width:100%;
	overflow-x:scroll;
	border-style:inset;
	font-size:11px;
	margin-bottom:1em;
}
#tableContent table{
	min-width:100%;
	border-collapse:collapse;
}
#tableContent table td[bgcolor="SteelBlue"],#tableContent table th{
	background-color: SteelBlue;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}
#tableContent tr:nth-child(odd) {
	background-color:#CCC;
	background-color:#DEEFF5; /*lightblue lavender lightcyan*/
}
#tableContent tr:hover {
	background-color:#9FF;
}
#tableContent td {
	border: thin solid #3E3E3E;
}
#tableContent td:first-child {
	font-weight:bold;
}
.downloadBtns {
	font-size:13px;
	text-transform:none;
	position:absolute;
	bottom:0;
	right:0;
}
.downloadBtns a, a.btn {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	margin: 0 5px;
	background-color:#2F6397;
	color:#FFF;
	padding:.25em .9em;
	line-height:100%;
	border-radius:4px;
}
.downloadBtns a:hover, a.btn:hover {
	color:#7DB5D7;
}
.exportbtn {
	color:#1F6C40;
	font-weight:bold;
	background-color:#ccffcc;
	padding:.25em .5em;
	border: thin solid #1F6C40;
	border-radius: 3px;
}
.exportbtn:hover {
	opacity:.75;
	cursor:pointer;
}
.exportbtn:after {
	font-family:FontAwesome;
	content:"\f019";
	padding-left:.5em;
}
#footer {
	padding: 1em 0em 2em;
	font-family: Cabin-Regular;
	font-size: 10px;
}
#footer p {
	margin: 0;
}
#access div {
	margin: 0;
}
#access {
	background: #3E3E3E;
	border-radius: 3px;
	display: block;
	float: left;
	width: 100%;
}
#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding:0;
}
#access ul:first-child, #access ul:first-child a {
	margin: 0 1em;
}
#access li {
	float: left;
	position: relative;
	text-transform: uppercase;
}
#access a {
	color: #FFF;
	display: block;
	line-height: 1.8em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 166px;
	z-index: 99999;
}
#access ul ul ul {
	left: 166px;
	top: 0;
}
#access ul ul a {
	background: #3E3E3E;
	color: #FFF;
	font-size:75%;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	width: 146px;
}
#access ul ul li:hover > a,
#access a:focus {
	background: #292929;
}
#access li:hover > a,
#access a:focus,
#access .current_page_item > a,
#access .current_page_ancestor > a{
	color: #7DB5D7;
}
#access ul li:hover > ul {
	display: block;
}
#graph {
	width:100%;
	text-align:center;
	margin-top:1em;
}
#changeMap {
	height:460px;
	width:100%;
	text-align:center;
	margin-left:100px;
}


@media print {
	.reportbox {box-shadow:none;background-color:white;border:thin solid black;}
	
}