/*----GLOBAL DO NOT EDIT------*/

body {
	background:#FFF url(../images/shadow-bg.gif) top repeat-y;
	font-size:11px;
	font-family:tahoma, verdana,sans-serif;
	color:#000;
	line-height:17px;
}

#topWrapper {
	width:100%;
	background: url(../images/topbg.jpg) top center no-repeat;

}

#bottomWrapper {
	width:100%;
	background: url(../images/bottombg.jpg) bottom center no-repeat;
	padding-bottom:100px;
}

#contentWrapper {
	width:938px;
	margin:auto;
}

input {
	border:1px solid #e1e1e1;
	color:#000
	background:#ededed;
}

.halfspacer {
	height:10px;
	width:100%;
}

.red {
	color:#c10000;
}

.left {
	float:left;
}

.right {
	float:right;
}

.heavywhite {
	font-weight:bold;
	color:#FFF;
	position:relative;
	display:inline;
}

.sections:after { /* for Mozilla */
content: ".";
display: block;
height: 0;
clear: both;
color:#FFF;
}

.redbox:after { /* for Mozilla */
content: ".";
display: block;
height: 0;
clear: both;
color:#FFF;
}

.section-large:after { /* for Mozilla */
content: ".";
display: block;
height: 0;
clear: both;
color:#FFF;
}

.content:after { /* for Mozilla */
content: ".";
display: block;
height: 0;
clear: both;
color:#FFF;
}

.pagination {
	float:right;
	font-weight:bold;
	color:#000;
	margin-top:10px;
	margin-right:5px;
}

.pagination a, a:active, a:visited{
	color:#000;
	text-decoration:none;
}

.pagination a:hover{
	color:#000;
	text-decoration:underline;
}

.pagination-white {
	float:right;
	font-weight:bold;
	color:#FFF;
}

.pagination-white a{
	color:#FFF;
	text-decoration:none;
	padding:4px;
	margin-right:2px;
	
}

.pagination-white a.activeSlide, .pagination-white a.activeSlide:hover {
	color:#FFF;
	padding:4px;
	font-weight:bold;
	bheight:25px;
	background: #c10000;
    kbackground: #ecad00;
	outline:none;
	text-decoration:none;
}

.pagination-white a:focus { outline: none; }

.pagination-white img{ 
	border:none;	
}

.yellowheader h1 {
	background:#ecad00;
	color:#FFF;
	padding:2px;
	font-weight:bold;
	margin-bottom:10px;
}

.greyheader h1 {
	background:#808080;
	color:#FFF;
	padding:2px;
	font-weight:bold;
	margin-bottom:0px;
}

.greyheader .current {
	color:#363636;
	text-decoration:none;
	background:#bfbfbf;
}

.clearfloats {
	clear:both;
}

.fullspacer {
	width:100%;
	height:20px;
}

.medspacer {
	width:100%;
	height:7px;
}

.divider {
	width:97%;
	padding:10px;
	margin:0 0 15px 0;
	border-bottom:1px dotted #808080;
	clear:both;
}

/*----------HEADER---------------*/

#header {
	width:938px;
	height:113px;
	margin:0 0 0 0px;
}

#logo {
	margin:0 0 0 0px;
	width:156px;
}

#search {
	width:297px;
	height:75px;
	float:right;
	left:641px;
	margin-top:-85px;
}

#nav {
	width:938px;
	height:39px;
}

#topnav {
	padding: 0;
    margin: 0;
    list-style: none;
    width: 938px;
    height: 39px;
	overflow: hidden;
}

#topnav a {
	display:block;
	text-decoration:none;/* needed for IE8 beta, otherwise it still shows the underlines */
	background-image: url(../images/menu-tab.gif);
	padding-top:39px;/* same as height of #example-nav */
}

#topnav li {
	float:left;
}

#topnav-home {width: 75px;}
#topnav-home:hover {background-position: 0px -39px;}
#topnav-home .selected {background-position: 0px -39px;}

#topnav-shows {width: 78px; background-position:-75px 0px;}
#topnav-shows:hover {background-position: -75px -39px;}



#topnav-newsgossips {width: 153px; background-position:-153px 0px;}
#topnav-newsgossips:hover {background-position: -153px -39px;}


#topnav-movies {width: 82px; background-position:-306px 0px;}
#topnav-movies:hover {background-position: -306px -39px;}


#topnav-videos {width: 76px; background-position:-388px 0px;}
#topnav-videos:hover {background-position: -388px -39px;}


#topnav-schedule {width: 91px; background-position:-464px 0px;}
#topnav-schedule:hover {background-position: -464px -39px;}


#topnav-gallery {width:77px; background-position:-555px 0px;}
#topnav-gallery:hover {background-position:-555px -39px;}

#topnav-downloads {width: 107px; background-position:-632px 0px;}
#topnav-downloads:hover {background-position: -632px -39px;}


#topnav-empty {width: 198px; background-position:-740px 0px;cursor:default;}
/*-------BREADCRUMBS-------------*/

#breadcrumbs {
	width:938px;
	padding:10px 0 10px 0px;
}

#breadcrumbs a{
	color:#c10000;
	text-decoration:none;
}

#breadcrumbs a:active{
	color:#c10000;
	text-decoration:none;
}

#breadcrumbs a:active{
	color:#c10000;
	text-decoration:none;
}

#breadcrumbs a:hover{
	color:#c10000;
	text-decoration:underline;
}

/*------------LOGIN PANEL-----------------*/

#login-form {
	dwidth:300px;
	dheight:100px;
	background:#fff;
	padding:8px;
	position:absolute;
	margin-top:-65px;
	margin-left:630px;
	z-index:100;
	color:#000;
	font-weight:bold;
	border:1px solid #c9c9c9;
}

#login-form form {
	border:1px solid #868686;
	display:block;
	padding:10px;
}

#login-form label  {
	display:block;
	float:left;
	text-align:right;
	width:70px;
	margin:4px 4px 10px 0px;
}

#login-form form br { clear: left;}

#login-form input {
	width:150px;
	height:14px;
	padding:4px;
	font-weight:none;
}

#login-form .button {
border:none;
background:url(../images/submit.gif) top no-repeat;
width:69px;
height:23px;
cursor:pointer;
/*position:relative;
top:10px;
font-weight:bold;
color:#e3005b;*/
}

#login-form .button:hover {
background:url(../images/submit-on.gif) top no-repeat;
border:none;
color:#096ba0;
}

#login-form .button1 {
border:none;
background:url(../images/reset.gif) top no-repeat;
width:69px;
height:23px;
cursor:pointer;
/*position:relative;
top:10px;*/
}

#login-form .button1:hover {
background:url(../images/reset-on.gif) top no-repeat;
border:none;
}

#login-form a {
	color:#c10000;
	text-decoration:none;
}

#login-form a:active {
	color:#c10000;
	text-decoration:none;
}

#login-form a:visited {
	color:#c10000;
	text-decoration:none;
}

#login-form a:hover {
	color:#c10000;
	text-decoration:underline;
}

.cancelbutton  {
	width:12px;
	height:12px;
	padding:2px 2px 4px 2px;
	position:relative;
	left:240px;
}
/*------------PASSWORD PANEL-----------------*/

#forgot-passward {
	dwidth:300px;
	dheight:100px;
	background:#fff;
	padding:8px;
	position:absolute;
	margin-top:-65px;
	margin-left:630px;
	z-index:100;
	color:#000;
	font-weight:bold;
	border:1px solid #c9c9c9;
}

#forgot-passward form {
	border:1px solid #868686;
	display:block;
	padding:10px;
}

#forgot-passward label  {
	display:block;
	float:left;
	text-align:right;
	width:70px;
	margin:4px 4px 10px 0px;
}

#forgot-passward form br { clear: left;}

#forgot-passward input {
	width:150px;
	height:14px;
	padding:4px;
	font-weight:none;
}

#forgot-passward .button {
border:none;
background:url(../images/submit.gif) top no-repeat;
width:69px;
height:23px;
cursor:pointer;
/*position:relative;
top:10px;
font-weight:bold;
color:#e3005b;*/
}

#forgot-passward .button:hover {
background:url(../images/submit-on.gif) top no-repeat;
border:none;
color:#096ba0;
}

#forgot-passward .button1 {
border:none;
background:url(../images/reset.gif) top no-repeat;
width:69px;
height:23px;
cursor:pointer;
/*position:relative;
top:10px;*/
}

#forgot-passward .button1:hover {
background:url(../images/reset-on.gif) top no-repeat;
border:none;
}

#forgot-passward a {
	color:#c10000;
	text-decoration:none;
}

#forgot-passward a:active {
	color:#c10000;
	text-decoration:none;
}

#forgot-passward a:visited {
	color:#c10000;
	text-decoration:none;
}

#forgot-passward a:hover {
	color:#c10000;
	text-decoration:underline;
}

.cancelbutton  {
	width:12px;
	height:12px;
	padding:2px 2px 4px 2px;
	position:relative;
	left:240px;
}
/*-----------RIGHT PANEL-----------------*/

#rightpanel {
	width:277px;
	/*position:relative;*/
	float:right;
	left:662px;
}

#scoops {
	width:277px;
	height:345px;
	background:url(../images/scoops-bg.gif) top no-repeat;
}

#scoops h1 {
	position:relative;
	top:8px;
	left:20px;
}

#newscontent {
	width:240px;
	background:#FFF;
	height:258px;
	position:relative;
	top:38px;
	left:12px;
	padding:8px;
}

#newscontent li {
	margin:0 0 0px 0;
	_margin-bottom:0px;
}

#newscontent li a, a:active, a:visited{
	font-weight:bold;
	color:#c10000;
	text-decoration:none;
}

#newscontent li a:active{
	font-weight:bold;
	color:#c10000;
	text-decoration:none;
}

#newscontent li a:visited{
	font-weight:bold;
	color:#c10000;
	text-decoration:none;
}

#newscontent li a:hover{
	text-decoration:underline;
}

#gossipcontent {
	width:240px;
	background:#FFF;
	height:258px;
	position:relative;
	top:38px;
	left:12px;
	padding:8px;
}

#gossipcontent li {
	margin:0 0 0px 0;
	_margin-bottom:0px;
}

#gossipcontent li a, a:active, a:visited{
	font-weight:bold;
	color:#c10000;
	text-decoration:none;
}

#gossipcontent li a:active{
	font-weight:bold;
	color:#c10000;
	text-decoration:none;
}

#gossipcontent li a:visited{
	font-weight:bold;
	color:#c10000;
	text-decoration:none;
}

#gossipcontent li a:hover{
	text-decoration:underline;
}

div.captionimg {
	width:300px;
	float:left;
	margin-right:13px;
}

div.captionimg p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}

.scooptab {
	position:absolute;
	margin:10px 0 0 12px;
}
.scooptab ul{
	width:254px;
	height:28px;
}

.scooptab li {
	float:left;
	margin:0px 10px 0 0;
}

.scooptab .text {
	display:inline;
	position:relative;
	left:15px;
	top:5px;
}

.scooptab a{
	background-image:url(../images/scooptab-selected.gif);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:28px;
	/*margin:10px 0 0 20px;*/
	color:#c10000;
	text-decoration:none;
	font-weight:bold;
}

.scooptab a:hover{
	background-image:url(../images/scooptab-over.gif);
	display:block;
	
	text-decoration:none;
	color:#FFF;
}

.scooptab .selected{
	background-image:url(../images/scooptab-over.gif);
	display:block;
	width:100px;
	height:28px;
	color:#FFF;
}

#scoopcontent ul {
	width:75%;
	position:relative;
	top:20px;
	left:40px;
}


#scoopcontent ul li {
	
	list-style:disc;
	margin-bottom:15px;
}

.redbox {
	width:270px;
	position:relative;
	border:1px solid #c9c9c9;
	margin: 20px 0 0 6px;
}

.redbox .content {
	width:97%;
	padding:4px;
}

.redbox h1 {
	background:#c10000;
	color:#FFF;
	padding:2px;
	font-weight:bold;
}

.redbox h1 img {
	display:inline;
}

.redbox h1 a {
	color:#FFF;
	text-decoration:none;
}

.redbox h1 a:active {
	color:#FFF;
	text-decoration:none;
}

.redbox h1 a:visited {
	color:#FFF;
	text-decoration:none;
}

.redbox h1 a:hover {
	color:#FFF;
	text-decoration:underline;
}

.redbox ul li {
	list-style:none;
	float:left;
	margin:0 3px 0 0;
}

.more {
	padding-bottom:10px;
	margin-right:8px;
}

.more a{
	font-weight:bold;
	color:#c10000;
	text-decoration:none;
}

.more a:active {
	font-weight:bold;
	color:#c10000;
	text-decoration:none;
}

.more a:visited {
	font-weight:bold;
	color:#c10000;
	text-decoration:none;
}

.more a:hover {
	font-weight:bold;
	color:#c10000;
	text-decoration:underline;
}

.set {
	padding:10px;
}

.sections {
	margin:0px 0 0px 0;
}

.sections .pic {
	width:106px;
	height:80px;
	float:right;
	margin-right:5px;
}

.section-content {
	width:136px;
	float:left;
	margin-left:5px;
}

.section-content a, a:active, a:visited{
	color:#c10000;
	text-decoration:none;
	font-weight:bold;
}

.section-content a:hover{
	text-decoration:underline;
}

.sections dl dt {
	font-weight:bold;
	color:#c10000;
	margin:0;
}

.sections dl dd {
	color:#413a3a;
	margin:0 0 10px 0;
}

.nowplaying {
	padding:4px;
	color:#FFF;
	display:inline;
	background:#c10000;
}


.yellowbox {
	width:270px;
	position:relative;
	border:1px solid #c9c9c9;
	margin: 20px 0 0 6px;
}

.yellowbox .content {
	width:90%;
	padding:4px;
	color:#413a3a;
	position:relative;
	left:8px;
}

.yellowbox h1 {
	background:#ecad00;
	color:#FFF;
	padding:2px;
	font-weight:bold;
}

.yellowbox form input {
	border:none;
}

.yellowbox p {
	margin-bottom:10px;
}

.yellowbox .button {
	border:none;
	background:url(../images/votenow-button.gif) top no-repeat;
	width:93px;
	height:23px;
	cursor:pointer;
	position:relative;
	top:10px;
}

.yellowbox-wide {
	width:100%;
	position:relative;
	border:1px solid #c9c9c9;
	margin: 20px 0 0 0px;
}

.yellowbox-wide .content {
	width:90%;
	padding:4px;
	color:#413a3a;
	position:relative;
	left:8px;
}

.yellowbox-wide h1 {
	background:#ecad00;
	color:#FFF;
	padding:2px;
	font-weight:bold;
}

.greybox {
	width:100%;
	position:relative;
	border:1px solid #c9c9c9;
	margin: 20px 0 0 0px;
}

.greybox .content {
	width:95%;
	padding:4px;
	color:#413a3a;
	position:relative;
	left:8px;
}

.greybox h1 {
	background:#808080;
	color:#FFF;
	padding:2px;
	font-weight:bold;
}

/*------------WIDE PANEL--------------------*/

#widepanel {
	width:935px;
	/*917*/
	min-height:400px;

}

.category {
	width:100%;
	background:#808080;
	height:33px;
	top:10px;
	bottom:10px;
	position:relative;
	border:1px solid #565656;
	font-weight:bold;
	color:#FFF;
}

.category ul {
	margin:0;
	padding:0;
}

.category ul li{
	float:left;
	list-style:none;
	margin:0;
	padding:0 ;
	border-right:1px solid #565656;
}

.category ul li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:8px 10px 8px 8px ;
}

.category ul li a:active {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:8px 10px 8px 8px ;
}

.category ul li a:visited {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:8px 10px 8px 8px ;
}

.category ul li a:hover {
	color:#363636;
	text-decoration:none;
	background:#bfbfbf;
}

.category .current {
	color:#363636;
	text-decoration:none;
	background:#bfbfbf;
}

/*.category ul li:hover {
	background:#b7b7b7;
	color:#363636;
}*/

.results {
	position:relative;
	top:20px;
}

.resultsbox {
	float:left;
	width:440px;
	margin-bottom:20px;
	margin-right:15px;
}

.resultsbox img{
	float:left;
	
}

.resultsbox dl {
	width:310px;
	float:right;
	margin-right:10px;

}

/*------------LEFT PANEL ------------------*/

#leftpanel {
	width:640px;
	float:left;
}

.yellowbox-main {
	width:100%;
	position:relative;
	border:1px solid #c9c9c9;
	margin: 0px 0 0 0px;
}

.yellowbox-main .content {
	width:96%;
	padding:4px;
	color:#413a3a;
	position:relative;
	left:8px;
}

.yellowbox-main h1 {
	background:#ecad00;
	color:#FFF;
	padding:2px;
	font-weight:bold;
}

.section-large .thumb {
	width:106px;
	height:80px;
	/*float:left;*/
	margin:10px 10px 10px 0;
	background:#F00;
}

.section-large .section-detail {
	width:80.5%;
	float:right;
	clear:both;
	margin-top:-95px;
}

.section-large .section-detail dt a, a:active, a:visited {
	color:#c10000;
	text-decoration:none;
}

.section-large .section-detail dt a:hover {
	color:#c10000;
	text-decoration:underline;
}

.section-large dt {
	font-weight:bold;
	color:#c10000;
	margin:0;	
}

.lightgrey {
	color:#757474;
}

.black {
	color:#000;
	font-weight:bold;
}

.dottedline {
	background:url(../images/dottedline.gif) top repeat-x;
	height:11px;
	width:100%;
}

.line {
	height:11px;
	width:100%;
	border-bottom:1px solid #c1c1c1;
}

.dropdown {
	float:right;
	margin-top:-35px;
	margin-right:10px;
}

/*-------slideshow------------------------*/

#slideshow {
	width:640px;
	height:400px;
	display:block;
	background:#FFF url(../images/slideshow-bg.gif) top no-repeat;
}

#slideshow #slideshow-img {
	width:596px;
	height:284px;
	position:relative;
	top:20px;
	left:20px;
}

#slideshowmenu {
	width:613px;
	height:30px;
	float:left;
	margin-left:15px;
	margin-top:10px;
	_margin-left:10px;
}

#slideshownav {
	list-style:none;
	width:613px;
	height:30px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#slideshownav a {
	display:block;
	text-decoration:none;
	padding-top:30px;
	background-image:url(../images/slideshow-menu.gif);
}

#slideshownav li {
	float:left;
}

#slideshownav-show { width:69px;}
#slideshownav-show:hover { background-position:0 -30px;}

#slideshownav-epguide {width:158px; background-position:-69px 0;}
#slideshownav-epguide:hover {background-position:-69px -30px;}

#slideshownav-host {width:82px; background-position:-227px 0;}
#slideshownav-host:hover {width:82px; background-position:-227px -30px;}

#slideshownav-videos {width:91px; background-position:-309px 0;}
#slideshownav-videos:hover {width:91px; background-position:-309px -30px;}

#slideshownav-photos {width:101px; background-position:-400px 0;}
#slideshownav-photos:hover {width:101px; background-position:-400px -30px;}

#slideshownav-downloads {width:112px; background-position:-501px 0;}
#slideshownav-downloads:hover {width:112px; background-position:-501px -30px;}

/*------------video player-----------------*/

#videoplayer {
	width:640px;
	height:344px;
	background:url(../images/SS-bg.png) no-repeat;
}

#flashplayer {
	width:602px;
	height:288px;
	position:relative;
	top:25px;
	left:15px;
}

#flashvideo {
	width:420px;
	height:315px;
	/*background:#FF0;*/
	position:relative;
	top:20px;
	left:110px;
}

/*-------------empty box-------------------*/

.emptybox {
	width:100%;
	position:relative;
	border:1px solid #c9c9c9;
	margin: 0px 0 10px 0;
}

.emptybox .content {
	width:96%;
	padding:4px;
	color:#413a3a;
	position:relative;
	left:8px;
}

.emptybox .content h1{
	font-size:14px;
	/*color:#c10000;*/
	color:#FFF;
	font-weight:bold;
}

.emptybox .content dt{
	color:#c10000;
	font-weight:bold;
}

.emptybox .content dt a, a:active, a:visited {
	color:#c10000;
	text-decoration:none;
}

.emptybox .content dt a:hover {
	color:#c10000;
	text-decoration:underline;
}

.emptybox .content p {
	margin-bottom:10px;
}



.title h1 {
	color:#FFF;
	padding:10px 2px 2px 2px;
	font-weight:bold;
}


/*--------videos subsection----------------*/

#videossubsection {
	width:100%;
	padding:0px;
}

.subsectionbox {
	width: 106px;
	height:161px;
	padding:20px;
	background:#f3f3f3;
	border:1px solid #c0c0c0;
	float:left;
	margin:0 12px 12px 0
}

.subsectionbox:hover {
	background:#dbdbdb;
	border:1px solid #c2c2c2;
}

.subsectionbox .img {
	border:1px solid #bfbfbf;
}


.subsectionbox dl {
	margin:10px 0 0 0;
}
.subsectionbox dt {
	font-weight:bold;
	color:#c10000;
}

.subsectionbox dt a, a:active, a:visited {
	color:#c10000;
	text-decoration:none;
}

.subsectionbox dt a:hover {
	color:#c10000;
	text-decoration:underline;
}

.subsectionbox dd {
	color:#413a3a;
}

/***************videos page*****************/

.subsectionbox-wide {
	width: 106px;
	height:160px;
	padding:20px;
	background:#f3f3f3;
	border:1px solid #c0c0c0;
	float:left;
	margin:12px 12px 0 0
}

.subsectionbox-wide:hover {
	background:#dbdbdb;
	border:1px solid #c2c2c2;
}

.subsectionbox-wide .img {
	border:1px solid #bfbfbf;
}


.subsectionbox-wide dl {
	margin:10px 0 0 0;
}
.subsectionbox-wide dt {
	font-weight:bold;
	color:#c10000;
}

.subsectionbox-wide dt a, a:active, a:visited {
	color:#c10000;
	text-decoration:none;
}

.subsectionbox-wide dt a:hover {
	color:#c10000;
	text-decoration:underline;
}

.subsectionbox-wide dd {
	color:#413a3a;
}

/*----------------downloads subsection-----*/

.downloadbox {
	float:left;
	width:107px;
	margin:10px 10px 0 0;
	height:130px;
}

.downloadbox dt {
	color:#c10000;
	font-weight:bold;
	margin-top:5px;
}

.downloadbox dd {
	margin-left:10px;
}

.downloadbox dl a, a:active, a:visited{
	color:#413a3a;
	text-decoration:none;
}

.downloadbox dl a:hover{
	color:#413a3a;
	text-decoration:underline;
}

/*--------comments------------------------*/

.comment {
	width:490px;
	float:right;
}

.msgbox form {
position:relative;
font-weight:bold;
margin:20px 0 20px 0;
border-bottom:1px solid #c3c3c3;
}

.msgbox form input {
border:1px solid #c3c3c3;
height:20px;
width:200px;
}

.msgbox form input:hover {
border:1px solid #c3c3c3;
background:#f1f3f4;
}

.msgbox form textarea {
border:1px solid #c3c3c3;
}

.msgbox form label {
width:100px;
display:block;
float:left;
text-align:right;
margin:2px 4px 10px 4px;
}

.msgbox form br { clear: left; }

.msgbox .button {
border:none;
background:url(../images/submit.gif) top no-repeat;
width:69px;
height:23px;
cursor:pointer;
position:relative;
top:10px;
font-weight:bold;
color:#e3005b;
}

.msgbox .button:hover {
background:url(../images/submit-on.gif) top no-repeat;
border:none;
color:#096ba0;
}

.msgbox .button1 {
border:none;
background:url(../images/reset.gif) top no-repeat;
width:69px;
height:23px;
cursor:pointer;
position:relative;
top:10px;
}

.msgbox .button1:hover {
background:url(../images/reset-on.gif) top no-repeat;
border:none;
}

.msgbox .errormsg {
	color:red;
	font-weight:normal;
}

.msgbox .sub4 {
	color:green;
	font-weight:normal;
}


/* join us form*/

.joinus form {
position:relative;
font-weight:bold;
margin:20px 0 20px 0;
border-bottom:1px solid #c3c3c3;
}

.joinus form input {
border:1px solid #c3c3c3;
height:20px;
/*width:200px;*/
}

.join form input:hover {
border:1px solid #c3c3c3;
background:#f1f3f4;
}

.joinus form textarea {
border:1px solid #c3c3c3;
}

.joinus form label {
width:150px;
display:block;
float:left;
text-align:right;
margin:2px 4px 10px 4px;
}

.joinus form br { clear: left; }

.joinus .button {
border:none;
background:url(../images/submit.gif) top no-repeat;
width:69px;
height:23px;
cursor:pointer;
position:relative;
top:10px;
font-weight:bold;
color:#e3005b;
}

.joinus .button:hover {
background:url(../images/submit-on.gif) top no-repeat;
border:none;
color:#096ba0;
}

.joinus .button1 {
border:none;
background:url(../images/reset.gif) top no-repeat;
width:69px;
height:23px;
cursor:pointer;
position:relative;
top:10px;
}

.joinus .button1:hover {
background:url(../images/reset-on.gif) top no-repeat;
border:none;
}

/*-------------ad banners-----------------*/

.adbanner {
	float:left;
	margin-right:9px;
	background:#FF0;
}


/*------------shows subsections------------*/

.showssubsection {
	width:170px;
	padding:10px;
	float:left;
	margin:10px 14px 10px 0px;
}

.showssubsection img {
	border:1px solid #dcdbdb;	
}

.showssubsection dl {
	margin:10px 0 0 0;
}

.showssubsection dt a, a:active, a:visited{
	color:#c10000;
	text-decoration:none;
	font-weight:bold;
}

.showssubsection dt a:hover{
	text-decoration:underline;
}


/*-------------about us-------------------*/

.sidesublinks {
	position:absolute;
	margin-top:-10px;
	margin-left:-126px;
	width:110px;
}

.sidesublinks a, a:active, a:visited {
	color:#c10000;
	font-weight:bold;
	text-decoration:none;
}

.sidesublinks a:hover {
	text-decoration:underline;
}

/*------------slideshow outer copy---------*/

#slideshowoutercopy {
	width:640px;
	height:70px;
	position:relative;
	background:url(../images/slideshowoutercopy.gif) top no-repeat;
}

/*----------------------------------------*/
/*------------ Schedule class-------------*/


#ScheduleCover {
	width:100%;
	sheight:500px;
	margin:0 0 20px 0px;
}

.DateBig {
	text-align:center;
	font-size:18px;
}

.calendar {
	float:left;
	background:transparent url(../images/calendar.gif) no-repeat scroll 0 0;
	height:55px;
	width:60px;
	margin:15px 0 0 25px;
}

#calendar_div{
		position:absolute;
		visibility:hidden;
		background-color:white;
		layer-background-color:white; 
		z-index:50;
		margin-top:265px;
		margin-left:175px;
	}

#anchor1 span { visibility: hidden; width:100%; height: 100%;}
.cpBorder { border: 1px solid #C83B2A; }
.cpBorder a { 
	color: #5B6165;
	font-size: 12px;
}
.cpMonthNavigation {
	background: #C83B2A;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.cpMonthNavigation a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.cpDayColumnHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.cpOtherMonthDate, .cpCurrentMonthDate, .cpCurrentDate { text-align: center; }
.cpCurrentDate { background-color: #F6EDE3; }
table table tr td { margin: 0 0 10px 0; }
#dateid { display: none; }
/*.programname {
	width:450px;
	background:#FF0;
	float:left; 
}





*/
/********** EXPAND / COLLAPSE **********/
.expand-all {
text-align:right;
float:right;
font-weight:bold;
font-size:11px;
color:#d31001;
position:relative;
padding-top:5px;
padding-right:5px;
text-align:center;
top:23px;
right:60px;
width:100px;
}
.expand-all p {
float:right;
padding:0 0 0 5px;
text-align:right;
}
.expand-all a:link, .expand-all a:visited {
	font:bold 11px;
	color:#d31001;
	text-decoration:none;
}
.expand-all a:hover {
color:#000;
}

#program_schedule TD {
	text-align:left;
	border-top:1px solid #c10000;
	font:bold;
	color:#3c0343;
	padding:15px 0 10px 0px;
}

#program_schedule .show .show_details img {	margin: 8px; }

.programname {
	width:96%; 
	float:left; 
}

#program_schedule .show .show_title { color:#c10000;font-weight:bold; }
#program_schedule .show .show_title a{ color:#c10000;text-decoration:none; }
#program_schedule .show .show_title a:active{ color:#c10000; }
#program_schedule .show .show_title a:visited{ color:#c10000; }
#program_schedule .show .show_title a:hover{ color:#c10000; text-decoration:underline;}

#program_schedule .show .show_details p{
	float: left; 
	width: 230px; 
	margin-left:10px;
	color:#000;
	line-height:18px;
}

#program_schedule .show .show_details img {	
	/*margin: 4px 12px 15px 8px;*/ 
	float: left; 
	width: 110px;
}

/*.expand {
	background: url(../images/plus.gif) no-repeat;
	overflow: hidden;
	width: 14px;
	height: 14px;
	cursor: pointer;
	float:right;
}
.collapse {
	background: url(../images/minus.gif) no-repeat;
	overflow: hidden;
	width: 14px;
	height: 14px;
	cursor: pointer;
	float:right;
}
*/
/********** TABLE SCHEDULE **********/
/*.scroll-pane-outer {
	position:relative;
	top:30px;
	left:0px;
	width:100%;
	}
.scroll-pane-outer TABLE {
	width:100%;
}

.programname {
	width:96%; 
	float:left; 
}

.scroll-pane-outer TD {
	text-align:left;
	border-top:1px solid #c10000;
	font:bold;
	color:#3c0343;
	padding:15px 0 10px 10px;
}
.scroll-pane-outer a, .scroll-pane-outer a:visited {
	font:bold;
	color:#3c0343;
	text-decoration:none;
}
.scroll-pane-outer a:hover {
	font:bold;
	color:#3c0343;
	text-decoration:underline;
}

#program_schedule { 
	overflow: hidden; 
	position:relative;
	top:30px;
	left:14px;
	width:550px;
	height:200px;
}
#program_schedule table { margin: 2px 0 0 0; width:550px;}
#program_schedule TD {
	text-align:left;
	border-top:1px solid #c10000;
	font:bold;
	color:#3c0343;
	padding:15px 0 10px 10px;
}
#program_schedule a, #program_schedule a:visited {
	font:bold;
	color:#3c0343;
	text-decoration:none;
}
#program_schedule a:hover {
	font:bold;
	color:#3c0343;
	text-decoration:underline;
}
#program_schedule .time {
	width: 70px;
	background-color: #EFF2D2;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	text-align: center;
}
#program_schedule .time p {
	color: #48592B;
	font-weight: bold;
	margin: 8px 0 8px 0;
}
#program_schedule .show { 
	//background-color: #F6EDE3; 
	//border-top: 2px solid #FFFFFF;
}
#program_schedule .show .show_title { position: relative; }
#program_schedule .show .show_title .expand, #program_schedule .show .show_title .collapse{ 
	position: absolute;
	top: 2px;
	right: 10px;
}
#program_schedule .show .show_title p {
	color: #6E3E07;
	font-size: 14px;
	margin: 8px 8px 8px 8px
}
#program_schedule .show .show_details {
	//padding: 0 20px 0 0;
	display: none;
	font:normal 11px;
	color:#3c0343;
	margin:22px 0 0  0;
	line-height:18px;
}
#program_schedule .show .show_details img {	margin: 4px 12px 15px 8px; }
#program_schedule .show .show_details .more_link {
	margin: 3px 0 0 0;
	position: relative;
	top: 0;
}

#program_schedule .show .show_details .read-more {
	margin:10px 0 0 0;
}

#program_schedule .show .show_details .read-more img {	margin:0; }

#program_schedule .show .show_details .read-more a, .read-more a:visited {
	font:normal 11px Arial;
	color:#c10000;
	text-decoration:none;
}
#program_schedule .show .show_details .read-more a:hover {
	font:normal 11px Arial;
	color:#c10000;
	text-decoration:underline;
}

.showdesc {
	float:left; 
	width:230px; 
}

*/

/*---------episode guide subsection--------*/

.epguide {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	/*background:#FF0;*/
}

.datetab {
	width:50px;
	height:50px;
	background:#c10000;
	padding:8px;
	text-align:center;
	float:left;
}

.datetab h1 {
	font-size:30px;
	color:#FFF;
	padding:4px;
}

.epmonth {
	color:#FFF;
	padding:10px 4px 4px 4px;
	text-transform:uppercase;
}

.epcontent {
	width:530px;
	border:1px solid #c10000;
	padding:8px;
	float:left;
}


/*-----------------FOOTER----------------*/

#footer {
	width:938px;
	padding:10px 0 20px 0;
	clear:both;
}

#footernav {
	float:left;
}

#footernav li {
	list-style:none;
	float:left;
	margin:0px 10px 0 0;
	padding:0;
}

#footernav li a:link {
	color:#c10000;
	text-decoration:none;
}

#footernav li a:active {
	color:#c10000;
	text-decoration:none;
}

#footernav li a:visited {
	color:#c10000;
	text-decoration:none;
}

#footernav li a:hover {
	color:#c10000;
	text-decoration:underline;
}

#externallink {
	color:#757575;
	float:right;
}

/*----------------Extras----------------*/
.greyheader .current {
	color:#363636;
	text-decoration:none;
	background:#bfbfbf;
}


.category .current {
	color:#363636;
	text-decoration:none;
	background:#bfbfbf;
}
/*--------rating star------------------*/

.rating_bar {
  width: 55px;
  background: url(../images/star_x_grey.gif) 0 0 repeat-x;
  margin-top:-14px;
  margin-left:36px;
}

.rating_bar div {
  height: 12px;
  background: url(../images/star_x_orange.gif) 0 0 repeat-x;
}

.ratingvideo {
	display:inline;
	position:relative;
	top:-14px;
	left:100px;
}

.testposition {
	position:relative !important;
	margin:0px 0 0 0px !important;
}

.testposition1 {
	position:relative !important;
}
