#gen_entityList input.controlBox {
	display:none;	
} 

#gen_entityList_wrapper ul {
	max-height:210px;
	overflow-y:scroll;	
}
/* ie6 */
* html #gen_entityList_wrapper ul {
	height:210px;
}

#gen_entityList ul {
	background:#f9f9f9;
	border-top: 2px solid #999999;
	padding: 4px 0 5px 0;	
}

#gen_entityList li {
	padding: 4px 13px;
	cursor:pointer;
	zoom:1;
}

#gen_entityList .entity {
	zoom:1;	
}

#gen_entityList li.selected {
	background: #daebff;
}

#gen_entityList li .location {
	font-size:90%;
	color: #999999;
}

#gen_entityList_wrapper h3.redTitle {
	color:#CC3333;	
}

#gen_entityList .allHelpers {
	padding-top:25px;		
	float:left;
	display:block;
}

#gen_entityList .allHelpers a {
	font-weight:bold;
	margin-right: 45px;	

}