/*
    For the tabbed page on the posters pages
*/
html 
{
   background-color:#28439B;
}
body
{
   margin: 0 !important;
   padding: 0 !important;
   min-width: 500px;
   font-family: Arial, Helvetica, sans-serif;
}


a.nav:link {
        color: yellow;
       }

a.nav:visited {
           color: yellow;
          }

a.nav:hover {
         color: white;
        }

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

table.posters  
{
   margin-top: 24px;
   margin-left:auto; 
   margin-right:auto;
   text-align: center;
}
table.posters td:first-child
{
   vertical-align: top;
}
table.posters td:last-child
{
   vertical-align: top;
}

#SideTabs {
   background-color: white;
   border: solid 3px orange;
   border-radius: 5px;
   padding: 0px;
   width: 250px;
}
#SideTabs > li {
   width: 100%;
   padding-left: 0px;
   padding-right: 0px;
}
#SideTabs > li > a {
   display: block;
}
#SideTabs > br:last-child {
   display:none;
}

#TopTabs {
   width: 200px;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-right: 0px;
   padding-left: 50px;
}
#TopTabs > li {
   width: 100%;
   padding-left: 0px;
   padding-right: 0px;
}
#TopTabs > li > a {
   display: block;
}
#TopTabs > br:last-child {
   display:none;
}

#TabBox 
{
   padding: 3px;
   margin:auto 0;
   -moz-border-radius: 3px;
   border-radius: 3px; 
   text-align: center;
}

#TabBox a
{
   text-decoration: none;
   text-align: center;
}

#LiveTabBox
{
        width:100%;
        padding:3px;
        margin:auto 0;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align:center;
}

#LiveTabBox a
{
        text-decoration:none;
        text-align:center;
}


.tabs
{
	height:30px;
	text-align:center;
}

.tabs > ul
{
	font-size: 1em;
	list-style:none;
	text-align:center;
}

.tabs > ul > li
{
	margin:0 0 0 0;
	padding:2px 3px;
	display:inline-block;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #FDD017;
	background: -moz-linear-gradient(top, #56A5EC 0%, #82CAFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56A5EC), color-stop(100%,#82CAFF));
}

.tabs > ul > li:hover
{
	background: #F3F3F3;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F1F1F1), color-stop(50%,#F1F1F1), color-stop(100%,#FFFFFF));
	cursor:pointer;
	color: #000222;
}

.tabs > ul > li.ActiveTab
{
	background: #F1F1F1;
	background: -moz-linear-gradient(top, #F1F1F1 0%, #E1E1E1 10%, #E1E1E1 50%, #F1F1F1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F1F1), color-stop(10%,#E1E1E1), color-stop(50%,#E1E1E1), color-stop(100%,#F1F1F1));
	cursor:pointer;
	color: #000222;
}

.tabs > ul > li.LinkTab
{
        background: #6CBB3C;
        background: -moz-linear-gradient(top, #6CBB3C 0%, #52D017 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6CBB3C), color-stop(100%,#52D017));
        cursor:pointer;
        color: #000222;
}

.tabs > ul > li.LinkTab:hover
{
        background: #F3F3F3;
        background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F1F1F1), color-stop(50%,#F1F1F1), color-stop(100%,#FFFFFF));
        cursor:pointer;
        color: #000222;
}

.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 {
   color: white;
   display: block;
   margin-top: 0em;
   margin-bottom: 0em;
   margin-left: 0;
   margin-right: 0;
   text-align: center;
  }
