.AcdTitle {
  height:20px;
  width:100%;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  line-height: 200%;
  text-indent: 5px ;
  background-repeat:repeat-x;
  background-image:url('../images/acdtitle.jpg');
}
.AcdContent {
  height:0px;
  overflow:auto;
  display:none;
  background-color: #E7FFCF;
  margin:5px;
}
.AcdContainer {
  position:relative;
  margin-left:20px;
  border: solid 1px #C1C1C1;
  background-color: #E7FFCF;
  width:85%;
}