/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	


/* Stile per il salto pagina */

.PageBreak
{
	page-break-before:always
}

/*Stili da applicare alle griglie*/

.IMGGriglia
 	{
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 0px;
	}


.Griglia
{
	border-right: #66aa00 thin solid;
	border-top: #66aa00 thin solid;
	border-left: #66aa00 thin solid;
	border-bottom: #66aa00 thin solid;
	border-width:1px
	
}

.HeaderGriglia
{
	font-weight: bold;
	font-size: xx-small;
	vertical-align: middle;
	width: auto;
	color: white;
	font-family: Verdana;
	height: 20px;
	background-color: #66aa00;
	text-align: left;
}


/*Stile particolare da applicare alla griglia dell'ErrorBox nel caso in cui sia una semplice imfomazione*/
.HeaderGrigliaInformationBox
{
	font-weight: bold;
	font-size: xx-small;
	vertical-align: middle;
	width: auto;
	color: white;
	font-family: Verdana;
	height: 20px;
	background-color: #66aa00;
	text-align: left;
}

/*Stile particolare da applicare alla griglia dell'ErrorBox nel caso in cui sia una segnalazione d'errore*/
.HeaderGrigliaErrorBox
{
	font-weight: bold;
	font-size: xx-small;
	vertical-align: middle;
	width: auto;
	color: white;
	font-family: Verdana;
	height: 20px;
	background-color: crimson;
	text-align: left;
}


.PagerGriglia
{
	font-weight: bold;
	font-size: xx-small;
	vertical-align: middle;
	width: auto;
	color:White;
	font-family: Verdana;
	height: 20px;
	background-color: #66aa00;
	text-align:left
}


.ItemEtichettaBianca
{
	font-weight: bold;
	color: white;
}

.ItemGriglia
{
	font-size: x-small;
	vertical-align: middle;
	color: black;
	font-family: Verdana;
	height: 20px;
	background-color: #cccccc;
	text-align: left;
	width:auto
}
.AlternativeItemGriglia
{
	font-size: x-small;
	vertical-align: middle;
	color: black;
	font-family:Verdana;
	height: 20px;
	background-color: #dadadb;
	text-align: left;
	width:auto
}
.EditItemGriglia
{
	font-size:x-small;
	vertical-align: middle;
	color: black;
	font-family:Verdana;
	height: 20px;
	background-color: #dadadb;
	text-align: left;
	width:auto
}

.ItemGrigliaPiccolo
{
	font-size: xx-small;
	vertical-align: middle;
	color: black;
	font-family: Verdana;
	height: 20px;
	background-color: #cccccc;
	text-align: left;
	width:auto
}
.AlternativeItemGrigliaPiccolo
{
	font-size: xx-small;
	vertical-align: middle;
	color: black;
	font-family:Verdana;
	height: 20px;
	background-color: #dadadb;
	text-align: left;
	width:auto
}
.EditItemGrigliaPiccolo
{
	font-size:xx-small;
	vertical-align: middle;
	color: black;
	font-family:Verdana;
	height: 20px;
	background-color: #dadadb;
	text-align: left;
	width:auto
}


.ItemPulsantiEditGriglia
{
	vertical-align:middle;
	text-align: center;
	width:50px
}

.ItemPulsantiGriglia
{
	vertical-align: middle;
	text-align: center;
	width:20px 
}

.ItemPulsantiDoppiGriglia
{
	vertical-align: middle;
	text-align: center;
	width:50px 
}

.ItemPulsantiTripliGriglia
{
	vertical-align: middle;
	text-align: center;
	width:70px 
}

.ItemPulsantiQuadrupliGriglia
{
	vertical-align: middle;
	text-align: center;
	width:90px 
}

.ItemPulsantiQuintupliGriglia
{
	vertical-align: middle;
	text-align: center;
	width:120px 
}


.LockedControlGriglia
{
	background: none transparent scroll repeat 0% 0%;
	border-style:none;
}

.menuIEb
{
	font-size:10px;
	margin-left: 1px;
	border-left: white solid;
	color: black;
	margin-right: 1px;
	font-family: Verdana;
	border-right-style: solid;
	text-decoration: none;
	border-right-color: white;
}

.menuNNb
{
	border-right: white solid;
	border-top: white;
	font-weight: normal;
	font-size: 9px;
	margin-left: 1px;
	border-left: white solid;
	color: black;
	margin-right: 1px;
	text-decoration: none;
}

.menuIE
{
	border-right: white;
	border-top: white;
	font-weight:normal;
	font-size:9px;
	border-left: white;
	color: black;
	border-bottom: white;
	font-family:Verdana;
	text-decoration: none;
}

.menuNN
{
	border-right: white solid;
	border-top: white;
	font-weight: bold;
	font-size:9px;
	margin-left: 1px;
	border-left: white solid;
	color: black;
	margin-right: 1px;
	border-bottom: white;
	font-family:Verdana;
	text-decoration: none;
}

/*Stili per tabelle interne*/

.BordoStilePannello
{
	border-width:0
}

/*Stili da applicare alle label*/

.LabelEtichetta
{
	vertical-align: baseline;
	text-align: left;
	font-family:Verdana;
	font-size:xx-small;
	background-color:Transparent
	
}

.CheckBox
{
	vertical-align: baseline;
	text-align: left;
	font-family: Verdana;
	font-size:xx-small;
	background-color:Transparent
}

.CheckBoxLink
{
	vertical-align: baseline;
	text-align: left;
	font-family: Verdana;
	font-size:xx-small;
	background-color:Transparent;
	color: #3333cc
}


.CheckBoxElenco
{
 vertical-align:baseline;
 text-align:right;
 font-family:Verdana;
 font-size:xx-small;
 background-color:Transparent	
}

.CheckBoxCategoria
{
	font-weight: bold;
	font-size:xx-small;
	vertical-align: baseline;
	font-family: Verdana;
	text-align: left;
	background-color:Transparent
}

.LabelCategoria
{
	font-weight: bold;
	font-size:xx-small;
	vertical-align: baseline;
	font-family: Verdana;
	text-align: left;
	background-color:Transparent
}

.LabelCategoriaMenu
{
	font-weight: bold;
	font-size: xx-small;
	color: #66aa00;
	font-style: italic;
	font-family: Verdana;
	text-decoration: none;
}

.ErrorBox
{
	font-weight: bold;
	font-size:xx-small;
	color: red;
	font-style: italic;
	font-family: Verdana;
}

.ErrorLabelA
{
	font-weight:bold;
	font-size:xx-small;
	color:Red
}

.ErrorLabelB
{
	font-weight:bold;
	font-size:xx-small;
	color: #66aa00
}


.LinkButton
{
	font-size:xx-small;
	font-family: Verdana;

}

.CheckBoxPulsanti
{
 vertical-align:baseline;
 text-align:right;
 font-family:Verdana;
 font-size:xx-small;
 background-color:Transparent;
 color:#3333cc;
	
}

.LinkNormali
{
 text-decoration:none;
 color:#3333cc;
 font-weight:normal;
 font-size:xx-small;
 font-family:Verdana;
}

.LinkCorrente
{
 text-decoration:none;
 color:#3333cc;
 font-weight:bold;
 font-size:xx-small;
 font-family:Verdana;
}

.SottoBottoni
{
 text-decoration:none;
 color:#3333cc;
 font-weight:bold;
 font-style:italic;
 font-size:xx-small;
 font-family:Verdana;
}


/* Stili utilizzati in modo specifico per la stampa della contabilizzazione */

.ReportBody
{
	font-style:normal;
	font-size:xx-small;
	text-align:left
		
}

.ReportUpHeader
{
	font-size:xx-small;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	text-align:center
			
}

.ReportHeader
{
	font-size:xx-small;
	font-style:italic;
	font-weight:bolder;
	text-align:left
		
}

.ReportUpHeader
{
	font-size:xx-small;
	font-style:italic;
	font-weight:bolder;
	text-align:center
		
}

.ReportFooter
{
	font-style:normal;
	font-size:xx-small;
	font-weight:bold;
	text-align:left	
}

.ReportFooterText
{
	font-style:normal;
	font-size:xx-small;
	font-weight:bold;
	text-align:left	
}

.ReportGrpHeader
{
	font-size:xx-small;
	font-style:italic;
	text-align:left
		
}

.ReportGrpFooter
{
	font-style:italic;
	font-size:xx-small;
	font-weight:bolder;
	text-align:left	
}

.ReportGrpFooterText
{
	font-style:italic;
	font-size:xx-small;
	font-weight:bolder;
	text-align:left	
}

/* Stili utilizzati nelle altre stampe lanciate da Reports.aspx*/

/* Area di stampa ideale per il modulo continuo standard US*/

.AreaStampaStdUS 
{
width:32cm

}

/* Utilizzata per le etichette "titolo" delle stampe*/

.CategoriaStampa
{
	font-style:normal;
	font-size:xx-small;
	font-weight:bold
}

/* Utilizzata per le etichette "normali" delle stampe*/

.EtichettaStampa
{
	font-style:normal;
	font-size:xx-small;
}

/* Utilizzata per la formattazione dei dati delle stampe*/


.DatiStampa
{
	font-style:normal;
	font-size:xx-small;
}

.CategoriaStampaSpecial
{
	font-weight: bold;
	font-size: xx-small;
	font-style: italic;
	text-decoration: underline;
}

/* Utilizzate per la formattazione delle intestazioni delle stampe*/


.DatiStampaHead
{
	font-style:normal;
	font-size:x-small
}

.CategoriaStampaSpecialHead
{
	font-weight: bold;
	font-size:x-small;
	font-style: italic;
	text-decoration: underline;
}

.CategoriaStampaHead
{
	font-style:normal;
	font-size:x-small;
	font-weight:bold
}

/* speciale per il report riepilogativo sintetico del registro di carico scarico */

.DatiStampa_RegistroSintetico
{
	font-style:normal;
	font-size:x-small
}

.CategoriaStampa_RegistroSintetico
{
	font-style:normal;
	font-size:x-small;
	font-weight:bold
}

