
/**************************************
*  Basic autosuggest
***************************************/
	.asbMenu 
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
	}
	
	
	
	.asbMenuBase
	{
		position:absolute;   
	}
	
					
	.asbMenuItem
	{			
		color: blue;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
	}
	

	
	.asbSelMenuItem
	{			
		color: blue;
		background: lightblue;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
		
		
	}
	
/**************************************
*  Extended autosuggest
***************************************/
	.asbMenuExtended 
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
	}
	
	
	
	.asbMenuBaseExtended
	{
		position:relative;
		left: -100px;
		 
	}
	
					
	.asbMenuItemExtended
	{			
		color: blue;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
	}
	
	.asbMenuItemAlternaterowExtended
	{			
		color: blue;
		background: #f2f2f2;
		cursor: hand;
		cursor: pointer;
	
	}

	.asbSelMenuItemExtended
	{			
		color: blue;
		background: lightblue;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
	}

	
	div.caption
	{			
		color: #0033AB;
		font-weight:bold;
		font-size:medium;
		background: #98B8E6; 
		padding:2px;
		border:1px solid black;
		margin-right: 1px;
	}
	
	div.outer
	{ 
        width: 900px;
        position: relative;
        clear: both;	
    } 
        
    div.inner_left 
    { 
        width: 450px;
        position: relative;
        word-wrap:break-word;
        float: left; 
    } 
    div.inner_right 
    { 
        width: 450px;
        position: relative;     
        float: right; 
    } 


