@charset "utf-8";
/* CSS Document */

body {
	background-color: #F2F2F2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	margin: 0px;
}

/* EUROPEE */



.Titolo1E {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #335486;
	display: block;
	/*width: 100%;*/
	padding: 10px;
	margin-bottom: 5px;
	background-image: url(logo_web_gubbio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	}
	
.tabellaAffluenzaE {
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
}

.tabellaAffluenzaE  td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin: 0px;
	padding: 2px;
}	


.Titolo2E {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #335486;
	/*width: 100%;*/
	padding: 0px;	
	}
	
.Titolo3E {
	/*font-weight: bold;*/
	color: #FFF;
	text-align: center;
	background-color: #698EB6;
	}

.Titolo3E td {
	padding: 5px;
	margin: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	}

.Titolo3E a{
	color:#BECEE0;
	text-decoration:none;
	}


.TotaliE {
	font-weight: bold;
	color: #900;
	text-align:center;
	font-size: 110%;
}


 .itemAffluenzaE {
	background-color:#FFF;
}

 tr.itemAffluenzaE:hover {
	background-color: #A4B9D0;
}

.alternatingItemAffluenzaE {
	background-color:#DCEBF7;
	
}

 tr.alternatingItemAffluenzaE:hover {
	background-color: #A4B9D0;
}

.scrutinateE{
	background-color:#B3C6D9;
	border: 2px solid #335486;
	
}
.scrutinatiE{
	background-color:#B3C6D9;
	border: 2px solid #335486;
	
}




/* PROVINCIALI */


.Titolo1P {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: #CCCB32;
	display: block;
	/*width: 100%;*/
	padding: 10px;
	margin-bottom: 5px;
	background-image: url(logo_web_gubbio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
.tabellaAffluenzaP {
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
}

.tabellaAffluenzaP  td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin: 0px;
	padding: 2px;
}	


.Titolo2P {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #CCCB32;
	/*width: 100%;*/
	padding: 5px;
	}
	
.Titolo3P {
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #DBDF6D;
	}

.Titolo3P td {
	padding: 5px;
	margin: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;

	}
	
.TotaliP {
	font-weight: bold;
	color: #900;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

 .itemAffluenzaP {
	background-color:#FFF;
}

 tr.itemAffluenzaP:hover {
	background-color: #CCCB32;
}

.alternatingItemAffluenzaP {
	background-color:#F1F3CB;
}

 tr.alternatingItemAffluenzaP:hover {
	background-color: #CCCB32;
}
.scrutinateP{
	background-color:#E6BC93
}
.scrutinatiP{
	background-color:#E6BC93
}

.Percentuale {
	font-size:100%;
	color:#333;
	}
	
/*navigatore*/
.basictab{
padding: 2px 0;
margin-left: 0;
font:  12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	margin-right: 2px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #F2F2F2;
	color: #2d2b2b;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}



.basictab li a:visited{

}

.basictab li a:hover{
	background-color: #666;
	color: #FFF;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #900;
	color: black;
}

.navigatore {
	text-align:center;
	background-color: #F2F2F2;
	padding-top:0px;
	margin-top: 5px;
}


