@CHARSET "ISO-8859-1";

/*
  colori di sfondo:
    coalizione1: #E4F0FF
    coalizione2: #A5C9EF
    righe pari: #c6dfff
    righe dispari: #99beee
    azzurro sfondo: #B1D3FF
    titolo in alto (table caption): #F6D295
    
    column headers: #E0EEFF
*/

body,p,span {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
}

body {
	background-image: url(images/sfondoNov.jpg);
	background-repeat: no-repeat;
	background-color: #b1d3ff;
	font-size: 14px; 
	background-position: top left;
}

h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

ul,li {
	font-family: Tahoma, Arial, Arial, sans-serif;
	font-size: 14px;
}

/*=========================================
    accordion
  =========================================*/
span.ui-accordion-left {
	margin: 0;
	height: 0px;
	padding: 0;
}  

div.undermenu {
	background-color: #b1d3ff;
	position:absolute; 
	z-index: 5;	
}

div.menu-wrapper {
	width: 155px;
	height: 590px;
	position:absolute; 
	z-index: 20;
	left: 0;
	top: 138px;
	margin: 0;
	/*	
	background-color: #B19E80;
	border-bottom: 1px solid #ab8d48;
	border-right: 1px solid #ab8d48;
	border-left: 1px solid #916b16;
*/	
}
div.menu-wrapper a {
	text-align: left;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
	cursor: pointer;
	color: #1E4262;
	padding-bottom: 4px;
	font-weight: normal;
	background: transparent;
}

div.menu-wrapper ul, div.menu-wrapper li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none; 
  padding-left: 4px;
}	

div.menu-wrapper ul.menudati {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

h2.menuhandle {
	font-family: Tahoma, Arial, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}

h2.menuhandle#affluenze {
	background-image: url(images/affluenzeB.png);
	background-repeat: no-repeat;
	height: 41px;
}
h2.menuhandle.ui-state-focus#affluenze {
	background-image: url(images/affluenzeB_open.png);
	background-repeat: no-repeat;
	height: 41px;
}
h2.menuhandle#risultati{
	background-image: url(images/risultatiB.png);
	background-repeat: no-repeat;
	height: 41px;
}
h2.menuhandle.ui-state-focus#risultati{
	background-image: url(images/risultatiB_open.png);
	background-repeat: no-repeat;
	height: 41px;
}

h2.menuhandle#preferenze{
	background-image: url(images/preferenzeB.png);
	background-repeat: no-repeat;
	height: 41px;
}
h2.menuhandle.ui-state-focus#preferenze{
	background-image: url(images/preferenzeB_open.png);
	background-repeat: no-repeat;
	height: 41px;
}

h2.menuhandle#informazioni{
	background-image: url(images/informazioniB.png);
	background-repeat: no-repeat;
	height: 41px;
}
h2.menuhandle.ui-state-focus#informazioni{
	background-image: url(images/informazioniB_open.png);
	background-repeat: no-repeat;
	height: 41px;
}

div.menu-wrapper li.voceprinc {
	padding-left: 0px;
	margin: 0;
}

div.menu-wrapper ul.sottomenu {
/*	
	border-left: 1px solid #1E4262;
	border-right: 1px solid #7DC0DD
*/	
	padding-left: 4px;
	margin-left: 0px;
}

div.menu-wrapper li.voce {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
	cursor: pointer;
	color: #1E4262;
	padding-bottom: 4px;
	font-weight: bold;
	background: transparent;
}

div.menu-wrapper li.disabled {
	color: #546EA7;
	font-style: italic;
	font-weight: normal;
}


div.menu-wrapper li.voce.active {
	font-weight: bold;
	text-align: center;
	background-color: #F6D295;
	font-size: 100%;
}	

/*=========================================
    sezioni
  =========================================*/
div#elencosez {
	background-color: #F6D295;
    position:absolute; 
    left: 156px;
    visibility: hidden; 
    overflow: hidden; 
    padding-top: 0; 
    border-right: 2px solid #1E4262;
    border-top: 1px solid #1E4262;
    border-bottom: 2px solid #1E4262;
    width: 100px;	
}

div#elencosez a {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;	
	/*font-family: "Times New Roman", Times, serif;*/
	cursor: pointer;
	color: #1E4262;
	padding-bottom: 4px;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	line-height: 24px;
}

div#elencosez a:visited {
	text-decoration: none;
}

