﻿        input.autocompleter-loading
        {
            background-image: url(../Images/loding.gif);
            background-repeat: no-repeat;
            background-position: right 50%;
        }
        .highlight
        {
            background-color: #CBD6A6;
        }
        .keywordtag
        {
            font-weight: bold;
        }
        .divtip
        {
            height: auto;
            position: absolute;
            display: none;
            background-color: White;
            z-index: 9999;  

        }
        .divtip tr
        {
            margin: 0;
            list-style-type: none;
            line-height: 16px;
            height: 16px;
            font-size: 9px;
            font-family: Verdana;
            padding: 2px;
            cursor: pointer;
        }
        .divtip tr:hover
        {
            margin: 0;
            list-style-type: none;
            line-height: 16px;
            height: 16px;
            font-size: 9px;
            font-family: Verdana;
            padding: 2px;
            cursor: pointer;
            background-color: #CBD6A6;
        }
        .divtip tr td a
        {
            display: block;
            width: 350px;
            height: 16px;
            text-decoration: none;
        }
          .divtip ul
        {
            display: block;
            margin-top:-16px;
        }