﻿/************************* Module Layout Styles *************************/
div.NZDFBase, html.NZDFBase
{
	font-size: 9pt;
	color: #6d6b54;
	font-family: Arial, Helvetica, sans-serif
}
div.NZDFBase
{
	margin-bottom: 10px
}
.LeftPane div.NZDFBase
{
	margin-left: 15px;
	width: 155px
}
.RightPane div.NZDFBase
{
	margin-left: 15px;
	margin-right: 15px;
	width: 180px
}
.NZDFBase .ModuleTitle
{
	margin: 15px 0px 10px;
	padding: 0
}
.NZDFBase h1
{
	font-size: 14pt;
	color: #FF0000;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px
}
.NZDFBase .ModuleTitle .ModuleButton
{
	margin-top: -5px;
	float: right
}
.NZDFBase p,.NZDFBase .ModuleContent
{
	line-height: 1.5em
}
/*====================================Module Content Text Styles====================================*/
.Highlight
{
	font-weight: bold;
	color: #FF0000
}
.NZDFBase .Highlight
{
	font-weight: bold;
	color: #FF0000
}
.HighlightGrey
{
	font-weight: bold;
	color: #ABC000
}
.NZDFBase .HighlightGrey
{
	font-weight: bold;
	color: #6d6b54
}
.NZDFBase h2
{
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF0000
}
.NZDFBase h3,.NZDFBase h4,.NZDFBase h5,.NZDFBase h6
{
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 5px
}
.NZDFBase a
{
	color: #4071B9;
	text-decoration: underline
}
.NZDFBase a:hover
{
	color: #000;
	text-decoration: underline
}
.NZDFBase hr
{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom-style: none;
	border-bottom: 2px dotted #ccc;
	background: #F0F0F0
}
.NZDFBase .Field,.NZDFBase .NormalTextbox
{
	background-color: #F9FFDF;
	border: 1px dimgray solid
}
.NZDFBase .NormalTextArea,.NZDFBase textarea,.NZDFBase select
{
	border: dimgray 1px solid;
	background-color: #F9FFDF
}
.NZDFBase .Button,.NZDFBase a.Button,.NZDFBase a:link.Button,.NZDFBase a:visited.Button,.NZDFBase a:hover.Button,.NZDFBase a:active.Button
{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: 11px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: #fff;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	background-color: #FF0000;
	text-align: center;
	text-decoration: none
}
.NZDFBase input.Button
{
	font-size: 11px;
	line-height: 11px
}
.NZDFBase .ModuleContent div.PublicDate
{
	display: none
}
