﻿body {
	margin: 0;
	padding: 0;
	background-color: #00adef;
	color: White;
	background-repeat: repeat-x;
	background-image: url(Images/BackgroundSecondary.png);
 	text-align: center;
	min-width: 840px;
}

div
{
	vertical-align: top;
	text-align: left;
	color: #000000;
}

#CentredDiv
{
	position: relative;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	overflow:visible
}

#PageTitle
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#PageSubTitle
{
	position: absolute;
	left: 330px;
	top: 5px;
}

#PageHeading
{
	position: absolute;
	left: 220px;
	top: 55px;
	width:490px;
  }

#PageSubHeading
{
	position: absolute;
	left: 220px;
	top: 90px;
	width:490px;
 }
  
#Navigation
{
	position: absolute;
	left: 590px;
	top: 5px;
	width: 250px;
	text-align:right;
 }

#MainContentArea /* div containing content */
{
	position: absolute;
	left: 0px;
	top: 123px;
	width: 840px;
 	text-align: left;
	z-index: 1;
	overflow:visible;
	color:white;
}

/* Styles for chart data table */

.ReportMainLabel
{
	font-size:24pt;
	font-family: Arial;
	color: White;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
 	text-align:center;
 }

.ReportSubLabel
{
	font-size:18pt;
	font-family: Arial;
	color: White;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
 	text-align:center;
 }

.ReportTable
{
	width: 100%;
	border: solid 1px black;
	margin-left: 1px;
	margin-bottom:10px;
}

.ReportTableHeader td
{
	background-color: #161f60;
	color: White;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.ReportTableRow td
{
	background-color: white;
	color: Black;
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
 	text-align: left;
 	padding-left:2px;
}

.NotAvailable
{
	color: Black;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
}
