div.suggestLayer {
	font-family:Tahoma; 
	position: absolute;
	left:795px;
	top:101px;
	width: 2470px;
	display: none;
	visibility: hidden;
	padding: 0;
	margin: 0;
	z-index: 9999 !important;
	background-color: white;
	background: transparent;
	opacity: .9;
	filter:alpha(opacity=95); 
}
table.suggestLayer {
	font-size: 11px;
	width: 247px;
	border: 1px solid #C08600;
	height: 20px;
	background-color: #FFFFFF;
	color: #666666;
	cursor: pointer;
	font-weight:bold;
	line-height:1.5em;
	z-index: 9999 !important;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}
tr.suggestHeader{
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #C08600;
	padding: 0px 2px 0px 2px;
	background-color:#FFCB43
}
td.suggestFooter{
	height:25px;
	border-top:solid 1px #5C637D; 
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-repeat: no-repeat;
	background-position: right;
}
td.suggestTextQuery{
	font-weight: bold; 
	padding: 2px 2px 2px 2px;
}
span.suggestTextQueryTyped{
	color: #CC0000;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2px 2px 2px 2px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2px 2px 2px 2px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2px 2px 2px 2px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
color: #FFFFFF;
	background-color: #E5650A;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: #000;	
}