.acFirst
{
	font-weight: normal;
	color: #000;
}

div.autoComplete
{
	max-height: 300px;
	overflow: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div.autoCompleteWrapper
{
	position: absolute;
	border: 1px solid #A5ACB2;/*#A5ACB2; */
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: -2px 0 0 0;
	background-color: #efefef;
}
.imgcol
{
	width:30px;
	text-align:center;
}
.imgcolumn
{
	width: 20px; 
	height: 20px;
}

div.autoComplete ul
{
	list-style: none;
	margin: 0 0 -3px 0;
	padding: 2px 0 0 0;
	overflow: hidden;
	background-color: #fff;
	list-style-type: none;
}

div.autoComplete ul li
{
	color: #111;	
	text-align: left;
	/*margin: -2px 0px;*/
	/*padding: 0px;*/
	border-bottom: 1px solid #ccc;
}

div.autoComplete ul li a
{
	color: #111;
	cursor: pointer;
	display: block;
	text-decoration: none !important;
	position: relative;
	width: 100%;
	margin: 5px;
}

.as_highlight
{
	font-weight: bold !important;
	background-color: #E8F1FA;	
	border-top: 1px solid #E8F1FA;
}

div.autoComplete ul li a span
{
	vertical-align: 5px;
	margin-left: 5px;
}

/* Matched Friends */
div.autoComplete ul li a span span
{
	vertical-align: 5px;
	margin: 0px;
}

div.autoComplete ul li a span small
{
	font-weight: normal;
	color: #666;
}

.fullHelp
{
	height: 21px;
	position: absolute;
	text-align: left;
	font-size: 11px;
	width: 100%;
	border: 1px solid #A5ACB2;
	z-index: 2;
	padding-left: 4px;
	padding-top: 3px;
	background-color: #EFEFEF;
}

.help
{
	height: 21px;
	position: absolute;
	text-align: left;
	width: 100%;
	border-top: 1px solid #A5ACB2;
	border-left: 1px solid #A5ACB2;
	border-right: 1px solid #A5ACB2;
	z-index: 2;
	padding-left: 10px;
	padding-top: 3px;
	background-color: #EFEFEF;
}

div.autoComplete ul li.as_warning
{
	text-align: left;
	margin: -2 0 0 0;
	position:relative;
}

dl.sortBox
{
	padding: 0 4px 0 0;
	margin: 0 0 0 0;
}
dl.sortBox dt
{
	text-align: left;
	padding: 0 0 0 0;
}
dl.sortBox label
{
	position: relative;
	top: -3px;
}
.as_warning_wrapper
{
	height: 21px;
	background-color: #EFEFEF;	
	clear: both;
	border-top: 1px solid #A5ACB2;
}
.as_warning_sm
{
	border-top: 1px solid #A5ACB2;
	background-color: #EFEFEF;	
	text-align: left;
	font-size: 11px;
	padding: 6px 4px 6px 4px;
}
.as_warning_sm_left
{
	background-color: #EFEFEF;	
	text-align: left;
	font-size: 11px;
	padding: 6px 4px 6px 4px;
	float:left;
	width: 230px;
	margin: 2px 2px 2px 2px;
}
.as_warning_sort
{
	border: 1px solid #A5ACB2;
	background-color: #fff;	
	text-align: left;
	vertical-align: middle;
	width: 140px;
	font-size: 11px;
	padding: 2px 2px 2px 6px;
	margin: 2px 2px 2px 2px;
	float:right;
}
.as_warning_noBorder
{
	/*margin-top: 1px;
	background-color: #EFEFEF;	
	text-align: left;
	font-size: 11px;
	padding: 6px 4px 6px 4px;*/
	background-color: #EFEFEF;	
	height: 21px;
	position: absolute;
	text-align: left;
	font-size: 11px;
	width: 100%;
	border: 1px solid #A5ACB2;
	z-index: 2;
	padding-left: 4px;
	padding-top: 3px;
}

.push
{
	width: 80%;
}

.smallUserName
{
	color: #999;
	font-weight: normal;
}

.orange
{
	color: #CC6600;	
}

.sortBy
{
	cursor: pointer;
	vertical-align: top;
	padding-right: 4px;
	text-align: right;
	width: 80px;
	background-image:url(../../Images/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.highlight
{
	color: #000;
	font-weight: bold;
	background-color: #E8F1FA;	
}
.noBorder
{
	border: 4px solid #000;
}
.sort
{
	position: absolute;
	background-color: #EFEFEF;
	border: 1px solid #A5ACB2;
}