BODY {

SCROLLBAR-FACE-COLOR: #666699;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
scrollbar-3d-light-color: #000000

}

A:link	{	
	text-decoration:	none;
	color:	#666699;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#666699;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#666699;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#666699;
	}

div.scroll 
{
	margin-top: 15px;
	height: 350px;	
	width: 900px;	
	overflow: auto;
	position: absolute ;
	background-color:White;
}

div.scrollzoom 
{
	height: 500px;
	width: 650px;	
	overflow: auto;
	position: absolute ;
	background-color:White;	
}

div.noscrollzoom 
{
	margin-top: 15px;	
	overflow: hidden;
	position: absolute ;
	background-color:White;	
}

div.scrollTabella
{	
	height: 300px;	
	width: 400px;
	overflow: auto;
	position: absolute ;
	background-color:White;	
}

div.noscrollTabella
{
	margin-top: 0px;
	overflow: hidden;
	position: absolute ;
	background-color:White;	
}

div.scrollTabellaClient
{	
	height: 360px;	
	width: 900px;
	overflow: auto;
	position:absolute;
	background-color:White;	
}
div.noscrollGenerico
{
	overflow: hidden;
	position: absolute ;
	background-color:White;	
}

/*inputtext
{
 /*border-right: #5978b1 1px solid;
 border-top: #5978b1 1px solid;
 font-size: 10px;
 border-left: #5978b1 1px solid;
 border-bottom: #5978b1 1px solid;
 font-family: Verdana, Arial, helvetica, sans serif;
 height: 18px;
 width : 185px;
 background-color: black;
}*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none;}

#overlay{ background-image: url(../images/overlay.png);}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}



