﻿body {
}
.ErrorMessage
{
    font-weight:bolder;
    color:Red;
}
.DisplayLabel
{
    font-family:Verdana;
    color:#666666;
    font-size:11px;
}
.InputTable
{
    font-family:Verdana;
    font-size:12px;
}
.TableHeader
{
    color:White;
    background-color:Gray;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:bold;
}
.DisplayTable
{
    background-color:White;    
    border-collapse:collapse;
    font-family:Verdana;
    font-size:11px; 
}
.DisplayLink
{
    text-decoration:none;
    font-size: 11px;
    font-family:Verdana;
    color:Blue;
}
.MnuLink
{
    text-decoration:none;
    font-size: 12px;
    text-align:center;
    font-family:Tahoma;
    color:White;	
}
.MnuSubLink
{
    text-decoration:none;
    font-size: 10px;
    text-align:center;
    font-family:Tahoma;
    color:Yellow;	
}.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	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
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
