/* CSS Admin 1.1 - 24/5/2006 */

html, body {
height: 100%;

}

head {
display: none;
}

/* -- */

body {
	line-height: 1.33em;
	padding: 0em;
	margin: 0em;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #F6F6F6;
	font-size: 0.7em;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 0.5em 0;
	color: #333;
}

h2 {
	font-size: 1.3em;
	color: #666;
}

h3 {
	font-size: 1em;
	color: #333;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
}

h5 {
	color: #666;
	background-color:inherit;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #666;
	padding-bottom: 0.2em;
	margin-top: 1em;
}

h6 {
	font-weight: normal;
	font-size: 1em;
	color: #333;
	background-color:inherit;
}

p, li, dd, td, th {
	margin-top: 0.3em;
}

dt {
	font-weight: bold;
	margin-top: 0.5em;
}

dd {}


/* TABELLE */

table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	font-size: 1em;
}

tr {
display: table-row;
}

thead {
display: table-header-group;
}

tbody {
display: table-row-group;
}

tfoot {
display: table-footer-group;
}

col {
display: table-column;
}

colgroup {
	display: table-column-group;
}

caption {
	display: table-caption;
	text-align: center;
	font-size: 1em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	margin-left: 0em;
	margin-right: 0em;
	font-weight: normal;
	font-style: italic;
}

td, th {
	display: table-cell;
	border: 1px solid #999;
	padding:0.5em;
	vertical-align: top;
	margin:0;
}

th {
	font-weight: bold;
	color: #333;
	background-color:#fff;
	border-bottom-width:3px;
	text-align:center;
}

td {
	font-weight: normal;
}

table.tableHeadSX th, table th.thSx, table th.thSxFilettoSotto, table th.thSxFilettoSopra {
	text-align:right;
	border-bottom-width:1px;
	border-right-width:3px;
}


table th.thSxFilettoSotto {
	border-bottom-width: 3px;
}

table th.thSxFilettoSopra {
	border-top-width: 3px;
}

table td.tdFilettoSopra, table td.tdFilettoSopraRIGHT {
	border-top-width: 3px;
}


table td.tdFilettoSopraRIGHT  {
	text-align:right;
}

table.tabCentrata {
	margin: 0px auto;
}
table.tabNoBordo, table.tabNoBordo th, table.tabNoBordo td {
	border:none;
	text-align:left;
}

tfoot th, tfoot td {
	background-color:#eee;
}

/* FINE TABELLE */


/* LINKS */

a, a:link, a:visited {
color: #030197;
font-weight: bold;
text-decoration: none;
background-color: inherit;
}


a:visited {
	color: #60f;
	background-color: inherit;
}

a:hover {
	color: #060295;
	text-decoration: underline;
	background-color: inherit;
}



a:active {
	color: #FFFFFF;
	background-color: #050296;
}



/* VARI TAG */

img {
border: none;
}


hr {
color: #333;
height: 0.1em;
text-align: center;
}

/* --------------- */


/* CLASSI GENERICHE */

.mes {
	color: #333;
	background: #FFFF99;
	padding: 0.5em;
	border: 1px solid #FFCC00;
	margin-top: 1em;
	margin-bottom: 1em;
}

code, .monospaced {
	font: normal 150% "Andale Mono", "Courier New", Courier, monospace;
}

.testoCENTER {
	text-align:center;
}

.testoRIGHT {
	text-align: right;
}

img.imgDX {
	float: right;
	margin: 0.1em 0em 0.1em 1em;
}

img.imgSX {
	float: left;
	margin: 0.1em 1em 0.1em 0em;
}


div.box {
	border: 1px solid #999;
	border-bottom-width:3px;
	padding: 0.5em;
}

div.box > h2, div.box > p {
	margin-top:0em;
}

div.boxNews {
	border: 6px dashed #ccc;
	padding: 0.5em;
	background-color:#efefef;
}



.clearing {
	clear:both;
font-size:1px;
line-height:1px;
padding:0;
margin:0;
}

.floatEnd {
	float:none;
}

td.tdNonAttivo, th.tdNonAttivo {
	background-color:#efefef;
}
.displayOFF {
	text-indent: -5000px;
}

div.attenzione {
	color: #000;
	font-weight: bold;
	background: #FFFFFF url(../immagini/icone/attenzione.png) no-repeat scroll 3px 3px;
	border: 2px solid #CC0000;
	padding:3px 3px 3px 40px;
	min-height:40px;
	height: auto !important;
	height: 40px;
}

.barraNav {
	padding: 0.3em;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

abbr, acronym, .IEabbr {
	border-bottom:1px dotted #333;
	cursor:help;
}

img.icona {
	vertical-align: text-bottom;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

/* fix table small screen */

.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}