/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/


.yui-ac{
 position:relative;
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
}
.yui-ac-input{
 	width:197px;
	background-color:#FFFFFF;
	border:1px #cccccc solid;
	height:18px; 
	color:#2F2F2F;
}
.yui-ac-container{
 position:absolute;
 width:196px;
}
.yui-ac-content{
 color:#525350;
 position:absolute;
 width:100%;
 border:1px solid #BFBFBF;
 background:#E6EBE7;
 overflow:hidden;
 z-index:9050;
}
.yui-ac-shadow{
 position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity:0.10;opacity:.10;filter:alpha(opacity=10);z-index:9049;
}
.yui-ac-content ul{
 margin:0;
 padding:0;
 width:100%;
}
.yui-ac-content li{
 margin:0;
 padding:2px 5px;
 cursor:default;
 white-space:nowrap;
 border-bottom:1px dotted #BFBFBF; 
}
.yui-ac-content li.yui-ac-prehighlight{
 background:#C6CBC7;
}
.yui-ac-content li.yui-ac-highlight{
 background:#C6CBC7;color:#2F2F2F;
}


