    .dropdown {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 150px;
        z-index: 101;
        background-color: #FFFFCC;
        border: 1px solid #000000;
        overflow: visible;
        display: none;
    }

    .rowStyle {
        width: 100%;
        display: block;
    }

    .matchText {
        text-decoration: underline;
        font-weight: bold;
    }

    .normalElement {
        background: #C0C0C0;
    }

    .highElement {
        background: #0000FF;
        color: white;
        cursor: pointer;
    }

    .noMatchData {
        font-weight: bold;
        color: #0000FF;
    }
