/*
 * Articles
 */

.article-toc-header {
    margin: 15px 0;
}

.article-toc-header select {
    width: 100%;
}

.article-toc table {
    width: 100%;
}

.article-prev i, .article-next i {
    font-size: 92%;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.article-prev, .article-next {
    padding: 5px;
}

.article-toc-header .article-prev, .article-toc-header .article-next {
    text-align: left;
    padding: 5px 27px;
}

.article-toc-footer .next-prev {
    margin-bottom: 15px;
}

.article-toc-footer .next-prev.has-previous .article-next {
    text-align: right;
    float: right;
}

.article-toc {
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #E4E4E4;
}

.article-toc-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #909090;
    vertical-align: middle;
    background-color: #E4E4E4;
    white-space: nowrap;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.article-toc-cont {
    width: 100%;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 85%;
    border-top: 0;
    border-right: 0;
}

.article-toc-cont .article-prev {
    text-align: right;
}

.article-toc-footer {
    padding: 15px;
}

.article-toc-footer > ul {
    margin-left: 5px;
}

.article-toc-footer span.selected {
    display: inline-block;
    border: 1px solid #006c9f;
    padding: 2px 3px 2px 3px;
    background-color: #0093D8;
    color: #fff;
}

.article-toc-footer a.shadow, .article-toc-footer span.shadow {
    color: #888;
}

.article-toc-footer span.shadow.selected {
    color: #ccc;
}

.article-toc-footer .childsCount {
    color: #888;
}

.collapsable .childsCount {
    display: none;
}

.expandable .childsCount {
    display: inline;
}

/*
 * Tree view
 */

.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(../third-party/jquery.treeview/images/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../third-party/jquery.treeview/images/treeview-default-line.gif) 0 0 no-repeat;
    position: relative; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../third-party/jquery.treeview/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .item {
    position: relative;
    top: -5px;
    left: 3px;
}