SPAN.SelectBox
{
	behavior:url(/gestione/behavior/SelectBox.htc);	  
	position:relative;
    top: 1px;
    left: 0px;
    background:white;
}

TABLE.SelectBox
{
	border-right: #336699 1px solid;
	table-layout: fixed;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;

	border-bottom: #336699 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
		
	
}

TD.SelectBoxText
{
	position:relative;
	padding-left: 5px;
	padding-right: 5px;
	font-size:11px;
	width:100%;
	
}

span.SelectBoxText
{
	padding-top: 2px;

	width:1000px;
	height:17px;
}

TD.SelectBoxButton
{ 
	
	cursor:hand;
	
	width: 18px;
	
	background-position: 0px 0px;
	background-image: url(/gestione/image/static_image/selectbox_button.gif);
	border-left: #336699 1px solid;
	

	background-repeat: no-repeat;
	background-color: #f5f5f5;
}


TD.SelectBoxButton_Disable
{ 
	
	cursor:hand;
	
	width: 18px;
	
	background-position: 0px 0px;
	background-image: url(/gestione/image/static_image/selectbox_button_off.gif);
	border-left: #336699 1px solid;
	

	background-repeat: no-repeat;
	background-color: #f5f5f5;
}


DIV.SelectBoxWindow
{
	
	position:absolute;	
	top:18px;	
        
	background-color:white;        
	
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	overflow:auto;


   height: expression( this.scrollHeight < 250 ? "250px" : "auto" ); /* sets min-height for IE */
   min-height: 250px; /* sets min-height value for all standards-compliant browsers */


   height: expression( this.scrollHeight > 332 ? "333px" : "auto" ); /* sets max-height for IE */
   max-height: 333px; /* sets max-height value for all standards-compliant browsers */

						 
}

DIV.SelectBoxWindowItem
{
    padding-left: 5px;
    padding-top: 3px;
    height: 20px;
    width: auto;
    border-bottom: solid 1px #336699;
    behavior: URL(/gestione/behavior/Swap.htc);
    border-bottom-color: #99CCFF;
    	cursor:hand;
}

DIV.SelectBoxWindowItemHi
{ 		
	padding-left:5px;
	padding-top:3px;
	height:20px;
	background-color: whitesmoke;	
   width: auto;
	border-bottom: solid 1px #000000;
			cursor:hand;
    behavior:URL(/gestione/behavior/Swap.htc);
	
}	