body {
	background-color: #016893;
}

.content {
	width: 960px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-color: rgb(255, 255, 255);
	padding: .5em;
	border-radius: 5px;
}

.header span {
	margin: auto;
}

.header span h1 {
	font-size: 1.75em;
}

.logo_container {
	margin: auto;
}

.oasas_logo {
	margin-left: .5em;
}

.isa_logo {
	margin-right: .5em;
	/*border: 5px solid white;*/
	/*border-radius: 10px;*/
}

.description a {
        font-size: .8em;
}

.description {
	margin-top: .25em;
	margin-bottom: 1em;
	font-size: 1.25em;
	color: #515A5A;
}

.title {
	font-size: 1.25em;
	margin-top: .5em;
}

.reports {
	margin-top: 1em;
	border-radius: 5px;
	padding-bottom: 1em;
}

.reports, .drilldown a, .drilldown .is-drilldown-submenu {
	background-color: #F5F5F5;
}

.report-list {
	margin-left: 4em;
	margin-right: 4em;
}

.tabs-title a {
        font-size: 1.2em;
}

.reports hr {
	margin: 0em 1em 0em 1em;
}

.footer { 
	margin-top: 1em;
}

.copywrite {
	background-color: #F5F5F5;
	border-radius: 5px;
	font-size: .75em;
	color:  #4d5656;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.report-list a:hover {
	background-color: #D3d3d3;
	border-radius: 5px;
}

.styled-table th,
.styled-table td {
	text-align: left;
}