BODY
{
	background-position: center bottom;
	background-attachment: fixed;
	/*background-image: url("img/logoTrasp.jpg");*/ /*logo byte trasparente*/
	background-repeat: no-repeat;
	background-color: white;
  /*background: #D9E0E5 url(/img/bg_body.gif) repeat-x; effetto tipo flex */
	font-family: verdana, arial;
	font-size: 9pt;
	scrollbar-3d-light-color: #eef3fd;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #eef3fd;
	scrollbar-dark-shadow-color: #000066;
	scrollbar-face-color: #21216b;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #ccffff;
	margin-top: 0px;	
	margin-left: 5px;	
	margin-right: 5px;	
}

FORM {
	margin-top: 0px;	
	margin-left: 5px;	
	margin-right: 5px;	
}

P {
	font-family: verdana, arial;
	font-size: 9pt;
	width:800px;
}


OL {
	font-family: verdana, arial;
	font-size: 9pt;
	width:700px;
  list-style: decimal inside;
  list-style-type: decimal;
}

INPUT, SELECT, TEXTAREA { 
	border-bottom: #A9A9A9 1px solid;
	border-left: #A9A9A9  1px solid;
	border-right: #A9A9A9  1px solid;
	border-top: #A9A9A9  1px solid;
	font-family: verdana, arial;
	font-size: 11px;
	text-align: left;
}

INPUT:focus, SELECT:focus, TEXTAREA:focus { 
  background-color: #FEFFCF;
}

.inputReadOnly:focus { 
  background-color: #E9E9E9;
}

.inputReadOnly { 
	border-bottom: #A9A9A9 1px solid;
	border-left: #A9A9A9  1px solid;
	border-right: #A9A9A9  1px solid;
	border-top: #A9A9A9  1px solid;
  background-color: #ECF2FF;
	font-family: verdana, arial;
	font-size: 11px;
	text-align: left;
}


.CHECKBOX { 
	border-bottom: silver 0pt solid;
	border-left: silver 0pt solid;
	border-right: silver 0pt solid;
	border-top: silver 0pt solid;
}

.RADIO { 
	border-bottom: silver 0pt solid;
	border-left: silver 0pt solid;
	border-right: silver 0pt solid;
	border-top: silver 0pt solid;
}

.CHECKSELECTOR { 
	border-bottom: silver 0pt solid;
	border-left: silver 0pt solid;
	border-right: silver 0pt solid;
	border-top: silver 0pt solid;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #181865;
	font-size: 11px; 
	font-weight: bolder;
}

.radioImage:hover { 
  background:rgb(255,255,153);
}


/* ******************  lookup ************************************************* */                 
.lookUp IMG { 
	border-bottom: silver 0pt solid;
	border-left:   silver 0pt solid;
	border-right:  silver 0pt solid;
	border-top:    silver 0pt solid;
	background-color: #ecf2ff;
}

.lookUp A { 
    color: #ecf2ff;
}

/* ******************  visualizza il campo con bordo differente *************** */
.errore { 
    border: red 1px solid;
    font-family: verdana, arial;
    font-size: 11px;
    text-align: left;
    background: #ffb28b;
    color: black;
}

A { 
	background-color: white; 
	color: red; 
}

A:hover { 
	background-color: blue; 
	color: white;  
}

LABEL:hover { 
	color: blue;  
}

TITLE {
	font-size: 8pt; 
}

/* ******************  visualizza la decodifica del giorno *************** */
.giorno { 
    border: 1px;
    border-style: solid;
    border-color: silver;
    font-size: 9px; 
    font-weight: bolder;
    text-align: center;
    width: 25px;
    background-color: #bdf; /*rgb(231,231,231);*/
}

.giornoImg { 
    border: none;
    border-style: none;
    vertical-align: top;
    width: 33px;
    height: 18px;
}



/* ****************** FORM DI RICERCA ********************* */
DIV.ricerche {
	text-align: center;
}

TABLE.ricerche {
	background: #E6E4E4;
	border: white 2px outset;
}

.ricerche img {	
	background: #E6E4E4;
}

.ricerche {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px; 
	font-weight: normal;  
}

.ricerche TD {	
	font-weight: normal;  
	border: white 0px solid;
	padding: 2px;
}

.ricerche TH {	
	background: yellow;
	font-weight: normal;  
	border: white 0px solid;
	padding: 0;
	padding-right:15px;
	text-align: right;
}

.ricerche A {	
	background: silver;
	color: black;
}

.ricerche A:hover {	
	background: silver;
	color: blue;
}

/* ******************  gestione delle liste *************** */
TABLE.lista {
	width:800px;
}

.lista {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px; 
	font-weight:normal;  
	margin: 1px;
	padding: 2px;
} 

#listaNoLink TH {	
	background:  #cedeff; /*#C9D8F7;*/
  color: #212187; /*rgb(51,102,204);*/ /*#00008B;*/
}

#listaNoLink .listaP {
	background: #F3F7FD;
	/*background: #E4EDFE;*/
} 

#listaNoLink .listaD {
	background: #FFFFFA;
} 

#listaNoLink .listaFooter {
	background: #E4EDFE;
	/*background: #cedeff;*/
}

#listaNoLink .listaSelNoItem {
	background: #F3F7FD;
}

.lista TD {	
	border-color: white;
	border-style: solid; 
	font-weight:normal;  
	border-top:  white 0px solid;
	border-left: white 0px solid;
	border-right:  white 1px solid; 
	border-bottom: white 1px solid;
	padding: 2px;
}

.lista TH {	
	background: #95b7fd;
	font-weight: bolder;
	border-top:  white 0px solid;
	border-left: white 0px solid;
	border-right:  white 1px solid; 
	border-bottom: white 1px solid;
	margin: 1px;
	padding: 6px;
}

.lista A {	
	background: transparent;
  text-decoration: underline;
	color: #525252;
	margin: 1px;
	padding: 0px;
	cursor: pointer;  
}


.lista A:visited {	
	background: transparent;
  text-decoration: underline;
	color: #525252;
	margin: 1px;
	padding: 0px;
	cursor: pointer;  
}

/* --- intestazione --- */
.listaHeader {
	font-size: 12px;
	color: white;
	font-weight: bolder;
	background: #95b7fd;
	margin: 1px;
	padding: 10px;
}

.listaHeader td{
	margin: 0px;
	padding: 0px;
}

/* --- righe dispari ---*/
.listaP {
	background: #cedeff;
	color: #525252;
}

/* --- righe pari ---*/
.listaD {
	background: #E5E5E5;
	color: #525252;
}

.lista INPUT {
	margin: -2px;
	padding: -2px;
  border: #A9A9A9 1px solid;  
	font-size: 10px;  
}

.lista .CHECKBOX { 
	margin: -2px;
	padding: -2px;
  border:0px;
}

.lista .CHECKSELECTOR { 
	margin: -2px;
	padding: -2px;
  border:0px;
}

.lista .RADIO { 
	margin: -2px;
	padding: -2px;
  border:0px;
}

.lista IMG {
	margin: -1px;
	padding: -1px;
  border:0px;
}

/* --- colonne selezionate con link attivo ---*/
.listaSel {
	background: rgb(255,153,0);
	color: #525252;
	cursor: pointer;
}

.linkSelezionato {
	background: #0033cc;
	color: yellow;
	/* cursor: wait; */
	cursor: pointer;
}

.linkSelezionato A {
	background: #0033cc;
	color: yellow;
	cursor: pointer;
}

/* impostazione degli atributi delle righe che fanno da link all'interno della lista */
/* attualmente solo la prima colonna è visualizzata come un link 'sottolineato' */
.lista .link {
	text-decoration: underline;
	cursor: pointer;
	margin: 0px;
	padding: 0px;  
}

.listaSelEvidenzia {
	background: yellow;
	color: #525252;
}

.listaFooter {
	background: #B9CFFF;
	color: #FFFFFF;
}

.listaFooter TD {
	color: #191964;
	margin: 1px;
	padding: 3px;
}

.listaFooter A {
	background: #B9CFFF;
	color: blue;
	padding: 2px;
}

.listaFooter A:hover A:visited {
	background: rgb(255,153,0);
	color: #191964;
	padding: 2px;
}

.listaFooter A:visited {
	color: blue;
	padding: 2px;
}

/* *** toolbar utilizzata per la gestione a pagine ***/
.lista .listaFooter .listaToolbar A {
	color: blue;
	margin: 1px;
	padding: 1px;
}

.listaFooter .CHECKSELECTOR {
	background: inherit;
	color: blue;
	padding: 2px;
  font-weight: normal;
  text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: inherit;
}

.listaToolbar A {
	text-decoration: none;
	color: blue;
	margin: 1px;
	padding: 1px;
}

.listaToolbar A:hover {
	text-decoration: none;
	color: blue;
	margin: 1px;
	padding: 1px;
}

.listaFooter .listaToolbar TABLE {
	border-top:  white 1px solid;
	border-left: white 1px solid;
	border-right:  white 0px solid; 
	border-bottom: white 1px solid;
	padding: 0px;
}

.listaToolbar TD {
	background: #b9cfff;
	color: blue;
	font-size: 11px; 
	margin: 1px;
	padding: 0px;
	border-top:  white 0px solid;
	border-left: white 0px solid;
	border-right:  white 1px solid; 
	border-bottom: white 0px solid;
}

.listaToolbarActive {
	background-color: yellow; 
	color: red;
	text-decoration: none;
	border: yellow 0px solid;
	margin: 1px;
	padding: 2px;
}

.listaCounter {
	color: #ffffff;
	font-weight: bolder;
	background: rgb(255,153,0);
	margin: 2px;   
	padding: 2px;
	text-align: center;
}

.listaSelNoItem {
	border: silver 1px solid;
	background: #e3e3ff;
	color: #525252;
	padding: 20px;
	text-align: center;
}

.lista P {
	border:  none;
	width: auto;
}

/* ******************  inizio attributi per liste con area di scrool *************** */
.formLayout1 .listaSCmenu {
  left: 0px;
  position: relative;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px; 
	font-weight:normal;  
	margin: 1px;
	padding: 2px;
	border: blue 1px solid;
} 


.listaSCmenu {
  left: 0px;
  position: relative;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px; 
	font-weight:normal;  
	margin: 1px;
	padding: 2px;
	border: blue 1px solid;
  z-index:10;
}
 

.formLayout1 .listaSCmenu .listaP TD {
  background-color: rgb(245,245,245);
}

.listaSC .listaSCmenu INPUT {
	font-size: 10px; 
  margin-top: -2px;
  margin-bottom: -1px;
  padding-top: -1px;   
  padding-bottom: -1px;    
}

.listaSC TR, .listaSC TD {
  height: 20px;
  margin: -1px;
  padding: -1px;  
}

.listaSC .lista SELECT {
  margin: -1px;
  padding: -1px;
}

.listaSC {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px; 
	font-weight:normal;   
	margin: 1px;
	padding: 2px;
} 

.listaSC TH {	
	background: #95b7fd;
  font-size:12px;
  font-weight: bolder;
	border-top:  white 0px solid;
	border-left: white 0px solid;
	border-right:  white 1px solid; 
	border-bottom: white 1px solid;
	margin: 1px;
	padding: 6px;
}

.selinput {
	background: yellow;
}


/* ******************  fine attributi per liste con area di scrool *************** */

/* ******************  gestione dei form di modifica/visualizzazione *************** */
.formLayout1 A { 
	text-decoration: underline;
	background: #ccccff;
	color: black; 
}

.formLayout1 A:hover { 
	text-decoration: underline;
	background: #ccccff;
	color: white;  
}

.formLayout1 A:visited { 
	text-decoration: underline;
	background: transparent;
	color: white;  
}

.formLayout1 TD A { 
	background: transparent;
  color: Navy;
  cursor: pointer;
}

.formLayout1 TD A:hover { 
	text-decoration: none;
	background: #ccccff;
  color: Blue;
}

.formLayout1 TD A:visited { 
	text-decoration: none;
	background: transparent;
  color: Blue;
}

.formLayout1 {
	color: #181865; /*#212187*/ /*#757575;*/
	font-size: 11px; 
	font-weight: bolder;
	background: #ecf2ff; /*#faf9e6;*/
	border-style: solid; 
	border-top:  silver 1px solid;
	border-left: silver 1px solid;
	border-right:  silver 1px solid; 
	border-bottom: silver 1px solid;
	padding: 0px;
}

.formLayout1 td {
	/*white-space: nowrap;*/
	padding: 2px;
}

.formLayout1 table {
	color: #212187;
	font-size: 11px; 
	font-weight: bolder;
	background: #ECF2FF;
	border-style: solid; 
	border: 0px;
	padding: 2px;
}

.formLayout1 IMG { 
	background: #ECF2FF;
}

TABLE.formLayout1 {
	width: 800px;
}

.formLayout1 .lista {
	width: 750px;
	font-size: 10px;   
}

/* Campi dato di form layout */
.formLayout1 .dato {
	color: #525252;
	font-weight: lighter;
	width:100%;
}

/* ***Proprietà colori sfondo e carattere del Titolo*** */
.formLayout1Header {
	color: black;
	font-weight: bolder;
	font-size: 11px; 
	background: #95b7fd;
	text-align: left;
	margin: 1px;
	padding: 6px;
}

.formLayout1HeaderBold {
	color: white;
	font-weight: bolder;
	font-size: 11px; 
	background: #4447B2;
}

.formLayout1HeaderBold th {
	margin: 1px;
	padding: 6px;
}

.formLayout1HeaderBold img {
	background: #4447B2;
}

/* *** Spaziatura del Titolo*** */
.formLayout1Header TH {
	margin: 1px;
	padding: 6px;
	border-top: 0px;
	border-bottom: silver 1px solid;
}

.formLayout1Header TABLE {
	margin: 0px;
	padding: 0px;
	border-top: 0px;
}

.formLayout1Header TABLE TD {
	margin: 0px;
	padding: 0px;
	border:  0px;
}

.formLayout1Header IMG {
	background: #95b7fd;
}

.formLayout1Header TH A {	
	text-decoration: none;
	background-color: white;
	color: blue;  
  font-size: 10px;
}

.formLayout1Header A:hover {	
	text-decoration: none;
	background-color: blue;
	color: white;  
  font-size: 10px;
}

.formLayout1Header A:visited {	
	text-decoration: none;
	background: white;
	color: #525252;
  font-size: 10px;
}

.formLayout1Footer {
	background: #B9CFFF;
	color: #FFFFFF;
	margin: 1px;
	padding: 3px;
}

.formLayout1Footer TD {
	color: #191964;
	margin: 1px;
	padding: 3px;
}

.formLayout1Footer A {
	text-decoration: underline;
	background: #B9CFFF;
	color: blue;
	margin: 3px;
	padding: 3px;
}

.formLayout1Footer A:hover {
	text-decoration: underline;
	background: rgb(255,153,0) ;
	color: blue;
	margin: 3px;
	padding: 3px;
}

.formLayoutRicerca {
	border: white 2px outset;
	background: #E6E4E4;
	color: #212187;
	font-size: 11px; 
	font-weight: bolder;
	padding: 2px;
}

.formLayoutRicerca img {
	background: #E6E4E4;
}

.formLayoutRicerca table {
	color: #212187;
	font-size: 11px; 
	font-weight: bolder;
	padding: 2px;
}

.formLayoutRicerca .formLayout1 {
	border: 0px;
	padding: 0px;
}


/* ******************  gestione dei form di modifica/visualizzazione *************** */
.toolbar {
	background-color: #eef3fb; 
	border:  silver 1px solid;
	font-size: 8px; 
	padding: 4px;
	text-align: center;
}

.toolbar INPUT { 
  margin-right : 1px;
  padding : 0px;
}


/* ******************  formattazione errore catastrofico *************** */
.catastrophicError {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background: #CCCCFF;
	border: 1px solid;
	font-size: 10px; 
	padding: 6px;
	color: #0303FF;
}

.catastrophicTitle {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background: red;
	border: blue 1px solid;
	font-size: 12px; 
	color: white;
	padding: 6px;
	font-weight: bolder;
}

/* ******************  formattazione errore generico *************** */
.Error {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background: #ffb28b;
  background-image: url("img/alert.gif");
  background-repeat: no-repeat;
	border: red 1px solid;
	font-size: 10px; 
	padding: 6px;
  padding-left: 50px;
	color: black;
	font-weight: bolder;
	width: 800px;
  height: 35px;
	margin-top: 0px;	
	margin-left: 5px;	
	margin-right: 5px;	
	margin-bottom: 5px;	
}

.Warning {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background: yellow;
  background-image: url("img/information.gif");
  background-repeat: no-repeat;
	border: red 1px solid;
	font-size: 10px; 
	padding: 6px;
  padding-left: 50px;
	color: black;
	font-weight: bolder;
	width: 800px;
  height: 35px;
	margin-top: 0px;	
	margin-left: 5px;	
	margin-right: 5px;	
	margin-bottom: 5px;	
}

.Message {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background: #e3e3ff;
  background-image: url("img/information.gif");
  background-repeat: no-repeat;
	border: #cedeff 1px solid;
	font-size: 10px; 
	padding: 6px;
  padding-left: 50px;
	color: black;
	font-weight: bolder;
	width: 800px;
  height: 35px;
	margin-top: 0px;	
	margin-left: 5px;	
	margin-right: 5px;	
	margin-bottom: 5px;	
}

/* ******************  gestione della liste correlati *************** */
.listaCorrelati {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px; 
	margin: 1px;
	padding: 2px;
	background: white;
  } 
  
.listaCorrelati TD {	
	border-style: none; 
	padding: 2px;
}

.listaCorrelati A {	
	background: white;
	TEXT-DECORATION: none;
	color: blue;
	padding: 2px;
}

.listaCorrelati TH {	
	font-weight: bolder;
	color: #191964;
	text-align: left;
	margin: 6px;
}

/* ******************  pannelli dinamici *************** */
.panDinamico DIV {	
	float:  left;
	margin: 0px;
}

.panDinamico TABLE {	
	margin: 1pt;
	border:  silver 1px solid;
}

A.panDinamicoLink:hover {	
	background: #E6E4E4;
  cursor: pointer;
}

A.panDinamicoLink {	
	background: #E6E4E4;
}

/* ******************  pannelli di segnalazione d'attesa *************** */
.waitpanel {
  position: absolute;
  top: 10%;
  left: 30%;
  width: 30%;
  padding: 15px;
  margin : 20px;
  color: #00008b;
	background: #ecf2ff; /*#f5f5f5;*/
  border: #a9a9a9 1px solid;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  z-index:1000;
}

.hidewaitpanel {
  visibility: hidden;
}

.spacer {
	width:5%;
}

.listaInputChanged {
	background: rgb(204,255,153); /*#f5f5f5;*/
}


fieldset { 
  border:1px solid silver;
  text-align: right;
  background-color: #FEFCFC;
}

legend {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border:1px solid silver;
  color:rgb(0,51,204);
  font-size: 11px; 
  text-align:right;
}

legend a{
  padding-right: 5px;
  padding-left: 5px;
  color:rgb(0,51,204);
}

legend a:hover {
  color:rgb(0,51,204);
  background-color:rgb(204,204,255);
}