﻿.SearchTD /* Search screen and Issuer Search */ {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    border-color: #AAAAAA;
    background-color: #f2f2f2;
}

.ContactUsTD {
    padding: 10px;
    border: solid 1px #AAAAAA;
    background-color: #f2f2f2;
}

.CrystalReportsTD
{
    /*padding:10px;*/
    border: solid 1px #AAAAAA; /*background-color:#F5F8FC;*/
}

/* QuickSearch (AutoComplete) */
.SearchTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    float: right;
}

.AutoCompleteSpanTicker
{
    width: 100px;
    float: left; /*text-decoration: none;*/
    white-space: nowrap; /*display: block;*/
    background: inherit;
}

.AutoCompleteSpanDescription
{
    /*width: 190px;*/
    float: left; /*display: block;*/ /*text-decoration: none;*/
    white-space: nowrap;
    background: inherit;
}

.AutoCompleteSpanTicker, AutoCompleteSpanDescription
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer; /*overflow : auto;*/ /*height : 200px;*/
    text-align: left;
    list-style-type: none;
    width: auto !important;
    padding-left: 0px !important; /* needed for FF */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    z-index: 5000 !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    /*background-color: #ffff99;*/ /*color: black;*/
    padding: 1px;
    background-image: url("../images/grids/gridbarbg.jpg");
    font-weight: bold;
}

/* AutoComplete item */

.autocomplete_listItem
{
    /*background-color : window;*/
    background-color: #FFF;
    color: windowtext;
    padding: 1px;
}
