/* CSS for Wonderware Star Plus Distributor Website	*/
/* This automatically reformats webpage when user 	*/
/* selects browser's File, Print (or Print Preview)	*/

/* Based on CSS2 positioning and XHTML			 	*/
/* Supports all W3C compliant browsers, PDAs,		*/
/* handhelds, cell phones. Also degrades well for	*/
/* text-based devices, older browsers (eg, NN 4.x)	*/

/* Rev. 1.0, Mari Fujii, Wonderware, 3 May 2006		*/

/* For question on use of this CSS contact the		*/
/* Wonderware Webmaster webmaster@wonderware.com	*/

/*div#mainNav, div#topNav, div#leftCol { display: none !important; } */

html body, html body div, html body p, html body td  {
	position: static;
	text-align: left;
	font: 12pt Times New Roman, Times, serif;
	width: auto; height: auto;
  	margin: 0; padding: 0;
  	background: none;
	color: #555;
}

div#frame, div#mainCol, div#mainColHome {
	float: none !important;
  	width: auto !important;
  	margin: 0 !important;
  	padding: 0 !important;
	border: 0;
	background: none;
	}
div#mainCol h1, h2, h3 {
	font: 16pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	}
div#mainCol h2 { font-size: 14pt; }
div#mainCol h3 { font-size: 12pt; }
div#mainCol p, div#mainCol ol li, div#mainCol ul li, div#mainColHome .description { font: 12pt Times New Roman, Times, serif; }

div#mainColHome div#blocks, div#mainColHome div#blocks-row { display: block !important; }

div#footer {
	margin-left: -5%; margin-right: 1%;
	padding-left: 5%;
	border: 0;
	width: auto;
	height: auto;
	float: none !important;
	background: transparent none;
	}
div#footer p {
	font: 8pt Times New Roman, Times, serif;
	text-align: center;
	}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
div#mainCol a[href]:after, div#mainColHome a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#mainCol a[href^="/"]:after, #mainColHome a[href^="/"]:after {
   content: "(http://www.wonderware.com" attr(href) ") ";
}