html 
{
   background-color:#28439B;
   background-image:url(/Resources/dbbg.png);
   background-size: 102px 102px;
   background-position:left top;
   background-repeat:repeat;
}
body 
{
   margin: 0 !important;
   padding: 0 !important;
   min-width: 500px;
   font-family: Arial, Helvetica, sans-serif;
}
h1 
{
   text-align: center;
   margin-bottom: 0px;
}

p
{
   color: white;
   display: block;
   margin-top: 0em;
   margin-bottom: 0em;
   margin-left: 0;
   margin-right: 0;
   text-align: center;
}

.Secret-Box
{
   width: 100%;
   text-align: center;
}
.box-o-stuff
{
   text-align: center;
   display: inline-block;
}

nav.torrent_types  ul
{
   list-style: none;
   padding: 0 0 0 10px;
   vertical-align: bottom;
}
nav.torrent_types li  
{
   margin: -6px 0px, 0px, -6px;
   display: inline-block;
   position: relative;
   height: 30px;
   transition: .2s;
   text-align: center;
   vertical-align: bottom;
}
nav.torrent_types li:hover 
{
   z-index: 0;
}
nav.torrent_types a 
{
   display: block;
   position: relative;
   height: 60px;
   margin: 15px 0 0 -4px;
   padding: 6px 20px 20px 20px;
   border-radius: 20px 20px 0px 0px;
   background: #61b5e4;
   color: #000222;
   text-align: center;
   text-decoration: none;
   transition: .2s;
   vertical-align: bottom;
}
nav.torrent_types li:hover a 
{
   background: #ccc;
   color: black;
}
nav.torrent_types ul li.selected 
{
   z-index: 0;
}
nav.torrent_types ul li.selected a 
{
   z-index: 0;
   background: #dda933;
   color: black;
   text-shadow: none;
}

.Table-Center-Torrents 
{       
   max-width: 98%;
   min-width: 1600px;
   margin: auto;
   background-color:white;
   text-align: center;
   border: 5px solid orange;
   border-radius: 5px;
   border-collapse: collapse;
   position: relative;
   z-index: 2;
   clear: both;
}
.torrent-year > tbody > tr:first-child {
   background-color: #a4f0a4;
}
.torrent-year > tbody > tr:nth-child(n+2):hover {
   background-color: #4fe34f;
   color: black;
}

.torrent-year {
        margin-left: auto;
        margin-right: auto;
        width: 99%;
        border: 3px solid gray;
        border-radius: 5px;
        border-collapse: collapse;
        clear: both;
        z-index: 3;
}
.torrent-year tbody th
{
   border-width: 2px;
   padding: 2px;
   border-top: 2px;
   border-right: 2px;
   border-left: 2px;
   border-bottom: 2px;
   border-style: ridge;
   border-color: gray;
   text-align: center;
}
.torrent-year tbody th:first-child
{
   width:230px;
}
.torrent-year tbody th:nth-child(2)
{  
   width:90px;
}

.torrent-year tbody td
{
   border-width: 2px;
   padding: 2px;
   border-top: 2px;
   border-right: 2px;
   border-left: 2px;
   border-bottom: 2px;
   border-style: ridge;
   border-color: gray;
   text-align: center;
}

.Table-Center-Clients
{  
   background-color: white;
   border: 3px solid orange;
   border-radius: 5px;
   border-collapse: collapse;
   min-width: 950px;
   max-width: 98%;
   margin: auto;
   position: relative;
   z-index: 2;
   clear: both;
}
.torrent-client {
        margin-left: auto;
        margin-right: auto;
        width: 99%;
        border: 3px solid gray;
        border-radius: 5px;
        border-collapse: collapse;
        clear: both;
        z-index: 3;
        text-align: left;
}
.torrent-client tr:nth-child(even)
{
   background-color: rgba(217,210,233,0.65);
}
.torrent-client tr:nth-child(odd)
{
   background-color: rgba(180,167,214,0.65);
}
.torrent-client tr:hover
{
   background-color: rgba(147,196,125,0.95);
   color: black;
}
.torrent-client th
{
   width: 250px;
   border-width: 2px;
   padding: 2px;
   border-style: ridge;
   border-color: graiy;
   text-align: left;
}
.torrent-client td
{
   border-width: 2px;
   padding: 2px;
   border-style: ridge;
   border-color: graiy;
   text-align: left;
}

/*
   If someone is coming in with an anchor, highlight that row with a solid border
*/
.anchor_row_highlight
{
   border: 5px solid black;
}


.vst-credits-footer a.nav:link {
        color: yellow;
       }

.vst-credits-footer a.nav:visited {
           color: yellow;
          }

.vst-credits-footer a.nav:hover {
         color: white;
        }

.vst-credits-footer p {
   text-align: center;
   color: white;
   display: block;
   margin-top: 0em;
   margin-bottom: 0em;
   margin-left: 0;
   margin-right: 0;
  }
