@import url("Forms.css");

/*Globals*/
html {
	scrollbar-face-color:#D9D9DB;
    scrollbar-shadow-color:#D9D9DB; 
    scrollbar-base-color:#D9D9DB;
    scrollbar-3dlight-color:#D9D9DB; 
    scrollbar-arrow-color:#254D82; 
    scrollbar-track-color:#F1F1F1;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body#FrontEnd {
	background-color: #F5F3EF;
}
a:link {
	color: #004C85;
	font-weight: bold;
}
a:visited {
	color: #004C85;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
}
a.subheading:hover {
	color: #FF0000;
}
a:active {
	color: #004C85;
	font-weight: bold;
}
.heading {
	color: #004C85;
	font-size: 12pt;
	font-weight: bold;
}
.subheading {
	color: #004C85;
	font-size: 10pt;
	font-weight: bold;
}
.contentheading {
	color: #004C85;
	font-size: 8pt;
	font-weight: bold;
}
p.contentheading {
	margin-top: 8px;
}
ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	padding-bottom: 8px;
}
.BracketList td {
	padding-bottom: 10px;
} 
p {
	margin-bottom: 8px;
	margin-top: 0px;
}
.hidden {
	display: none;
}
.display {
}
#Container{
	width:1003px;
	margin:0 auto;
	position: relative;
}
#InformationContainer {
	background-image: url(images/RightColumnBottomBackground.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#MainContent {
	background-color: #FFFFFF;
	background-image: url(images/ContentBackground.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#BodyContent {
	color: #5C584C;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 15px;
	margin-left: 16px;
}
#BoardContent {
	color: #5C584C;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#AltMainContent {
	background-color: #FFFFFF;
}
#AltBodyContent {
	color: #004C85;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
}
#LeftColumn {
	padding-right: 16px;
}
#BreadCrumbs {
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
}
#BreadCrumbs td {
	font-size: 7pt;
	text-transform: uppercase;
	color: #999999;
}
#BreadCrumbs a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#BreadCrumbs a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
#BreadCrumbs .ReturnLink {
	color: #004C85;
	text-decoration: underline;
	text-transform: none;
	font-size: 8pt;
	font-weight: bold;
}
#BreadCrumbs .ReturnLink:hover {
	color: #FF0000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
#ComputerShareContainer {
	padding-top: 6px !important;
	padding-bottom: 0px !important;
	padding-right: 16px !important;
}
#ComputerShareContainer img {
	margin-left: 8px;
}
#ComputerShareContainer a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#ComputerShareContainer a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
#ComputerShareContainer .ReturnLink {
	color: #004C85;
	text-decoration: underline;
	text-transform: none;
	font-size: 8pt;
	font-weight: bold;
}
#ComputerShareContainer .ReturnLink:hover {
	color: #FF0000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
#LeftColumn ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 4px;
	margin-bottom: 8px;
	margin-top: 24px;
	padding-left: 10px;
}
#LeftColumn li {
	background-image: url(images/SiteBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 18px;
	padding-bottom: 16px;
}
#NewsColumn {
	
}
/*
#NewsColumn ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 4px;
	margin-bottom: 8px;
	margin-top: 24px;
	padding-left: 10px;
}
#NewsColumn li {
	background-image: url(images/SiteBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 18px;
	padding-bottom: 16px;
}
/*Endof Globals*/
/*Homepage*/
#Header {
	position: absolute;
	z-index: 1;
	height: 140px;
	width: 959px;
	background-image: url(Gradients/DarkBlue.jpg);
	float: left;
	background-repeat: no-repeat;
	top: 0px;
}
#InBroswerHeader {
	position: absolute;
	z-index: -5;
	height: 140px;
	width: 959px;
	background-image: url(Gradients/DarkBlue.jpg);
	float: left;
	background-repeat: no-repeat;
	top: 80px;
}
#Logo {
	position: relative;
	z-index: 2;
	height: 86px;
	width: 120px;
	left: 27px;
	top: 17px;
}
#InBrowserLogo {
	position: relative;
	z-index: -5;
	height: 86px;
	width: 120px;
	left: 27px;
	top: 17px;
}
#TickerTape {
	position: relative;
	z-index: 3;
	height: 20px;
	width: 587px;
	left: 184px;
	top: -5px;
	background-color: #FFFFFF;
	background-image: url(images/NZSX.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#InBrowserTickerTape {
	position: relative;
	z-index: -5;
	height: 20px;
	width: 587px;
	left: 184px;
	top: -5px;
	background-color: #FFFFFF;
	background-image: url(images/NZSX.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#SiteTools {
	position: relative;
	z-index: 5;
	height: 20px;
	width: 165px;
	left: 783px;
	top: -95px;
	float: left;
	vertical-align: top;
}
#SiteTools td {
	padding-bottom: 8px;
}

#InBrowserSiteTools {
	position: relative;
	z-index: -5;
	height: 20px;
	width: 165px;
	left: 783px;
	top: -95px;
}
#InBrowserSiteTools td {
	padding-bottom: 8px;
}
#HPPanel {
	height: 392px;
	width: 577px;
	background-image: url(Fades/HP_01.jpg);
	z-index: 1;
	float: left;
	position: absolute;
	top: 140px;
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
}
#InvestorHPButton {
	height: 50px;
	width: 91px;
	background-image: url(images/InvestorButton.gif);
	z-index: 1;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	margin: 2px 8px 0px;
	cursor: hand;
	cursor: pointer;
}
#MenuBar {
	position: relative;
	z-index: 28;
	float: left;
	left: 0px;
	top: 10px;
	margin: 0px;
}
/*Menu*/
.PrintMenu {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004477;
	text-indent: 16px;
}

.MenuOn {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004477;
	cursor: hand;
	cursor: pointer;
	text-indent: 16px;
}
.MenuOff {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	text-indent: 16px;
}
.ContactOn {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004477;
	cursor: hand;
	cursor: pointer;
	text-indent: 15px;
}
.ContactOff {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #403C31;
	cursor: hand;
	cursor: pointer;
	text-indent: 15px;
}
.ContactHomeOff {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	cursor: hand;
	cursor: pointer;
	text-indent: 15px;
}
.MainMenuOn {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004477;
	cursor: hand;
	cursor: pointer;
	text-indent: 15px;
}
.MainMenuOff {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	text-indent: 15px;
}
.HomeMainMenuOff {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	text-indent: 16px;
	background-color: #403C31;
}
.HomeMainMenuOn {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	text-indent: 16px;
	background-color: #004477;
}
#AltMenuContainer {
	background-image: url(images/RightColumnNoBackground.gif);
	background-repeat: no-repeat;
	background-position: 767px top;
	background-color: #E0E5E5;
}
.InvestmentNavOff {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	text-indent: 12px;
}
.InvestmentNavOn {
	font-size: 10pt;
	font-weight: bold;
	color: #004C85;
	cursor: hand;
	cursor: pointer;
	text-indent: 12px;
}
.SharePriceLink {
	cursor: hand;
	cursor: pointer;
}
/*Containers Left*/
#HeadingBars {
	background-color: #EEF2F4;
}
#HeadingBars td {
	background-color: #EEF2F4;
	font-size: 12pt;
	font-weight: bold;
	color: #004C85;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 16px;
	padding-left: 16px;
}
#HeadingBars .SiteInfo {
	font-size: 8pt;
	color: #5C584C;
}
#StatementBox {
	padding-right: 17px;
	padding-left: 17px;
}
#StatementBoxContainer .heading {
	margin-top: 16px;
	font-size: 14pt;
	margin-bottom: 0px;
}
#StatementBoxContainer td {
	font-size: 13pt;
	line-height: 28px;
	color: #5C584C;
}
#HomeStatementBoxContainer .heading {
	margin-top: 8px;
	font-size: 14pt;
	margin-bottom: 0px;
}
#HomeStatementBoxContainer td {
	font-size: 13pt;
	line-height: 21px;
	color: #5C584C;
}
#VideoLinkContainer .subheading {
	color: #FFFFFF;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#PrintVideoLinkContainer {
	margin-top: 3px;
	margin-bottom: 12px;
}
#PrintVideoLinkContainer .subheading {
	color: #FFFFFF;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#VideoVisibleLink {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#VideoVisibleLink a {
	text-decoration: none;
}
#VideoVisibleLink a:hover {
	text-decoration: underline;
}
/*Containers Right*/
#RightColumnBackground {
	background-image: url(images/RightColumnBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#RightColumnBackground a {
	text-decoration: none;
	color: #565858;
	font-weight: normal;
}
#RightColumnBackground a:hover {
	text-decoration: underline;
	color: #565858;
	font-weight: normal;
}
#NewsPanel {
	margin-top: 6px;
	background-image: url(images/NewsContainer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#NewsPanel td {
	color: #565858;
	padding-right: 20px;
	padding-left: 15px;
}
#NewsPanel p {
	margin-top: 6px;
}
#NewsPanelContainer td {
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 9pt;
}
#FactSheetPanelContainer td {
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#FactSheetPanelContainer p {
	margin-top: 2px !important;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#FactSheetPanelContainer a {
	font-size: 9pt;
	color: #4077A4;
	text-decoration: underline !important;
}
/*Fact Sheet Content */
#FactSheetShareInfoContainer {
	margin-bottom: 12px !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004C85;
}
#FactSheetShareInfoContainer td {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004C85;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#ShareInfoHeader td {
	color: #FFFFFF;
	background-color: #004C85;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
#ShareInfoOdd td {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004C85;
	border-bottom-color: #004C85;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#ShareInfoLast td {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004C85;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#ShareInfoEven td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
#FactSheetGovernance {
	margin-bottom: 12px !important;
}
#FactSheetGovernance td {
	padding-top: 2px;
	padding-bottom: 2px;
}

/*Endof Fact Sheet Content */
#AcrobatInsert {
	margin-top: 8px;
}
#AcrobatInsert td {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 7pt;
}
#ShareMarketPanel {
	margin-top: 5px;
	background-image: url(images/ReportsPanel.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#ShareMarketPanel td {
	color: #565858;
	padding-right: 20px;
	padding-left: 20px;
}
#ShareMarketPanel p {
	margin-top: 8px;
}
#ShareMarketContainer td {
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 9pt;
}
#ShareMarketDiv {
}
#ShareMarketDiv a {
	border:0;
	cursor:pointer;
	margin:0 0px;
}
.tooltip {
	left: -60px;
	position: relative;
	display:none;
	background:transparent url(images/black_arrow.png);
	font-size:12pt;
	height:70px;
	width:160px;
	padding:20px 25px 25px;
	color:#fff;
	z-index: 15;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}
#NZSXInsert {
	margin-top: 8px;
}
#NZSXInsert td {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/*Bottom of Page */
#Footer {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
}
#Footer td {
	font-size: 7pt;
	text-transform: uppercase;
	color: #94918A;
}
#Footer a {
	text-decoration: none;
	color: #94918A !important;
	font-weight: normal !important;
}
#Footer a:hover {
	text-decoration: underline;
}
.AdminLink {
	cursor: default;
}
a.CobussenLink {
	color: #727272;
}
/*Investment Pages*/
#InvestmentIntro tr {
	background-color: #EEF2F4;
}
#InvestmentIntro td {
	color: #5C584C;
	background-color: #EEF2F4;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 16px;
}
#Investmentheading {
	color: #004C85;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: -5px !important;
}
#InvestmentOdd td {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#InvestmentEven td {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.InvestmentContent {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.InvestmentImage {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.InvestmentImage a {
	font-weight: normal;
}
.InvestmentImage p {
	margin-bottom: 0px !important;
}
#InvestmentNav {
	margin-top: 10px;
	background-image: url(images/InvestmentPanel.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.InvestButSpace {
	background-image: url(images/InvestmentNavSpacer.gif);
	background-repeat: repeat-x;
}
#RecordLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #254D82;
}
#LatestSharePriceIntro {
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
#LatestSharePriceIntro p {
	margin-bottom: 4px;
	margin-top: 4px;
}
#SharePriceAppendum {
	padding-right: 15px;
	padding-left: 15px;
}
#SharesRequestFormContainer {
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
}
#IndexChartCompare td {
	padding-right: 5px;
}
#ChartControlContainer .listSelector {
	margin-right: 3px;
}
/*About Specific not including main investment pages*/
#InvestmentBlurbOdd {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#InvestmentBlurbEven {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #EEF3F4;
}
#BoardMemberContainer table {
	margin-bottom: -5px;
}
#BoardCaption {
	background-image: url(images/BoardMemberBackground.gif);
	background-repeat: no-repeat;
	padding: 8px;
	white-space: normal;
}
#BoardCaption p {
	margin-bottom: 3px !important;
}
#BoardCaption img {
	float: left;
	margin-right: 5px;
	
}
#BoardCaptionHalf {
	background-image: url(images/BoardMemberHalfBoxBackground.gif);
	background-repeat: no-repeat;
	padding: 8px;
	white-space: normal;
}
#BoardCaptionHalf p {
	margin-bottom: 3px !important;
}
#BoardCaptionHalf img {
	float: left;
	margin-right: 5px;
}
#BoardCaptionQuarterTop {
	margin-bottom: -8px !important;
}
#BoardCaptionQuarter {
	background-image: url(images/BoardMemberQuarterBoxBackground.gif);
	background-repeat: no-repeat;
	padding: 8px;
	white-space: normal;
}
/*Contact Page*/
#ContactLinks a {
	font-weight: normal;
}
.asterisk {
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}
/*Print Content*/
.dashSpace {	
   padding-right: 10px;
}
#PrintHeader {
	background-image: url(Gradients/PrintHeader.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#PrintReturn {
	padding-right: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#PrintReturn a {
	color: #FFFFFF;
	text-decoration: underline;	
}
#PrintReturn a:hover {
	color: #FF0000;
	text-decoration: underline;	
}
#SubBullet td {
	padding-bottom: 10px;
}
#CharterHeading {
	padding-bottom: 8px;
}
#BoardCaptionPrint {
	padding: 8px;
	white-space: normal;
	background-image: url(images/BoardMemberPrintBackground.gif);
	background-repeat: no-repeat;
}
#BoardCaptionPrint p {
	margin-bottom: 3px !important;
}
#BoardCaptionPrint img {
	float: left;
	margin-right: 5px;
}
#BoardCaptionHalfPrint {
	background-image: url(images/BoardMemberPrintHalfBoxBackground.gif);
	background-repeat: no-repeat;
	padding: 8px;
	white-space: normal;
}
#BoardCaptionHalfPrint p {
	margin-bottom: 3px !important;
}
#BoardCaptionHalfPrint img {
	float: left;
	margin-right: 5px;
}
#BoardCaptionPrintQuarterTop {
	margin-bottom: -16px !important;
}
#BoardCaptionQuarterPrint {
	background-image: url(images/BoardMemberPrintQuarterBoxBackground.gif);
	background-repeat: no-repeat;
	padding: 8px;
	white-space: normal;
}
/*Search Specific*/
.searchnumber {
	font-weight: bold;
	color: #004C85;
	padding-right: 8px;
}
a.SearchHeading {
	color: #004C85;
	font-size: 9pt;
	font-weight: bold;
}
a.SearchHeading:hover {
	color: #FF0000;
	font-size: 9pt;
	font-weight: bold;
}
#Recnumbers {
	padding-top: 20px;
}
#InvestorUpdatesContainer img {
	margin-bottom: 5px;
}
#ContentHolder {
	border: 1px solid #004477;	
}
