span.spanTextDropdown{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 150px;
        z-index: 101;
        background-color: #EAF2FF;
        border: 1px solid #000000;
        padding-left: 2px;
        overflow: visible;
        display: none;
      }

      span.spanMatchText{ text-decoration: underline;
        font-weight: bold; }
      span.spanNormalElement{ background: #EAF2FF; }
      span.spanHighElement{ background: #000040;
        color: white;
        cursor: pointer; 
      }
      span.noMatchData{ font-weight: bold;
        color: #0000FF; 
      }
