/*

CSS file that initialize the state for the pr-tools javascript when javascript is deactivated. This css file should
not include any formatting except strict functional formatting (hidden, shown etc).

!NOTE! You should include this file within a <NOSCRIPT> tag. !NOTE!

*/
.switch {
    cursor: default;
}

.maximized .expand {
    display: none;
}

.maximized .collapse {
    display: none;
}

.maximized .curtain {
    display: block;
}

.minimized .expand {
    display: none;
}

.minimized .collapse {
    display: none;
}

.minimized .curtain {
    display: block;
}

.toggleBox .case1 {
    display: none;
}

.toggleBox .case2 {
    display: block;
}

