/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
    BACKGROUND-COLOR:#17a;	
}

#navlist /* container */
{	
	color: White;
	background:#17a;
	border-bottom:0,2em solid #17a;
	border-right:0,2em solid #17a;
	padding:0 1px;
	margin: 0; 	 
	width:100%;
	height:2em;
	font: normal 10px Verdana, sans-serif;	
}

#navlist li 
{ 
	display:inline;
	font-size: 1px; 	
	margin: 0; 	
}

#navlist a 
{
	display:inline-block;
	text-decoration:none;
	margin-left: 1em;
	margin-right: 1em;
	color:White;
	background:#39c;
	border-width:1px;
	border-style:solid;
	border-color:#5bd #035 #068 #6cf;
	border-top: 1em solid #fc0;
	border-bottom:1px;
	padding: 0.25em 0.5em 0.4em 0.75em;	
	width:16.4%;
	height:1em;	
	font-style:normal;
	font-family:Verdana, sans-serif;
	font-size:xx-small;
	text-align:center;
}

#navlist  a:current 
{ 
	border-color: #f30 #5bd #035 #068;	
	border-color: #fc0 #5bd #035 #068;
}

#navlist a:hover
{ 
	background: #28b; 
	border-color:  #fc0 #069 #6cf #5bd;	
	padding: 0.4em 0.35em 0.25em 0.9em; 
}

#navlist a#current:hover 
{ 
	background: #28b; 
	border-color: #fc0 #069 #6cf #5bd;
	padding: 0.4em 0.35em 0.25em 0.9em; 
}

#navlist a:active
{ 
	background: #17a; 	
	border-color: #fc0 #069 #6cf #5bd;
	padding: 0.4em 0.35em 0.25em 0.9em; 
}

#navlist a#current:active 
{ 
	background: #17a; 	
	border-color: yellow #069 #6cf #5bd;	
	padding: 0.4em 0.35em 0.25em 0.9em; 
}

#navlist a:visited.active
{ 
	background: #28b; 
	border-color: red #069 #6cf #5bd;
	padding: 0.4em 0.35em 0.25em 0.9em; 
}

/* MenuServizi */

#ServiziNavlist 
{ 
	color: white; 
	background: #17a;
	background:#99ccff;
	border:solid 0.2em #17a; 	
	margin-left: 0; 	
	width:50%;	
	font: normal 10px Verdana, sans-serif;	
	position:relative;	
	top:0.8em;
	left:0.2em;
}

#ServiziNavlist  li 
{ 
	list-style: none; 
	margin: 0; 
	font-size: 1em; 
}

#ServiziNavlist  a 
{ 
	display: block; 
	text-decoration: none; 
	text-align:center;
	vertical-align:middle;
	margin:1.2em 1.5em 1.2em 1.5em;	
	border-width: 1px; 
	border-style: solid; 
	border-color: #5bd #035 #068 #6cf; 
	border-left: 1em solid #fc0; 	 		 	 	
	padding: 0.6em 0.5em 0.6em 0.5em; 
	color: white; 
	background: #39c; 
	width: 99%; /* only necessary for Internet Explorer */	
	width: 14em; /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */	
	height: 1px;
}

#ServiziNavlist  a#current 
{ 
	border-color: #5bd #035 #068 #f30; 
}

#ServiziNavlist  a:hover, #ServiziNavlist a#current:hover 
{ 
	background: #28b; 
	border-color: #069 #6cf #5bd #fc0; 		
}

#ServiziNavlist  a:active, #ServiziNavlist  a#current:active 
{ 
	background: #17a; 
	border-color: #069 #6cf #5bd #fc0; 	
}

#ServiziNavlist  a:visited.active
{ 
	background: #17a; 
	border-color: #069 #6cf #5bd white; 	
}

/* MenuStatuto */

#StatutoNavlist 
{ 
	color: white; 
	background: #17a;
	background:#99ccff;
	border:solid 0.2em #17a; 	
	margin-left: 0; 	
	width:50%;	
	font: normal 10px Verdana, sans-serif;	
	position:relative;	
	top:0.8em;
	left:0.2em;
}

#StatutoNavlist  li 
{ 
	list-style: none; 
	margin: 0; 
	font-size: 1em; 
}

#StatutoNavlist  a 
{ 
	display: block; 
	text-decoration: none; 
	text-align:center;
	vertical-align:middle;
	margin:1.5em 1.5em 1.5em 1.5em;	
	border-width: 1px; 
	border-style: solid; 
	border-color: #5bd #035 #068 #6cf; 
	border-left: 1em solid #fc0; 	 		 	 	
	padding: 1.5em 0.5em 1.5em 0.5em; 
	color: white; 
	background: #39c; 
	width: 99%; /* only necessary for Internet Explorer */	
	width: 14em; /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
	height:1px;	
}

#StatutoNavlist  a#current 
{ 
	border-color: #5bd #035 #068 #f30; 
}

#StatutoNavlist  a:hover, #StatutoNavlist a#current:hover 
{ 
	background: #28b; 
	border-color: #069 #6cf #5bd #fc0; 		
}

#StatutoNavlist  a:active, #StatutoNavlist  a#current:active 
{ 
	background: #17a; 
	border-color: #069 #6cf #5bd #fc0; 	
}

#StatutoNavlist  a:visited.active
{ 
	background: #17a; 
	border-color: #069 #6cf #5bd white; 	
}

td.immagineTD
{	
	background-repeat:no-repeat;	
	border-style:none;	
	vertical-align:middle;
}

.pagina
{
	vertical-align:middle;	
}
