body {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 14px;*/ 
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
	font-size: 14px;
	/*
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	*/
}
h1 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}
h6 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}
.rosso_bold {
	color: #C8102E;
	font-weight: bold;
	
	}
.bianco_bold {
	color: #FFF;
	font-weight: bold;
	
}
.rossone_bold {
	color: #CB0C41;
	font-weight: bold;
	}
.rossone {
	color: #C8102E;
}
.verde_bold {
	color: #006666;
	font-weight: bold;
	}
.verdone_bold {
	color: #006666;
	font-weight: bold;
}
.blu_bold {
	color: #2F5B93;
	font-weight: bold;
}
.minuscoletto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4f80cf;
	font-weight: normal;
}
.piccolo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color:#4f80cf;
	border-bottom-style: solid;
	border-bottom-width: 100%;
}
#titolo {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
#sottotitolo {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color:#4f80cf;
	border-bottom-style: solid;
	border-bottom-width: 100%;
}
#contenuto {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333333;
	
} 
#contenuto td{
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	/*
	font-size: 1.2em;
	line-height: 1.2em;
	*/
	
} 
#submit {
  background-color: #FF8800; /* colore di sfondo    */
  border: 2px solid #FCA800; /* bordo dell'elemento */
  color: #fff;               /* colore del testo    */
  font-weight: bold;         /* testo in grassetto  */
  padding: 0;                /* padding             */
  height: 25px;              /* altezza             */
  width: 80px;               /* larghezza           */
}

.titolo_paragrafo {
	font-size: 20px;
	font-weight: bold;
}
.imgLeft {
	margin-right: 10px;	
}
.linkGlossario:link {
	color: #CC0000;
	text-decoration: none;
}
.linkGlossario:visited {
	color: #CC0000;
	text-decoration: none;
}
.linkGlossario:hover {
	color: #CC0000;
	text-decoration: underline;
}
.linkGlossario:active {
	color: #CC0000;
}
.linkWeb:link {
	color: #0000FF;
	text-decoration: none;
}
.linkWeb:visited {
	color: #0000FF;
	text-decoration: none;
}
.linkWeb:hover {
	color: #0000FF;
	text-decoration: underline;
}
.linkWeb:active {
	color: #0000FF;
}
.linkBiblio:link {
	color: #009900;
	text-decoration: none;
}
.linkBiblio:visited {
	color: #009900;
	text-decoration: none;
}
.linkBiblio:hover {
	color: #009900;
	text-decoration: underline;
}
.linkBiblio:active {
	color: #009900;
}
.linkImg:link {
	color: #9900CC;
	text-decoration: none;
}
.linkImg:visited {
	color: #9900CC;
	text-decoration: none;
}
.linkImg:hover {
	color: #9900CC;
	text-decoration: underline;
}
.linkImg:active {
	color: #9900CC;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	padding-right: 3px;
	padding-left: 3px;
}
.miniLayer {
	left: auto;
	top: auto;
	right: 5px;
	bottom: 5px;
}
.ndxLayer {
	right: auto;
	bottom: auto;
	left: 5px;
	top: 5px;
}
.glossaryLayer {
	right: 5px;
	bottom: auto;
	left: auto;
	top: 5px;
}
.biblioLayer {
	right: 5px;
	bottom: auto;
	left: auto;
	top: 5px;
}
.left {
	float: left;
	margin-right: 5px;
}
.right {
	float: right;
	margin-left: 5px;
}
.center {
	margin-left: 5px;
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.center_tab {
	text-align: center;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.ovDivGloss {
	BACKGROUND-COLOR: #FFF0F0;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.ovDivBiblio {
	BACKGROUND-COLOR: #EAFFEA;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.ovDivCaption {
	BACKGROUND-COLOR: #FFEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 1px;
}
.ovDivClose {
	BACKGROUND-COLOR: #FFEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 1px;
	vertical-align: top;
}
.ovDivClose A:link {
	color: #666666;
	text-decoration: none;
}
.ovDivClose A:visited {
	color: #666666;
	text-decoration: none;
}
.ovDivClose A:hover {
	color: #666666;
	text-decoration: underline;
}
.ovDivClose A:active {
	color: #666666;
	text-decoration: none;
}
.ovDivBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 5px;
	border-top-width: 1px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-top-style: solid;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#ringraziamenti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.tab_std{
	border-collapse: separate; 
	border-spacing: 2;
}
.apice{
vertical-align:super !important;
font-size:0.8em;
}
.imageborder { 
 border: 1px solid #D6D6D6; 
}
.bordocellaviola {
border: 2px solid #9966FF;
}
.bordo_cella_blu {
border: 3px solid #4f80cf;
border-bottom-left-radius:30;
box-sizing:content-box;
margin:5
outline-color:#CCC
}
.bordino_cella_blu {
border: 1px solid #4f80cf;
}
.bottone {
border: 3px solid #4f80cf;	
background: #F0F0F0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
font: 18px Arial, sans-serif;
font-weight: bold;
box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 40px rgba(0,0,0,.3);

transition: transform 0.6s ease-out;
}
.bottone1 {
border:2px solid #4f80cf;	
background: #F0F0F0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
font: 18px Arial, sans-serif;
font-weight: bold;
box-shadow: 0 5px 10px rgba(0,0,0,.22),0 10px 20px rgba(0,0,0,.3);

transition: transform 0.6s ease-out;
}

.checkbox {
background: #FFF;
box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
}

/* stili di finestre pop-up */
.popup {
top: -100%;
right: 0;
left: 50%;
font-size: 14px;
z-index: 20;
margin: 0;
width: 85%;
min-width: 200px;
max-width: 300px;
/* posizionamento fisso allo scorrimento della pagina  */
position: fixed;
padding: 15px;
border: 1px solid #383838;
background: #fefefe;
/* arrotondamento dei angoli  */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
font: 14px/18px 'Tahoma', Arial, sans-serif;
/* ombra esetrna */
box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
transform: translate(-50%, -500%);
transition: transform 0.6s ease-out;
}
/* attivare finestra modale, viene utilizato pseudo-classe:target*/
.overlay:target+.popup {
transform: translate(-50%, 0);
top: 20%;
}
/* formare il bottone di chiusura  */
.close {
top: -10px;
right: -10px;
width: 20px;
height: 20px;
position: absolute;
padding: 0;
border: 2px solid #ccc;
border-radius: 15px;
background-color: rgba(61, 61, 61, 0.8);
box-shadow: 0px 0px 10px #000;
text-align: center;
text-decoration: none;
font: 13px/20px 'Tahoma', Arial, sans-serif;
font-weight: bold;
transition: all ease .8s;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "X";
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
font-size: 12px;
}
.close:hover {
background-color: rgba(252, 20, 0, 0.8);
transform: rotate(360deg);   
}
/* immagine al interno della afinestra */
.popup img {
width: 100%;
height: auto;
}
/* miniatura a destra/sinistra  */
.pic-left,
.pic-right {
width: 25%;
height: auto;
}
.pic-left {
float: left;
margin: 5px 15px 5px 0;
}
.pic-right {
float: right;
margin: 5px 0 5px 15px;
}
/* elemento media, frame  */
.popup embed,
.popup iframe {
top: 0;
right: 0;
bottom: 0;
left: 0;
display:block;
margin: auto;
min-width: 320px;
max-width: 600px;

width: 100%;

}

.popup h2 { /* titolo 2 */
margin: 0;
color: #008000;
padding: 5px 0px 10px;
text-align: left;
text-shadow: 1px 1px 3px #adadad;
font-weight: 500;
font-size: 1.4em;
font-family: 'Tahoma', Arial, sans-serif;
line-height: 1.3;

}

/* paragrafi*/

.popup p {margin: 0; padding: 5px 0}

selettore {
border-top: 2px solid inset;
border-bottom:thin solid inset;
border-left:thin solid inset;
border-right:thin solid inset;
border-color:#06C
}
