div.bxn-list{
	/*border:1px solid #ccc;
	border-radius:  3px;*/
	padding: 0px 10px;
}
div.fixed-height{
	overflow:auto;
	position: relative;
	min-height: 200px;
	_height:200px;
}
div.bxn-list table tbody tr{
	cursor: pointer;
}

.user-picker-dialog .provider-group-area{
	overflow: hidden;
	height: 34px;
/*background-color: #f7f7f7;*/
	padding: 5px;
}
.user-picker-dialog .provider-group-area ul{
	list-style-type: none;
	overflow: hidden;
	float: left;
}
.user-picker-dialog .provider-group-area .search-area{
	overflow: hidden;
	float: right;
	/* background: url('../images/query-bg.gif') no-repeat; */
	*padding-bottom:6px;
	_padding-bottom:6px;
}
.user-picker-dialog .provider-group-area .search-area input,
.user-picker-dialog .provider-group-area .search-area a{
	float: left;
	border: none;
}
.user-picker-dialog .provider-group-area .search-area input{
	width: 157px;
	margin-right: 0px;
	border: 1px solid #d5d7d9;
	height: 28px;
	text-align:left;
	*line-height:30px;
	*display:inline-block;
	*height: 32px;
}
.user-picker-dialog .provider-group-area .search-area a{
	width: 44px;
	height: 34px;
	margin-left:0px;
	display: inline-block;
	background: url("../images/person-picker-btn.png") no-repeat;
}
.user-picker-dialog .provider-group-area ul li{
	float: left;
}
.user-picker-dialog .provider-group-area ul li a{
	text-decoration: none;
	display: inline-block;
	color: black;
	padding: 3px 10px;
	border: 1px solid #e6e6e6;
	border-left: none;
}
.user-picker-dialog .provider-group-area ul li.selected a{
	background-color: #99cc66;
	color: white;
	font-weight: bold;
}
.user-picker-dialog .provider-group-area ul li.first a{
	border-left: 1px solid #e6e6e6;
	border-radius:  5px 0px 0px 5px;
}
.user-picker-dialog .provider-group-area ul li.last a{
	border-radius:  0px 5px 5px 0px;
}
.user-picker-dialog .bxn-person-picker-space{
	background: url('../images/person-pricker-space-bg.gif') repeat-y;
	width: 11px;
}
.user-picker-dialog .user-container{
	text-align: left;
	line-height: 26px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	position: relative;
}
.user-picker-dialog .user-container .ico{
	margin:5px 6px 0px 0px;
	vertical-align: top;
}
.user-picker-dialog .checked-user-info-label{
	font-size: 16px;
}
.user-picker-dialog .checked-user-area{
	color: #99cc66;
	font-size: 16px;
}
.user-picker-dialog .person-picker-list-head-bg{
	background-image: url('../images/person-picker-list-head-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 7px;
}
.user-picker-dialog .person-picker-multi-uncheck-head-bg{
	background-image: url('../images/person-picker-multi-uncheck-head-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 6px;
}
.user-picker-dialog .person-picker-multi-top-head-bg{
	background-image: url('../images/person-picker-multi-top-head-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
	*padding-bottom: 7px;
	_padding-bottom: 5px;
	position: relative;
	_zoom:100%;
}

.user-picker-dialog .user-list-table{
	width: 100%;
	*width:94%;
	_width:94%;
}
.user-picker-dialog .checked-user .user-list-table{
	*width:92%;
	_width:92%;
}
.user-picker-dialog .user-list-table thead td{
	
}
.user-picker-dialog .user-list-table td{
	border-bottom:1px solid #e6e6e6;
	padding: 5px 10px; 
}
.user-picker-dialog .user-list-table tbody .selected{
	background-color: #99cc66;
	color: white;
}

.user-picker-dialog .multi-check-table td{
}
.user-picker-dialog .multi-check-table .user-container{
	padding-left:10px;
	border-bottom:1px solid #e6e6e6;
}
.user-picker-dialog .multi-check-table .checked-user .user-container{
	background-image: url('../images/person-picker-multi-checked-head-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 6px;
}
.user-picker-dialog .user-container .clear-btn{
	position: absolute;
	right: 8px;
	_top: -5px;
}
ul.tip-box-person-picker li.pick-item{
	list-style-type: none;
	font-size: 1em;
}
ul.tip-box-person-picker li.pick-item a.pick-item-holder{
	display: block;
	margin: 2px 15px;
	text-align: left;
}