body  {
	font: 12px "Lucida Grande","Verdana",sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background:#fff/*F7F7F7*/;
	margin-bottom: 20px;
	background:url(images/bg_header.jpg) repeat-x 0px 0px;
}

a.noLink{text-decoration: none;}
a.noLink:hover{text-decoration: none;color:#000}
a:link, a:visited{text-decoration: underline;color:#2c6aae;}
a:hover, a:active{text-decoration: underline;color:#1E4B7C;}
/*	color:#70A4CB;*/

.twoColFixLtHdr #container { 
	width: 780px;  
/*	background: #fff url(images/bg_sideb.jpg) 0px 0px no-repeat;
*/	margin: 0 auto;
/*	border: 2px solid #f1f1f1;
*//*	border: 1px solid #DAE4F0;
*/} 
.twoColFixLtHdr #header { 
	background:url(images/logo.png) no-repeat 635px 12px;
	height: 70px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 19px;
	color: #000;
	position: relative;
	top: 3px ;
	left:  169px;
	width: 500px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #DEE6F3;  */
	padding: 10px 10px 15px 0px;
	font-size: 12px;
	height: 100px;
}
.twoColFixLtHdr #mainContent {
	padding: 0px 12px 0px 0px;
	margin: -17px 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
/*	padding: 0 20px;
*/} 
.twoColFixLtHdr #mainContentManuale{
	margin: 0 0 0 0px;
	overflow: scroll;
	height: 700px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(images/line_dot_o.gif) repeat-x -1px 5px;
	margin-top: 100px;
	font-size: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:25px;
    font-size: 1px;
    line-height: 0px;
}
ul{
	padding-bottom: 15px;
	padding-top: 5px;
	padding-left: 3px;
	margin: 0px 0px 0px 0px;
	list-style-position: inside;
}
ul li{
	line-height: 17px;
}
ul ul{
	padding-bottom: 3px;
}
.rightMenu{
	list-style: none;
/*	margin: 0 0 486px 0;*/
	padding: 0px 0px 0px 0px;
	font-weight: bold ;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}
.rightMenu li{
	line-height: 29px;
	padding-left: 0px;
	margin-left: 0px;

}
.rightMenu li a{
	padding-left: 20px;
}
.rightMenu li a:hover{
	background: url(images/bg_sideb.jpg) -100px -400px;
	text-decoration: none;
/*	padding: 0px 0px 0px 25px;*/
	width: 130px;
	display: block;
	color: #016D9B;
}

#mainContent table{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	width:100%;
	margin-bottom: 20px;
	margin-top: 4px;
}
#mainContent table thead td {
	-x-system-font:none;
	background:#F3F3F3 none repeat scroll 0 0;
	color:#444444;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}
#mainContent table td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:4px 10px 4px 4px;
	vertical-align: top;
}
.code_font{
	-x-system-font:none;
	font-family:"Courier New","Courier",monospace;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3em;
}
h2, h3, h4{
	font-family:"Helvetica","Verdana",sans-serif;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h2{
	font-size: 19px;
	background: url(images/line_dot_o.gif) bottom left repeat-x;
	padding-bottom: 3px;
	margin-top: 40px;
}
h3{
	font-size: 16px;
	background: url(images/line_dot_o.gif) bottom left repeat-x;
	padding-bottom: 1px;
	margin-top: 40px;
}
h4{
	font-size: 13px;
	margin: 0px 0px 4px 0px;
}
.smaller{
	font-size: 0.4em;
}
/*.bigger{
	font-size: 1.8em;
	color:#1E4B7C;
}*/
.listCol{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;

}
.listCol li{
	float: left; 
	width: 184px;
	line-height: 21px;
		list-style-position: inside;

}
.tornaSu{
	display: block;
	text-align: right;
	width: 99%;
	font-size: 9px;
}
.bold{
	font-weight: bold;
}

pre.code {
	background:#DEE6F3;
	line-height:18px;
	padding:10px;
	font-family:"Courier New","Courier",monospace;
	font-size:11px;
}

.menu_attivo {
	background:transparent url(images/bg_sideb.jpg) repeat scroll -100px -400px;
	color:#016D9B;
	display:block;
	text-decoration:none;
	width:130px;
}




#tab-container-1-nav {
/*	border-bottom:3px solid #CDE6FF;
*/	height:29px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px 0px 0px 8px;
	padding: 45px 0px 0px 0px;
	width:440px;
}
#tab-container-1-nav li {
	display:inline;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#tab-container-1-nav a.active {
	background: url(images/bg_button.jpg) 0px 0px repeat-x;
	color:#fff;
	margin-top: -4px;
	padding:6px 16px;
}
#tab-container-1-nav a {
	background:#fff none repeat scroll 0 0;
/*	border-top:3px solid #FFFFFF;
*/	color:#24588C;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:17px;
	line-height:18px;
	margin-right:1px;
	padding:4px 14px;
	text-align:center;
	text-decoration:none;
}