table.webdisk { border-spacing: 0px; }
table.webdisk th { text-align: left; font-size: 110%; height: 24px; }
tr.dir { background-color: bisque; }
table.webdisk tr:hover { background-color: #d0d0d0; }
table.webdisk td, table.webdisk th { padding: 0px 7px !important; background-color: inherit; }
a img { border: 0px; }
table.webdisk a { text-decoration: none; color: inherit; }
table.webdisk img { vertical-align: middle; }
td.filesize { text-align: right; }
td.filename { white-space: pre nowrap; }
input.filerename { border: 1px solid gray; width: 30em; }


/* Filedialog */
.mac_os_x_content { /* FIXME */
    position: relative;
}

.filedialog-main button {
  
    line-height: normal; 
}

.filedialog-tree {
        
    position: absolute;
    width: 189px;
    padding: 10px 0 10px 10px;
    left: 0;
    top: 30px;
    bottom: 30px;
    background: #EEE;
    border-right: 1px solid #CCC;
    overflow: auto;
}

.filedialog-tree ul {

    padding: 0;
    margin: 0;
    list-style: none;
}

.filedialog-tree ul li {
    
    margin: 0;
    padding: 0;
    padding-left: 15px;
    font-size: 12px;
    line-height: 20px;
}

.filedialog-tree ul li.haschilds {

    font-weight:bold;

}

.filedialog-tree ul li a {

    display: block;

}


.filedialog-files {
    
    position: absolute;
    left: 201px;
    top: 30px;
    bottom: 30px;
    right: 0;
    overflow: auto;
}

.filedialog-chdir {

    cursor: pointer;
}

.filedialog-selected {
    
    font-weight: bold;
    color: #000;
}

.filedialog-chdir:focus,
.filedialog-chdir:hover,
.filedialog-chdir:active {
    
    color: #000;
}

.filedialog-main table.filedialog-table {

    border-collapse: collapse;
    width: 100%;

}

.filedialog-main table.filedialog-table th {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    padding: 2px 3px;
    border-bottom: 1px solid #DDD;
}

.filedialog-main table.filedialog-table td {

    font-size: 12px;
    line-height: 18px;
    padding: 2px 3px;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
}

.filedialog-main table.filedialog-table tr.disabledrow td {
    color: #CCC;
}

.filedialog-main table.filedialog-table small {

    color: #999;
}

.filedialog-file:hover td {
    background: #DAFFFF;
}

.filedialog-file-selected {

    background: #ddffcc;
}

.filedialog-header {

    height: 29px;
    padding: 0 10px;
    border-bottom: 1px solid #CCC;
    position: absolute;
    line-height: 29px;
    left: 0;
    right: 0;
    top: 0;
}

.filedialog-footer {

    height: 29px;
    border-top: 1px solid #CCC;
    position: absolute;
    padding: 0 10px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: right;
    line-height: 29px;
    background-color: #EEE;
}

.filedialog-footer button {

    margin: 0 10px 0 0;
    line-height: normal; 
}


