h1,h2,h3,h4,h5,h6,p,ul,li,div,table,tr,td{	margin: 0; padding: 0; }

/* @group Base */
body { 
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 12pt;
    background: url(http://www.zenoss.com/images/page_bg_1000.gif) repeat-x top center #d6d6d6;
}

a{
	color: #6699cc;
}

h1, h2, h3, h4, h5 { 
    color: #333333; 
    font-family: serif; 
}

span.term { 
    font-weight: bold; 
}

div.sidebar { 
    background-color: #F0F0F0; 
    border: 1px solid gray; 
    padding: 5px; 
    margin: 20px; 
}

pre.programlisting { 
    background-color: #F0F0F0; 
    border: 1px solid gray; 
    padding: 2px; 
    font-size: 12pt;
    white-space: pre;
}



/* @end */


/* @group Formatter */

#formatted-container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#formatted-header{
	background-color: #000000;
}


#formatted-column-wrapper {
	margin-top: 43px;
	background: url(wrapper-wide-bg.gif) repeat-y;
}

#formatted-nav{
	padding: 30px 10px 0 10px;
	margin-left: 0px;
	list-style-type: none;
}

#formatted-nav li{
	margin-bottom: 15px;
}

#formatted-nav li a{
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 5px;
	text-transform: uppercase;
}

#formatted-nav li a:hover{
	background-color: #6699cc;
}

#formatted-right-column{
	float: left;
	margin-left: 20px;
	padding: 10px;
	width: 80%;
}

#formatted-left-column{
	width: 15%;
	float: left;
}

#formatted-footer{
	background: url(footer_wide.gif) repeat-x top center;
	height: 34px;
	width: 980px;
	margin: 0 auto;
	color: white;
	padding: 10px;
}

#formatted-footer p{
	text-align: right;
	margin: 0;
	font-size: 11px;
}

#formatted-title{
	float: right;
    color: #FF9700;
    font-weight: normal;
    font-size: 20px;
    margin: 10px 15px 0 0;
}

#formatted-right-column h2, #formatted-right-column h3{
  margin-bottom: 10px;
}

#formatted-right-column p{
  margin: 10px 0;
}

#formatted-right-column ul{
  margin-left: 25px;
}

/* @end */







/* @group Clearfix */



.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 */

/* @end */