.ui-autocomplete
{
   max-height: 200px;
   overflow-y: auto;
   /* prevent horizontal scrollbar */
   overflow-x: hidden;
   z-index:10000 !important;
}

body .ui-autocomplete .ui-menu-item .ui-corner-all
{
  background:#ff0;
}

.ui-widget{
  font-size: 9pt !important;
}

.ui-widget-content a:link { color: #428BCA; }
.ui-widget-content a:visited { color: #428BCA; }


