﻿ .CompletionList
    {
        font-size: 10px;    
        color:#1C33D1;    
        width:250px;
        background-color: white;
    }
     .CompletionListDubai
    {
        font-size: 10px;    
        color:red;    
        width:250px;
        background-color: white;
    }
    .CompletionListItem
    {
        font-size: 10px;
        font-weight: normal;
    }
    .CompletionListHighlightedItem
    {
        font-size: 10px;
        text-decoration:underline;
        background-color:#FFE4C4;
        font-weight: bold;
    }
