body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}
a {
	color: #000000;
}
#logo {
	background-color: #464646;
}


.thrColFixHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	
	background-image: url(../images/portals.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	height: 15px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top:1px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* padding keeps the content of the div away from the edges */
	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 151px;
	
}
.thrColFixHdr #col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* padding keeps the content of the div away from the edges */
	
}
.thrColFixHdr #col2 {
	float: right; /* since this element is floated, a width must be given */
	width: 151px;
	
	text-align:center;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
}

.vocemenu{
	width:151px;
	float:left;
	text-align:center;
	padding-top:6px;
	font-weight:bold;
}
#imglogo{
	float:left;
}
#menu{
	height:30px;
}
.thrColFixHdr #mainContent {
	margin-right: 155px;
	margin-left: 155px;
	border:1px solid #f4b56e;
}
.thrColFixHdr #centrale {
	margin-right: 155px;
	margin-left: 155px;	
/*	border:1px solid #f4b56e;*/
}  
.thrColFixHdr #centraledoppio {
	float:left;
/*	border:1px solid #f4b56e;*/
} 
.boxtop{
	border:1px solid #F4b56e;
	background-color:#f3dea7;
	height:91px;
	width:149px;
	text-align:center;
	margin:0;
	padding:0;
}
.box{
	border:1px solid #F4b56e;
	background-color:#f3dea7;
	width:149px;
	text-align:left;
	margin:0;
	padding:0px;
}
.box100{
	border:1px solid #F4b56e;
	background-color:#ffffff;
	width:99%;
	text-align:left;
	margin:0;
	padding:0px;
}
.noblod{
	font-weight:normal;
}
.boxB{
	border:1px solid #F4b56e;
	background-color:#ffffff;
	width:32%;
	text-align:left;
	margin:0;
	padding:0px;
	float:left;
}
.boxBDoppio{
	border:1px solid #F4b56e;
	background-color:#ffffff;
	text-align:left;
	width:66%;
	margin:0;
	padding:0px;
	margin-left:3px;
	float:right;
}
.boxBInternapx{
	border:1px solid #F4b56e;
	background-color:#ffffff;
	text-align:left;
	width:435px;
	margin:0;
	padding:1px;
	float:right;
}
.boxBInterna{
	border:1px solid #F4b56e;
	background-color:#ffffff;
	text-align:left;
	width:99%;
	margin:0;
	padding:0px;
	margin-left:3px;
	float:right;
}
#boxBDoppioMargine{
	border:1px solid #F4b56e;
	background-color:#ffffff;
	text-align:left;
	width:66%;
	margin:0;
	padding:0px;
	margin-left:3px;
	float:right;
	margin-top:3px;
	margin-bottom:5px;
}
.titolettoBox{
	background-color:#f4b56e;
	font-weight:bold;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
}
.titolettoBoxDoppio{
	background-color:#f4b56e;
	font-weight:bold;
	text-align:center;
}
.titolettoCentrale{
	background-color:#f4b56e;
	font-weight:bold;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
}
.titolettoCentraleChiaro{
	background-color:#f3dea7;
	font-weight:bold;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
}
h1{
color:#f4b56e;
font-size:180%;
margin-bottom:3px;
}
p.boxp{
	padding:2px;
	margin:0;
	line-height:140%;
}
a.LinkBianco{
	color:#FFFFFF;
}
.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;
	font-weight:normal;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
#fltrtmin { /* 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;
	font-weight:normal;
	width:20%;
	background-color:#f4b56e;
	padding-top:2px;
	padding-bottom:2px;
}
#fltlftmax { /* this class can be used to float an element left in your page */
	float: left;
	width:80%;
	background-color:#f4b56e;
	padding-top:2px;
	padding-bottom:2px;
}
#newsdx { /* 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;
	font-weight:normal;
	width:39%;
}
#newssx { /* this class can be used to float an element left in your page */
	float: left;
	width:59%;
}
.thrColFixHdr #footer { 
 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#464646;
	color:#FFFFFF;
} 
.imgassociate{
	float:right;
	padding:0px;
	width:26%;
	text-align:center;
}
.imgpietra{
	float:left;
	padding:0px;
	width:55px;
	text-align:center;
}
.imgaziende{
	float:right;
	padding:0px;
	width:105px;
	text-align:center;
}
.nomiaziende{
	float:right;
	padding:0px;
	width:28%;
	text-align:center;
	background-color:#FAEBD0;
	padding:3px;
}
.linkaziende{
	margin-right:105px;
	margin-left:400px;
	padding:0px;
	width:80px;
	text-align:center;
}
.contenitorep{
	margin-bottom:3px;
	margin-top:3px;
	overflow:auto;
	border:1px solid #FAEBD0;
}
.contenitore{
	margin-bottom:3px;
	margin-top:3px;
	overflow:auto;
}
.fondoassociatetop{
	background-color:#FAEBD0;
	float:left;
	width:73%;
}
.fondoaziendetop{
	background-color:#FAEBD0;
	float:left;
	width:400px;
}
.dx{
	text-align:right;
}
.fondoassociate{
	background-color:#F7F2E9;
	float:left;
	width:73%;
}
.fondoaziende{
	background-color:#F7F2E9;
	float:left;
	width:400px;
}

#footerdx { /* 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;
	font-weight:normal;
	width:10%;
	background:#464646;
	height:18px;
	text-align:right;
	padding-top:4px;
}
#footersx { /* this class can be used to float an element left in your page */
	float: left;
	width:90%;
	background:#464646;
	height:18px;	
	padding-top:2px;
	padding-bottom:2px;
}

#fltrtmintop { /* 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;
	font-weight:normal;
	width:60%;
	background-color:#f4b56e;
	padding-top:2px;
	padding-bottom:2px;
	text-align:right;
}
#fltlftmaxtop { /* this class can be used to float an element left in your page */
	float: left;
	width:40%;
	background-color:#f4b56e;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	font-weight:bold;
}
.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;
}
.clearfloatdiv { /* 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:3px;
    font-size: 1px;
    line-height: 0px;
}

#banner {
	float:right;
	padding-top:6px;
	padding-right:6px;
}
.titolettoTop{
	background-color:#f4b56e;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;	
	text-align:left;
	padding-left:2px;
}
.sx{
	text-align:left;
	margin:0;
	padding-left:2px;
}
.centro{
	margin:0;
	text-align:center;
	padding:2px;
}
.imgsx{
padding-right:2px;
float:left;
}
.colore2{
background-color:#FAEBD0;
}
.colore1{
background-color:#F7F2E9;
}
#bannercentro{
margin:5px;
text-align:center;
}
h2{
	font-weight:bold;
	margin:0;
	font-size:100%;
}
.metaarancio{
	background-color:#f4b56e;
	width:35%;
	float:left;
	padding:3px;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}
.metabianco{
	width:63%;
	float:right;
	border-bottom:1px solid #FFFFFF;	
}
.metabiancop{
	width:58%;
	float:right;
	padding:3px;
	border-bottom:1px solid #FFFFFF;	
}
.meta50sx{
	width:48%;
	float:left;
	line-height:120%;
}
.meta50dx{
	width:48%;
	float:right;
	line-height:120%;
}

.meta70{
	width:68%;
	float:left;
	padding:3px;
	border-bottom:1px dotted #FF6600;
}
.meta30{
	width:28%;
	float:right;
	text-align:right;
	padding:3px;
	border-bottom:1px dotted #FF6600;	
}

.meta70R{
	width:58%;
	float:right;
	padding:3px;
}
.meta30L{
	width:38%;
	float:left;
	padding:3px;
}

.rigaArancio{
	background-color:#FAEBD0;
	float:left;
	width:100%;
	padding:3px;
	font-weight:bold;
}
.tdchiaro{
	background-color:#F7F2E9;
	float:left;
	padding:3px;
}

.rigaArancioChiario{
	background-color:#F7F2E9;
	float:left;
	padding:3px;
	width:100%;
}
.tratteggio{
	border-bottom:1px dotted #FF6600;	

}