

body {
    color: white;
    font-size: 5px;
    font-family : verdana;
    margin: 0px;
    width: 100%;
    background-color: #1F1F1F;
  }


.toptitle {
    color: white;
    font-size: 20px;
    font-family: verdana;
    font-weight: bold;
    padding-left: 20px;
  }


.topbottomtitle {
    font-size: 10px;
    font-family: verdana;
    font-weight: normal;
    color: white;
  }


.toolbarlink {
    color: black;
    font-size: 18px;
    text-decoration: none;
    padding-left: 4px;
  }


.toolbarimgtd {
    color: white;
    padding-left: 8px;
  }


.toolbartxttd {
    color: white;
    padding-top: 3px;
  }


.filepanenamebar {
    color: white;
    font-weight: normal;
    font-size: 10px;
  }


.filepanetitlebar td {
    
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }

.filenamelink {
    color: white;
    text-decoration: none;
  }
  
.folderlink {
    color: white;
    text-decoration: none;
  }

.fileactionlink {
    color: white;
    text-decoration: none;
  }
  
.sharingformlink {
    color: #444444;
    text-decoration: none;
  }
  
.sharingformlink:hover {
    font-size: 8px;
    color: #f00000;
    text-decoration: underline;
  }
  
.bh_folderpane_classtitle {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }
  
a { color: #336699; text-decoration:none; }
a:hover { color: #336699; text-decoration:underline; }

