/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-ac {
	position: relative;
}

.yui-ac-input {
	/*position: absolute;
	width: 100%;*/
}

.yui-ac-container {
	position: absolute;
	top: 1.6em;
	width: 100%;
}

.yui-ac-content {
	position: absolute;
	width: 100%; 
	border: 1px solid #c0c0c0;
	background: #fff;
	overflow: hidden;
	z-index: 9050;
	color: #957070;
	font-size: 85%;
}

.yui-ac-shadow {
	position: absolute;
	margin: .3em;
	width: 100%;
	background: #000;
	opacity: .10;
	z-index: 9049;
}

.yui-ac iframe {
	opacity: 0;
	padding-right: .3em;
	padding-bottom: .3em;
}

.yui-ac-content ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.yui-ac-content li {
	margin: 0.1em;
	padding: 0.1em 0.2em;
	cursor: default;
	white-space: nowrap;
	list-style: none;
}

.yui-ac-content li.yui-ac-highlight {
	color: black;
}

/* 
here come the custom styles 
*/
#EntityNiceNames,#FactTypes {
	width: 12em; /*  set width here  */
}

.autocomplete-result {
	padding: 0.2em;
}
.autocomplete-result .result-item {
	font-weight: bold;
}
.autocomplete-result .result-spec {
	padding: 0 .5em;
}
.autocomplete-result .result-spec,
.autocomplete-result .result-spec .result-type,
.autocomplete-result .result-spec .result-count,
.autocomplete-result .result-spec .result-item,
.autocomplete-result .result-spec .clear{
	position: relative;
	display: block;
}
.autocomplete-result.autocomplete-entity .result-spec .result-type {
	float: left;
	text-transform: capitalize;
	font-size: 90%;
}	
.autocomplete-result.autocomplete-entity .result-spec .result-count {
	float: right;
	color: green;
	font-size: 90%;
}	
.autocomplete-result .result-spec .clear {
	float: none;
	clear: both;
}	
.autocomplete-result.autocomplete-factname .result-spec .result-item {
	float: left;
	text-transform: capitalize;
	font-size: 90%;
}	
.autocomplete-result.autocomplete-factname .result-spec .result-type {
	float: right;
	text-transform: capitalize;
	font-size: 90%;
}	

/* color data */
.yui-ac-content li.yui-ac-prehighlight,
.yui-ac-content li.yui-ac-highlight {
	/*background-color: #e6e6fa;*/
	background-color: #92c6e6;
	 
}


