/* 
    Document   : autocompleter
    Created on : 08-ago-2008, 9:56:55
    Author     : xx
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
  font-size:9pt;
  text-align:left;
}

div.autocomplete ul li.selected { 
    background-color: #CCC;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
  background-color:white;
}


.informal{
  font-size: 7pt;
}
