#tutto {
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-image: url(../marmo.jpg);
	background-repeat: repeat;
	padding: 0px;
	height: 100%;/*700px;*/
	/*width: 1024px;*/
	min-width: 965px;
	/*width: 960px;/*100%;*/
	width:100%;
	max-width:1200px;
	border: 1px solid #037EBB;
	margin: 0 auto;
	overflow:visible;
	box-shadow: 7px 7px 5px #dedede;
	}

body{
	  background-color: #e9ebee!important;
}
.inputtext {
	border: 1px solid #BDC7D8;
	font-family: arial,sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

#contenitore {
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 12px ;
	/*width: 90% ;*/
/*	background-color:#037EBB ;*/
  background-color: #e9ebee!important;
/*	padding: 3px ;*/
	padding: 1rem!important;
	margin: 0 auto ;
	box-sizing: border-box!important;
}

#testata {
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	background-image: url(../testata-menu2.gif);
	background-repeat: no-repeat;
	height: 23px;
	-webkit-box-shadow: 0 2px 2px -2px

	margin:0px;
	padding:0px;
}
#tutto #testata {
	background-color: #FFF;
}
#pagina {
	margin: 0px;
	padding: 0px;
	min-width: 970px;
}

/* LOGO  */
#testata #nomeapp {
	font-family: Arial, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	width: 150px;
	float: left;
	cursor:pointer;
}

#testata #login {
	float:right;
	font-family: Arial, Geneva, sans-serif;
	color: #000;
	font-size: 14px;
	left:400px;
	padding: 5px;
}
#testata #titolopagina {
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	width: auto;
	float: left;
}

#esci{
	position:absolute;
	margin-top:0px;
	padding:0;
	margin-right:-150px;
	border:1px solid;
	width:150px;
	height:auto;
	overflow:hidden;
	left:84%;
	z-index:99;
	background-color:#037EBB;
	display:none;
	text-align:center;
	box-shadow: 7px 7px 5px #dedede;

}

#esci li a{
	text-decoration:none;
	color:#FFF;
}

#esci li:hover{
	background-color:#f54c4c;
	color: #000;
}


/* FINE LOGO */

/* COLONNA SINISTRA */
#laterale {
	/*width: 150px;*/
	width:15%;

	max-width:150px;

	height: 680px;
	float: left;
	padding:0px;
/*	background-color:#ab2525;*/
	background-color:#037EBB;

	margin:0px;
	padding:0px;

}

/* FINE COLONNA SINISTRA */


/* CORPO CENTRALE */
#corpo {
	float: left;
	/*width: 874px;*/
	width:85%;

	height: 677px;
	overflow:auto;

	margin:0px;
	padding:0px;

}
#corpoframe {
	/*width:873px;*/
	width:83%;
	height:676px;
	background-color: transparent;
	padding: 0px;
	margin: 0 0;

}

/* FINE CORPO CENTRALE */

/* DETTAGLIO */
#dettcorpo {
	float: right;
	height: 677px;
	width: 1px;
	overflow:auto;

	margin:0px;
	padding:0px;
}

/* FINE DETTAGLIO */

/* FOOTER */
#footer {
	background:#037EBB;
	/*text-align:center;*/
	height:23px;
	color: #FFF;
	border:1px solid #037EBB;
	padding:0px;

	margin:0px;
}

#footer #dataora {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	width: 150px;
	float: left;
}
/* FINE FOOTER */

/*PANNELLI FILTRI*/
.yui3-panel {
    outline: none;
}

.yui3-panel #panelContent {
    -webkit-box-shadow: 0px 0px 2px black;
    -moz-box-shadow: 0px 0px 2px black;
    box-shadow: 0px 0px 2px black;
}
.yui3-panel #panelContent .yui3-widget-hd {
    font-weight: bold;
    padding: 5px;
}

#panelContent .yui3-widget-bd {
    padding: 15px;
    background: white;
    text-align: center;
}


.yui3-skin-sam .yui3-widget-mask {
    background-color: #223460;
    opacity: 0.9;
}
/*FINE PANNELLI FILTRI*/

/* FILTRO RICHIESTE */
#filtrobox {
    background-color: #223460;
    opacity: 0.9;
	margin 0 auto;
	width: 100px;
	height: 200px;
	border: 1px #000 solid;
}
#filtrobox #buttfiltro {
	margin: 0 auto;
	padding: 0px;
	margin-bottom: 5px;
}
/* FINE FILTRO RICHIESTE */
.combi{
/*	font-family:Arial, Helvetica, sans-serif ;
	color:#037EBB ;
	font-size:11px;*/
	/*height: calc(2.0rem + 2px)!important;*/
	padding: .375rem .375rem!important;
	/*font-size: .8rem!important;*/
	line-height: 1.5!important;
	color: #495057!important;
	background-color: #fff!important;
	background-clip: padding-box!important;
	border: 1px solid #ced4da!important;
	border-radius: .25rem!important;
}

.frame{
	min-height:40px ;
	/*max-height:200px;*/
	/*height:40px;*/

  /*  border: #037EBB solid 2px ;
	padding:3px ;
	overflow:hidden;
	background-color:#E1EBF2 ;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:12px;
	color:#037EBB ;
    -moz-border-radius: 10px 10px 10px 10px ;
    -webkit-border-radius: 10px 10px 10px 10px ;	*/

		padding: .65rem !important;
		margin-bottom: .5rem !important;
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
		border-radius: .25rem!important;
		background-color: #fff!important;
		color: #000!important;
		overflow: hidden!important;
		font-size: 1rem!important;
}

.framemenu{
	min-height:12px ;
	/*max-height:200px;*/
	/*height:40px;*/
	height:40px;
    border: #037EBB solid 2px ;
	padding:3px ;
	overflow:hidden;
	border:#00000 solid 2px;
	background-color:#E1EBF2 ;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:12px;
	color:#037EBB ;
    -moz-border-radius: 10px 10px 10px 10px ;
    -webkit-border-radius: 10px 10px 10px 10px ;
}

.frameristretto{
/*	min-height:40px ;*/
	/*max-height:200px;*/
	/*height:40px;*/

    border: #037EBB solid 2px ;
	padding:3px ;
	overflow:hidden;
	background-color:#E1EBF2 ;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:12px;
	color:#037EBB ;
    -moz-border-radius: 10px 10px 10px 10px ;
    -webkit-border-radius: 10px 10px 10px 10px ;
}


#contenitore {
/*	font-family: Verdana, Geneva, sans-serif ;
	font-size: 12px ;
	background-color:#037EBB ;
	margin: 0 auto ;*/

}

#tabellaaz table{
	border: 1px solid #ccc;
	border-collapse: collapse
}
#tabellaaz th,td{
	border: 1px solid #ccc;
	padding: 2px 5px;
	text-align:left
}
#tabellaaz th{
	background-color: #FFC
}

.tabbella table{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.tabbella th,td{
	border: 1px solid #ccc;
	padding: 2px 5px;
	text-align:left
}
.tabbella th{
	background-color: #FFC
}

#listacontab table{
	border: 1px solid #ccc;
	border-collapse: collapse
}
#listacontab th,td{
	border: 1px solid #ccc;
	padding: 2px 5px;
	text-align:left
}
#listacontab th{
	background-color: #FFC
}

#listagiornale table{
	border: 1px solid #ccc;
	border-collapse: collapse
}
#listagiornale th,td{
	border: 1px solid #ccc;
	padding: 2px 5px;
	text-align:left
}
#listagiornale th{
	background-color: #FFC
}

#listaallegati table{
	border: 1px solid #ccc;
	border-collapse: collapse
}
#listaallegati th,td{
	border: 1px solid #ccc;
	padding: 2px 5px;
	text-align:left
}
#listaallegati th{
	background-color: #FFC
}



#iframe {
	padding:0px;
	margin:0px;
}

#attesa{
	position:fixed;
	opacity:0.9;
	background-color:#333;
/*	margin: 0 auto;*/
	margin-left: 383px;
	margin-top: 313px;
	width:200px;
	height:50px;
	vertical-align:central;
	text-align:center;
	color:#FFF;
	line-height: 50px;
	font-size:14px;
	display:none;
	z-index:301;
}
.notifica {
	float:left;
	height:23px;
	width:32px;
}

table.tablesorter {
	font-family:arial;
	/*background-color: #CDCDCD;*/
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FFC; /*#e6EEEE;*/
	border: 1px solid #ccc;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	/*color: #3D3D3D;*/
	padding: 4px;
	/*background-color: #FFF;*/
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
