﻿body {
}

.Explorer
 {
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#808080;


}


.AutoCompleteExtender_CompletionList 
{  
	
	
background-color : window;
color : windowtext;
padding : 2px;
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#808080;
background:#f1f1f1;
margin-left:0px;
cursor: hand;
cursor:pointer;
text-indent:6px;
width:198px;

visibility: visible; z-index: 1000

/*creates border with
autocomplete_completionListElement
background-color/line-height:10px;---set of scrollbar*/
  }



/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem 
{ 
text-align : left;
background-color:White;
list-style-type:none }


/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
	background-color: #f1f1f1;
	color: windowtext;
	font-size: 11px;
	font-weight: normal;
        list-style-type:none }


.go-me{padding-top:16px}

