body  {
	font-family:Verdana, sans-serif;
	font-size:10px;
	/*background-image: url(images/layout/sfondo.gif);
	background-repeat:repeat-x;*/
	background-color: #c6c6c6;
	margin: 10px 0px 0px 0px; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	font-weight: bold;
	font-size:14px;
	color:#966;
	text-decoration:none;
}

#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 800px;  
	margin: auto; 
	background-color: #ffffff;
	border: 1px solid #555555;
} 


/* header della pagina */
#headerTop {
	height: 20px;
}
#header {
	line-height:normal;
	padding:0px;
	width: 800px;
	/*min-height:165px;
	max-height: 165px;
	overflow:hidden;*/
}
#headerBottom {
	height: 20px;
}

#leftColumn {
	margin: 0px;
	padding: 0px; 
}
#mainContent { 
	display:block;
	padding: 8px;
	min-height: 300px;
} 
#rightColumn {
	margin: 0px;
	padding: 0px; 
}

/* footer della pagina */
#footer {
	text-align: center;
/*	padding: 37px 0px 0px 0px;*/
	font-size: 10px;
	background :#cdc8c5;
	margin: 10px 0px 0px -25px;
	padding: 6px 0px;
	color:#603814;

} 
#footer img {
	border: none;
}
#footer a {
	color: #FFf;
	text-decoration: none;
}
#footer a:hover {
	color: #603814;
	text-decoration: underline;			
}

.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:0;
    font-size: 1px;
    line-height: 0px;
}

	


/* layout di tabella */
.tabella {	
	padding: 5px;
	width:100%;
	/*border: 1px solid #000000;
	background: #FFFFFF;
*/	
}
.scrollTabella{
 /*margin: 5px 0px 10px 200px ;  top right bottom left*/
	/*padding: 20px 0px 20px 0px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 220px;
	overflow:auto;
}	

.tabellaHdr {
	/*border: 1px solid #003366;*/
	padding: 10px;
	background: #003366;

}
.tabellaCell {
	background: #eeeeee;
	/*padding: 5px 5px 5px 5px;*/
	border-style: solid;
	border-width: 1px;
/*	border: 1px solid #cccccc;*/
	width: 100%;
}

.tabellaCellPari {
	padding:2px;
	background: #ffffff;
	margin: 0px;
	height: 20px;
}

.tabellaCellDispari {
	padding:2px;
	background: #eeeeee;
	margin: 0px;
	height: 20px;
}

/* layout testuali */
.normaltxt {
	font-size:12px;
	color:#000000;
}
.formTesto {
	font-size:10px;
	color:#000000;
}



.titolo {
	font-size:18px;
	color:#003366;
	text-decoration: none;

}
.titololink {
	font-size:12px;
	color:#475057;
	font-weight:bold;
	text-decoration:none;
}
.linkbar {
	font-size:10px;
	color:#14679e;
	text-decoration:none;

}
.linksx {
	font-size:10px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;		
}
.linkpagina {
	font-size:10px;
	color: #003366;
	font-weight: bold;
	text-decoration:none;		
}

.linkmore {
	font-size:10px;
	color: #646464;
	text-decoration:none;		
}

a:hoover.linkmore {
	color:#990000;
	text-decoration:none;		
}




a:hover.linkpagina {
  font-weight:bold;
  color:#990000;
  text-decoration:none;
  }

/* layout del form */
#formBox {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
	width: 100%;
}
#formBox td {
	padding: 5px;
	color: #555555;
}
#formButtonBox {
	margin: 0 auto;
}
#formButtonBox td{
	padding: 10px 25px 10px 25px;
}

.formSeparator {
	border-top:#CCCCCC 1px dashed;
}
.formmemo, .formfield, .formcombo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	font-weight:normal;
	font-size:10px;
	color: #666666;
	background-color:#FFFFFF;
	text-decoration:none;			
}
.formmemo {
	width: 300px;
	height: 150px;
}
.formfield{
	width: auto;
	height: 15px;
}
.formcombo {
	width: auto;
	height: 20px;
}
.formbutt, .formbuttsmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	font-weight: bold;
	color: #666666;
	background-color: #eeeeee;
	text-decoration: none;		
	background-position: center 50%;
	vertical-align: middle; 
}
.formbutt {
	width: 65px;
	height: 20px;
	font-size: 10px;
}
.formbuttsmall {
	width: 24px;
	height: 19px;
	font-size: 8px;
}