/* This is for the latest header, as built on the 30th September 2010 */

a, a *, input {
	-webkit-transition-property: color, background-color, text-shadow, border-color, opacity;
	-webkit-transition-duration: 0.15s; /* Webkit */
	-moz-transition-property: color, background-color, text-shadow, border-color, opacity;
	-moz-transition-duration: 0.15s; /* Gecko */
	-o-transition-property: color, background-color, text-shadow, border-color, opacity;
	-o-transition-duration: 0.15s; /* Opera */
	transition-property: color, background-color, text-shadow, border-color, opacity;
	transition-duration: 0.15s; /* The Future */
	}


#nzh-header { position: relative; border-top: solid 7px #00569F; padding: 0; font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif; }
#nzh-header .nzh-bigbanner { position: relative; width: 940px; margin: 0 auto; padding: 10px 0 10px 0; border-bottom: solid 1px #ccc; display: none;}
#nzh-header .nzh-bigbanner div { width: 760px; height: 120px; margin: 0 auto; }
#nzh-header .nzh-masthead { position: relative; width: 940px; height: 92px; margin: 22px auto 0; }
#nzh-header .nzh-masthead .logo01 { position: absolute; left: 0px; top: 24px; }
#nzh-header .nzh-masthead .logo01 img { border: none; }
#nzh-header .nzh-masthead .datestamp { position: absolute; left: 0px; top: 71px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
#nzh-header .nzh-masthead .supportingBanner { position: absolute; right: 0px; top: 32px; width: 300px; height: 50px; }
#nzh-header .nzh-masthead .supportingBanner a img { border: none; }

/* Search */
#nzh-header .nzh-masthead .searchContainer {
	background: url(../../nzh_img/header/nzh_searchBackground01.gif) no-repeat 0 0;
	height: 26px;
	left: 360px;
	position: absolute;
	top: 60px;
	width: 208px; 
	}

	#nzh-header .nzh-masthead .searchContainer #searchField {
		background: transparent;
		border: 0;
		color: #999;
		font: 11px/20px Arial, Helvetica, sans-serif;
		height: 20px;
		left: 0;
		margin: 0;
		padding: 2px 0 0 8px;
		position: absolute;
		top: 0;
		width: 170px;
		}

	#nzh-header .nzh-masthead .searchContainer #searchField:focus,
	#nzh-header .nzh-masthead .searchContainer #searchField.searchFieldActive {
		color: #000;
		outline: none;
		}

	#nzh-header .nzh-masthead .searchContainer .submitField {
		background: transparent;
		border: 0px;
		height: 20px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 5px;
		top: 1px;
		width: 26px;
		}

/* Weather */
#nzh-header .nzh-masthead .weatherContainer { position: absolute; left: 370px; top: 16px; width: 204px; height: 42px; }
#nzh-header .nzh-masthead .weatherContainer .weatherdata { }
#nzh-header .nzh-masthead .weatherContainer .locationitem { display: none; width: 204px; }
#nzh-header .nzh-masthead .weatherContainer .icon { float: left; width: 42px; height: 42px; }
#nzh-header .nzh-masthead .weatherContainer .location { float: left; font-size: 12px; margin: 5px 0 0 6px; width: 156px; white-space: nowrap; text-decoration: none; color: #000; outline: none; }
#nzh-header .nzh-masthead .weatherContainer .location span.loc { color: #000; }
#nzh-header .nzh-masthead .weatherContainer .location span.high { color: #990000; }
#nzh-header .nzh-masthead .weatherContainer .location span.low { color: #0000CC; }
#nzh-header .nzh-masthead .weatherContainer a.change { float: left; width: 60px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #006699; text-decoration: none; margin: 0 0 0 6px; }
#nzh-header .nzh-masthead .weatherContainer a.change:Hover { text-decoration: underline; }
#nzh-header .nzh-masthead .weatherContainer .locationsform { display: none; margin: 12px 0 0 0; }
#nzh-header .nzh-masthead .weatherContainer .locationsform select { width: 204px; }

/* Breaking News Bar */
#nzh-header .nzh_newsBar { display: none !important;
