
div.suggestLayer {
	font-family:Helvetica,Arial,sans-serif; 
	position: absolute;
	top: 55px;
	left:5px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	background: transparent;
	opacity: 1;
	padding: 5px;
	/**filter:alpha(opacity=90);**/
}
table.suggestLayer {
	font-size: 11px;
	width: 400px;
	border: 3px solid #E1E9ED;
	height: 12px;
	background-color: white;
	padding: 5px;
	color: #4f616a;
	cursor: pointer;
}
tr.suggestLayer { 
	padding: 5px;
	height: 12px;
}
td.suggestLayer {
	padding: 5px;
	height: 20px;
}


tr.suggestHeader{
	color: #4f616a;
	font-weight: bold;
	font-size: 12px;
	padding: 3px !important;
}
tr.suggestHeader td{
	border-bottom: 1px solid #5C637D;
	padding: 3 3 3 5px;
}
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: 3px 5px 3px 5px;
}
span.suggestTextQueryTyped{
	color: #DE313B;
	text-decoration: none;
}
td.suggestTextType{
	padding: 3px 5px 3px 5px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 0;
	width: 1%;
	text-align: right;
	display: none;
}
tr.suggestRow{
	padding: 2 2 2 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: white;
	background-color: #4F616A;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}

