/* ######### CSS for Tabs. Remove if not using ######### */

.tabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: # url() top left repeat-x;
}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.tabs li a.selected{ /*selected main tab style */
position: relative;
top: 2px;
}

.tabs li a.selected{ /*selected main tab style */
background-image: url();
border-bottom-color: white;
border-bottom: 0px;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding:0px;
}

.divider
{
    padding: 5px;
    border-width: 0px 0px 2px 0px;
	border-color: gray;
	border-style: solid;
}


.episodes {
	font-size:12px;
	padding:5px 5px 5px 5px;
	border-width: 0px 0px 0px 0px;
	border-color: gray;
	border-style: dashed;
}

.episodes2 {
	font-size:12px;
	padding:0px 0px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-color: gray;
	border-style: dashed;
}

@media print {
.tabcontent {
display:block !important;
}
}