body  {
	font-family:Verdana, sans-serif;
	font-size:10px;
	/*background-image: url(images/layout/sfondo.gif);
	background-repeat:repeat-x;*/
	background-color: #ffffff;
	margin: 0;
	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 */
}
#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 960px; 
	background-color: #f8f9fb;
	border: 1px solid #f0f0f0;
	padding: 5px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

/* header della pagina */
#headerTop {
	marigin: 0px;
	padding: 5px 40px;
	background: #fff;
	border: 1px solid #666;
}
#header {
	padding:0px;
	margin: 0px;
	height:170px;
}
#headerBottom {
	marigin: 0px;
	padding: 0px;
	background: #d1e0f0;
	border: 1px solid #f8f9fb;	
	height: 30px;
}

/* corpo della pagina */
#leftColumn {
	float: left; 
	width: 185px; 
	background-color:#ffffff;
	margin: 0px 10px 0px 0px;
	padding: 0px; 
}
#mainContent { 
	margin: 0px 195px;
	/*margin: 0px 202px 10px 202px ;
	padding: 10px 30px 0px 30px; */
	width: 560px;
	text-align: justify;
	margin-top: 20px; 
	display:block;
	min-height:500px;
} 
#rightColumn {
	float:right; 
	width:185px;
}
.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;
}

/* footer della pagina */
#footer {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	height:30px;
	/*line-height: 30px;*/
	background :#F0F1F2;
	border: 1px solid #B6CAD2;
} 
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
a.linkfooter {
	color:#14679E;
	text-decoration:none;		
}
a:hover.linkfooter {
	color:#000000;
	text-decoration:none;		
}


/* layout di tabella */
.tabella {	
	padding: 5px;
	width:100%;
}
.scrollTabella{
	height: 220px;
	overflow:auto;
}	

.tabellaHdr {
	padding: 0px;
	margin: 0px;
}
.tabellaCell {
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

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

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

/* layout testuali */
.normaltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.guic_testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003366;
	text-decoration: none;

}
.titololink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475057;
	font-weight:bold;
	text-decoration:none;
}
.titolopagina {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:14px;
	color:#FF6600;
	text-decoration:none;
}
.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#14679e;
	text-decoration:none;

}
.linksx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;		
}
.linkpagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;		
}

.linkmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
}
