﻿
.Aranda_Autocomplete_BoxComplete
{
    width:100%;
    height:auto;
    max-height:200px;
    border: 1px solid #dddddd;
    margin-top:5px;
    position:absolute;
    display:none;
    background-color:#ffffff;
    overflow:auto;
    overflow-x:hidden;
    z-index:10000;
    
    }
.Aranda_Autocomplete_BoxItem
{
    width:95%;
    height:auto;
    font-family:Helvetica Narrow, sans-serif;
    font-size:9pt;
    font-style:normal;
    font-weight:normal !important;
    text-transform:capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top:3px;
    padding-bottom:3px;
    margin-left:4px;
    margin-right:4px;
    padding-left:4px;
    padding-right:4px;
    cursor: pointer;   
     
    }
 .Aranda_Autocomplete_Select
 {
 	background-color:#66CCFF;
    color:White;
 	}
.Aranda_Autocomplete_BoxItem:hover
{
    background-color:#66CCFF;
    color:White;
    }
    
.Aranda_Autocomplete_BoxItem_Message
{
    height:auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top:3px;
    padding-bottom:3px;
    margin-left:4px;
    margin-right:4px;
    padding-left:4px;
    padding-right:4px;
    cursor: pointer;  
    font-style:italic;
    text-transform:none; 
    font-size:10pt;
    font-weight:bold;
    font-family:Helvetica Narrow, sans-serif;
    width:auto; 
    border:1px dotted #cccccc;
    background-color:#eeeeee;
    }