﻿/************************* Module Layout Styles *************************/
div.NZDFBox, html.NZDFBox
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 15px
}
div.NZDFBox
{
	padding-left:15px;
	padding-right:15px
}
.LeftPane div.NZDFBox
{
	width: 140px
}
.RightPane div.NZDFBox
{
	width: 180px
}
.NZDFBox .ModuleTitle
{
	vertical-align: bottom;
	text-align: left;
	height: 25px
}
.NZDFBox .ModuleTitleBg
{
	background-image: url(module_title_middle.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 25px
}
.NZDFBox .ModuleTitle h2
{
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	color: #fff;
	padding-left: 5px;
	margin: 0px;
	height: 15px
}
.NZDFBox .ModuleContentTable
{
	border-right: #bcbcbc 1px solid;
	border-left: #bcbcbc 1px solid;
	width: 100%;
	background-color: white;
	background-image: url(module_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom
}
.NZDFBox .ModuleContent
{
	padding-bottom: 10px;
	vertical-align: top;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px
}
/*====================================Module Content Text Styles====================================*/
.Highlight
{
	font-weight: bold;
	color: #656565
}
.NZDFBox .Highlight
{
	font-weight: bold;
	color: #656565
}
.NZDFBox h1, .NZDFBox .Head
{
	font-weight: bold;
	font-size: 1.2em;
	color: #656565
}
.NZDFBox h2, .NZDFBox .SubHead
{
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #656565
}
.NZDFBox h3, .NZDFBox h4, .NZDFBox h5, .NZDFBox h6
{
	font-weight: bold;
	font-size: 12px;
	color: #656565
}
.NZDFBox p,.NZDFBox .Normal
{
	color: #333
}
.NZDFBox a,.NZDFBox a:link,.NZDFBox a:visited,.NZDFBox a:active,.NZDFBox a .Normal
{
	color: #4071B9;
	text-decoration: underline
}
.NZDFBox a:hover
{
	color: #000;
	text-decoration: underline
}
.NZDFBox b, .NZDFBox strong, .NZDFBox .NormalBold
{
	font-weight: bold
}
.NZDFBox .NormalItalic
{
	font-style: italic;
	color: #333;
	font-weight: bolder
}
.NZDFBox i, .NZDFBox em
{
	font-style: italic
}
.NZDFBox hr
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	border-top-style: none;
	padding-top: 1px;
	border-bottom: #c0c0c0 1px dotted;
	border-right-style: none;
	border-left-style: none;
	height: 1px
}
.NZDFBox ul li
{
	font-weight: normal;
	color: #333;
	padding-left: 10px;
	list-style: url(bullet.gif);
	margin: 0
}
.NZDFBox ol li
{
	font-weight: normal;
	color: #333;
	padding-left: 10px;
	margin: 0
}
.NZDFBox ul
{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.NZDFBox .Field
{
	font-weight: normal;
	font-size: .9em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.NZDFBox .NormalTextArea, .NZDFBox textarea, .NZDFBox select
{
	border: dimgray 1px solid;
	font-weight: normal;
	font-size: .9em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5
}
.NZDFBox .Button, .NZDFBox a.Button, .NZDFBox a:link.Button, .NZDFBox a:visited.Button, .NZDFBox a:hover.Button, .NZDFBox 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
}
.NZDFBox input.Button
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px
}
.NZDFBox .ModuleContent div.PublicDate
{
	display: none
}
