/* ######### CSS for Shade Tabs. Remove if not using ######### */

.filmetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.filmetabs li{
display: inline;
margin:0;


}

.filmetabs li a{
background-color:#124291;
text-decoration: none;
position: relative;
z-index: 1;
padding:16px 45px;
margin-right: 0;
border: 1px solid #124291;
color: #ffffff;
/*background: white url(shade.gif) top left repeat-x;*/
}

.filmetabs li a:visited{
color: #0084D6;
}

.filmetabs li a:hover{
background-color:#0084D6;
text-decoration: none;
color:#ffffff;
}

.filmetabs li a.selected{ /*selected main tab style */
background-color:#ffffff;
position: relative;
color:#124291;
}

.filmetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color:#ffffff;
color:#124291;
}

.filmetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-color:#FFFFFF;
color:#124291;
}
.tabcontent{
background-color:#ffffff;
height:100%;
width:100%;
padding:0;
margin:0;
display:none;
}
