body  {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background: url(../images/bg01.gif) #f0e7d8 repeat-x;
	margin: 0px;
	padding: 0px;
	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 */
	color: #938c70;
}

h1 {
	font-weight: normal;
	font-size:12px;
	color:#705924;
	text-decoration:none;	
}

#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 900px; 
	background: url(../images/bg02.png) repeat-y;
	padding: 0px 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

} 

/* header della pagina */
#headerTop {
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 94px;
	text-align: center;
	background: url(../images/bg03.gif) repeat-x;
}
#headerBottom {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	height: 32px;
}

/* corpo della pagina */
#leftColumn {
	padding:0px;
	margin: 0px;
}
#mainContent { 
	margin: 0px;
	padding: 0px;
	padding-bottom: 16px; 
	text-align: justify;
} 
#rightColumn {
	padding:0px;
	margin: 0px;

}
.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: 5px 0px;
	height: 20px;
/*	background: #b19b6a;*/
	background: url(../images/bg03.gif) repeat-x;
	color: #FFF;
} 
#footer a {
	color: #C93;
	text-decoration:none;		
}
#footer a:hover {
	color:#fff;
	text-decoration:none;		
}


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

.tabellaHdr {
	background: #eeeeee;
	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 */

.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;

}
.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: #39f;
	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:#699;
	text-decoration:none;		
}

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

/* layout del form */
#formBox {
	background: transparent;
	border: 1px solid #705924;
	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:#705924 1px dashed;
}
.formmemo, .formfield, .formcombo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #705924;
	font-weight:normal;
	font-size:10px;
	color: #c0942c;
	background-color: transparent;
	text-decoration:none;			
}
.formmemo {
	width: 500px;
	height: 80px;
}
.formfield{
	width: auto;
	height: 15px;
}
.formcombo {
	width: auto;
	height: 20px;
}
.formbutt, .formbuttsmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #705924;
	font-weight: bold;
	color: #c0942c;
	background-color: transparent;
	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;
}

