/*
    For the tabbed page on the stats page
*/
html
{
  background-color:#28439B;
  background-image:url(/Resources/dbbg.png);
  background-size: 102px 102px;
  background-position:left top;
  background-repeat:repeat;
  color: white;
}
body
{
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
}
a.nav:link, a.nav:visited
{
    color: yellow;
}
a.nav:hover
{
     color: white;
}
div.video-container
{
   text-align: center;
}
video
{
   margin: auto;
   position: relative;
   z-index: 2;
   clear: both;
   border-color: #dda933;
   border-style:solid;
   border-width:4px;
}
h2
{
   text-align: center;
   margin-bottom: 0px;
   padding: 0px;
}
.box-o-stuff
{
   width: 100%;
   display: inline-block;
   text-align: center;
   z-index: 0;
}
nav.years  ul
{
   list-style: none;
   padding: 0 0 0 10px;
   vertical-align: bottom;
}
nav.years li
{
   margin: -6px 0px, 0px, -6px;
   display: inline-block;
   position: relative;
   height: 30px;
   transition: .2s;
   text-align: center;
   vertical-align: bottom;
   z-index: 0;
}
nav.years a
{
   display: block;
   position: relative;
   width: auto;
   height: 60px;
   margin: 15px 0 0 -4px;
   padding: 6px 12px 20px 12px;
   border-radius: 20px 20px 0px 0px;
   background: #61b5e4;
   color: #000222;
   text-align: center;
   text-decoration: none;
   transition: .2s;
}
nav.years li:nth-child(n+6) a
{
   display: block;
   float: right;
   width: auto;
   height: 60px;
   margin: 15px 0 0 -4px;
   padding: 6px 12px 20px 12px;
   border-radius: 20px 20px 0px 0px;
   background: #ba61e4;
   color: #000222;
   text-decoration: none;
   transition: .2s;
}
nav.years li:hover
{
   z-index: 0;
   vertical-align: bottom;
}
nav.years li:hover a
{
   background: #ccc;
   color: black;
}
#selected
{
   z-index: 0;
}
#selected a
{
   z-index: 0;
   background: #dda933;
   color: black;
   text-shadow: none;
}
.Content-Box-New {
   max-width:1200px;
   margin: auto;
   padding:10px;
   background-color:white;
   border-color:#dea920;
   border-style:solid;
   border-width:5px;
   position: relative;
   z-index: 3;
}
.Content-Box-New .Table-Center-New {
   color: black;
   z-index: 3;
   margin-left: auto;
   margin-right: auto;
   width: 99%;
   border: 3px solid gray;
   border-radius: 5px;
   border-collapse: collapse;
   clear: both;
}
.Content-Box-New .Table-Center-New tbody tr:first-child th:hover, tr:nth-child(n+1) th:hover
{
   background-color: #3cacff;
}
.Content-Box-New .Table-Center-New tbody tr:nth-child(n+1):hover
{
   background-color: #4fe34f;
   color: black;
}
.Content-Box-New .Table-Center-New tbody th
{
   color: black;
   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;
}
.Content-Box-New .Table-Center-New tbody td
{
   color: black;
   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;
}

.vst-credits-footer a.nav:link, .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;
  }
