

.list{
	margin:0px;
	padding:0px;
	width : 100%;
	list-style-type: none; 
	padding: 0;
	background : #EEEEEE;
}
.list li{
	list-style : none;
	width : 100%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	text-align:left;
	font: bold 11px arial;
}

.list a{
	display : block;
	color:red;
	text-decoration : none;
	padding : 2px;
	cursor : pointer;
}
.selected{
	background : #678FD6;
	border : 1px solid #678FD6;
	color: white;
}
.selected a{
	color : white;
}
.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;
}
