.combo-button {
	cursor:			hand;
	cursor:			pointer;	
	height:			16px;
	border:			0px;
	padding:		0;
	background-image: url(/sStatico/images/freccia_down.gif);
	background-repeat: no-repeat; 
	width:			11px;
	vertical-align:	middle;
	zindex:			1;
	
	margin-left:	2px;

}
.combo-hilite {
	cursor: hand;
	cursor: pointer;
	width:			100%;
	background: #eeeeee;
	border: 1px  solid #c3c3c3;
	color: #666666;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
}
.combo-item   {
	cursor:			hand;
	cursor:			pointer;
	background:		white;
	border:			1px solid white;
	color:			#666666;
	font-family:	verdana;
	vertical-align:	middle;
	font-size:		8pt;
}

.combo-input  {
	border:			1px outset #c3c3c3 !important;
	width:			90%;
	vertical-align:	baseline;
	height:			19px;
	font-family:	verdana;
	vertical-align:	middle;
	font-size:		8pt;
	color:			#666666;
	font-weight: bold;
	background: #eeeeee;
}

.combo-list table {
	table-layout:	auto;
	width:	100%;
	/*width:			149px;*/
}

.combo-list {
	border: 1px solid black;
	background: white;
	padding: 1px;
	width: 90%;
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #c3c3c3;
	/*height: 200px;*/
	overflow: auto;
	overflow-x: visible;
	overflow-y: auto;
	scrollbar-base-color: rgb(234,242,255);
	scrollbar-highlight-color: rgb(234,242,255);
	scrollbar-3dlight-color: rgb(120,172,255);
	scrollbar-darkshadow-color: rgb(120,172,255);
	scrollbar-shadow-color: rgb(234,242,255);
	scrollbar-face-color: rgb(234,242,255);
	scrollbar-track-color: white;
	scrollbar-arrow-color: black;
}
