#container {
      background-color: #3e3e3e;
      color: #f0f0f0;
}

#content a:link, a:visited {
      color: #b3b3b3
}

#content a:hover, a:active {
      text-decoration: none;
      color: #f3f3f3;
}

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
      background: #737373;
      margin-bottom: 10px;
      padding: 5px;
      border: 1px solid #999;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
      color: #b3b3b3;
}

/* @end */