/* --- TypeAHead Control */
.AC_PlaceHolder {color:#777;}
.AC_Found {background-color:#e1e9f6;}
.AC_PreText {color:#386e9b;}
.AC_List
{
	background: transparent;
	border: 2px solid #666666;
	font-size: 12px;
	margin-top: -1px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	z-index: 99999;
}

.AC_List .AC_Item
{
	background: #eef1f8;
	color: #000;
	cursor: pointer;
	padding: 3px;
	width: 100%;
	height:18px;
	line-height:18px;
}

.AC_List .AC_Item em
{
	background: #afff00;  /*fde397,d8dfea*/
	color: black;
	font-style: normal;
	font-weight: bold;
}

.AC_List .AC_Item small
{
	color: #808080;
	padding-left: 5px;
}

.AC_List .AC_ItemSelected
{
	background: #3b5998; /*fac110,3b5998*/
	color: #fff;
}

.AC_List .AC_ItemSelected em
{
	background: #5670a6; /*fcd765,5670a6*/
	color: #fff;
}

