
#loading{
	visibility:hidden;
	padding-left:5px;
}
#ajax_response{
	border : 2px solid #e9e9e9;
	background : #FFFFFF;
	position:fixed;
	display:none;
	z-index:999999;
	min-width:300px;
	
}
#holder{
	width : 350px;
}
.list {
	padding:0px 0px;
	margin:0px;
	list-style : none;
	
}
.list li a{
	text-align : left;
	padding:7px;
	cursor:pointer;
	display:block;
	text-decoration : none;
	color:#000000;
	
}
.list li a:hover{
		color:#FFF;
		background : #000;
	}
.selected{
	background : #000;
	color:#FFF;
}
.bold{
	font-weight:bold;
	color: #131E9F;
}
.about{
	text-align:right;
	font-size:10px;
	margin : 10px 4px;
}
.about a{
	color:#BCBCBC;
	text-decoration : none;
}
.about a:hover{
	color:#575757;
	cursor : default;
}