/* Customized YUI AutoComplete Sam Skin */
.yui-skin-sam .yui-ac {
	position: relative;
	z-index: 9000; /* IE bug fix */
	left: 0;
	top: 0;
	width: 160px;
	margin: 0;
	border:0; 
	padding: 0;
}
.yui-skin-sam .yui-ac-input {
	width:100%;
	margin: 0;
	padding: 1px 0 1px 0;
	background: #8C9DB0; 
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif; 
	border-collapse: collapse; 
	font-size: 10px; 
}
.yui-skin-sam .yui-ac-container {
	position:absolute;
	left: 0;
	top: 1.6em;
	width: 100%;
}
.yui-skin-sam .yui-ac-content {
	position: absolute;
	z-index: 9050;
	width: 100%;
	border: 1px solid #808080;
	background: #FFFFFF;
	overflow: hidden;
}
.yui-skin-sam .yui-ac-shadow {
	position: absolute;
	z-index:9049;
	width: 100%;
	margin: .3em;
	border: 0;
	padding: 0;
	background: #000000;
	opacity: 0.10;
	-moz-opacity: 0.10;
	filter:alpha(opacity=10);
}
.yui-skin-sam .yui-ac-content ul {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	color: #285483;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 9px;
	list-style-type: none;
}
.yui-skin-sam .yui-ac-content li {
	margin: 0;
	border: 0;
	padding: 2px 0 0 0;
	white-space: nowrap;
	cursor: default;
}
.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight {
	background:#B3D4FF;
}
.yui-skin-sam .yui-ac-content li.yui-ac-highlight {
	background:#426FD9;
	color:#FFF;
}