
#left_sidebar {
    order: 1;
}

#left_sidebar h3 {
    font-size: 14px;
    margin-top: 14px;
}


#left_sidebar.sidebar_hidden {
    display: none;
}

.current_wiki_page{
    font-weight: bold;
}

.placeholder {
    outline: 1px dashed #4183C4;
}


.items-list{
    list-style-type:none;
    list-style-image:none;
    padding:0;

}
.items-list ul {
    list-style-type:none;
    list-style-image:none;
    padding:0;
}
#hideleftSidebarButton:hover {
    cursor: pointer;
}

#hideleftSidebarButton.sidebar_hidden {
    background-position: -7px 0;
}

.tree-closed{
    /*height:0px;*/
    display:none;
}

.opened-sidebar-color{
    background-color: #fafafa!important;
}

.opened {
    display:block;
}


#hideleftSidebarButton {
    position: fixed;
    width: 7px;
    height: 23px;
    background-image: url("../images/buttons.png");
    background-position: 0 0;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

#left-sidebarHandler{
    position: static;
    float: left;
    top: 50px;
    left: 0px;
    margin-left: -25px;
    margin-top: 50px;
    margin-right: 7px;
    z-index: 11;
}

#d_clip_button{
    background:none!important;
    border:none;
    padding:0!important;

    /*optional*/
    color:#2996cc;
    /*text-decoration:underline;*/
    cursor:pointer;
    font-size: 14px;

    font-family: "helvetica neue",helvetica,arial,sans-serif;
}

.table-ui{
    border:none!important;
}

.table-ui td{
    border:none!important
}

.table-ui td.updated_on{
    text-align:left!important;
}

.table-ui .id {
    vertical-align: middle;
}

.table-ui .id a{
    margin-top: 3px;
    display: inline-block;
}

.table-ui .checkbox {
    vertical-align: middle;
}


.wiki-link{
    white-space: nowrap;
}


.nested {
    margin-top:5px;
    margin-left:10px
}
