/* -- Standard divs --*/
.clear
{
	clear: both;
}
.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;


}
.rightfloating img
{
	border: solid 1px white;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display: none;
}
img.borderless
{
	border: 0;
}
hr
{
	height: 0.1em;
	color: #d1c1d1;
}
h1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	line-height: 100%;
	font-size: 14px; 
	color: #003366; /*#006699*/
	display: block;
	padding: 10px 0px 8px 0px;
}
h2
{
	font-weight: bold; 
	font-size: 125%;
	color: #003366;
}
h3
{
	font-weight: bold;
	font-size: 100%;
	color: #069;
	text-transform: none;
}
h4
{
	/*font-weight: bold;*/
	font-size: 100%;
	color: #069;
	text-transform: none;
}

/* NZDF common styles */
div.clearingDiv {
	clear:both;
	height: 0px;
	visibility:hidden;
}
.photofloatright {
	float: right;
	margin: 5px;
	padding: 5px;
}
.photofloatleft {
	float: left;
	margin: 5px;
	padding: 5px;
}

/* image block in normal pages */
div.imageblock 
{
	margin-top: 15px;
	float: right;
}
div.imageblock div.img-lg img {
	display: block;
	margin-bottom: 8px;
}
div.imageblock div.img-lg-caption {
	padding: 12px;
	background: #DBEAF1;
}
div.imageblock div.img-lg-caption p {
	margin: 0;
}

/*table styling for results table*/
table.results {
	border-collapse: collapse;
	cell-spacing: 0px;
	cell-padding: 3px;
	border: 1px solid #069;
}

table.results caption {
	font-weight: bold;
	text-align: center;
}


table.results th {
	background: #DBEAF1;
	border: 1px solid #069;
	font-weight: bold;
	text-align: center;
}
table.results td 
{
	border: 1px solid #069;
	
}
/*NZDF lists*/

#mainareadiv ul.list li {

list-style: none;

}
p.PageNavLink {
/*display: block;*/
float:right;
border-right: 8px solid #DBEAF1;
}

/*NZDF keypoints emphasis no border */

div#KeyPoints {
	margin:0; padding: 10px 5px 5px 10px;
	background-color: #DBEAF1;
	border: none;
}
div .KeyPoints {
	margin:0; padding: 10px 5px 5px 10px;
	background-color: #DBEAF1;
	border: none;
}


div#PullQuote {
	margin:0; padding: 5px 5px 5px 5px;
	background-color: #DBEAF1;
	border: none;
	width:50%;
	}


div .PullQuote {
	margin:0; padding: 5px 5px 5px 5px;
	background-color: #DBEAF1;
	border: none;
	width:50%;
}
/*code for blockquote*/
.indentnt {
	padding-left: 2em;
	}