﻿div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

h3
{
	font-size:small;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  	
	background-color : window;	
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor:auto;	
	overflow : auto;
	height : 150px;
    text-align : left; 
    list-style-type : none;
	font-family:"Arial",Verdana, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#666666;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	border-width:1px;
	border-style:double;
	border-color:#FFD942;	
	padding: 2px;
	font-family:"Arial",Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;	
	padding : 2px;
	font-family:"Arial",Verdana , Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

