TABLE.DataSearch_ListTable TR.DataSearch_NormalRow TD {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 8pt;
}
TABLE.DataSearch_ListTable TR.DataSearch_SelectedRow TD {
	background-color: #0000C0;
	color: #FFFFFF;
	font-size: 8pt;
}
TABLE.DataSearch_ListTable {
	border: solid 1px #6090F0;
	display: none; 
	position: absolute; 
	z-index: 10;
}
IFRAME.DataSearch_ListBacking {
	display: none; 
	position: absolute; 
	z-index: 9;
}
