
/* Base Styles

----------------------------------------------- */

body { color: #4E4E4E; background: rgb(246,251,255); text-align: left; padding: 0; margin: 21px 0px 0px 0px;}

acronym, abbr 	{ cursor: help;	}

body, input, textarea, select, table, tr, td, th, li, div { font-family: tahoma; font-size: 11px; font-weight: normal;}

p, li  { line-height: 150%; }

table {	color: #000000; background: transparent; }

a:link { background-color: inherit; color: #18416A; text-decoration: none;}
a:visited { background-color: inherit; color: #18416A; text-decoration: none;}
a:active { background-color: inherit; color: #18416A; text-decoration: none;}
A:hover {  background-color: inherit; color: #000000; text-decoration:underline;}

input[type="text"] { font-size: small; line-height: normal; border: #B4B4B4 solid 1px;}

#RicercaText {	/*riportato l'id per compatibilità con explorer*/
	font-size: small; line-height: normal; border: #B4B4B4 solid 1px; width:170px;}




/* riquadro top

---------------------------------------------------------------------*/

.frmenu {
	text-align: center;
	width:27px;
	height:28px;
	vertical-align: middle;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E2F6FF;
}

.menu1,.menu2 {
	font-weight:bold;
	font-size: 12px;
	color: #18416A;
	text-align: left;
	padding-left:18px;
	height:28px;
	vertical-align: middle;
	border-bottom: 1px solid #E2F6FF;
}

.menu2 {
	background-color: trasparent;
	color: #818181;
	border-bottom: 3px solid #FFFFFF;
	
	padding-top:2px;
	padding-bottom:0px;
	margin:0px;
}

.CNAdata {font-size: 10px; color: #314184}
.CNAverdep {color:#066127}
.CNAblup {font-size: 11px; color: #314184}
.CNAblu {font-size: 12px; color: #314184}
.CNAblug {font-size: 13px color: #314184}
.CNAbluh {font-size: 10px color: #314184}
.CNAbiancop {color:#ffffff; font-size: 10px}
.CNAbianco {color:#ffffff}
.CNAbiancog {color:#ffffff; font-size: 12px}

.CNAaranciot {color:#D35003; font-size: 12px; text-transform:uppercase}

.CNAtab {font-size: 9px}


.menu1 a:link {  background-color: trasparent; color: #18416A; text-decoration: none;}
.menu1 a:visited {  background-color: trasparent; color: #18416A; text-decoration: none;}
.menu1 a:active {  background-color: trasparent; color: #18416A; text-decoration: none;}
.menu1 a:hover {  background-color: trasparent; color: #FFFFFF; text-decoration:underline;}

.menu2 a:link {  background-color: trasparent; color: #818181; text-decoration: none;}
.menu2 a:visited {  background-color: trasparent; color: #818181; text-decoration: none;}
.menu2 a:active {  background-color: trasparent; color: #818181; text-decoration: none;}
.menu2 a:hover {  background-color: trasparent; color: #818181; text-decoration:underline;}



/* classi generiche 

---------------------------------------------------------------------*/

.titoliblu,.titoliw {
   	color: #18416A;   
   	font-weight: bold;
   	font-size: 14px;
   	text-align: left;
	background-color: inherit;
}

.titoliw {
   	color: #FFFFFF;font-size: 16px;
}

.testo11,.testo10,.testo12,.bianco12,.blu11,.blu12
	{
   	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.testo10 { font-size: 10px; }
.testo12 { font-size: 12px; }
.bianco12 { color: #FFFFFF;font-size: 12px; }
.blu11 { color: #18416A; }
.blu12 { color: #18416A;font-size: 12px;  }


/* ******************  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 }

}





