﻿/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	font-size: 13px;
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : black;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	text-align : left; 
    list-style-type : none;
    padding: 0;    
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : white;
	color : black;
	padding : 1px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #CDD6E9;
	color: black;
	padding: 1px;
}


.validatorCalloutHighlight 
{
    background-color: #feffcd; 
}

.passworddescription
{
    margin-top:4px;    
    margin-left:0px;
    color:#696A6B;   
	font-family : Verdana;
	font-size : 10px;
}

.pnlFlyout
{
	height : 100px;
	width : 100px;
	background-color : Aqua;
}