h1 {
    margin-bottom: 10px;
}

div#filebrowser_foldertitle {
    display: inline;
}

div#filebrowser_foldertitle a.linktothispage {
    background-image: url('../images/link.jpg');
    background-repeat: no-repeat;
    padding: 1px 0px 1px 20px;
}

div#filebrowser_upbutton div.sitetree_item {
    background-image: url('../images/upbutton.jpg');
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 0px 0px 0px 20px;
    height: 15px;
}
div#filebrowser_upbutton a,
div#filebrowser_foldertitle a.linktothispage {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

div#filebrowser_upbutton div {
    display: inline;
}

div#filebrowser_upbutton {
    min-height: 25px;
}

fieldset {
    border: none;
    border-top: 1px solid grey;
    padding: 3px 0px 0px 0px;
    margin: 10px 0px 10px 0px;
}

fieldset legend {
    color: #4A4F51;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    padding: 0px 10px 0px 0px;
}

div#foldertree a.sitetree_itemtitle {
    color: black;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    cursor: pointer;
}

div#foldertree a.sitetree_itemtitle:hover,
div#filebrowser_upbutton a:hover,
div#filebrowser_foldertitle a.linktothispage:hover {
    text-decoration: underline;
}

div#foldertree span.sitetree_itemsubtitle {
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 7pt;
}

div#foldertree div.sitetree_itemhead {
    padding-top: 7px;
    padding-bottom: 5px;
}

div#foldertree div.sitetree_item.hassubtitle div.sitetree_itemhead {
    padding-top: 0px;
    padding-bottom: 0px;
}

div#foldertree div.sitetree_item {
    background-image: url("../images/foldericon.jpg");
}

div#foldertree div.sitetree_item,
div.tx_drblob_list_item {
    background-repeat: no-repeat;
    background-position: 3px center;
    background-color: #c7c7c8;
    border: 1px solid #909399;
    padding: 10px 10px 10px 50px;
    margin-bottom: 5px;
    min-height: 33px;
}

div#foldertree div.sitetree_item:last-child,
div.tx_drblob_list_item:last-child {
    margin-bottom: 0px;
}

ul#tx_drblob_list_header {
    display: none;
}

div.tx_drblob_list_item {
    background-image: url("../images/fileicon.jpg");
}

div.tx_drblob_list_item h2,
div.tx_drblob_list_item h2 a {
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    color: black;
    text-decoration: none;
    margin: 0px 0px 2px 0px;
}

div.tx_drblob_list_item h2 a:hover {
    text-decoration: underline;
}

div.tx_drblob_list_item div.fileinfo {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 7pt;
}

p.notiems {
    background-color: #C7C7C8;
    color: grey;
    font-family: Verdana;
    font-size: 9pt;
    font-style: italic;
    margin: 0px 0px 5px 0px;
    padding: 30px 10px 30px 10px;
    text-align: center;
}

