/* AJAX Search Results */
.ajaxSearch_tbl {
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	margin-left:-30px;
}
.ajaxSearch {
	background-color: #2b2b2b;
	padding: 5px;
	text-align: left;
	cursor: pointer;
	line-height: 18px;
	color:white;
	border:3px solid #444;
	border-top-width:1px;
	border-bottom-width:1px;
}
#header .ajaxSearch b {
	color:white;
}
.ajaxSearchSelected {
	background-color:#2b2b2b;
	padding: 5px;
	text-align: left;
	cursor: pointer;
	line-height: 18px;
	border:3px solid #444;
	border-top-width:1px;
	border-bottom-width:1px;
}
.ajaxSearchSelected b {
	color:#ff0000;
	text-decoration:underline;
}
.ajaxSearch span, .ajaxSearchSelected span {
	font-size:10px;
	color:white;
}

/* AJAX Search Results */
