body {position: relative;}

div.autosuggest
{
  position: absolute;
  padding: 4px;
  margin-bottom:2px;
  border-left: 1px solid #f3d900;
  border-right: 1px solid #f3d900;
  border-bottom: 1px solid #f3d900;
  border-top: 0px;
  font-family: arial;
  background-color: #ffffff;
  font-size: 10px;
  z-index:10000;  
  max-height: 200px;
  height:auto !important;
  height:200px;

  overflow:auto;
}

/*div.autosuggest td:hover
{
  background-color: #007cd3;
  color: #ffffff;
}*/

div.autosuggest a {
	color:#7F7F9E;
}

div.autosuggest a:hover
{
  color: #FF0000;
  text-decoration:underline;  
}

div.autosuggest td.as_highlight
{
  background-color:#ffffb2;
  color: #000000;
  border:1px #BCBCBC solid;
}

div.autosuggest td.as_nohighlight
{
  border:1px #fff solid;
  cursor:default;
}

.sgsbrown:link{
   background:none;
   color:#B06300;
   text-decoration:underline;
}
 .sgsbrown:hover{
   background:none;
   color:#B06300;
   text-decoration:underline;
}

.sgsbrown:visited:hover{
   background:none;
   color:#B06300;
   text-decoration:underline;
}
.sgsbrown:visited{
   background:none;
   color:#B06300;
   text-decoration:underline;
}

.sgs:link {
background:none;
color:#ba0000;
text-decoration:underline;

}

.sgs:hover {
background-color:none;
color:#ba0000;
text-decoration:underline;

}

.sgs:visited {
background-color:none;
color:#ba0000;
text-decoration:underline;
}

.sgs:visited:hover {
background:none;
color:#E90101;
text-decoration:underline;
}

.clink:link {
background:none;
color:#CC9900;

}

.clink:hover {
background-color:none;
color:#ba0000;
text-decoration:underline;

}

.clink:visited {
background-color:none;
color:#CC9900;
}

.clink:visited:hover {
background:none;
color:#CC9900;
text-decoration:underline;
}

