
/* Base Styles

----------------------------------------------- */

body { color: #5C5C5C; background: rgb(255,255,255); text-align: left; padding: 0; margin: 0px 0px 0px 0px;}

acronym, abbr 	{ cursor: help;	}

body, input, textarea, select, table, tr, td, th, li, div { font-family: arial; font-size: 12px; font-weight: normal; font-family: tahoma; }

table {	color: #5C5C5C; background: transparent; }
p, li  { line-height: 150%; }


a:link { background-color: inherit; color: #828282; text-decoration: none;}
a:visited { background-color: inherit; color: #828282; text-decoration: none;}
a:active { background-color: inherit; color: #828282; text-decoration: none;}
A:hover {  background-color: inherit; color: #828282; text-decoration:underline;}

input[type="text"] { font-size: small; line-height: normal; border: #40791C solid 1px;}

#RicercaText {	/*riportato l'id per compatibilità con explorer*/
	font-size: small; line-height: normal; border: #40791C solid 1px; width:150px;}




/* riquadro top

---------------------------------------------------------------------*/

.menu1,.menu2 {
	background-color: inherit;
	font-weight: bold;
	font-size: 15px;
	color: #1444A6;
	text-align: left;
	vertical-align: middle;
	padding-left:16px;
	padding-top:5px;
	padding-bottom:5px;
}

.menu1 a:link {  background-color: inherit; color: #1444A6; text-decoration: none;}
.menu1 a:visited {  background-color: inherit; color: #1444A6; text-decoration: none;}
.menu1 a:active {  background-color: inherit; color: #1444A6; text-decoration: none;}
.menu1 a:hover {  background-color: inherit; color: #1444A6; text-decoration:underline;}



/* classi generiche 

---------------------------------------------------------------------*/

.testo11,.testo10,.testo12,.testo14,.bianco12,.nero12,.bianco1,.blu14,.blu12,.verde12
	{
   	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #5C5C5C;
	}

.testo10 {font-size: 10px; }
.testo12 {font-size: 12px; }
.testo14 {font-size: 14px; }
.bianco12 { color: #FFFFFF;font-size: 12px;}
.nero12 { color: #000000;font-size: 12px;}
.bianco11 { color: #FFFFFF}
.blu14 { color: #1444A6;font-size: 14px; }
.blu12 { color: #1444A6;font-size: 12px; }
.verde12 { color: #008000;font-size: 12px; }
.verde14 { color: #008000;font-size: 14px; }

.nero14 { color: #000000;font-size: 14px;}
.nero14 a:link {  background-color: inherit; color: #000; text-decoration: none;}
.nero14 a:visited {  background-color: inherit; color: #000; text-decoration: none;}
.nero14 a:active {  background-color: inherit; color: #000; text-decoration: none;}
.nero14 a:hover {  background-color: inherit; color: #008000; text-decoration:underline;}

.titoli,.titoli2  { 
	color: #1444A6;
	font-size: 14px;
	font-weight: bold;
	background-color:#A6D190;
	clear:both;
	padding:4px; }


.titoli2 { 
	color: #008000;
	background-color:#C0F2A7;
	 }

/* ******************  printing  ************** */



@media print {

   h1, h2, h3,

   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }

   blockquote,

   pre           { page-break-inside: avoid }

   ul, ol, dl    { page-break-before: avoid }

   .navbar       { background-color: #fff000; color: #000; border-color: #000; 

border-width: 1px; }

   a.navlink, a.bannerLink     { font-weight: normal }

	#testata, #intestazione, #menusin {

		visibility: hidden;

	}

}



/* ******************  speech  ************** */



@media aural {

   h1, h2, h3,

   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }

   h1            { pitch: x-low; pitch-range: 90 }

   h2            { pitch: x-low; pitch-range: 80 }

   h3            { pitch: low; pitch-range: 70 }

   h4            { pitch: medium; pitch-range: 60 }

   h5            { pitch: medium; pitch-range: 50 }

   h6            { pitch: medium; pitch-range: 40 }

   li, dt, dd    { pitch: medium; richness: 60 }

   dt            { stress: 80 }

   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }

   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }

   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }

   dfn           { pitch: high; pitch-range: 60; stress: 60 }

   s, strike     { richness: 0 }

   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }

   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }

   u             { richness: 0 }

   a:link        { voice-family: harry, male }

   a:visited     { voice-family: betty, female }

   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }

}





