﻿body 
{
	font-family:Arial;
	font-size:10pt;

}
.menu { color: #FFFFFF; }
a.menu            { color: #FFFFFF; text-decoration: none; font-weight:bold }
a.menu:active     { color: #FFFFFF; text-decoration: none;font-weight:bold}
a.menu:link       { color: #FFFFFF; text-decoration: none;font-weight:bold}
a.menu:visited    { color: #FFFFFF; text-decoration: none;font-weight:bold}
a.menu:hover      { text-decoration: underline; color: #FFFFFF; font-weight:bold}

.popupControl
{
 visibility:hidden;
}
.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	margin-left:0px;
	background-color: #999999;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	margin-left:0px;
	background-color : window;
	color : windowtext;
	padding : 1px;
}