#loading{
	visibility:hidden;
}
.ajax_response{
	border : 1px solid #8789E7;
	background : #FFFFFF;
	position: absolute;
	padding:2px 2px;
	top: 40px;
	border-radius: 5px; 
	z-index: 999;
	display: none;
	width: 250px !important;
	right: 0px !important

}


.ajax_response_long {left: 100px;}

.list {
	padding:0px 0px;
	margin:0px;
	list-style : none;
	
}
.list li a{
	text-align : left;
	padding: 2px;
	cursor:pointer;
	display:block;
	text-decoration : none;
	color: #afafaf;
	margin-bottom: 5px;
	line-height: 25px;
	min-height: 30px;
	border-bottom: 1px solid #afafaf;
}

.list li a:hover{ background: #eee }

.bold { color: red; top: auto; margin: 0px}