		.select_link {
				background-color: #FFFFFF;				
				color: green;
				
			}
			.select_link_over {
				background-color: #E0E0E0;				
				
				
			}
			.hint	{
				color: blue;
				cursor: pointer;
			}
			
			.yellowdata	{
			background-color: #FFFFAE;
			font-size: 8px;
			}

		#search	{
		border: 1px solid black;	
		width: 325px;
		height: 150px;
		position: absolute; left: 10px; top: 135px;		
		}
		#results	{
		border: 0px solid black;
		height: 200px;
		width: 847px;
		overflow: auto;
		position: absolute; left: 10px; top: 350px;			
		}
		#resultnav	{
		border: 0px solid black;
		height: auto;
		width: 847px;
		position: absolute; left: 10px; top: 310px;			
		}		
		#detail	{
		border: 0px solid black;
		position: absolute; left: 345px; top: 135px;
		width: 490px;
		height: auto;
		
		z-index: 2;			
		}								
		#detailbox	{
		height: 360px;
		overflow: auto;
		width: 450px;
		margin: 3px;			
		}	
			#shipname	{
				width: 200px;
			}
			
			#shipsuggest {
				position: absolute; 
				background-color: #FFFFFF; 
				text-align: left; 
				border: 1px solid #000000;
				width: 200px;				
				line-height: 15px;
				visibility: hidden;
				overflow: auto;
				height: 250px;
			}