/**************************************************************************
** PROJECT :		CLISSON
** FILE NAME :		autocompleter.css
** CREATED :		06/02/08							
** CONTENT :		Feuille de styles 
**
***************************************************************************/

div.autocompleter-loading {
	width: 20px;
	height:	16px;
	background:	#fff url(../images/spinner.gif) no-repeat center;
}

ul.autocompleter-choices {
	position: absolute;
	height:	100px;
	width: 250px;
	list-style:	none;
	text-align:	left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	left: 0px;
	margin:	0;
	padding: 0;
	background-color: white;
	border:	1px solid #bfc71c;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: auto;
}

ul.autocompleter-choices li{
	position: relative;
	float: none;
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	padding: 2px 1px;
	cursor: pointer;
	overflow: hidden;
}

ul.autocompleter-choices li.autocompleter-selected {
	float: none;
	color: #000;
	background-color: #edefbe;
	overflow: hidden;
}

ul.autocompleter-choices span.autocompleter-queried {
	float: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	float: none;
	color: #9fcfff;
}

.frameMask {
	display: none;  
	display/**/: block; 
	position: absolute; 
	width: 100%; 
	height: 100%;
	top: 0; 
	left: 0; 
	z-index: -1; 
	filter: mask(); 
}
