﻿.autosuggest-body
{
	position: absolute;
	border: 1px solid black;
	z-index: 100;
}

.autosuggest-body iframe
{
	display: block;
	position: absolute;
	z-index: 999;
	
}

.autosuggest-body table
{
	width: 100%;
	background-color: #FFFFFF;
}

.autosuggest-body tr
{
	cursor: pointer;
	color: black;
    font:normal normal 13px Arial, Helvetica, sans-serif; 
	text-align: left;
}

.autosuggest-body tr.up
{
	height: 10px;
	background: #656291 url("../images/arrow-up.gif") center center no-repeat;
}

.autosuggest-body tr.down
{
	height: 10px;
	background: #656291 url("../images/arrow-down.gif") center center no-repeat;
}

.autosuggest-body tr.up-disabled
{
	height: 10px;
	background: #656291 url("../images/arrow-up-d.gif") center center no-repeat;
	cursor: default;
}

.autosuggest-body tr.down-disabled
{
	height: 10px;
	background: #656291 url("../images/arrow-down-d.gif") center center no-repeat;
	cursor: default;
}

.autosuggest-body tr.selected
{
	background-color:#eee8c6;
}
.autosuggest-body tr.selected td
{
	color:#000!important;
}
.autosuggest-body td
{
	white-space: nowrap;padding:5px 8px!important; color:#555;
}

.autosuggest-body span.match
{
	text-decoration:none;
}