.ebul_cbindex, .ebul_cbindex ul
{
	background-color: #CCCCCC;
	border: 0px solid #CCCCCC;
	display: block;
	font-size: 1px;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	position: absolute;
	visibility: hidden;

}

.ebul_cbindex_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.ebul_cbindex table {
  border-collapse: separate;
  width: 200px;
  Filter: alpha(opacity=90);
}

.ebul_cbindex tr
{
	background-color: #FFFFFF;
	cursor: pointer;
	font-size: 1px;
}

.ebul_cbindex td
{
	border: 0px solid #ffffff;
	padding: 5px;
	text-align: left;
}

.ebul_cbindex td a
{
	color: #333333;
	font-family: "Verdana" , serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.ebul_cbindex tr.hot, .ebul_cbindex tr.expanded
{
	background-color: #F9F9F9;
}

.ebul_cbindex tr.hot td, .ebul_cbindex tr.expanded td
{
	border-color: #EAEAEA;
}
.ebul_cbindex tr.hot a, .ebul_cbindex tr.expanded a
{
	color: #FF0000;
	font-family: "Verdana" , serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

ul.ebul_cbindex {
  position: absolute;
  visibility: hidden;
}

