.user-tag-item {
	background-color: #dbdbdb;
	border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #e5e5e5;
	cursor: pointer;
	color: #000000;
	padding: 2px 4px;
	font-weight: normal;
	display: block;
}
.user-tag-item:hover {
	background-color: #9CD209;
    border-top: 1px solid #77A006;
    border-bottom: 1px solid #77A006;
    text-decoration: none;
}

.user-tag-item-previousname {
	font-size: 10px;
	width: 100%;
	display: block;
	color: #606976;
}

.divFilterUser {
	position: absolute; 
	width: 100%; 
	max-height: 0px;
	min-height: 0px;
	border: 1px solid #616161; 
	background: #868686; 
	background-image: url(/Images/icons/ajaxload_light.gif); 
	background-repeat: no-repeat; 
	background-position: center center; 
	padding: 3px; 
	overflow: auto;
	opacity: 0;
	box-sizing: border-box;
	pointer-events: none;
}
.divFilterUser.active {
	min-height: 20px;
	max-height: 160px;
	opacity: 1;
	pointer-events: auto;
}

.divUserPicked {
	display: none;
	float: left;
	width: 100%;
	padding: 3px;
	height: 36px;
	background-color: #9CD209;
    border: 1px solid #77A006;
	box-sizing: border-box;
    overflow: hidden;
}
.divUserPicked_Name {
	line-height: 28px;
}

.btnUserPicked_PickNewUser {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	cursor: pointer;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 20px;
	color: #426100;
}
.btnUserPicked_PickNewUser:hover { color: #000000;}