
@media all
{

/* Default styles */
body {
	font-family: Arial Narrow, Helvetica, sans-serif;
	color: #000000;
	font-size: 12pt;
	/*
	font-size: medium;
	font-family: Arial, Helvetica, Sans-Serif;
	*/

}


#middle ul li ul li, #fullwidthcontainer ul li ul li {
	list-style-type: none;
	padding-left: 15px;
	background-image: url(/images/bullet-n-dash.gif);
	background-repeat: no-repeat;	
	background-position: left 6px;
}

/* For lists that user can type in their own numbers such as 1.1, 1.2 etc. */
.unbulleted-unnumbered li {
	list-style-type: none;
}


div.clearBoth {
	clear: both;
}

/* For notes that are part of a link eg. [124 kB PDF]*/
.link-note {
	font-size: smaller;
}

h1 {
	text-transform: uppercase;
	color: #00346D;
	font-size:  1.1em;
	margin-top:0;
	font-weight:bold;
	/* font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;*/ /* This is current webhop font. */
}

#middle h1 
{
	text-transform: uppercase;
	color: #00346D;
	font-size:  18pt;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	color: #00346D;
	font-size: 1.1em;
}

h3 
{
	/*color: #D60023;*/
	color: #00346D;
	font-size: 1em;
	font-weight: bold;

}

h4 
{
	/*margin-top: 3px;
	margin-bottom:3px;*/
	color: #00346D;
	font-size: .9em;
	font-weight: bold;
}

h5.heading /* used by the heading on the ezine homepage */
{
	color: #D60023;
	font-size:  18pt;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
	text-transform:uppercase;
}

/* Link styles */
a:link {
	text-decoration: none;
	color: #00346D;
}
a:visited {
	text-decoration: none;
	color: #00346D;
}
a:active {
	text-decoration: none;
	color: #00346D;
}
a:hover {	
	text-decoration: underline;
	color: #6699ff;
}



/* Make superscript and subscript font smaller*/

sup, sub {
	font-size: .7em;
}

/* ----- Main div styles ----- */ 

/* Contains all other divs inside this one */
#container-nobg {
	width: 800px;
	margin: auto;
}
/* Contains banner */
#topNav {
	width: 800px;
	height: 100px;
	margin: 0;
	background-color: #002266;
	margin-bottom: 20px;
	background-image: url(images/test-banner.gif);	/* Specify a banner image here */
	background-repeat: no-repeat;
	background-position: top left;
}
/* The 'Standards News' text in the banner. This could incorporated into the banner image itself. */
.bannerHeading 
{
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 0px;
	font-size: 3.4em;
	font-weight: bold;
	color: #00346D;
	text-align: right;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	
}
.issn 
{
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 4px;
	font-size: 0.6em;
	font-weight: bold;
	color: #00346D;
	text-align: right;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	
}

/* Contains industry content */
#leftNav { 
	width: 160px;
	float: left;
}

#rightNavTop 
{
	width: 150px;
	float: right;
	margin: 0;
	padding: 4px;
}

/* Contains 'Standards New Zealand Updates' content */


#leftNav { 
	width: 160px;
	float: left;
}

#rightNavBody 
{
	border: 1px double #ee0000;
	margin-bottom:8px;
	padding-bottom:10px;
}


#middleNoRight {
	width: 600px;
	margin: 0;
	padding: 0 10px;
	float: left;
}

#fullwidthcontainer {
	width: 600px;
	margin: auto;
	padding: 15 10px;
	/*float: left;*/
	/* text-align:justify; */
}

#middle p {
	padding: 0;
	font-size: 1em;
	
}


/* ----- Styles for lists inside divs ----- */

/* Styles for the list of industries on the left nav. */
#leftNav ul {
	padding: 0 5px;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	background-color: #e2e7ff;
}
#leftNav li {
	border-bottom: 1px solid #ffffff;
	margin:2x 2px;
	padding: 3px 2px;	
}
li.selected {
	background-color:#00346D;
	color: #ffffff;
}
#leftNav li a:link {
	text-decoration: none;
	color: #00346D;
	font-weight: bold;
}
#leftNav li a:visited {
	text-decoration: none;
	color: #000088;
	font-weight: bold;
}
#leftNav li a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#leftNav li a:hover {	
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
}

#leftNav li.selected a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#leftNav li.selected a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#leftNav li.selected a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#leftNav li.selected a:hover {	
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

li.level3item a
{
	color:000088;
}


/* Styles for the list of 'Standards New Zealand Updates' on the right nav. */
#rightNav h1 {	/* Contains the */
	color: #000000;
	text-align: center;
	margin: 5px -2px 0px -2px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	font-size:1.3em;
	font-weight:bolder;
}
.updatesHeadingSmallerText {	/* Allows us to style text (eg 'Standards New Zealand') in a smaller font than the rest of the h1 (eg 'Standards New Zealand Updates'.*/
	//font-size: 13pt;
	font-size: .64em;
	text-transform:capitalize;
	letter-spacing: normal;

	
}
.updateTitle {	/* The title of a single update in the 'Standards New Zealand Updates' list.*/
	color: #ee0000;
	font-weight: bold;
}

/*
#rightNav ul {
	list-style-type: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
*/
#rightNav h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	margin-right: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size:0.85em;
	color: #D60023;
	font-size: 1em;
}
#rightNav p {
	margin: 0px 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size:0.85em;
}


#rightNav p.emailArea 
{
	font-size:.60em;
	margin-bottom:5px;
	line-height: 15px;
}
.emailArea
{
	 font-size:.90em;
	 margin: 0 0 7px 0px;
	 list-style-type: none;
	 line-height:20px;
	 padding:0;
}
.topEmailArea 
{
	float:right;
	font-size: .75em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.emailArea li
{
	list-style-type: none;
	margin: 0 0 10px 0; 
}
.emailArea li a 
{
	list-style-type:none;
}


/* If we need to style links differently to body links.
#rightNav a:link {
}
#rightNav a:visited {
}
#rightNav a:active {
}
#rightNav a:hover {	
}
*/


/* ----- Styles for the 'Articles' content -----*/
/* articleList div contains the list of articles at top of page */
#articleList {
	font-weight: bold;
	font-size: 18px;
}
#articleList ul{
	margin-top: -10px;
	margin-left: -20px;
	padding-left: 35px;
	
	color: #D60023;
}
#articleList li 
{
	padding-bottom:6px;	
	margin-left: 0px;
	padding-left: 0px;
	font-size:0.95em;
}
/* Styles for links in articleList div  */
#articleList a:link {
	text-decoration: none;
	color: #D60023;
}
#articleList a:visited {
	text-decoration: none;
	color: #D60023;
}
#articleList a:active {
	text-decoration: none;
	color: #D60023;
}
#articleList a:hover {	
	text-decoration: underline;
	color: #D60023;
}


/* ----- Styles for each article on the 'Articles' page ----- */
div.article { /* article div is a wrapper for an article on the 'Articles' page. Contains the article text, and the set of 3 'footer' links. */
	padding-bottom: 0;
	margin-bottom: -5px;
}

div.article h2 { /* The title of an article on the 'Articles' page */
	color: #00346D;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: -10px;
	border-top: 1px dashed #999999;
}

/* articleLinkBar div is a wrapper that contains the set of 3 'footer' links for an article. */
div.articleLinkBar {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #00346D;
	margin-bottom:3px;
}
div.articleLinkBarMainPage {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #00346D;
	margin-bottom:3px;
	width:600px;
}
div.articleLinkBar a:link, div.articleLinkBar a:visited, div.articleLinkBar a:active, div.articleLinkBar a:hover {
	text-decoration: none;
}
div.buyThisStandard { 	/* Contains first of the 3 links */
	float: left;
	width: 180px;
	text-align: left;
	font-weight: bold;
	color: #ee0000;
	font-size: 1em;
}
div.buyThisStandard a:link, div.buyThisStandard a:visited, div.buyThisStandard a:active, div.buyThisStandard a:hover {
	color: #ee0000;
	text-decoration: none;
}
div.backToTop {  		/* Contains second of the 3 links */
	float: left;
	width: 70px;
	text-align: center;
}
div.backToTopMainPage {  		/* Contains second of the 3 links pushed further over for centring */
	float: left;
	margin-left: 75px;
	width: 70px;
	text-align: center;
}
div.viewFullArticle {  	/* TContains third of the 3 links */
	float: right;
	width: 180px;
	text-align: right;
}				

div.viewFullArticleMainPage {  	/* TContains third of the 3 links */
	float: right;
	width: 180px;
	text-align: right;
}				

/* Styles for links in articleList div  */
div.otherLinks p
{
	margin-top:1px;
	margin-bottom:4px;
	
}
.otherLinks a:link 
{
	font-size:0.9em;
	padding: 0 5px;
	text-decoration: underline;
	color: #00346D;
	font-weight: bold;
}
.otherLinks a:visited 
{
	padding: 0 5px;
	text-decoration: underline;
	color: #00346D;
	font-weight: bold;
	font-size:0.9em;
}
.otherLinks a:active 
{
	padding: 0 5px;
	text-decoration: underline;
	color: #00346D;
	font-weight: bold;
	font-size:0.9em;
}
.otherLinks a:hover 
{
	padding: 0 5px;
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
	font-size:0.9em;
}

#footer /* Main div */{
	/* color: #ffffff; */
	float: left;
	width: 100%;
	/*background-color: #00275D; *//* #46781A;*/
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#footer ul {
	margin: 0px;
	padding-left: 5px;
	list-style-type: circle;
}			

#footer ul li {
	display: inline;
	/*color: #00275D;*/
}		

#footer a {
	font-size: small;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #00275D;
}

#footer a:link
{
	font-size:0.9em;
	padding: 0 5px;
	text-decoration: none;
	color: #00346D;
}
#footer a:visited
{
	font-size:0.9em;
	padding: 0 5px;
	text-decoration: none;
	color: #00346D;
}
#footer a:active
{
	font-size:0.9em;
	padding: 0 5px;
	text-decoration: underline;
	color: #00346D;
}
#footer a:hover
{
	font-size:0.9em;
	padding: 0 5px;
	text-decoration: underline;
	color: #00346D;
}

.searchtitle {
	font-size: medium;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;	
	padding: 1px 1px;
}

#searchTabs {
	margin: 0px;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
	position: relative; 
	top: 1px;
	left: 0px;
}

#searchTabs img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.searchShow {
	display: block;
	background-color: #e2e7ff;
	border: 1px solid #999999;
	padding: 0px 3px 3px 3px;
}

.searchHide {
	display: none;
}

#searcharea label{
	font-size: x-small;
	line-height: 13px;
}

input.searchcheck {
	margin: -3px;
	padding: 0px;
}


#bodycolumntwoShow {
	float: right;
	padding-left: 20px;
	padding-top: 5px;
	padding-top: 3px;
	
	display: block;
}

.bodycolumntwoShow img {
	float: right;
}



.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("/images/feed-icon-14x14.png") no-repeat 0 50%;
} 
.emailme {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("/images/emailezine14x14.gif") no-repeat 0 50%;
} 
.printme {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("/images/printezine14x14.gif") no-repeat 0 50%;
} 

.feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("/images/feed-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
} 

.searchError 
{
	color:#00346D;
	font-weight:bold;
	margin: 3px 0px 0px 3px;
}

#rosSearchResults, #shopSearchResults 
{
	/*background-color:#FCFFD9;*/
	background-color:#F4F6FC;
	float:left;
	width: 590px;	
	margin: 3px 3px 3px 0px;
	border: solid thin #ddddff;
	padding: 1px;
}

#rosSearchResults p, #shopSearchResults p
{
	margin-top: 0px;
}

#SMColumn1, #SMColumn2 {
	width: 190px;
	float: left;
	/*font-size: 1.15em;*/
	font-size: 18px;
	font-weight:bold;
}

#SMColumn1 ul, #SMColumn2 ul{
	margin-top: 10px;
	margin-left: -20px;
	padding-left: 35px;
}
#SMColumn1 li, #SMColumn2 li
{
	padding-bottom:6px;	
	margin-left: 0px;
	padding-left: 0px;
	font-size:0.95em;
}
/*
#SMColumn1 li a, #SMColumn2 li a 
{
	color: #00346D;
}*/

#containerSearchResults 
{
	margin:0;
}

.otherSearchResult 
{
	float: left;
	margin-right: 7px;
	font-size: 0.85em;	
}

.otherSearchHeading
{
	font-weight:bold;
	margin-bottom:1px;
}

.summaryresult 
{
	float: right;
}

#resultsSummary p, #resultsSummary h3 
{
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Used to seperate content */
.separatorline {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #999999;
}

.searchResultTitle 
{
	font-weight:bolder;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:2px;
}
.searchResultDescription
{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:7px;
}
span.lastModified 
{
	color:#00346D;
}

.bodycolumntwoHide 
{
	display:none;
}


/* field set items */


fieldset {
	border: 0px solid #000000; /*  All attributes specified so Opera 7 understands not to have borders */
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

legend {
	margin: 0px;
	padding: 0px;
	display: none;
}

label {
	margin: 0px;
	padding: 0px;
}

.popupBox {
	position:absolute; 
	visibility: hidden; 
	border: 2px outset blue; 
	background-color: #FFFFFF;
	/*background-color: #FCFDFE; */
	/*background-color: #F6F7FC; */	
	width: 150px; 
	padding: 4px 8px;
}

div.hidden p 
{
	padding-top: 0px;
	padding-bottom: 7px;
	margin-top: 4px;
	margin-bottom: 7px;
	border-bottom: dotted 1px blue;
	color: Black;
}

#middle div.hidden p
{
	padding-top: 0px;
	padding-bottom: 7px;
	margin-top: 4px;
	margin-bottom: 7px;
	border-bottom: dotted 1px blue;
	color: Black;
}

.centred 
{
	text-align:center;	
}

/*--- Additional styles for content -- */

/* List of International Standards */
ul.international-list li {
	padding-bottom: 10px;
}

ul.international-list ul li {
	padding-bottom: 0;
}

/* If we want no bullets, however it means second-level will need to be discs (as they appear to be first level). Gets complicated.
ul.international-list  {
	list-style-type: none;
	margin-left: 10px;
}*/

/* Allows an image to have a caption under it */
div.captioned-image, div.captioned-image-right, div.captioned-image-left {
	text-align: left;
	font-size: .7em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 3px;
}

div.captioned-image p {
	margin: 6px 3px 3px 3px;
	padding: 0;
}

div.captioned-image-right p, div.captioned-image-left p {
	margin: 6px 3px 3px 0;
	padding: 0;
}

div.captioned-image img, div.captioned-image-right img, div.captioned-image-left img {
	display: block;
	text-align: center; /* Image is centered in the div in IE */
	margin: 0;
	padding: 0;
}

html>body div.captioned-image img, div.captioned-image-right img, div.captioned-image-left img {
	margin: 0 auto;		/* Image is centered in the div for other browsers, IE ignores the auto margins */
} 

div.captioned-image {	
	width: 406px;		/* Image should be no wider than 400px if using this div */
	margin: 5px auto;	/* So div is centred */
	clear: both;		/* and no float */
}

div.captioned-image-right {	
	margin: 5px; 
	float: right;		/* Whole image and caption floats to the right */
	display: block;
}

div.captioned-image-left {	
	margin: 5px;
	float: left;		/* Whole image and caption floats to the left */
}

.footnote {				/* Style a footnote*/
	font-size: .9em;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
}

ol.lower-alpha, ol.list-lower-alpha {
	list-style-type: lower-alpha;
}


p.address-block {
	padding-left: 20px;
	}
	
/* For an introductory paragraph before the main article text */
p.introduction {
	font-style: italic;
	}

/* Where there is just a link on the line */
p.standalone-link {
	padding-left: 20px;
	}
	
/* The number part of a Standard when listing in the Standards Update section eg NZS 3604:1999 */
span.standard-number-in-list {
	font-weight:bold;
	}
	
/* The rest of the title of a Standard when listing in the Standards Update section eg Timber Framed Buildings*/
span.standard-title-in-list {
	font-style: italic;
	}

/* An emphasised note */
.note {
	font-weight: bold;
	font-size: smaller;
}
	
.standards-update-heading {
	text-transform: capitalize;
}

/*--- End of additional styles for content -- */


}

@media screen 
{
	
	
#rightNav {
	width: 150px;
	float: right;
	margin-top: 0px;
	padding: 4px;
	
}
	
/* Contains the main body content (article text etc) */
#middle {
	width: 448px;
	margin: 0;
	padding: 0 15px;
	float: left;

}
#searcharea {
	color: #000000;
	font-size: small;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;		
	background-color: #ebeeff;
	border: 1px solid #cccccc;	
	margin-top: 0px;
}


/* Text to display only when printing (eg raw URLs of links), otherwise hide on screen */
.print-only-text {
	display: none;
}

}

@media print 
{
img {
margin-top:20px;
}

#leftNav {
	display:none;
}

#middle 
{
	width: 600px;
}

#searcharea, #articleList, .topEmailArea, .dontprint, .articleLinkBar,#footer {
	display:none;
}

#rightNav {
	display:block;	
	width:600px;
}
#fullwidthcontainer {
	width:600px;
	margin: 0;
}

.print-only-text {
	display: inline;
	border-bottom: 1px dotted #aaa;
	font-size: .9em;
}

/* The dash image doesn't dispaly when printing so give it the default square bullet */
#middle ul li ul li, #fullwidthcontainer ul li ul li {
	list-style-type: square;
	padding-left: 0;
}



}
@media all 
{
	
/* Web Author Console */
.console {
	color: #182F37;
    font-size: x-small;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;	         
    line-height: 130%;
    background-color: #eeeeee;
}

.consoleError {
	color: #ff0000;
    font-size: x-small;  
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;       
    text-decoration:none;
    line-height: 130%; 
}

.consoleDiv {
    background-color: #FFFFFF; 
    border: 1px solid #182F37;
    filter: Alpha(Opacity=100);
    position: absolute; 
}

.consoleClose {
	color: #ffffff;
    font-size: x-small;  
	font-weight: bold;       
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration:none;
    line-height: 130%;
    background-color: #5296AD;
}

.consoleLine {
	background-color: #182F37;
}

#consoleLink a, #consoleLinkOn a {        
	padding: 2px 5px 2px 5px;
	width: 100%;
}

.consoleLink, a.consoleLink, a.consoleLink:link, a.consoleLink:visited, 
a.consoleLink:hover, #consoleLink a:active {
	color: #182F37;
	font-size: x-small;         
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration:none;
}

.consoleLinkOn, a.consoleLinkOn, a.consoleLinkOn:link, a.consoleLinkOn:visited,  
#consoleLinkOn a:hover, a.consoleLinkOn:active {
    color: #ffffff;
    font-size: x-small;         
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    background-color: #5296AD;
    text-decoration:none;
}


}