html
{
height:100%;
}
body
{
  margin:0;
  border:0;
  height:100%;
  padding:0;
  background:#FFF; 
  font-size: small;
  font-family: Tahoma, Verdana, Arial;
 
}
* html body
{
	font-size: x-small; /* für IE5/Win */
	f\ont-size: small; /* für anderen IE-Versionen */
}

#sidebar
{
    width: 25%;
    height: 100%;
    background: url(../img/headerLeft.gif) top right no-repeat;
    font-size:85%;
    float: left;
}
#dirListRoot
{
    overflow:auto;
    position:absolute;
    top: 100px;
    left: 5px;
}
#users
{
    background: #fff;
}

#header
{
    
    min-height: 100px;
    height: 100px;
}

#container
{
    float: right;
    text-align: left;
    width: 75%;
    background: url(../img/border.gif) top left repeat-y;
    height:100%;
    overflow: auto;
}

#content
{
    clear: both;
    padding:10px;
    font-size:85%;
}

img
{
    border: none;
}
img.toggle
{
    cursor: pointer;
}

a:link, a:visited, a:focus, a:active
{
    color: #222;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}


a.folder
{
    padding: 2px 2px 2px 22px;
    background-repeat: no-repeat;
    background-position: 3px 50%;
}

a.closed
{
    background-image: url(../img/folder.png);
}

a.opened
{
    background-image: url(../img/folderopen.png);
}

#linkList
{
    margin: 10px;
    font-size:85%;
}

#linkList a
{
    
    padding: 2px 2px 2px 15px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-image: url(../img/arrow_right.gif);
}

span.selected
{
    background-color: navy;
    color: white;
}

span.withoutRights
{
    color: red;
}


div.folder
{
    margin-top:1px;
    border: none;
    white-space:nowrap;
}

input
{
    border: 1px solid #000;
    font-size: 85%;
}
input.editor_field
{
    width: 95%;
}
select
{
    font-size: 85%;
    border: 1px solid #000;
}

.button
{
    border: 1px solid #000;
    padding: 2px 2px 2px 22px;
    background: #C0C0C0 no-repeat 3px 50%;
    font-weight: normal;
    font-size: 85%;
    color: #222;
    cursor:pointer;	
    width: 85px;
    margin:1px;
    text-align: left;
}

.bNew
{
    background-image: url(../img/page_white_add.gif);
}

.bOk
{
    background-image: url(../img/accept.gif);
}

.bCancel
{
    background-image: url(../img/cancel.gif);
}

.bUserAdd
{
    background-image: url(../img/user_add.gif);
}

.bUserEdit
{
    background-image: url(../img/user_edit.gif);
}

.bUserDelete
{
    background-image: url(../img/user_delete.gif);
}

#message
{
    position: relative;
    background: #FFFF80;
    border: 1px solid #000;
    padding: 5px;
    display: none;
    z-index: 99999;
}

#rightsPanel
{
    margin-top:10px;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
}

th.caption
{
    font-weight: bold;
    background-color: #CCC;
    padding: 4px 15px;
}
td.radio
{
    text-align: center;
}
td.username
{
    padding: 2px 5px;
}
tr.alt
{
    background-color: #EEE;
}

label
{
    cursor: pointer;
    }


#folderComment
{
    font-weight: bold;
    margin-bottom: 10px;
}

#folderComment input /* ok Button für Ordnerkommentar */
{
    border: 1px solid #000;
    padding: 2px 2px 2px 22px;
    background: #C0C0C0 no-repeat 3px 50%;
    font-weight: normal;
    color: #222;
    cursor:pointer;	
    width: 85px;
    margin:1px;
    text-align: left;
    background-image: url(../img/accept.gif);
}

#folderEntries
{
    margin-top:10px;
    border-collapse:collapse;
    white-space: nowrap;
}

#folderEntries tr
{
    cursor: pointer;
}

#folderEntries td
{
    padding: 3px 10px;
    border-left:2px solid white;
    vertical-align: middle;
}

#folderEntries td.comment
{
    color: #800000;    
    white-space: normal;
    width:250px;
}


#folderEntries th
{
    text-align: center;
    background: #DDD;
    border-left:2px solid white;
    padding: 3px 25px;
}
#folderEntries .alt
{
    background: #EEE;
}

#folderEntries .hover
{
    background: #FFF799;
}

#folderEntries .fileName
{
    padding: 2px 10px 2px 19px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url(../img/unknown.png);
}

#folderEntries .doc
{
    background-image: url(../img/doc.png);
}
#folderEntries .pdf
{
    background-image: url(../img/pdf.png);
}
#folderEntries .zip, #folderEntries .rar 
{
    background-image: url(../img/zip.png);
} 
#folderEntries .jpg, #folderEntries .jpeg, #folderEntries .gif, #folderEntries .tiff, #folderEntries .png
{
    background-image: url(../img/img.png);
} 

#folderEntries .mov, #folderEntries .mp4, #folderEntries .mpg, #folderEntries .mpeg, #folderEntries .avi
{
    background-image: url(../img/mov.png);
}    
#folderEntries .mp3, #folderEntries .wav, #folderEntries .wmv, #folderEntries .aif
{
    background-image: url(../img/audio.png);
}    
#folderEntries .gallery
{
    background-image: url(../img/gallery.png);
}



    #myBody div.window
    {
        position:absolute;
        background: #FFF;
        left: 10px;
        top: 10px;
        border: 1px solid black;
    }
    #myBody div.wTitle
    {
        background: navy;
        color: #FFF;
        height: 20px;
        cursor: move;
        padding-left: 5px;
    }
    #myBody div.wStatus
    {
       position:absolute;
       background: #CCC;
       bottom: 0px;
       height: 15px;
       border-top: 1px solid black;
       vertical-align: middle;
       font-size: 10px;
       padding-left: 5px;
    }
    #myBody div.wContent
    {
        padding: 1px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }
    
    #panelName
    {
        position:absolute;
        right:0px;
        top:62px;
        width:100px;
        text-align:center;
        font-size: 10px;
        color: red;
        font-weight: bold;
    }
