/*FILE SYSTEM*/
#fs{
    width: 690px;
    clear: both;
}
#fsHeader{
    width: 100%;
    border-bottom: 1px dotted gray;
    line-height: 20px;
}
#fsHeaderIcon{
    width: 20px;
    float:left;
    line-height: 20px;
}
#fsHeaderCheckAll{
    width: 30px;
    float:left;
    line-height: 20px;
}
#fsHeaderName{
    width: 350px;
    float:left;
    line-height: 20px;
}
#fsHeaderSize{
    width: 100px;
    float:left;
    line-height: 20px;
}
#fsHeaderDownloads{
    width: 90px;
    float:left;
    line-height: 20px;
}
#fsHeaderActions{
    width: 70px;
    float:left;
    line-height: 20px;
}
.fsHeader{
    font-weight: bold;
    font-family: "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 11px;
    line-height: 20px;
}
#fsContents{
    
}
#fsToolBar{
    padding-top: 10px;
    width: 100%;
    border-top: 1px dotted gray;
    font-weight: bold;
    font-family: "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 11px;
    line-height: 20px;
}
#fsNavigator{
    width: 100%;
    font-weight: bold;
    font-family: "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 11px;
    line-height: 20px;
    clear:both;
}
#fsNavigatorLabel {
    float:left;
}
#fsNavigatorDir {
    padding-left: 20px;
    width: 540px;
    font-weight: normal;
    float:left;
}
#fsToolBar a{
    cursor: pointer;
    text-decoration: none;
}
#fsInfo{
    padding-top: 20px;
    width: 690px;
    clear: both;
}
.fsFile{
    clear:both;
}
.fsIcon{
    width: 20px;
    float:left;
}
.fsCheck{
    width: 30px;
    float:left;
}
.fsName{
    width: 350px;
    float:left;
}
.fsSize{
    width: 100px;
    float:left;
}
.fsDownloads{
    width: 90px;
    float:left;
}
.fsActions{
    width: 70px;
    float:left;
}
.fsCleared{
    clear:both;
}

/* the overlayed element */
.fsAddOverlayDir {
    /* must be initially hidden */
    display:none;
    /* place overlay on top of other elements */
    z-index:10000;
    /* styling */
    width:500px;
    min-height:200px;
    position: fixed !important;
    color: white;
}
.fsAddOverlayDir .close {
    background-image:url(../images/close.png);
    position:absolute;
    right:0px;
    top:0px;
    cursor:pointer;
    height:35px;
    width:35px;
    z-index:10001;
}

#fsStats{
    padding-top: 20px;
    width: 690px;
    clear: both;
    display: none;
}
#fsStatsHeaderData{
    width: 150px;
    float:left;
    line-height: 20px;
}
#fsStatsHeaderSource{
    width: 150px;
    float:left;
    line-height: 20px;
}
#fsStatsHeaderIp{
    width: 150px;
    float:left;
    line-height: 20px;
}

/*OVERLAY*/
/* Utilizzato per inviare email all'amministratore a riguardo di un documento' */
.simple_overlay_email {
    display:none;
    z-index:10000;
    width:600px;
    min-height:200px;
    color: white;
}
.simple_overlay_email .close {
    background-image:url(../images/close.png);
    position:absolute;
    right:0px;
    top:0px;
    cursor:pointer;
    height:35px;
    width:35px;
    z-index:10001;
}