#accordeon {width:259px}
.sliderHeader {
 width:245px;
 height: 16px;
 border:1px solid #9ac1c9;
 padding:2px;
 font-size: 12px;
 font-weight:bold;
 margin-top:2px;
 /* background:url(images/header.gif); */
 background-color: White;
}
.sliderHeader:hover {
 border: 1px solid black;
 cursor:pointer;
}
.sliderContent {
 overflow:auto;
 height: 260px;
 background-color: White; /* Hack must set incombination white .text class. */
 border-style: none;
}
.sliderContentExt {
 border: solid 1px black;
}
.text {
 width:220px;
 border: 0px solid #9ac1c9;
 border-top:none;  
 padding: 10px 5px 10px 5px; /* top right bottom left */
 background-color: White;
}
.sliderClose {
  cursor: pointer;
}
.sliderTd {
  cursor: pointer;
  border: solid 1px #c3e4fe;
  font-size: small;
  padding: 0px 0px 0px 0px;
}  
.sliderTd:hover 
{
 color: rgb(246,175,57);
 border: solid 1px #c3e4fe;
}