
body,font,td,p 	{font-family: Arial; color: black; font-size: 12px; margin: 8px }
body 			{background-color: #ffffff}

.FondoNero {  color: #FFFFFF; background-color: #000000}

A:link 		{text-decoration: underline; color: black} 
A:visited 	{text-decoration: underline; color: black} 
A:active 	{text-decoration: underline; color: black} 
A:hover 	{text-decoration: none; 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: #427B63; 
               color: #FFFFFF; font-weight: bold; margin: 4px; height: 20px}
h2           { font-size: 14px; font-family: Arial, serif; color: #000080; font-weight: bold; 
               margin-left: 3px }
h3           { font-size: 14px; color: orange; font-weight: bold; margin: 4px;}

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;}
.testo-footer 	{ font-family: Verdana, Arial, serif; font-size: 10px; color: gray; 
                  text-align: right; font-style: italic; border-top: 1 solid grey; }
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: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 100%;
	color: #000000;
	background: #CCCCCC;
}

input.numero { text-align:right;}

#Login1_RememberMe
{
	background: none;
	 border: none;
}

INPUT[type="checkbox"] 
{ background: white; }


textarea
{
	font-family: Verdana;
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 100%;
	color: #000000;
	background: #CCCCCC;
}

select
{
	font-family: Verdana;
	border: 0px;
	padding-left: 5px;
	padding-right: 0px;
	font-size: 100%;
	color: #000000;
	background: #CCCCCC;
}


.col-c      { background-color: #FFCC99; font-size: 10px; font-family: Verdana, Arial, serif}
.col-a      { background-color: orange; color: white; font-size: 11px; font-family: Verdana, Arial, serif }
.col-d 	   	{ background-color:#E6E6E6; font-size: 10px; font-family: Verdana, Arial, serif}


.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/ARPAV/logoarpav.gif); 
	background-position:left; 
	background-repeat:no-repeat;
	display:block;
	visibility:visible;
	  width:756px;
	 height:60px;
	  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;
}

}