/* ultima modifica 09/02/2008
/* modificato il 17/03/2010 variati colori

/* em misura relativa 1em č l'altezza standard del font della lettera "M" */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 3px solid #f38712;
	/*border-bottom: 2px solid #2A4F6F;*/
}

/* impostazione generale paragrafi */
p {
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* impostazione generale titoli */
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: 120% Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: 105% Georgia, "Times New Roman", Times, serif;
	/*border-bottom: 1px solid #aaaaaa; */
  /*text-decoration: underline; */
}



/* per footer */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

/* elimina il bordo blu alle immagini che sono link ad altri documenti */
img {
  border: none;
}

/* formattazione dell'intestazione pagina */
#header {
	border-top: 1px solid #f38712;
	border-bottom: 1px dotted #f38712;
	height: 9em;
}
#header .strapline {
	font: 90% Verdana, "Times New Roman", Times, serif;
	font-style: Italic;
	color: #f38712;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 8em;
}
#header .logoimg {
	font: 130% Verdana, "Times New Roman", Times, serif;
	color: #f38712;
	background-color: transparent;
	float: left;
	margin-left: 0.5em;
	margin-top: 0.5em;
}
#header .logotxt {
	font: 130% Verdana, "Times New Roman", Times, serif;
	color: #f38712;
	background-color: transparent;
	float: left;
	margin-left: 0.5em;
	margin-top: 3em;
}


/* formattazione della barra di navigazione */
#nav {
	position: absolute;
	top: 12em;
	left: 1em;
	width: 14em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #f38712;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #f38712;
	background-color: transparent;
}
#nav a:hover {
	color: #f3c798;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #f38712;
	background-color: transparent;
	border-bottom: 1px dotted #f38712;
}
#navooprom {
	position: absolute;
	bottom: 3em;
	left: 1em;
	width: 14em;
}
/* formattazione link a WebCounter*/

#webcounter {
	position: absolute;
	bottom: 3em;
	right: 1em;
	width: 8em;
}

#webcounter p {
	font-size: 70%;
	line-height: 1em; 
	padding-left: 1.0em;
}

#webcounter a:link, #webcounter a:visited {
	text-decoration: none;
	color: #f38712;
	background-color: transparent;
}
#webcounter a:hover {
	color: #f3c798;
}
/* FINE ID per webcounter */


/* formattazione contenuti */
/* ID per contenuti della pagina */
#content {
	margin-left: 16em;
	margin-right: 2em;
	margin-bottom: 3em;
	background-color: #f9f3e9;
}


/* aspetto dei link */
#content a:link, #content a:visited {
	text-decoration: none;
	color: #f38712;
	background-color: transparent;
}
#content a:hover {
	color: #f3c798;
}	


/* classe per le immagini nel contenuto della pagina */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* classe per didascalia delle immagini */
.centered {
  text-align: center;
}

/* classe per sottolineatura di separazione */
.centered_und {
 	margin-right: 16em;
	margin-left : 16em;
  text-align: center;
  border-top: 1px dotted #cccccc;
}



/* imposta il paragrafo p all'interno dell'ID content*/
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
 

/* imposta i punti elenco ordinati all'interno dell'ID content*/
#content ol {
  font-size: 80%;
  line-height: 1.8em; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* aspetto elenchi all'interno dell'ID content*/
#content ul {
  list-style-type: square;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	/* text-transform: uppercase; */
  font-size: 80%;
	line-height: 1.8em; 
	padding-left: 2.0em;
}


/* formattazione pič di pagina */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px dotted #f38712;
	background-color: #CCCCCC;
	color: #626262;
	font-size: 70%;
}

#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}


/* classe per la formattazione delle tabelle */
.datatable {
	border: 1px solid #2A4F6F;
	border-collapse: collapse;
	width : 90%;
  /* margini */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.datatable tr:hover, .datatable tr.hilite {
	background-color: #DFE7F2;
	color: #000000;
}

.datatable td {
	border: 1px solid #f38712;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding : 2px
}
.datatable th {
	border: 1px solid #f38712;
	background-color : #f38712;
	font: 80% Verdana, "Times New Roman", Times, serif;
	font-weight : bold;
	text-align: center;
	padding : 5px
}

