﻿.autocomplete_completionListElement
{	
	visibility : hidden;
	margin : 0px 0px 0px 0px!important;
	background-color : #FFFFE8;
	color : windowtext;
	border : buttonshadow;
	border-width : 2px;
	border-style : solid;
	cursor : default;
	overflow : auto;
	height : 200px;
	direction: rtl;
    text-align : right; 
    list-style-type : none;
		
	/*visibility : hidden;
    margin : 0px 0px 0px 0px;
    background-color : #FFFFE8;
    color : windowtext;
    border : buttonshadow;
    border-width : 2px;
    border-style : solid;
    direction: rtl;
	cursor : default;
    overflow : auto;
    height : 180px;
    width : 120px;
    text-align : right; 
    list-style-type : none;            */
}
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	direction: rtl;
    text-align : right; 
	
	/*
	background-color: #EDF9FF;
	color: #000099;
	padding: 1px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #EDF9FF;
	color: #000099;
	padding: 1px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;  */
}
.autocomplete_listItem
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	direction: rtl;
    text-align : right; 
	
	/*
	background-color: #FFFFE8;
	color: windowtext;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #FFFFE8;
	color: windowtext;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;*/
}

