/*
<h2>    Page    </h2>
<!--    ====    -->
<Xmp>*/
BODY    
	{
	font-family	:	Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	margin-top:     0px;
	margin-left:    0px;
	margin-right:   0px;
	margin-bottom:  0px;
	padding-top:    0;
	padding-left:   0;
	padding-right:  0;
	padding-bottom: 0;
	border-top:     0;
	border-left:    0;
	border-bottom:  0;
	border-right:   0;
	width:  auto;
	background-color: #ffffee;
	color:			#000000;
	}
INPUT, SELECT, TEXTAREA
	{
	border-radius : 5px;
	}
input:hover, input:focus, textarea:hover, textarea:focus {
 background-color: #FEFF7F;
 border: 1px solid #38AFFF;
 color:#000000;
}

BODY.bianco    
	{
	font-family	:	Calibri, Arial, Helvetica, sans-serif; 
	margin-top:     0px;
	margin-left:    0px;
	margin-right:   0px;
	margin-bottom:  0px;
	padding-top:    0;
	padding-left:   0;
	padding-right:  0;
	padding-bottom: 0;
	border-top:     0;
	border-left:    0;
	border-bottom:  0;
	border-right:   0;
	width:  auto;
	background-color: #ffffff;
	color:			#000000;
	}
/*</Xmp>

<h2>    Links   </h2>
<!--    =====   -->
<Xmp>*/
A:link, A:active
	{
	text-decoration	:	none;
	color		:	#ff0000;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		:	#993300; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#000000;
	background	:	#ffcc00;
	}
A:visited.brown
	{
	text-decoration	:	none;
	color		:	#ffffff;
	background	:	transparent;
	}
/*</Xmp>
<h2>    Headings and Text Elements        </h2>
<!--    ========        -->
<Xmp>*/
H1 	{
	COLOR: black;
	FONT-FAMILY:Calibri,Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	background	: transparent;
	}
H2 	{
	COLOR: black; 
	FONT-FAMILY:	Calibri, "Arial Narrow", 
    "Helvetica Narrow", sans-serif; 
	FONT-WEIGHT: bold;
	background	: transparent;
	}
H3 	{
	COLOR: black; 
	FONT-FAMILY:	Calibri, "Arial Narrow", 
    "Helvetica Narrow", sans-serif; 
	FONT-WEIGHT: bold;
	background	: transparent;
	}
H4 	{
	COLOR: black; 
	FONT-FAMILY:	Calibri, "Arial Narrow", 
    "Helvetica Narrow", sans-serif; 
	FONT-WEIGHT: bold;
	background	: transparent;
	}
P, TR, THEAD, TFOOT, TH, TD, 
DL, OL, UL, BLOCKQUOTE, SPAN, BR
	{
	FONT-FAMILY:
	Calibri, Arial, 	
	Helvetica, 	sans-serif;
	}
.teeny  {
        font-family     :       Calibri, Arial, Helvetica, sans-serif;
        font-size       :       8pt;
	}
/*</Xmp>

<h2>	Navigation 	</h2>
<!-- 	======	-->
<Xmp>*/

.icomtitle
	{
	font-family	:Calibri, Arial, Helvetica, sans-serif;
	font-size	:10pt;
	font-weight	:bold;
	text-align	:center;
	color		:#FFFFFF;
	background	:#660000;
	}

.icomlink
	{
	font-family	:Calibri, Arial, Helvetica, sans-serif;
	font-size	:8pt;
  	padding: 0em .5em;
	background-color : #ffffcc;
	}



/*.icomtitle  
	{
	font-family	:Arial, Helvetica, sans-serif;
	font-size	:12pt;
	color		:#FFFFFF;
	background	:transparent;
	line-height	:.1em;
	}

.icomlink	
	{
	font-family	:Arial, Helvetica, sans-serif;
	font-size	:8pt;
	}
/*
.siteNavHead 
	{
	COLOR: #000033;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	background	: transparent;
	}
.siteNavLink 
	{
	COLOR: #000033;
	FONT-SIZE: 9pt;
	background	: transparent;
	}
.siteNavTD 
	{
	BACKGROUND-COLOR: #ffffcc;
	}
/*</Xmp>

<h2>	Header Elements	</h2>
<!--	======	-->
<Xmp>*/
.gold
	{
	background-color: #ffcc33;
	}
/*</xmp>

<h2>    Author  </h2>
<!--    ======  -->
<Xmp>*/
.Author      
	{
	font-size	:	12pt;
	font-style	:	italic;
	font-weight	:	bold;
	font-family	:	Calibri, Arial, Helvetica, sans-serif; 
    }
/*</Xmp>
<h2>    Abstract        </h2>
<!--    ==================-->

<Xmp>*/
.Abstract       
	{
	background-color: #eeeedd;
	border-width : 2px;
	border-color : #ffcc33;
	border-style : solid;
	/*padding : 10px;
	font-size: 10pt;
	/*font-weight: bold;*/
	color	:	#660000;
	}
/*</Xmp>


<h2>    eXaMPle Screen  </h2>
<!--    ==================-->

        <p>The <a href="/Software/Perl/ht.html">ht processor</a>
        translates XMP tags to PRE.</p>
<Xmp>*/
Pre.Xmp, Pre
	{
	background:     #eeeedd;
	color:          black;
	width:          auto;
	font-weight:    bold;
	margin-left:    1em;
	margin-right:   1em;
	border:         solid 2px black;
	white-space:    pre;
	font-family:    Courier, fixed, serif;
	text-align:	left;
	}
PRE.xmp EM
	{
	font-style:     normal;
	color:  #FF0000;
	background: transparent;
	}
CODE
	{
	color:        #A00000;
	background: transparent; 
	}
DIV.example
	{ 
	margin-left:    2em;
	margin-right:   2em;
	border: solid 2px #003000;
	}
/*</Xmp>
<h2>    Look-up Table   </h2>
<!--    ==================-->

        Resource tables, link in left cell and annotation in the right cell.
<p>
        [!      Left column     !|      Right column    |]
        [!      <a href="">Left column</a>     !|      <a href="">Right column</a>    |]
<Xmp>*/
TH.LuT  A       
	{
	color:          #ff0000;
	background:	transparent;
	}
TH.LuT
	{
	background:     #ffcc33;
	color:          #000000;
	}
TD.LuT  A
	{
	color:          #ff0000;
	background:	transparent;
	}
TD.LuT
	{
	background:     #eeeedd;
	color:          #000000;
	}
/*</Xmp>
<h2>    Information Panel       </h2>
<!--    ==========================-->
<div    class=Info>
        DIV Emphasises a block of stuff.
        This is <a class=Info href="/">The WDVL</a>.
</div>
<table><tr>
<th class=Info>
        TH Emphasises a block of stuff.
        This is <a class=Info href="/">The WDVL</a>.
</th>
<td class=Info>
        TD Emphasises a block of stuff.
        This is <a class=Info href="/">The WDVL</a>.
</td>
</tr></table>
<Xmp>*/

/*Commented out the Info class to fix 10000x10000 size pages after redesign. Needs to be fixed and added back in - 8/23/01,lbc*/
/*TH.Info, TD.Info
	{
	background:     #ffffcc;
	color:          #660000;
	font-family:    Arial, Helvetica, sans-serif; 
	font-size:      10pt;
	}
TH.Info A, TD.Info A
	{
	background:     white;
	color:          #ff6600;        
	}
Div.Info, P.Info
	{
	background:     #ffffcc;
	color:          #990033;
	text-align:     left;
	border:         blue;
	padding:        1%;
	font-family:    Arial, Helvetica, sans-serif; 
	font-size:      10pt;
	}
Div.Info A
	{
	background:     #FFFFFF;
	color:          #ff6600;        
	}*/
/*</Xmp>
<h2>    HiLite  </h2>
<!--    ==========-->

        <span class=HL>Just like those yellow markers...</span>
<Xmp>*/
.HL
	{
	background:     #ffff99;
	color:          #000000;
	}
TD.HL
	{
	background:     #ccffff;
	color:          #000000;
	}
/*</Xmp>
<h2>    Name/Value Tables       </h2>
<!--    =================-->
<center>
<table  cellpadding=8>
<tr><th class=Type> Type        </th><th class=Type>Meaning     </th></tr>
<tr><th class=Name> Name        </th><th class=Value>An identifier</th></tr>
<tr><th class=Name> Value       </th><th class=Value>Its contents</th></tr>
</table>
</center>
<Xmp>*/
.Type
	{
	background:     #cccccc;
	color:          #660000;
	}
.Name
	{
	background:     #eeeeee;
	color:          #660000;
	vertical-align: top;
	text-align:     right;
	}
.Value
	{
	background:     #eeeeee;
	color:          #000066;
	}
/*</Xmp>
<h2>    Drop    </h2>
<!--    ==========-->
        @Drop(Drop) sets off a word or phrase like this.
        <br clear=all>
<Xmp>*/
.Drop   
	{
	background:     #333366;
	color:          #ffcc33;
	font-family:    Calibri, Arial, Helvetica, sans-serif;
	font-size	:	16pt;
	font-weight	:	bold;
	}
/*</Xmp>
<h2>    Buttons </h2>
<!--    ==========-->
        <table><tr><td class=Button>
        See the menu bar at bottom.
        </td></tr>
        </table>
<Xmp>*/
A.Button:hover
	{       color:  #ff6600;
	background:	transparent;
	}
A.Button
	{
	text-decoration:        none;
	color:          #003366;
	background:     #ffcc33;
	}
.Button
	{
	text-align:     center;
	text-decoration:        none;
	color:          #003366;
	background:     #ffcc33;
	border-top:     2px solid #ffff99;
	border-left:    2px solid #ffff99;
	border-right:   2px solid #cc9933;
	border-bottom:  2px solid #cc9933;
	font-family:    Calibri, Arial, Helvetica, sans-serif;
	}
TH.Banner
	{
	color:	black;	
	background:     #ffcc33;
	}
.Banner 
	{
    margin-left:    0;
    text-align:     center;
    text-decoration:        none;
    color:          #003366;
    background:     #ffcc33;
    border-top:     4px solid #ffff99;
    border-left:    4px solid #ffff99;
    border-right:   4px solid #cc9933;
    border-bottom:  4px solid #cc9933;
    font-family:    Calibri, Arial, Helvetica, sans-serif;
    }
TH.Nav  
	{
	background:     #0000cc;        
	color:          #ff9900;
	}
TH.Menu 
	{
	background:     #3366cc;        
	color:          #ff9900;
	}
A.Menu:hover
	{
	color:          #ff6600;
	background: 	transparent	
	}
A.HoMe:hover
	{
	color:          #ff6600;
	background:  	transparent
	}
A.Menu
	{
	background:     white;
	color:          #ffcc33;
	font-family:    Calibri, Arial, Helvetica, sans-serif;
	font-size:      smaller;
	text-decoration:        none;
	}
A.HoMe
	{
	background:     white;
	color:          #ffcc33;
	font-family:    Calibri, Arial, Helvetica, sans-serif;
	text-decoration:        none;
	}
.PUN	{
	font-family	:	Calibri, Arial, Helvetica, sans-serif; 
	background	:	#FFD700;
	color		:	green;
	}
.navb  {
	font-family	:	Calibri, Arial, Helvetica, sans-serif;
	font-size	:	10pt;
}

PRE	{
	background:     #eeeedd;
	color:          black;
	width:          auto;
	margin-left:    1em;
	margin-right:   1em;
	border:         solid 2px black;
	white-space:    pre;
	font-family:    Courier, fixed, serif;
	font-size:		9pt;
	text-align:	left;
	}


.dl	{
	font-family	:Calibri, Arial, Helvetica, sans-serif;
	font-size	:8pt;
	background-color : #cccc99;
	}



	


.nl	{
	font-family	:	Calibri, Arial, Verdana, Helvetica, sans-serif;
	font-size	:	9pt;
	background-color : #ffffcc;
}
.nh {
	font-family	:	Calibri, Arial, Verdana, Helvetica, sans-serif;
	font-size	:	10pt;
	font-weight	:	bold;
  	background-color : #cccc99;
}

.nm	{ background-color: #666600;}

.pw	{
	font-family	:Calibri, Arial, Helvetica, sans-serif;
	font-size	:8pt;
  	padding: 0em .5em;
	background-color : #ffffcc;
	}

	
.sh {
  font-family : Calibri, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color : #cccc99;
  text-align : center;
  font-weight : bold;
}	


.tn	{
	font-family	:	Calibri, Arial, Verdana, Helvetica, sans-serif;
	font-size	:	9pt;	
	text-align	: 	center;
	font-weight	:	bold;
	background-color: #FFFFFF;
	}

                
A.nav { color: black;
                background: transparent;
                text-decoration: none;
         }
A:link.nav { color: black;
                background: transparent;
                text-decoration: none;
         }
A:visited.nav { color: black;
        background: transparent;
        text-decoration: none;
         }
DIV.Nascosto{
	visibility : hidden;
}
.riga_pari       
	{
	background-color: #eeeedd;
	border-width : 1px;
	border-style : solid;
	font-size: 8pt;
	color	:	#660000;
	}
.riga_dispari       
	{
	background-color: #FFFFCC;
	border-width : 1px;
	border-style : solid;
	font-size: 8pt;
	color:#660000;
}
.riga_evidenza
	{
	background-color: #93faa3;
	border-width : 1px;
	border-style : solid;
	font-size: 8pt;
	color:#FFFFCC;
	font-weight : bold;
}
.riga_gialla       
	{
	background-color: yellow;
	border-width : 1px;
	border-style : solid;
	font-size: 8pt;
	color	:	#660000;
	}
.riga_rossa       
	{
	background-color: red;
	border-width : 1px;
	border-style : solid;
	font-size: 8pt;
	color	:	black;
	}
.riga_grigia       
	{
	background-color: #bfbfbf;
	border-width : 1px;
	border-style : solid;
	font-size: 8pt;
	color	:	#660000;
	}


table{
	font-size : x-small;
}
p.paging {
    text-align: center;
    font-weight: bold;
    font-size: x-small;
}

p.paging a {
    color: #990033;
}
.campo{
	background-color: #BBBBBB;
	font-family: calibri,arial;
	font-weight:bold;
	font-style:italic;
	font-size: small;
	text-align: right;
}
.valore{
	background-color: #DDDDDD;
	font-size: small;
}
.error {
	color: #000f00;
	font-weight: bold;
}
.required {
	font-weight: bold;
}
.errore{
	background : red;
	color : White;
	border : double;
	text-align : center;
	font-family : Calibri, monospace;
	font-size : small;
	margin : 3px 3px 3px 3px;
}
.info{
	background : #336633;
	color : White;
	border : double;
	text-align : center;
	font-family : Calibri, monospace;
	font-size : small;
	margin : 3px 3px 3px 3px;
}
.warning{
	background : #FFFF80;
	color : #4040FF;
	border : double;
	text-align : center;
	font-family : Calibri, monospace;
	font-size : small;
	margin : 3px 3px 3px 3px;
}
.verde{
	background : #00FF00;
}
.giallo{
	background : yellow;
}
.rosso{
	background : #FF0000;
}

fieldset.green { border:1px solid green }
fieldset.blue { border:1px solid blue }
fieldset.red { border:1px solid red }
fieldset.viola { border:1px solid #7f007f }

legend.green {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }

legend.blue {
  padding: 0.2em 0.5em;
  border:1px solid blue;
  color:blue;
  font-size:90%;
  text-align:right;
  }
legend.red {
  padding: 0.2em 0.5em;
  border:1px solid red;
  color:red;
  font-size:90%;
  text-align:right;
  }
legend.viola {
  padding: 0.2em 0.5em;
  border:1px solid #7f007f;
  color:#7f007f;
  font-size:90%;
  text-align:right;
  }
  
  
#storico
{
   width:40%; height:30%;
   overflow:auto;
}

.btn_as400{background-image:url('../immagini/as400_icon.gif');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_db{background-image:url('../immagini/button_ok.gif');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_richiedente{background-image:url('../immagini/richiedente.gif');
background-repeat:no-repeat;
width:48px;height:48px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_richiedente_modifica{background-image:url('../immagini/richiedente_modifica.gif');
background-repeat:no-repeat;
width:48px;height:48px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_beneficiario{background-image:url('../immagini/beneficiario.gif');
background-repeat:no-repeat;
width:48px;height:48px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_beneficiario_modifica{background-image:url('../immagini/beneficiario_modifica.gif');
background-repeat:no-repeat;
width:48px;height:48px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_copia_richiedente_beneficiario{background-image:url('../immagini/copia_richiedente_beneficiario.gif');
background-repeat:no-repeat;
width:48px;height:48px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_elimina{background-image:url('../immagini/elimina.gif');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_dettaglio{background-image:url('../immagini/dettaglio.gif');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_salva{background-image:url('../immagini/salva.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_salva_admin{background-image:url('../immagini/salva_admin.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_salva_fo{background-image:url('../immagini/salva_fo.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_annulla{background-image:url('../immagini/annulla.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_modifica{background-image:url('../immagini/modifica.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_sospendi{background-image:url('../immagini/sospendi.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_riattiva{background-image:url('../immagini/riattiva.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_inlavorazione{background-image:url('../immagini/inlavorazione.gif');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_completa{background-image:url('../immagini/completa.gif');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_riapri{background-image:url('../immagini/riapri.gif');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_stampa{background-image:url('../immagini/printer.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_stampa_checklist{background-image:url('../immagini/checklist.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_chiusura_immediata{background-image:url('../immagini/chiusura_immediata.gif');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_richiestaautorizzazione{background-image:url('../immagini/imac_req.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_imacautorizzato{background-image:url('../immagini/imac_ok.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_imacnonautorizzato{background-image:url('../immagini/imac_ko.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}

.btn_precedenti_si{background-image:url('../immagini/ticket_precedenti_si.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_precedenti_no{background-image:url('../immagini/ticket_precedenti_no.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_ricerca{background-image:url('../immagini/ricerca.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_esporta_excel{background-image:url('../immagini/excel.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_traceroute{background-image:url('../immagini/icon-actTraceRoute.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_uptime{background-image:url('../immagini/icon-uptime.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}
.btn_ping{background-image:url('../immagini/icon-ping.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}

.btn_generaimac{background-image:url('../immagini/generaimac.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}

.btn_assetcollegati{background-image:url('../immagini/asset_collegati.png');
background-repeat:no-repeat;
width:34px;height:34px;
background-color:#fff;
background-position:center center;
border-right:1px solid #003;
border-bottom: 1px solid #003;
}


.nascosto{
	display:none;
}