/* File System 
-------------------------------  */


/* 
If you are customizing this for a project, please rename the file.  
*/


#fileSystem ul.fsRootFolder {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0; 
}

#fileSystem ul.fsRootFolder div {
    margin: 10px 0px 10px 5px;
    padding: 3px 0px 3px 25px;
    border-bottom: 1px solid #EEEEEE;
    border-left: 3px solid #EEEEEE;
}

#fileSystem ul.fsFolderContent {
    margin: 0 0 0 0;
    padding: 0 0 0 0; 
    list-style-type: none;
}

#fileSystem ul li {
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
}

#fileSystem span.fsFolderFileCount {
    color: #666666;
    padding-left: 5px;
}

#fileSystem span.fsFileDate {
    color: #666666;
    padding-left: 5px;
}



/* Icons 
-------------------------------  */

#fileSystem a.fsFolder {
    background: url(/media/shared/imgs/files/folder.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}
#fileSystem span.html {
    background: url(/media/shared/imgs/files/html.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}
#fileSystem span.ppt {
    background: url(/media/shared/imgs/files/ppt.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}
#fileSystem span.pdf {
    background: url(/media/shared/imgs/files/pdf.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}
#fileSystem span.zip {
    background: url(/media/shared/imgs/files/zip.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}
#fileSystem span.text {
    background: url(/media/shared/imgs/files/page.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}
#fileSystem span.excel {
    background: url(/media/shared/imgs/files/excel.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}
#fileSystem span.word {
    background: url(/media/shared/imgs/files/word.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}
#fileSystem span.binary {
    background: url(/media/shared/imgs/files/binary.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}
#fileSystem span.url {
    background: url(/media/shared/imgs/files/url.gif) center left no-repeat;
    text-indent: 30px;
    padding: 3px 0 0 30px;
}



/* Show/Hide Toggles 
-------------------------------  */

#fileSystem span.toggleLinks {
    padding-left: 20px;
}

#fileSystem .toggleHideLink {
    background: url(/media/shared/imgs/files/contract.gif) center left no-repeat;
    text-indent: 15px;
    padding-left: 15px;
}

#fileSystem .toggleShowLink {
    background: url(/media/shared/imgs/files/expand.gif) center left no-repeat;
    text-indent: 15px;
    padding-left: 15px;
}

