html, body, .themebg {
  background:rgb(9,9,9)  !important;
  background:rgb(9,9,9) url('slash_it.png')  !important;
}

ul.topnav > li > a {
   border-right-color:  rgba(90,90,90,0.5);
}

.fade1, .fade3, #menu-bar {
  background: rgb(32,32,32) !important; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(32,32,32,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,32,32,.5)), color-stop(100%,rgba(0,0,0,.5))) !important;  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(32,32,32,.5) 0%,rgba(0,0,0,.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(32,32,32,1) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(32,32,32,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(32,32,32,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
}

.fade1-rev {
  background: rgb(0,0,0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(32,32,32,1) 0%, rgba(32,32,32,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.5)), color-stop(100%,rgba(32,32,32,.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(32,32,32,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(32,32,32,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(32,32,32,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(32,32,32,1) 100%); /* W3C */
}


.border1, td.filled, .fade3b, #menu-bar {
  border-top:1px solid rgba(30,30,30,0.6);
  border-left:1px solid rgba(30,30,30,0.6);
  border-right:1px solid rgba(50,50,50,0.6);
  border-bottom:1px solid rgba(50,50,50,0.6);
}

.bubble-header2 {background:rgba(0,0,0,0.5);}
.bubble-footer {background:rgba(0,0,0,0.6);}

.bubble-box table.list th {background:rgba(0,0,0,0.6);}
.bubble-box table.list tr.odd  {background:rgba(0, 0, 0, 0.4);}

.fade2, .fade2-transparent {
  background: rgb(20,20,20); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(20,20,20,1) 1%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(20,20,20,0.6)), color-stop(100%,rgba(0,0,0,0.6))) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(20,20,20,0.6) 1%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(20,20,20,1) 1%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(20,20,20,1) 1%,rgba(0,0,0,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(20,20,20,1) 1%,rgba(0,0,0,1) 100%); /* W3C */
}

.fade2-rev {
  background: rgb(0,0,0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 1%, rgba(20,20,20,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(20,20,20,0.6)), color-stop(100%,rgba(20,20,20,0.6))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 1%,rgba(20,20,20,0.6) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,1) 1%,rgba(20,20,20,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 1%,rgba(20,20,20,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(20,20,20,1) 1%,rgba(0,0,0,1) 100%); /* W3C */
}
