.documents .nav {
    font-size: 0.9em;
    margin: 0 0 10px -5px;
    overflow: hidden;
}
.documents .empty {
    color: #999;
}
.documents th strong {
    text-decoration: underline;
}
.documents .nav li {
    float: left;
    margin: 0 2px 0 0;
}
.documents .nav a {
    display: block;
    padding: 5px;    
}
.documents .nav strong a {
    background-color: #efefef;
    color: #555;
}
.documents .edit {
    display: none;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0.1em 0.2em;
    color: #432f17;
}
.documents .document-editable .edit {
    display: inline-block;
}

.documents .throbber {
    background: url(images/loader.gif) no-repeat;
    display: none;
    margin: 0 0 0 5px;
    height: 16px;
    width: 16px;
}
.documents .throbber.active {
    display: inline-block;
}
.documents thead th {
    border-bottom: 1px solid #ddd;
}
.documents nav a {
    background: none;
    display: block;
    padding: 4px 6px;
    text-align: right;
}
.document-title {
    font-weight: bold;
}
.documents form ol {
    margin: 0;
}
.documents .filters label {
    display: none;
}
.documents .filters .tree label {
    display: inline
}
.documents .filters select {
    margin: 0;
}
.documents .filters .actions {
    clear: both
}
.documents .filters .tree {
    background-color: #efefef;
    position: absolute;
    z-index: 10
}
.documents .filters .hierarchy {
    overflow: hidden;
    overflow-y: scroll;
    margin-right: 20px;
    height: 150px;
}
.documents .hierarchy label {
    font-size: 0.8em;
    display: block;
    margin: 0;
}
.documents .hierarchy {
    background-color: #efefef;
    border: 1px solid #dedede;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);    
    font-size: 0.9em;
    margin: -1px 0 0 0;
    padding: 0 30px 1px 5px;
    position: absolute;
    z-index: 10;
}
.documents .hierarchy label input {
    margin-right: 5px;
}
.documents .hierarchy li {
    float: none;
    margin: 0 0 3px;
}
.documents .hierarchy ul {
    margin-left: 17px;
}
#document-categoryselector {
    background-color: #efefef;
    display: inline-block;
    border: 1px solid #dedede;
    font-weight: bold;
    padding: 5px 8px 5px 10px;
    overflow: hidden;
    position: relative;
    z-index: 15;
}
#document-categoryselector .category-name {
    display: inline-block;
    background: url(images/expand.png) no-repeat right center;
    padding-right: 20px;
}
#document-categoryselector.selected {
    border-bottom-color: #efefef;
}
