.hide dd { 
    position:absolute;
    left: -10000px;
}
.hide dt a:before {
    content:"+- ";
    display:inline;
    font-family:monospace;
    font-size:150%;
    font-weight:bold;
}

.show dd {
    position:static;
}

.show dt a:before {
    content:"-\\ ";
    display:inline;
    font-family:monospace;
    font-size:150%;
    font-weight:bold;
}

.subhide { 
    left: -10000px;
}

/****************************************************/
.focused {
    background-color:#fedcba;
}

a {
    position:relative;
}
.jujutitle, .juutitle {
    z-index:1;
    position:absolute;
    top:2em;
    left:2em;
    background-color: #f6f6f6;
    color: black;
    font-size: 90%;
    text-decoration: none;
    opacity:0.93 ;
    filter:alpha(opacity=93);
    padding:1ex 1ex 1ex 90px;
    width:12em;
    min-height:80px; 
    background-image: url("/~nozka/graphics/lamp.png ");
    background-position: 10px 50%;
    background-repeat:no-repeat;
    border: #666 solid 1px;
    text-indent:1em;
    font-weight:bold;
    text-align:block;
}

.rollbutton {
    float: right;
    background-color: white;
    border: 1px solid black;
    padding: 3px;
    margin: 0px 0px 3px 20px;
}

