/* hs.wrapperClassName = 'no-drag-header' */
.no-drag-header .highslide-header {
   height: 18px;
   border-bottom: 1px solid #dddddd;
}
.no-drag-header .highslide-heading {
   position: absolute;
   margin: 2px 0.4em;
}
.no-drag-header .highslide-header .highslide-move * {
   display: none;
}
.no-drag-header .highslide-header .highslide-close {
   position: absolute;
   right: 2px;
   top: 2px;
   z-index: 5;
   padding: 0;
}
.no-drag-header .highslide-header .highslide-close a {
   display: block;
   height: 16px;
   width: 16px;
   background-image: url(/js/highslide/highslide/graphics/closeX.png);
}
.no-drag-header .highslide-header .highslide-close a:hover {
   background-position: 0 16px;
}
.no-drag-header .highslide-header .highslide-close span {
   display: none;
}
.no-drag-header .highslide-maincontent {
   padding-top: 1em;
}
