/* ------------------------------------------------------------------------
   THIS STYLE SHEET PROVIDES  PRINT STYLES 
   Element Definitiions
   body : Sets base elements the page (margins, border, padding, bgcolor )
   #header :  Display is None
   #headerNav : Display is None
   #blueBar : Display is None
   #leftNav : Display is None
   #bodyMain : postitioning for body content / text
   #bodyRight : Display is None
   ------------------------------------------------------------------------ */

body, body div, body p, body th, body td, body li, body dd    {
	background: white;
	font: 12pt Times New Roman, Times, serif;
}

div#header {display:none}
div#headerNav {display:none}
div#wwLogo {display:none}
div#mainNav {display:none}
div#searchBox, div#searchBoxDomino {display:none}
div#leftNav {display: none}
div#invensysLogo {display: none}
div#breadcrumb {display: none}
div#leftNavOptional {display:none}
div#flash {display:none}

.ahem {	display:none;}
.print {
	display: inline;
}

div#content, div#contentEvents {
	margin-left: -5%; margin-right: 1%;
	padding-left: 5%;
	border: 0;
	width: auto;
	height: auto;
	float: none !important;
	color: black;
	background: transparent none;
	}

div#footer {
	margin-left: -5%; margin-right: 1%;
	padding-left: 5%;
	border: 0;
	width: auto;
	height: auto;
	float: none !important;
	color: black;
	background: transparent none;
}
div#footer p {
	font: 12pt Times New Roman, Times, serif;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
div#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: "(http://newdesign.wonderware.com" attr(href) ") ";
}

