body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	height: 100%;
	text-align:left;
	line-height: 1.3em;
	/*background-color:#CCCCCC;*/
}
table td{
font-size:10px;
}
p{
margin:8px 0px 8px 0px;

}
img{
border:none;

}
a{
color:#666666;
text-decoration:none;

}
a:hover{
color:#55AA00;
}

img{
margin:0px;
padding:0px;
}
.containerTop {
	width:960px;
	margin: 1px 10px 0px 10px;
/*	background-color:#CC3333;*/
	text-align: left;
	clear:both;
	float:none;
	
 } 
.container {
	width:960px;
	margin: 10px 10px 10px 10px;
/*	background-color:#CC3333;*/
	text-align: left;
	clear:both;
	float:none;
	
 } 
 td{
 vertical-align:top;
 
 }
 
 /***************/
#videoContainer{
height:200px;
background-color:#000000;
 
 }
 /***************** TESTATA IN ALTO *************************/
#top {
	/*height:100px;*/
	margin: 0px;
	
	
	/*background-color:#993300;*/
 } 
 #top #logo{
 width:450px;
 float:left;
 margin-top:10px;
/* background-color:#FFCC33;*/
 } 
 #top #m1{
/* width:248px;*/
margin-top:5px;
 float:left;
 display:none
 } 
 #top #m2{
 float:left;
 display:none
 } 
#m1 ul, #m2 ul{
/*background-color:#33FFCC;*/
margin:0px;
padding:0px;
}
#m1 li,#m2 li{
list-style:none;
margin:0px;
font-size:11px;
/*background-color:#33FF66;*/
}


 /***************** FINE TESTATA IN ALTO *************************/
#notizieAsca{
vertical-align:middle;
padding:0px;
margin:0px;
height:20px;
width:761px;
display:none
}
#ascaInt{
margin:0px 20px 0px 5px;
padding-top:3px;
}
#ascaInt a, #ascaInt a:hover{
color:#FFFFFF;

}
/**************************/







#destra {
float:left;
width:765px;
margin:0px;
padding:0px;
/*background-color:#CCCCCC;*/
 } 
#footer {
	text-align: left;
	font-size: 10px;
	line-height:11px;
	clear: both;
	float:none;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 2px ;
	color:#666666;
	width:506px;
	display:none
 } 
 #footer .left {
 float:left;
 } 
 #footer .right{
 float:right;
	
 } 

/********** colonne  ***************/
.colonna1, .colonna2, .colonna3 {
width:252px;
/*margin:0px 1px 0px 1px;*/
margin:0px;
padding:0px;
float:left;
font-size:10px;
/*background-color:#666666;*/
border:1px solid #FFffff;
}

.colonna2{
width:506px;

}
.colonna3{
width:760px;
}
.contInCol1, .contInCol2, .contInCol3{

margin:12px 10px 12px 10px;
vertical-align:top;


}
.contInCol2{

}
.contInCol3{

}
/***********  ***************/
.fondoBianco{
background-color:#FFFFFF;
border:1px solid #CCCCCC;

}
.fondoG1{
background-color:#333333;

}
.fondoG2{
background-color:#666666;

}
.fondoG3{
background-color:#999999;

}
.fondoG4{
background-color:#CCCCCC;

}
.fondoG5{
background-color:#dddddd;

}
.fondoG6{
background-color:#eeeeee;

}
.fondoVerde{
background-color:#55AA00;

}
.fondoRosso{
background-color:#CC0000;

}
/***********  ***************/
.testoBianco{
color:#FFFFFF;
}
.testoNero{
color:#000000;
}
.testoGrigio{
color:#666666;
}
.testoVerde{
color:#55AA00;
}
.titolo{
font-size:16px;
font-weight:lighter;
line-height: 1.2em;

}
.titolo2{
font-size:12px;
line-height: 1.2em;

}
/**** ******/
.spazio1Bot{
margin-bottom:1px;

}
.spazio2Bot{
margin-bottom:2px;

}

@charset "UTF-8";
/* CSS Document */

#m2 {
width:251px;

}

form {
	
	padding: 0px;
	margin: 8px 0px 8px 10px;
	min-width: 200px;
	max-width: 300px;
	/*width: 330px;*/
	/*background-color:#CC0033;*/
	display:none
}
.lineaForm{

vertical-align:top;
margin-top:1px;
 /* setting clear on inputs didn't work consistently, so brs added for degrade */
display:none
}
form br{
clear:left;
display:none
}
.conBottone{
display: block;
width:auto;
float:left;
display:none
}

label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 6em; 
	padding: 0; 
	margin: 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	/*background-color:#009966;*/
	display:none
}


input.campotesto {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	width:120px;
	height:15px;
	font-size:10px;
	border:1px solid #dddddd;
	padding-left:5PX;
	/*background-color:#00FF66;*/
	display:none
}

input.submit  {
  	width:auto;     
	margin:0px;
	padding: 0px;
	margin-left:5px;
	display:none;
	font-size:10px;
	

}


form .required, .required{
font-weight:bold; 
display:none
} /* uses class instead of div, more efficient */

/**/
.allineaForm{
margin:5px 0px 0px 5.8em;
line-height:10px;
display:none
}



input.campotestoxx {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	width:160px;
	height:15px;
	font-size:10px;
	border:1px solid #dddddd;
	padding-left:0PX;
	display:none
	/*background-color:#dddddd;*/
}

#m22 {
width:100%;
display:none

}

label.labellungo{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 16em; 
	padding: 3px 4px 0; 
	margin: 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	/*background-color:#009966;*/
	display:none
}




 /* ******************************************************************************  menu */
 #menu{
display: block;
text-align: left;
width:177px;
line-height: 1em;
border-bottom:1px solid #cccccc;
background-color:#ffffff;
margin:0px 15px 0px 0px;
padding:0px 0px 0px 3px;
float:left;
display:none

}

/* hack to fix IE/WIN*/
#menu li {border-bottom:1px solid #ffffff; 
display:none
}
 /* fix for browser that dont need hack */
html>body #menu li {border-bottom:1px solid #ffffff;
display:none
}

/*********************************************/
#menu ul{
 list-style:none;
 padding:0px;
 margin:0px;
 display:none
 }
/* *********************************** BOTTONI PRINCIPALI QUANDO SPENTI */
#menu .principale{
	display:block;
	color:#666666;
	display:block;
	margin:0px;
	padding:6px 0px 6px 0px;
	border-top:1px solid #cccccc;
	font-weight: bold;
	display:none
}
#menu .principale a{
	margin:0px;
	text-decoration: none;
	color:#666666;
	display:none
	
}
#menu .principale a:hover{
text-decoration: none;
color:#55AA00;
display:none
}
/* *********************************** PRIMO BOTTONE SENZA RIGA */
#menu .inAlto{
	display:block;
color:#666666;
display:block;
margin:0px;
padding:6px 0px 6px 0px;
/*border-top:1px solid #cccccc;*/
font-weight: bold;

}
#menu .inAlto a{
display:block;
margin:0px;
text-decoration: none;
color:#666666;
}
#menu .inAlto a:hover{
text-decoration: none;
color:#55AA00;
}
/********************************* 	PRIMO BOTTONE IN ALTO QUANDO ACCESO */
#menu .inAlto_acceso{
color:#55AA00;
display:block;
margin:0px;
padding:6px 0px 6px 0px;
/*border-top:1px solid #cccccc;*/
font-weight: bold;
}
#menu .inAlto_acceso a{
display:block;
margin:0px;
text-decoration: none;
color:#55AA00;
}
#menu .inAlto_acceso a:hover{
text-decoration: none;
color:#55AA00;
}
/* ***************************************************/

/* ************************************************** PER VEDERE IL BOT PRINCIPALE ACCESO*/
#menu .p_acceso{
color:#55AA00;
display:block;
margin:0px;
padding:6px 0px 6px 0px;
border-top:1px solid #cccccc;
font-weight: bold;
}
#menu .p_acceso a{
display:block;
margin:0px;
text-decoration: none;
color:#55AA00;
}
#menu .p_acceso a:hover{
text-decoration: none;
color:#55AA00;
}
/* ***************************************************/

#menu  .contmenu{
display:none;
}

#menu  .contmenu a{
display:block;
padding:4px 0px 4px 10px;
text-decoration: none;
color:#666666;
}
/* ***************************************************  stili per sottomenu */
/* menu chi */

#menu  .contmenu a.attivo:hover{
color:#55AA00;
}

/* ************************************************** PER ACCENDERE SOTTOMENU*/
#menu  .contmenu a.attivo_h{
color:#55AA00;
}
#menu  .contmenu a.attivo_h:hover{
color:#55AA00;
}
/***************   menu di servizio  *****************/
#m1 li a,#m2 li a{
color:#666666;
text-decoration:none;
}
#m1 li a:hover,#m2 li a:hover{
color:#55AA00;
}

#m1 li a.attivo,#m2 li a.attivo{
color:#55AA00;
text-decoration:none;
}
#m1 li a.attivo:hover,#m2 li a.attivo:hover{
color:#55AA00;
}
/********* tezo livello ************/
#menuTerzoLiv{


}
#menuTerzoLiv ul{
/*background-color:#33FFCC;*/
margin:0px;
padding:0px;
}
#menuTerzoLiv li{
list-style:none;
margin:0px;
font-size:11px;
/*background-color:#33FF66;*/
}

#menuTerzoLiv li a{
color:#000000;
text-decoration:none;
}
#menuTerzoLiv li a:hover{
color:#55aa00;
}

#menuTerzoLiv li a.attivo{
color:#55aa00;
text-decoration:none;
}
#menuTerzoLiv li a.attivo:hover{
color:#55aa00;
}

/************** clearing floats **************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



