body  {
	font-family:Verdana, sans-serif;
	font-size:10px;
	margin: 30px 0px 0px 0px ;  /* top right bottom left*/
	/*background-image: url(images/layout/sfondo.gif);
	background-repeat:repeat-x;*/
	background-color: #ECECEC;
	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-size: 14px;
	color: #900;
}

h2 {
	font-size: 12px;
	color:#06C;
	font-weight: bold;	
}

img {
	border: none;	
}

a {
	color: #0764AB;
	font-weight: bold;
	text-decoration:none;			
}
a:hover {
	color:#900;
	text-decoration:none;		
}

#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 969px;  
	margin: auto; 
	background: url(../images/sf.jpg) repeat-y top; 
	background-color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	position: relative;
} 

/* header della pagina */
#headerTop {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 200px;
	text-align: center;
	width: 400px;
	z-index: 10;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#header {
	padding:0px;
	margin: 0px;
	width: 969px;
	height: 223px;
}
#headerBottom {
	background-color: #20384A;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

/* corpo della pagina */
#leftColumn {
	float: left; 
	width: 202px;
	min-height: 380px; 
	margin: 0px;
	padding: 0px; 
}
#mainContent { 
	margin: 0px 212px;
	width: 518px;
/*	text-align: justify;*/
	margin-top: 20px; 
	display:block;
	min-height:500px;
} 
#rightColumn {
	float:right; 
	width:202px;
}
.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 :#20384A;
	border: 1px solid #F6F9FA;
	font-size:10px;
	color:#F6F9FA;
} 
#footer a {
	color:#cce9ff;
	text-decoration:none;		
}
#footer a:hover {
	color:#F6F9FA;
	text-decoration:none;		
}


	
/* scroller news */
#guicScroll {
	position:relative; 
	width:100%; 
	overflow:hidden;
	height: 300px;
		
}
#guicScroll li {
	border-bottom: 2px #ccc solid;
	height: 80px;
	padding: 5px 0px;	
}
#guicScroll a {
	
}




/* 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;
	color: #FFF;

}
.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-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-weight: normal;

	text-decoration:none;
}
.linkbar {
	font-size:10px;
	color:#14679e;
	text-decoration:none;

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




/* stile form nella pagina principale */
#mainContent fieldset {
	padding: 10px;
	margin: 3px 0px;
	border: 1px solid #ccc;
}
#mainContent fieldset legend {
	font-size: 10px; 
	color: #69C;
	padding: 0px 5px 12px 5px;	
}

#mainContent label {
	display: block;
	float: left;
	text-align: right;
	width: 80px;
	padding-right: 20px;
}
#mainContent fieldset select,textarea,input,label {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#mainContent textarea {
	/*display:none;	*/
	width: 380px;
	height: 200px;
}
#mainContent fieldset input {
	width: 280px;
	height: 15px;	
}
#mainContent fieldset select {
	width: auto;
	height: 20px;
}
#mainContent fieldset input[type="checkbox"] {
	border: none;
	width: auto;
}
#mainContent fieldset br {
	clear: left;
}
