.ebul_cbindex2, .ebul_cbindex2 ul {
  display: block;
  font-size: 12px;
  margin: 0px;
  overflow: auto;
  position: absolute;
  visibility: hidden;

}

.ebul_cbindex2_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;

}

.ebul_cbindex2 table {
border-collapse: separate;
background-color: #E9E9E9;
padding: 2px;
border-radius:7px;
border:2px solid #CCCCCC;

    }

.ebul_cbindex2 tr {
  cursor: pointer;
  font-size: 12px;

}

.ebul_cbindex2 td {
  border: 0px solid #999999;
  border-bottom-style: solid; 
  border-bottom-width: 0px;
  padding: 3px;
  text-align: right;
  height : 34px;
  
}



.ebul_cbindex2 td a {
  color: #FF0000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_cbindex2 tr.hot, .ebul_cbindex2 tr.expanded {
  background-color: #D8D8D8;

}

.ebul_cbindex2 tr.hot td, .ebul_cbindex2 tr.expanded td {
  border-color: #F0F0F0;
}
.ebul_cbindex2 tr.hot a, .ebul_cbindex2 tr.expanded a {
  color: #FF0000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

ul.ebul_cbindex2 {
  position: absolute;
  visibility: hidden;
}