﻿.searchcontrol
{
     position:relative;
}

.searcharea
{
    font-size: 1.05em;
    background-color:#CDE0DB;
    border:solid 1px #222222;
    font-weight:bold;
    width: 99.6%;
    height:20px;
}

.searchvalidator
{
    /*right:-7px;*/
    
}

.clearbutton
{
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:url('../../../Images/clear_button.png'); 
    position:absolute;
    display:none;   
    
    border:none;
    width:20px;
    height:19px;
    top:4px;
    right:43px;
}

.searchbutton
{
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:url('../../../Images/searchicon.png'); 
    position:absolute;
    
    border:none;
    width:25px;
    height:19px;
    right:8px;
    top:4px;
}

.autocomplete
{
    margin: 0px;
    padding: 0px;
    background-color: inherit;
    color: WindowText;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 1.0em;
    opacity: 0.9;
    filter:alpha(opacity=90);
}
.autocomplete_highlighted_listItem
{
    background-color: #7CA18E !important; 
    color: HighlightText;
    padding: 3px;
}
.autocomplete_listItem
{
    background-color: Window;
    color: WindowText;
    padding: 3px;
}
