body  {
	font-family:Verdana, sans-serif;
	font-size:12px;
	background-image: url(../images/sfondo.gif);
	/*background-repeat:repeat-x;*/
	background-color: #B5B5B5;
	color: #000000;
	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 */
}

h1 {
	font-weight: normal;
	font-size:14px;
	color:#14679E;
	text-decoration:none;
}
img {
	border: none;	
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background:url(images/sfondo.gif);*/
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px  #000000 dotted;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 4px;
} 

/* header della pagina */
#headerTop {
	margin : 0px;
	padding: 0px;
}
#header {
	line-height:normal;
	height:280px;
	overflow:hidden;
	margin-bottom: 0px;
}
#headerBottom {
	margin : 0px;
	padding: 0px;
}

/* corpo della pagina */
#leftColumn {
	margin:0px;
	margin-top: 4px;
	float: left; 
	width: 198px; 
	background-color:#ffffff;
}
#mainContent {
	text-align: justify;
	float:left;
	width:662px;
	display:block;
	min-height:380px;
	padding: 10px 20px 20px 20px;
	margin: 0px;
} 
#rightColumn  {
	margin : 0px;
	padding: 0px;
}

.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:0;
    font-size: 1px;
    line-height: 0px;
}

/* footer della pagina */
#footer {
	text-align:center;
	padding: 0px;
	padding-top: 10px;
	margin-top: 3px;
	height:34px;
	border: 1px solid #F6F9FA;
	background-color: #467AD5;
} 
.footer {
	font-size:10px;
	color:#ffffff;
}
a.linkfooter {
	color:#99ccff;
	text-decoration:none;		
}
a:hover.linkfooter {
	color:#ffffff;
	text-decoration:none;		
}

/* layout di tabella */
table#list {
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin: 20px 0px;
	padding: 0px;
	color: #000;
}
table#list thead {
	background: #467ad5;
	color: #FFF;
}
table#list td, th {
	padding: 5px;	
	margin: 0px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.dateCell {
	width: 75px;	
}

/* layout testuali */
.normaltxt {
	font-size:12px;
	color:#14679E;
}
.guic_testo {
	font-size:10px;
	color:#000000;
}

.formTesto {
	font-size:10px;
	color:#000000;

}

.titolo {
	font-size:18px;
	color:#003366;
	text-decoration: none;

}
.titololink {
	font-size:12px;
	color:#d5c4a6;
	font-weight:bold;
	text-decoration:none;
}

.linkbar {

	font-size:12px;
	color:#cc9933;
	text-decoration:none;

}
.linksx {
	font-size:10px;
	color: #ffffff;
	text-decoration:none;		
}
.linkpagina {

	font-size:12px;
	color: #0764AB;
	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:12px;
	color: #666666;
	background-color:#FFFFFF;
	text-decoration:none;			
}
.formmemo {
	width: 300px;
	height: 150px;
}
.formfield{
	width: auto;
	height: 15px;
}
.formcombo {
	width: auto;
	height: 20px;
}
.formbutt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	background-color: #eeeeee;
	text-decoration: none;		
	background-position: center 50%;
	vertical-align: middle; 
	width: 65px;
	height: 20px;
}
