
/* Autocomplete list */
.actb_table
{
    border-right: 1px solid;
    padding-right: 2px;
    border-top: 1px solid;
    padding-left: 2px;
    font-size: 11px;
    padding-bottom: 2px;
    border-left: 1px solid;
    cursor: hand;
    padding-top: 2px;
    border-bottom: 1px solid;
    font-family: Verdana;
    position: absolute;
    background-color: #ffffcc;
    border-spacing: 1px;
}

/* Active autocomplete item */
.actb_active
{
    /* background-color: #ffcc00; */
	background-color: #333367;
	color:white;
	font-weight: bold;
}

/* Matched text in result */
.actb_regex_match { text-decoration:underline;
                    font-weight:bold;
}

/* Down arrow in autocomplete list */
.actb_arrow_down
{
    padding-right: 0px;
    background-position: center center;
    padding-left: 0em;
    z-index: 4;
    background-image: url(/images/down_arrow_autosearch_dark.gif);
    padding-bottom: 0px;
    margin: 0px 1em;
    cursor: hand;
    padding-top: 0px;
    background-repeat: no-repeat;
    height: 1em;
    background-color: transparent;
}

/* Up arrow in autocomplete list */
.actb_arrow_up
{
    padding-right: 0px;
    background-position: center center;
    padding-left: 0em;
    z-index: 4;
    background-image: url(/images/up_arrow_autosearch_dark.gif);
    padding-bottom: 0px;
    margin: 0px 1em;
    cursor: hand;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 1em;
}

.QuickSearch
{
	color: white;
	font-size: 10pt;
}
