.list{
	margin:0px;
	padding:0px;
	width : 100%;
	list-style-type: none; 
	padding: 0;
	background : #f1f6fc;
}
.list li{
	list-style : none;
	width : 100%;
	border-color:#bcd3ef;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	text-align:left;
	font-size:12px;
}
.list a{
	display : block;
	color:black;
	text-decoration : none;
	padding : 5px;
	cursor : pointer;
}
.list .selected{
	background : #678FD6;
	border : 1px solid #678FD6;
	color: white;
}
.list .selected a{
	color : white;
}
.list .selected span{
	background : #678FD6;
	color: white;
}
#loading{
	visibility:hidden;
	padding-left:5px;
}
.ajax_response{
	position:absolute;
	top:auto;
}
.matched{
	font-weight:bold;
	color: #000000;
	background : #D8D8D8;
}
.ajax_response{
	border-color : #CCCCCC;
	border-style:solid;
	border-width : 0px 1px 0px 1px;
	background : #E0E0E0;
	display:none;
	/*padding:2px 2px;*/
	position : absolute;
	overflow: hidden;
	z-index:9999;
}
.highlighted{
    background : #CCCCCC;
	font-weight : bold;
}