
/* For Drop-down Span */
span.spanTextDropdown
{
    position:	absolute;
    top:	0px;
    left:	0px;
    width:	350px;
    z-index:	101;
    background-color:  white;
    border:	1px solid #000000;
    padding-left:  2px;
    overflow:	visible;
    display:	none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
}

/* Color Scheme */
span.spanMatchText
{
    text-decoration: underline;
    font-weight: bold;
}

span.spanNormalElement
{
    background:  white;
}

span.spanHighElement
{
    background:  #181818;
    color:  white;
    cursor:  pointer;
}

span.noMatchData
{
    font-weight:  bold;
    color:  red;
}


