/* Version $Id: dhtml.css 8088 2007-06-06 11:10:57Z choeke $
Styles which should be hidden only for js version but visible for non-js version */

/* for all except IE < 5.5 */
.dhtmlDisplay,
.dhtmlclosed /* appint */ {
    d\isplay: none;
    }
*+html>body .dhtmlDisplay, *+html>body .dhtmlclosed {
    display: block; /* IE 5 */
    d\isplay: none; /* IE 7 */
}
.dhtmlVisibility {
    v\isibility: hidden;
    }
/* items only useful in js-version and so are hidden normally */
.jsOnly {
    display: block !important;
    }
/* items only useful in js-version and so are hidden normally */
.jsOnlyInline {
    display: inline !important;
    }
