SPAN.SelectBox
{
	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;
		
	height:19px;
}

TD.SelectBoxText
{
	position:relative;
	padding-top:0px;
	font-size:11px;
	
	height:17px;
	overflow:hidden;
}

span.SelectBoxText
{
    display:inline-block;
    
	padding-left: 5px;
	padding-right: 5px;
    line-height:16px;
	
	height:17px;
}

TD.SelectBoxButton
{ 
    cursor: pointer;
	
	border-left: #336699 1px solid;
	width: 17px;

	background-position: 0px 0px;
	background-image: url(/gestione/image/static_image/selectbox_button.gif);
	background-repeat: no-repeat;
	
	background-color: #f5f5f5;
}


TD.SelectBoxButton_Disable
{ 
	
	cursor:not-allowed;
	
	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
{

	overflow:auto;	
	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:hidden;	
    overflow-y:scroll;
   
    	 
}

DIV.SelectBoxWindowItem
{
    cursor: pointer;

    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;

    border-top: solid  2px transparent;
    border-bottom: solid 1px #000000; 
    width:1000;
}

DIV.SelectBoxWindowItemHi
{
    cursor: pointer;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000000;
    background-color: #CCCCCC;
    border-top: solid 2px #CCCCCC;
    border-bottom: solid 1px #000000;
    width: 1000;
    font-weight: bold;
}	

DIV.SelectBoxWindowItemOn
{
    cursor: pointer;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #336699;
    background-color: #CCCCCC;
    border-top: solid 2px #CCCCCC;
    border-bottom: solid 1px #000000;
    width: 1000;
    font-weight: bold;
}
