body {
	font-family: Arial,sans-serif;
	font-size: 14px;
}

td {
	
}

div#header, div#footer{
	display:block;
	width:100%;
	margin:auto;
}

input[readonly="readonly"]{
	/* background-color: #EEEEEE; */
	/* border: 1px solid grey; */
	color: grey;
}

input[type=submit], input[type=button] {
	border: 1px solid grey;
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
	/*
	margin-top: 2px;
	margin-bottom: 2px;
	*/
}
input[type=submit]:hover, input[type=button]:hover {
	border: 1px solid darkblue;
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
	background-color: lightblue;
	/*
	margin-top: 2px;
	margin-bottom: 2px;
	*/
}

div#messages{
	width: 80%;
	text-align: center;
	border: 2px solid grey;
	background-color: lightgrey;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
}

table#block{
	margin-bottom:5px;
	border: 2px solid grey;
}
table#block td#header{
	background-color: #EEEEEE;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
table#block td#body{	
}
table#block td#body ul{
	margin:0;
	padding:0;
}
table#block td#body li{
	list-style-type: none;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
}
table#block td#body li a, table#block td#body li a:visited{
	list-style-type: none;
	margin: auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	display:block;
	/* width:100%; */
	/* border:1px solid grey; */
	border: 0px;
	text-decoration: none;
	background-color: #EEEEFF;
	color: darkblue;
}
table#block td#body li a:hover{
	color: #EEEEFF;
	background-color: #5555AA;
}
table#block td#body li div#subheader{
	list-style-type: none;
	margin: auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	display:block;
	/*width:100%;*/ 
	border:1px solid #EEEEEE;
	/* border: 0px; */
	text-decoration: none;
	/* background-color: #FFCCCC; */
	/* color: darkred; */
	font-weight: bold;
}
table#block td#body li div#sessionheader{
	list-style-type: none;
	margin: auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	display:block; 
	/*width:100%;*/ 
	border:1px solid #EEEEEE;
	/* border: 0px; */
	text-decoration: none;
	background-color: #F2FFF2;
	color: darkgreen;
}

td#sep{
	/* background-color: grey; */
	background-color: darkblue;
	width:1px;
}

td#content{
	padding-left:8px;
	padding-right:8px;
}

div#status{
	width:100%;
	display:block;
	border: 2px solid darkblue;
}
table#status td#status_sep{
	background-color: #EEEEEE;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}
table#status td#status, table#status td#status_right, table#status td#status_number{
	background-color: #EEEEEE;
	color: #111111;
	/* font-family: Courier-new; */
	padding-top:5px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:6px;
}
table#status td#status_right{
	text-align: right;
}
table#status td#status_number{
	text-align: right;
}

div#resources_menu{
	margin-top:10px;
	float:left;
}

div#resources_list{
	/* margin:auto; */
	margin-top:10px;
	margin-left:160px;
	/* margin-right:10px; */
	/* float:right; */
}

table#report{
	border: 2px solid grey;
}
table#report tr#header{
	line-height: 28px;
}
table#report tr#header td{
	background-color: #EEEEEE;
	margin-top: 1px;
	margin-bottom: 1px;
}
table#report tr#header_fields{
	line-height: 28px;
	text-align: center;
}
table#report tr#header_fields td{
	background-color: #CCCCEE;
	margin-top: 1px;
	margin-bottom: 1px;
}
table#report tr#row{
	line-height: 20px;
}
table#report tr#row td{
	background-color: #AAAAFF;
	margin-top: 1px;
	margin-bottom: 1px;
}

div#title{
	display:block;
	width:80%;
	margin:auto;
	margin-bottom: 20px;
	text-align: center;
	border: 2px solid darkblue;
	background-color: #EEEEEE;
	color: #666666;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	
}

table#form_anagrafica input[type="text"]{
	width:180px;
}
table#form_anagrafica input[type="text"].double{
	width:440px;
}

table#form_anagrafica input[type="text"].xxsmall{
	width:12px;
}
table#form_anagrafica input[type="text"].xsmall{
	width:20px;
}
table#form_anagrafica input[type="text"].small{
	width:40px;
}
table#form_anagrafica input[type="text"].medium{
	width:60px;
}
table#form_anagrafica input[type="text"].large{
	width:80px;
}
table#form_anagrafica input[type="text"].xlarge{
	width:100px;
}
table#form_anagrafica input[type="text"].huge{
	width:200px;
}
table#form_anagrafica input[type="text"].xhuge{
	width:260px;
}

table th{
	text-align: left;
}

a img{
	border: 0;
}

.button{
	border: 1px solid grey;
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
	margin-top:10px;
	line-height: 26px;
	text-decoration: none;
	text-transform: capitalize;
	color: black;
	background-color: #F0F0F0;
	/*
	margin-top: 2px;
	margin-bottom: 2px;
	*/
}

.cb{
	text-align: center;
	width: 20px;
}

table#form_corso p, table#form_corso td, table#form_corso select, table#form_corso input{
	font-size: 12px;
	/* font-family: Arial; */
}
table#form_corso .sez_header{
	font-weight: bold;
}
table#form_corso td{
	padding:2px;
}
table#form_corso .separatore{
	/* background-color: gray; */
	font-size: 2px;
	padding:8px 3px 15px 3px;
	margin-top:5px;
}

table th .tab_head, table td .tab_head{
	text-align:center;
	font-weight:bold;
	background-color: #FAFAFA;
	padding: 5px 5px 5px 5px;
	border: 1px solid darkgrey;
	/*
	margin-top: 5px;
	margin-bottom: 3px;
	*/
}

table#lista_report th {
	padding-bottom: 3px;
	border-bottom: 1px solid lightgrey;
	margin-bottom: 3px;

	padding-left:2px;
	padding-right:2px;
}
table#lista_report td {
	/* padding-top: 3px; */
	padding-left:2px;
	padding-right:2px;
	padding-top:3px;
	padding-bottom:3px;
}

tr.pari td {
	background-color: #FFFFFF;
}
tr.dispari td{
	background-color: #F0F0F0;
}
	
table#lista th {
	padding-bottom: 3px;
	border-bottom: 1px solid lightgrey;
	margin-bottom: 3px;
	padding-left:2px;
	padding-right:2px;
}
table#lista td {
	padding-left:2px;
	padding-right:2px;
	padding-top:3px;
	padding-bottom:3px;
}
table#lista tr.highlight td {
	background-color: #EEEEFF;
}




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;
}
.rosso_bold {
	color: #C8102E;
	font-weight: bold;

}
.bianco_bold {
	color: #FFF;
	font-weight: bold;

}
.rossone_bold {
	color: #C8102E;
	font-weight: bold;
}
.rossone {
	color: #C8102E;
}
.verde_bold {
	color: #006666;
	font-weight: bold;
}
.verdone_bold {
	color: #006666;
	font-weight: bold;
}
.blu_bold {
	color: #0000FF;
	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: 1px;
}
#titolo {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
#sottotitolo {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color:#4f80cf;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#contenuto {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333333;

}
#contenuto td{
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	padding: 6px;
	/*
	font-size: 1.2em;
	line-height: 1.2em;
	*/

}

.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-top: 20px;
	margin-bottom: 20px;
}
.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: 2px;
}
.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;
}
.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: 14px/18px Arial, sans-serif;
	box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 40px rgba(0, 0, 0, .3);

	transition: transform 0.6s ease-out;
}
.bottone_avanti {
	margin: 20px auto;
	padding: 10px 18px;
	border: 3px solid #4f80cf;
	background: #F0F0F0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	font: 14px/18px Arial, sans-serif;
	box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 40px rgba(0, 0, 0, .3);

	transition: transform 0.6s ease-out;
}

/* Stili di base per oscuramento della finestra   */
.overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	/* livello di oscuramento  */
	background-color: rgba(0, 0, 0, 0.65);
	position: fixed; /* posizionamento fisso */
	cursor: default; /* tipo del cursore */
}
/* attivare livello di oscuramento */
.overlay:target {
	display: block;
}
/* 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}

/*****************/
.filterbox{
	display:block;
	float: left;
	margin: 4px 40px 4px 2px;
}