/* 
    Document   : suggest
    Created on : Aug 19, 2008, 5:46:19 PM
    Author     : luka
    Description:
    Purpose of the stylesheet follows.
*/


 
input 
{
  border: #999 1px solid; 
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px 
}

.scroll
{
  position: relative;
/*  margin: 0 auto;
*/  display: none;
  background-color: white;
  z-index: 1;    
  width: 398px;
  height: 180px;
  border: 1px solid #AC7988;
  border-collapse: collapse;
  overflow: auto;
  border-top: 0px;
  margin-top: -15px;
}

.scroll div
{
  margin: 0 auto;
  text-align:left
}

.suggest ul
{
/*  width: 270px;
*/  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}
.suggest ul li {
	padding: 2px;
	margin: 0px;
	list-style: none;
}

.highlightrow
{
  background-color: #e6e6e6;
  cursor: pointer
}
 

