/* CSS for Solution Provider newsletter				*/
/* Based on CSS2 positioning and XHTML			 	*/

/* Rev. 1.0, Mari Fujii, Wonderware, 24 July 2006	*/

/* For question on use of this CSS contact the		*/
/* Wonderware Webmaster webmaster@wonderware.com	*/

body  {
	background-color: #fff;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	text-align: center;
	}
.hide { display: none !important; }

img	{
	display: block;
	border: 0;
	}
.inline { display: inline; }
.strong { font-weight: bold; }
.noMarginbottom { margin-bottom: 0; padding-bottom: 0; }
.imgRight {
	display: inline;
	float: right;
	padding: 5px 0 10px 10px;
	}
.imgLeft {
	float: left;
	margin: 0 10px 15px 0;
	}
.paddingTopAdd { padding-top: 18px; }
.paddingBotAdd { padding-bottom: 15px; }
.purple { color: #5f00d3; }
.light { color: #999999 }

#frame {
	width:800px;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	margin-top:10px;
	text-align:left;
	border: 2px solid #00a1b3;
	font-size: 0.71em;
	}
#frame p	{
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.25em;
	}
#frame a:link {
	font-weight: normal;
	color: #009999;
	text-decoration: underline;
	}
#frame a:visited {
	font-weight: normal;
	color: #009999;
	text-decoration: underline;
	}
#frame a:hover {
	font-weight: normal;
	color: #9966cc;
	text-decoration: none;
	}
#frame a:active {
	font-weight: normal;
	text-decoration: underline;
	}
	
#header { }

#content { margin: 10px 12px 12px 10px; }

#tocBox {
	width:149px; 
	float:left;
	position: relative;
	border: 1px solid #ccc;
	border-top: 0px;
 }
#tocBox h1 {
	font-size: 0.95em;
	color: black;
	background-color: #ccc;
	padding: 4px 6px 5px 6px;
	margin: 0 0 10px 0;
	}
#tocBox h2 {
	padding: 0 7px 0 7px;
	margin: 3px 0 3px 0;
	}
#tocBox p {
	margin-bottom: 0.5em;
	padding: 0 7px 0 7px;
	}

#mainCol {
	float: right; 
	position: relative;
	width: 610px;
	}
#mainCol a:link, #mainCol a:visited, #mainCol a:hover { font-weight: bold; }

#mainColRight {
	width: 138px;
	float: right;
	}
#mainColRight #shadedBox {
	border: 1px solid #ccc;
	background: #ccffff;
	}
#mainColRight #shadedBox p { margin: 10px; }

#mainColCenter {
	width: 456px;
	float: left;
	margin-bottom: 15px;
	margin-right: 11px;
	border: 1px solid #ccc;
	border-top: 0px;
	}
#mainColCenterFull {
	width: 585px;
	float: left;
	margin-bottom: 15px;
	margin-right: 0;
	border: 1px solid #ccc;
	border-top: 0px;
	display: block;
	}
#mainColCenter p, #mainColCenterFull p { margin: 10px; }

#mainColLeft {
	width: 456px;
	float: left;
	margin-right: 11px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-top: 0px;
	}
#mainColLeft p { margin: 10px; }

#colArticles {
	width: 585px;
	float: left;
	margin-bottom: 0;
	padding: 10px;
	border: 1px solid #ccc;
	display: block;
	}
#colArticles h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5f00d3;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 10px;
	}
#colArticles h2.noTopPadding { padding-top: 0; }

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#footer {
	width:800px;
	margin:0px auto;
	padding: 10px 30px 20px 30px;
	text-align:left;
	}
#footer p {
	color: #999;
	font-size: 0.65em;
	}
