@charset "UTF-8";
/* CSS Document */

/* IMPOSTAZIONI GENERALI */
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../../../immagini/grafica_2009/sfondo.jpg);
	background-repeat:repeat-x;
background-attachment: fixed;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #000000;
}

.pagina {
   width: 901px; 
    text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
}

/* STILI DEI CARATTERI */
.colore_viola {
	color: #FF00FF;
}
.colore_verde {
	color: #33CC33;
}
.colore_azzurro {
	color: #0099FF;
}
.colore_arancione {
	color: #FF9900;
}
.colore_argento {
	color: #a8a8a8;
}

/* INTESTAZIONE */
.intestazione {
	width: 901px;
}
.intestazione_scritta {
	text-align: left;
	font-size: 27px;
	color: #FF9900;
	color: #DD232A;
	float: left;
	width: 660px;
	margin: 10px 0px 0px 10px;
}
.intestazione_pulsanti, .intestazione_pulsanti:hover {
	text-align: right;
	margin-left: 700px;
	padding: 0px 10px 0px 0px;
	background-color:none;
}

/* TABELLA */
.tabella {
   width: 901px;
   color: #000;
   background-color: #FFFFFF;
}
.inizio_tabella { 
	background: url(../../../immagini/grafica_2009/alto.gif) no-repeat top ;
}


/* IL RESTO DELLA TABELLA */
.contenuto_tabella {
	border-top: 1px solid #999999;
	padding: 10px;
	background: url(../../../immagini/grafica_2009/mezzo.gif);
	text-align: justify;
	
}  
.contenuto_tabella h1 {
	font-size:18px;
	color: #0099FF;
} 
.contenuto_tabella h2, .contenuto_tabella h2 a {
	font-size:14px;
	color: #FF00FF;
	color: #DD232A;
	margin:0px;
	padding:0px;
} 
.contenuto_tabella h3 {
	font-size:12px;
	color: #FE9E04;
	margin:0px;
	padding:0px;
} 
.contenuto_tabella_testo {
	float:left;
	width:380px;
	text-align:left;
} 

.contenuto_tabella_immagine {
	float:right;
	width:500px;
	text-align:right;
} 
.contenuto_tabella a:link, .contenuto_tabella a:visited {
	border-bottom: 1px dashed #0099FF;
} 
.contenuto_tabella a:hover, .contenuto_tabella a:active {
	color: #FFFFFF;
	background-color: #0099FF;
	border-bottom: 0px;
}
.fine_tabella { 
	padding: 0px;
	margin: -5px 0px 0px 0px;
	background: url(../../../immagini/grafica_2009/basso.gif) no-repeat bottom ;
}


/* FINE DELLA PAGINA */
.piedipagina {
	text-align: center;
	margin: 20px;
	color: #333333;
	font-size: 11px;
}
.piedipagina a:hover, .piedipagina a:active {
	color: #FFFFFF;
	background-color: #33CC33;
	border-bottom: 0px;
}

/* MENU FINE DELLA PAGINA */
.piedipagina_menu {
	font-size: 11px;
	margin:0px auto 0px auto;
	text-align:center;
}
.piedipagina_menu ul {
	list-style: none;
	display: inline;
}
.piedipagina_menu ul li {
	float: left;
	margin: 0 5px;
}
.piedipagina_menu ul li a{
	display: block;
	padding: 3px;
	/*background: #fff;*/
	border: 1px solid #FF9900;
	border: 1px solid #DD232A;
	text-decoration: none;
	color: #333;
}
.piedipagina_menu ul li a:hover{
	
	background: #FF9900;
	background: #DD232A;
	border: 1px solid #FF9900;
	border: 1px solid #DD232A;
	color: #fff;
}

.solo_utenti_accreditati {
	color: #FC9D25;
}


/* MENU TABELLA */
.menu_tabella { 
	padding: 0px 10px 10px 10px;
	background: url(../../../immagini/grafica_2009/mezzo.gif) ;
	font-size:11px;
	height:14px;
} 
.menu_tabella a {
	padding: 5px 5px 12px 5px;
}
.menu_tabella a:link, .menu_tabella a:visited {
	color: #000000;
	border-bottom: 0px solid #999999;
}
.menu_tabella a:hover, .menu_tabella a:active, #active {
	color: #FFFFFF;
	background-color: #DD232A;
	border-top: 1px solid #DD232A;
	border-bottom: 5px solid #CCC;
}

/* SottoMenu (Menu2) */

.menu2 { 
   margin: -10px -10px 10px -10px;
	padding: 10px 10px 5px 10px;
	font-size:11px;
	height:14px;
	border-bottom: 1px solid #999;
} 
.menu2 a {
	padding: 3px 5px 5px 5px;
}
.menu2 a:link, .menu2 a:visited {
	color: #666;
	border-bottom: 1px solid #999;
}
.menu2 a:hover, .menu2 a:active, #active2 {
	color: #fff;
	background-color: #DD232A;
	border-top: 1px solid #DD232A;
	border-bottom: 3px solid #CCC;
}

/* IMMAGINI PERSONALIZZATE */

.foto_sfondo { 
	margin: -10px;
}


th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-top: 1px solid #FF9900;
	/* letter-spacing: 1px; */
	text-transform: uppercase;
	text-align: center;
	padding: 5px 5px 5px 7px;
	background:#FF9900;
}
td {
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	background: #fff;
	padding: 5px 5px 5px 7px;
	color: #4f6b72;
	line-height:17px;
}
