BODY,HTML
{
	font-family: verdana,arial;
	font-size: 10px;
	margin-top: 4px;
	margin-left: 8px;
	scrollbar-base-color: blue; 
   scrollbar-arrow-color: orange;
   scrollbar-DarkShadow-Color: orange; 
   scrollbar-shadow-color: ThreeDDarkShadow !important;

}

A:LINK, A:VISITED
{
	font-family: verdana,arial;
	font-size: 10px;
	color: gray; /* FONT-WEIGHT : bold; */ /* text-decoration : none; */
}

P
{
	font-family: verdana,arial;
	font-size: 10px;
}

TD
{
	font-family: verdana,arial;
	font-size: 10px;
}

/*INPUT {  border-width: 1px; height:18px; font-size:10px; }*/
INPUT,SELECT ,TEXTAREA
{
	font-size: 11px;
	font-family: verdana,arial;
	text-indent: 0px top;
	line-height: 0px top;
	/*border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-color: Gray;*/
}

TEXTAREA
{
	border-width: 1px;
	font-size: 10px;
}

select
{ 
	border-width: 1px;
	font-size: 10px;
} 

.titolo-pagina
{
	color: #1E5C9C;
	font-weight: bold;
}

.testo
{
	color: #1E5C9C;
	font-weight: bold;
	font-size: 12px;
}

.footer
{
	background-color: #DDDDDD;
}

/**********************************
* obsoleti, da cambiare con griglia
*************************************/

.lista
{
	background-color: white;
	border: 1 solid gray;
}

.titoli-lista
{
	background-color: gray;
	color: White;
}

/**************************
* Le tabelle
***************************/

.griglia
{
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	background-color: white;
}

.titolo-griglia
{
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	/* background-color: #1E5C9C;*/
	background-color: #8CADCE;
	color: White;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.cella-griglia
{
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
}

.cella-annullamento
{
	color: red;
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
}

.riga-evidenziata
{
	background-color: #DDDDDD; /* font-weight : bold; */
}

.riga-normale
{
	background-color: white;
}
.readonly
{
	height: 18px;
	background-color: white;
	margin-top: 2px;
	padding: 2px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid; /* font-family: verdana,arial, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; background-color: #F4F4F4; border-width: 1px; */
}

/**************************
* Le Form
***************************/

/* per racchiudere le maschere multiple
*/
.area-maschere
{
	/* 	border : 1 solid orange;     background-color: white;     padding : 4px;     */
}

.maschera
{
	background-color: #EFEFF7;
	border: 1px solid #8CADCE;
	padding: 2px;
    color : #1E5C9C;
}

.panel-tab
{
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #1E5C9C;
	padding: 2px;
	text-align: center;
	background-color: white;
}

.titolo-panel
{
	color: gray;
	cursor: pointer;

}

.selected-titolo-panel
{
	color: #1e344a;
	font-weight: bold;
}

.selected-panel-tab
{
	background-color: #EFEFF7;
	border-left: 1px solid #1E5C9C;
	border-top: 1px solid #1E5C9C;
	border-right: 1px solid #1E5C9C;
	padding: 2px;
	text-align: center;
	color: #1e344a;
	font-weight: bold;
}

.tabbed-panel
{
	background-color: #EFEFF7;
	border-left: 1px solid #1E5C9C;
	border-right: 1px solid #1E5C9C;
	border-bottom: 1px solid #1E5C9C;
	padding: 2px;
	color: gray;
	z-index: 50;
}

.panel-area
{
	background-color: #EFEFF7;
}

.indent-tab
{
	/* 	border-bottom : 1 solid #99adc2;      width : 20px;      */ /* per far soparire l'indentazione */
	border: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
}

.titolo-maschera
{
	font-weight: bold;
	color: #1E5C9C;
}

.campo-completamento
{
	color: #1e344a; /* FONT-WEIGHT : bold;     */
	background-color: #FFF2E6;
}

.campo-obbligatorio
{
	color: #1e344a; /* FONT-WEIGHT : bold;     */
	background-color: #FFFFCE;
}

.annullato
{
	color: #FE3C32;
}

.abilitato
{
	color: Green;
}

.disabilitato
{
	color: #FE3C32;
}

.legenda
{
	color: gray;
}

.etichetta
{
   color: #1E5C9C;
}

.dim-campo
{
	font-family: Arial;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
	font-size: 9px;
	padding: 1px;
	visibility: visible;
}

