.ac_results {
	padding: 0px;
	border: 1px solid #424242;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index:9999;
}
.ac_results table, .ac_results .acviewmore, .ac_results ul, .ac_results ul li {
    background-color: #FFFFFF;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over, .ac_results ul .ac_over, .ac_results ul li.ac_over, .ac_results .ac_over table {
	background-color: Highlight;
	color: HighlightText;
}

.acgt
{
	width:95%;
	overflow-x:hidden;
	border-bottom:solid 1px #C0C0C0;
}
.acg
{
	padding-bottom:4px;
	background-repeat:no-repeat;
	background-position:left center;
}

.acpax
{
	background-image:url(../images/BO/acpax.png);
	padding-left:35px;
	min-height:26px;
}
.acgroup
{
	background-image:url(../images/BO/acgroup.png);
	padding-left:35px;
	min-height:26px;
}
.acabstract
{
	background-image:url(../images/BO/acabstract.png);
	padding-left:35px;
	min-height:26px;
}

.acpaxabstract
{
	background-image:url(../images/BO/acpaxabstract.png);
	padding-left:35px;
	min-height:26px;
}

.acviewmore
{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#404040;
}