body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;	
	text-align: center;
	background-color: #E8E8E8;
}

DIV  { font-family: Verdana;
	padding-left:1px; padding-right:1px;
	padding-top:2px; padding-bottom:2px;
	font-size: 10pt;
}


TABLE {
 border-style: none;
 margin-top: 0px;
 margin-bottom: 0px;
 width: 99%;
}

TR {
	margin-top: 0px;
	margin-bottom: 0px;
}

IMG {
	border: none;	
}
/*------------------- T O P --------------------------------------*/
#top {
   margin-left: auto;
	margin-right: auto;

	height: 70px;
	width: 700px;
	background-color: #C0C0C0;
	background-image: url(sfondo_top.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 0px;	
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-color: #868686;
	border-width: 1px;
	border-style: solid;
   border-bottom: none;
	/*overflow: auto;*/
}

#Titolo_top{
	float: right;
	padding-right: 0;
	text-align: right;
	margin-top: 4px;
	margin-left: 4px;
}
/*------------------B A R R A---------------------------------*/
#barra{
	background-color: #C0C0C0;
	width: 698px;
	font-size: 12px;	
	text-align: center;
}

.tasto_on{
	float: left;
	
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
   border-right: 1px solid Gray;
	border-top: 1px solid Gray;
   background-color: Yellow; 
	
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-align: center;
	
	width: 149px;	
	margin-left: 10px;
	margin-right: 10px;

	padding-left: 0px;	
	padding-right: 0px;
}

.tasto_off a:hover{
	background-color: Lime;  
	text-decoration: none;
	display: block;
}

.tasto_off{
	background-color: #62668B;
	float: left;   
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
   border-right: 1px solid Gray;
	border-top: 1px solid Gray;	
	font-size: 11px;
	color: white;
	width: 149px;	
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
   background-color: #C0C0C0;	
   padding-left: 0px;	
	padding-right: 0px;

}

/* ------------------B O T T O M -----------------------------*/
#bottom {
	width: 200px;
	font-size: 9px;
	border: 1px outset;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------- S I N I S T R A -----------------------------*/

#left_box {
	float:left;
	width:335px;	
	margin-bottom:10px;	
}

.riquadro_sinistra{
	/*float: left;*/
	font-size: 11px; /*background-color: #F5FFFA;*/
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;	

}

.riquadro_sinistra p{
   margin-top: 5px;
	margin-bottom: 5px;	
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.riquadro_sinistra img{
	float: left;
	margin: 3px 3px 3px 3px;
}
/*---------------------D E S T R A----------------------------------*/

#right_box {
	float:right;
	width:335px;	
	margin-bottom:10px;
	/*border: 1px solid black;*/
}

#news{

   /*background-color: #FFFFB0;*/
	background-color: #d2d2d2;
	/*float: left; /*background-color: #F5FFFA;*/
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	padding: 0;
}

#news p{
	margin-bottom: 2px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}

#news img{
	float: left;
	margin: 10px 10px 10px 10px;
}


/*-------------------------------  M A I N -------------------------------------*/
#main {
	/*height: 350px;*/
	width: 700px; /*background-color: #DDDDDD;
	/*background-image:url(immagini/bg_body.gif);*/
	border: 1px solid #868686;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: auto;*/
	color: #130658;
	overflow: auto;
}


/*--------------------------------------------------------------*/


h4.box_title {
	/*background:url(immagini/sfondo_title.gif) 0 0 repeat-x;*/
	font-size: 18px;
	color: #FFA500;
	padding: 2px 0 2px 3px; /*margin:-15px -15px 0px -15px;*/
	margin-bottom: 5px;
	background-color: #E4E6ED;
	height: auto; /* Necessario per eviatre bug IE */
	text-align: left;
}



A {
	text-decoration: none;	
}

A.tool{
	text-decoration: none;
 	background-color: #dcdcdc;	
	color:black;
	text-align:center;
	display:block;
	width:90%;

	border-right: white 2px outset;
	border-top: white 2px outset;
	border-left: white 2px outset;
	border-bottom: white 2px outset; 	
}

A.tool:hover{
	text-decoration: none;
 	background-color: #dcdcdc;	
	color:orange;
	/*font-weight:bolder;*/
	text-align:center;
	display:block;
	width:90%;
	
	border-right: white 2px inset;
	border-top: white 2px inset;
	border-left: white 2px inset;
	border-bottom: white 2px inset; 
	
}
