@charset "utf-8";
/* This CSS is all specific to the new layout.  It includes elements to help HTML5 pages display appropriately */
/* Contact Ceredwyn Ealanta (c.ealanta@bom.gov.au) for more information. */

/*Inline element fix */
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary{
		display: block;
}

.regionTable {
	border:1px solid #99CC33;
	width: 100%;
}

.regionTableOverview{
	width: 150px;
}

.regionTableTD{
	text-align: center;
}

.regionTableTDthird{
	text-align: center;
	width: 33%;
}

.regionTableTDfourth{
	text-align: center;
	width: 25%;
}

.regionTableTDfifth{
	text-align: center;
	width: 20%;
}


.regionTable caption{
	color: #006699;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

.regionTableHeader {
	color: #006699;
	letter-spacing: 1.1px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

.regionTableSubHeader {
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.regionTableSubHeaderLeft{
	font-weight: bold;
	text-align: left;
	border-bottom-width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #966;
}

.regionImage{
	border:1px solid #CCC;
	padding: 2px;
	margin: 5px;
}

.regionTableFooter{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}