

#content a 
{
  text-decoration: none;
  margin: 0px;
  color: #navy
}
/* 
input 
{
  border: #999 1px solid; 
  font-family: helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  margin-left:10px;
}
*/
#scroll
{
  position: absolute;
  top:42px;
  left:199px;
  margin-left:10px;
  visibility: hidden;
  background-color: white;
  z-index: 99;    
  width: 260px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
}

#scroll div
{
  text-align:left
}

#suggest table
{
  width: 240px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

.highlightrow
{
  background-color: #999999;
  cursor: pointer
}
 
