.suggestionsBox {
position: absolute;
left: 0px;
top:33px;
padding: 1px;
margin: 10px 0px 0px 0px;
min-width:300px;
max-width: 400px;
/*-moz-border-radius: 7px;
-webkit-border-radius: 7px;*/
border: 2px solid #000;	
background-color: #FFFFFF;
color: #000;
z-index:99;
}
	
.suggestionList {
margin: 0px;
padding: 0px;
}
	
.suggestionList li {
font-size:14px;
margin:0;
padding:0 3px 0 3px;
cursor: pointer;
background-color: #086194;
color:white;
list-style-type: none;
list-style-image: none;
background-image:none;
}
	
.suggestionList hr {
padding:0;
margin:0;
}

.suggestionList li:hover {
background-color: #FFF;
color:black;
}

.suggestionList .noMatches {
margin: 0px 0px 3px 0px;
padding: 3px;
color:red;
}

.suggestionsBox .sbox_Pointer 
{
position:relative;
top:-12px;
left:10px;
}

.suggestionsBox {
background-color: #212427;
}

.suggestionsBox table th
{
text-align:center;
background-color:white;
}
.suggestionsBox table tr td
{
cursor:pointer;
text-align:center;
}

.suggestionsBox table tr.odd td
{
background-color:gray;
color:black;
}
.suggestionsBox table tr.odd td
{
background-color:white;
color:black;
}

