/* Foglio di stile per il web */

body {
   text-decoration: none;
   background-color: #FFF;
	color: #777;
   padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}



/************** FRAME DEL MENU PRINCIPALE ***************/ 

/* Tabella del menu principale */
.menuTable {
  width: 60%;
  border-collapse: collapse;
  text-align: center;
}

/* Celle del menu principale (affluenze, risultati camera e senato) */
.menuCell {
   height: 25px;
	width: 20%;
   text-align: center;
}


/* Pulsante del menu per la scelta affluenze / risultati */
div.pulsanteMenu {
   width: 120px;
   height: 20px;
   line-height: 18px;
	border: 2px solid Blue;
   background: inherit;
   text-align: center;
   font-family: Verdana, Arial, sans-serif;
   font-size: /*70%*/11px;
   font-weight: bold;
}

a.menu:link{
  text-decoration: none;
  background: #FFF;
  color: Blue;
  cursor: pointer;
}

a.menu:visited{
  color: Blue;
  text-decoration: none;
  background: #FFF;
}

a.menu:hover{
  color: #333;
  background: #46A4FF;
  text-decoration: none;
  cursor: pointer;
}

/* Menu attualmente visualizzato nella pagina */
a.menuAttivo {
  color: #333;
  background: #46A4FF;
  text-decoration: none;
  cursor: pointer;
}

/* Menu non abilitato */
a.menuDisattivo {
	color: #777;
	background: #C2C2C2;
	text-decoration: none;
	cursor: default;
}

/* Riga di separazione */
.separatore {
   color: #00F;
   width: 90%;
}

/************************** FINE MENU *******************************/




/*********************** SCELTA DEL COMUNE **************************/

/* Stile per il combo di scelta circoscrizione e comune */
.scelta {
   text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	text-decoration: none;
	color: #000;
}

/**************** FINE MENU DI SCELTA COMUNE ************************/