
/** colori ARSIAL
	COLOR: #ff6600 arancione
	COLOR: #666666 grigio scuro
#B5B5B5: grigio chiaro input
**/


body         { font-size: 11px; font-family: Verdana, sanserif; color: #000000; 
				background-repeat: repeat; 
               font-weight: normal; font-style: normal; margin: 0px; 
               text-align:left;
               color: #000000; }
body.bianco  { font-size: 11px; font-family: Verdana, sanserif; color: #000000;
               font-weight: normal; font-style: normal; background: white;
               background-image: none;
               margin: 0px; text-align:left;}
               
p, td, th, form	{ font-size: 11px; 
	font-family: Verdana, sanserif; 
	font-weight: normal; font-style: normal;
	text-align:left;
	}



.FondoNero {  color: #FFFFFF; background-color: #000000}

A:link 		{text-decoration: none; color: blue} 
A:visited 	{text-decoration: none; color: blue} 
A:active 	{text-decoration: none; color: blue} 
A:hover 	{text-decoration: underline; color: #000080;}

A.bianco     { color: white;}
a:visited.bianco { color: white;}
a:hover.bianco { color: white; text-decoration: none }


h1           { font-size: 16px; font-family: Arial, serif; text-align: center; background-color: #036123; 
               color: #FFFFFF; font-weight: bold; margin: 4px; height: 20px}
h2           { font-size: 14px; font-family: Arial, serif; 
	color: #036123; font-weight: bold; 
               margin-left: 3px }
h3           { font-size: 14px; color: orange; font-weight: bold; margin: 4px;}
h4           { font-size: 12px; color: #036123; font-family: Verdana; font-weight: bold; margin-left: 6px; }

p.giustificato  { text-align: justify; margin: 8px;}
.warning 		{ color: #FF0000; text-align:left; font-weight:bold;}


.note	       	{ font-family: Verdana, Arial, serif; font-size: 10px; color: gray;}
.piccolo   		{ font-family: Verdana, Arial, serif; font-size: 10px; font-style: normal; font-weight: normal;}
.rosso          { color: #3E7662; font-weight: bold;}
.testofooter 	{ font-family: Verdana, Arial, serif; font-size: 80%; color: gray; 
                  text-align:center; font-weight:normal ; padding:4px; border-top: 1px solid gray; }
td.contenuto		{ font-size: 10px; font-family: Verdana, Arial, serif; 
                  color: #000000; background-color: #FFFFFF; border: 1px solid #CCCCCC;}

.pulsante
{
	background: buttonface;
	padding: 2px;
	border-style: solid;
	border-width: 2px;
	border-left-color: buttonhighlight;
	border-bottom-color: buttonshadow;
	border-top-color: buttonhighlight;
	border-right-color: buttonshadow;
}


input
{
	font-family: Verdana;
	border: 1px;
	border-color: Gray;
	border-style:solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 100%;
	color: #000000;
	background: whitesmoke;
}

input.numero { text-align:right;}

#Login1_RememberMe
{
	background: none;
	 border: none;
}

INPUT[type="checkbox"] 
{ background: white; }


textarea
{
	font-family: Verdana;
	border: 1px;
	border-color: Gray;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 100%;
	color: #000000;
	background: whitesmoke;
}

select
{
	font-family: Verdana;
	border: 1px;
	border-color: Gray;
	padding-left: 5px;
	padding-right: 0px;
	font-size: 100%;
	color: #000000;
	background: whitesmoke;
}


.col-c      { background-color: #B5B5B5;}
.col-a      { background-color: #99D799;}
.col-d 	   	{ background-color:#E6E6E6;}

.clsHiddenOnPrint 
{
	visibility:visible;
}


.clsShowOnPrint
{
display:none;
visibility: hidden;
}


.headeronprint
{
display:none;
visibility: hidden;
height:1px;
}



@media print 
{

.clsHiddenOnPrint 
{
display:none;
visibility: hidden;
}

.clsShowOnPrint
{
	display:inline;
	visibility:visible;
}

.headeronprint
{
	background-image:url(../images/arsial/Intestazione_stampa_2.jpg); 
	background-position:left; 
	background-repeat:no-repeat;
	display:block;
	visibility:visible;
	  width:756px;
	 height:150px;
	  text-align:left;
	   border:none 0px white;
}

body, p, td, th, form, h1, h2, h3, h4, a, a:visited, a:hoover
{
  background-color: white;
  font-family: Verdana, Arial, Sans-Serif;
  font-size:9px;
   margin:0px;
   color:Black;
}

input
{
	background: white;
	border: solid 1px gray;
	color: #000000;
	font-weight:normal;
	font-size:9px;
}

Textarea
{
	background: white;
	border: solid 1px gray;
	color: #000000;
	font-weight:normal;
	font-size:9px;
}

Select
{
	background: white;
	border: solid 1px gray;
	color: #000000;
	font-weight:normal;
	font-size:9px;
}


FIELDSET
{
	border: #000000 1px round;
	padding: 10px;
	
}
LEGEND
{
	color: #000000;
}

}