/* caratteristiche finestra esterna; top, lati */
html, body 
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:1.0em;
	color: 0;
	background-color: #010066;
	background-repeat: repeat-x; background-position: top;
}

table,td { border-style:none; }

table {	width:100%; margin:0px; border-collapse:collapse; }

td { padding:0px; vertical-align:top; }
	
a
{ 
	text-decoration: none;
	color: #003366; 
}

/* colore che assumono i link quando si passa sopra col mouse */
a:hover
{ 
	text-decoration: underline;
	color: #FF00FF;
}

.small { font-size: 9px; }

.infoPage { font-size: 11px; 
	font-weight: bold;
	color: #000000; 
	background-color: #FFFFFF; 
	margin: 0 auto; 
	text-align: left;
}
/* caratteristiche celle di inserimento dati: cerca, mappe, etc. */	
.cell 
{
	padding: 0 2px 0 2px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #000000;
}
	
.copyright { font-size: 10px; }
	
/* caratteristiche dei "bottoni" da cliccare */	
.button 
{ 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #038EDC;
	color: #FFFFFF;
}
/*caratteristiche delle scritte poste di contorno ai banner superiori */
.topbanner 
{ 
	border: medium none;
	font-size: 10px; 
	text-align: center;
	background-color: #010066; 
	background-image: url(bg.png);
}

/*caratteristiche delle scritte laterali: istruzioni su mappe */
.tableline1 
{	
	border: maroon thin;
	font-size: 11px; 
	text-align: left;
	color: #4682B4; 
	background-color: #F6F8FB; 
}

.tableline1 a { }

/* caratteristiche delle scritte laterali: titoli su mappe "indirizzo, via, etc." */
.tableline2 
{
	font-size: 10px;
	text-align: left;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	color: #4682B4;
}
	
.tableline2 a { }


/* caratteristiche delle scritte laterali: titolo "mappe" */
.tablelinemain 
{ 	
	font-size: 11px; 
	text-align: left; 
	text-indent: 2px;
	color: #333333; 
	background-color: #FFFFFF; 
}
	
.tablelinemain a 
{ 
	font-size: 10px;
	color: #000000;
}
	
.normal
{ 
 	list-style: square;
	font-size: 11px; 
	text-align: justify;
	background-color: #BADEF5;
  
}
	
/* caratteristiche testi e sfondo nelle aree principali */	
.myTable {

	border: 1px solid #000000;
	BORDER-RIGHT: #000000 2px solid;
	BORDER-BOTTOM: #000000 2px solid;
	list-style: square;
	font-size: 11px;
	text-align: justify;
	background-color: #BADEF5;
	font-style: normal;
/*  BACKGROUND-IMAGE: url(Sfondo3.gif); */
}
/* caratteristiche delle righe col titolo */	
.myTitle 
{ 	
	font-size: 14px; 
	font-weight: bolder;	
	letter-spacing: 2px;
	text-align: center;
	text-indent: 5px; 
	color: black; 
	background-color: #00B2E6;
/*	background-color: #9BD0F0; */
	}
/*	background-image: url('linea.gif'); */

/* colore di sfondo tra aree*/	
.myTr 
{ 
/* background-color: #EEF7FC; */
BACKGROUND-IMAGE: url(Sfondo2.gif);

}


.myTD { padding: 3px; }
	
.myQuote
{ 
 	border: 1px solid #000000; 
 	padding: 3px;
	font-size: 11px; 
	text-align: justify;
	background-color: #FFFFFF; 
} 

#TopPage 
{ 
	height: 60px; 	
	margin: 0 auto; 
	text-align: left;
}

#MainPage 
{ 
	height: 60px; 
	margin: 0 auto; 
	text-align: left;
}

#Display { height: 450px; }
