/**
*/

.xoxo, .xoxo ul {
    clear: both;
    list-style: none;
    margin: 0 0 0 2em;
    padding: 0;
}

.xoxo li {
    text-indent: 0;
    margin: 0.25em;
    padding: 0.25em 0.25em 0.25em 15px;
}

.outliner_hidden { display: none; }
.outliner_shown  { display: block; }

.outliner_item_editor {
    font-family: arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: none;
}

.outliner_item_dragging {
    width: 50%;
    opacity: 0.5;
}

.outliner_item_selected { 
    background-color: #dfd;
}

.outliner_item_expanded, .outliner_item_collapsed, .outliner_item_leaf {
    /*
    background-repeat: no-repeat;
    background-image: url(../img/icons.gif);
    */
    margin: 1px 1px 1px 5px;
    padding-left: 16px;
    background-position: 2px 2px;
    background-repeat: no-repeat;
}
.outliner_item_leaf {
    /* 
    background-position: -32px -2px;
    cursor: move;
    */
    background-position: -2px 2px;
    cursor: default; 
    background-image: url(../img/outline_bullet.gif);
}
.outliner_item_expanded {
    /*
    background-position:   0px -2px;
    cursor: pointer;
    */
    background-image: url(../img/outline_expanded.gif);
}
.outliner_item_collapsed {
    /*
    background-position: -16px -2px;
    cursor: pointer;
    */
    background-position: 2px 5px;
    background-image: url(../img/outline_collapsed.gif);
}

#outliner_caret {
    position: absolute; 
    width: 500px;
    height: 10px;
    background-image: url(../img/outline_insert2.gif);
}

#outliner_toolbar {
    clear: both;
    list-style: none;
    border: 1px solid #000;
    margin: 0 0 1em 0;
    padding: 4px;
    background-color: #ddd;
}
#outliner_toolbar li {
    display: inline;
    text-indent: 0;
    margin: 0.25em;
    padding: 0.25em;
}
.outliner_bartitle {
    font-weight: bold;
    padding-right: 1em;
}

#outliner_help {    
    position: absolute;
    right: 10px;
    background-color: #eee;
    border: 1px solid #000;
    width: 425px;
    padding: 0.5em;
    font-size: 12px;    
    overflow: hidden;
    list-style: none;
}
#outliner_help li {    
    text-indent: 0;
}
#outliner_help li div {
    margin: 0;
    padding: 0;
    font-weight: bold; 
    cursor: pointer;
}
#outliner_help dl {    
    margin: 0.5em 0 0 0; 
    padding: 0.5em 0 0 0;
    width: 100%;
    border-top: 1px solid #000;
}
#outliner_help dt {
    float: left;
    width: 34ex;
    text-align: right;
    font-weight: bold;
    padding: 3px;
    margin: 0;
    background-color: #eee;
    clear: left;
}
#outliner_help dd {
    margin-left: 36ex;
    margin-bottom: 0.5em;
    padding: 3px;
    background-color: #fff;
    clear: right;
}

