a:link, a:visited {
	color:#FFFFFF;
	text-decoration : none;
}

a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}

body {
	background:#fff;
	/*background-image: url(../images/bkgd.jpg);
	background-repeat: no-repeat;
	background-position:top;*/
	font: 76% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	line-height: 130%;
	text-align:center; /* for IE */
	margin:0px; /* for the rest */
}

img {
	/* display: block; to avoid IE 3px bug*/
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#episodes {
	top:169px;
	left:636px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	width:1000px;
}

#header object {
	display: block;
}

#navEpisodes {
	position: absolute;
	top: 178px;
	left: 235px;
	display: none;
	background-color: #333333;
	color: #FFFFFF;
	z-index: 1000;
	
	filter: alpha(opacity=93);
	-moz-opacity: .93;
	opacity: .93;
	zoom: 1; /*IE 6.0*/	
}

#navEpisodes ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}

#navEpisodes li a, #navEpisodes li span {
	display: block;
	padding-right: 25px;
	padding-left: 10px;
	line-height: 25px;
}

#navEpisodes li span {
	color: #999999;
}

#navEpisodes li a:hover, #navEpisodes li span:hover {
	color: #F04E4E;
	text-decoration: none;
}

#navEpisodes li span:hover {
	cursor: pointer;
	color: #999999;
}

#navPagingWrapper {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #333333;
	width: 200px;
}

#navPagingWrapper .paging {
	cursor: pointer;
	color: #999999;
}

#navPagingWrapper .paging:hover {
	cursor: pointer;
	color: #F04E4E;
}

#navPagingWrapper #navPagingNext {
	float: right;
}

#navPagingWrapper #navPagingPrevious {
	float: left;
	padding-right: 10px;
}

#navShowsPagingWrapper {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #000000;
	width: 215px;
}

#navShowsPagingWrapper .paging {
	cursor: pointer;
	color: #999999;
}

#navShowsPagingWrapper .paging:hover {
	cursor: pointer;
	color: #F04E4E;
}

#navShowsPagingWrapper #navShowsPagingNext {
	float: right;
	padding-left: 20px;
}

#navShowsPagingWrapper #navShowsPagingNext.loading {
	background-image: url(../../images/nav-shows-ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navShowsPagingWrapper #navShowsPagingPrevious {
	float: left;
	padding-right: 20px;
}

#navShowsPagingWrapper #navShowsPagingPrevious.loading {
	background-image: url(../../images/nav-shows-ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navShows {
	position: absolute;
	top: 178px;
	left: 0px;
	width: 235px;
	display: none;
	background-color: #000000;
	color: #FFFFFF;
	z-index: 1000;
	
	filter: alpha(opacity=93);
	-moz-opacity: .93;
	opacity: .93;
	zoom: 1; /*IE 6.0*/
}

#navShows ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}

#navShows li {
	display: block;
	width: 215px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	cursor: pointer;
	clear: both;
}

#navShows li:hover, #navShows a:hover {
	color: #F04E4E;
	text-decoration: none;
}

#navShows ul .selected {
	background-color: #333333;
}

#navShows ul .loading {
	background-image: url(../../images/nav-ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#showFinder {
	padding-top: 35px;
	padding-left: 7px;
}

#showFinder #instantShowFinder {
	color: #e0ae02;
	font-weight: bold;
	font-size: 12px;
}

#showFinder #chooseShow {
	background-image: url(../images/menu_bg.jpg);
	width: 219px;
	height: 20px;
	margin-top: 7px;
	padding-left: 5px;
	line-height: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

#show_menu {
	position:absolute;
	z-index:2;
	top:86px;
	left: 128px;
	width: 242px;
}

#show_menu2 {
	position:absolute;
	z-index:2;
	top:88px;
	left: 128px;
	width: 242px;
	display:none;
}

#shows {
	top:169px;
	left:295px;
}

div.ad {
	float:right;
	width:300px;
	height:250px;
}

.blue_text {
	font-size:12px;
	line-height:130%;
	color:#003663;
}
a.blue_text {	
	font-size:12px;
	line-height:130%;
	color:#003663;
}
a.blue_text:hover {	
	text-decoration:underline;
	color:#003663;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 0px;
}

/* ClearFix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


div.container {
	background-image: url(../images/bkgd.jpg);
	background-repeat: no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0px auto;
	color: #000;
	padding:0px;
	position:relative;
	overflow:hidden;
}

div.episode_menu {
	position:absolute;
	z-index:3;
	top:-20px;
	left: 600px;
	width: 222px;
}

.floatleft {
	float:left;
}

div.header {
	margin: 0px;
	padding: 0px;
	/*height:193px;*/
}

div.leftbase {
	float:left;
	width:642px;
	padding-left: 20px;
	margin: 0px;
}

div.leftcol {
	float:left;
	width:640px;
	padding-left: 20px;
	margin: 0px;
}

div.leftcol2 {
	float:left;
	width:250px;
	margin: 0px;
	background-image:url(../images/minishowfinder_bg.jpg);
	background-repeat:no-repeat;
	height:118px;
}

.menu_item {
	color:white;
	font-size:90%;
	line-height:200%;
	text-decoration:none;
}
.menu_item:hover {
	color:#f04e4e;
	text-decoration:none;
}

.pulldown_menu_box {
	width:212px;
	height:18px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	padding:1px 6px;
	color:white;
}

.pulldown_menu {
	background-image:url(../images/pulldown_bg.png);
	width:auto;
	min-width:198px;
	padding:5px 12px 12px 12px;
	z-index:5;
	position:absolute;
	/*margin-left:-6px;*/
	margin-left:436px;
	margin-top:8px;
	border:1px solid #444444;
	
}

div.rightcol {
	float:right;
	width:300px;
	padding-right:9px;
	margin:0px;
}

div.rightcol2 {
	background-image:url(../images/spacer.jpg);
	background-repeat:no-repeat;
	float:right;
	width:741px;
	margin:0px;
	padding-right:9px;
	padding-top:12px;
}

div.partners {
	float:left;
	width:300px;
	padding-left:15px;
	margin:0px;
}

div.showlist {
	float:left;
	width:326px;
	padding-top:10px;
}

div.showdescr {
	float: right;
	width:300px;
	padding-top:10px;
}

div.upbase {
	margin: 0px;
	padding: 0 20px 20px 20px;
}

.yellow_text {
	color:#e0ae02;
	font-size:95%;
	padding-top:5px;
}

/**** BEGIN Table Properties ****/
table.container {
	width: 642px;
	height: 984px;
	/*height: 456px;*/
	border: none;
	background-image: url(../images/img_table01.png);
	/*background-position: center;*/
	background-repeat: no-repeat;
}

table.schedule {
	max-height: 930px;
	overflow: auto;
	table-layout: fixed;
	font: 70% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
}

table.allshows {
	max-height: 947;
	overflow: auto;
	table-layout: fixed;
	font: 70% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color: #003663;
}

th.showtitle {
	border: none;
	background-image: url(../images/label_bkgd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font: 70% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #001638;
	width: 190px;
	height: 25px;
}
th.updatedon, th.nextweek, th.daterange {
	border: none;
	background-image: url(../images/label_bkgd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font: 70% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #001638;
	width: 90px;
	height: 25px;
}
th.watchnow {
	border: none;
	background-image: url(../images/label_bkgd2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font: 70% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 90px;
}
th.allheader {
	border: none;
	background-image: url(../images/img_table02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font: 76% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-weight: bold;
}
tr.cells {
	background-image: url(../images/cell_bkgd.png);
	background-repeat: repeat-x;
	color: #003663;
}

tr.cells2 {
	background-image: url(../images/cell_bkgd2.png);
	background-repeat: no-repeat;
	color: #003663;
	padding-bottom: 5px;
}

td.showtitle {
	font-weight: bold;
}
td.watchnow {
	background-image: url(../images/cell_bkgd2.png);
}
/**** END Table Properties ****/
.legal {
	text-align:center;
}
.legal_copy {
	text-align:left;
	padding:12px;
	margin:0 20px 0 20px;
	background-image:url(../images/rateshow_bg.png);
	height:940px;
	overflow:auto;
	font-size:10px;
	color:#444;
	font-family:"Lucida Sans Unicode", verdana, helvetica, sans-serif;
}
.faq_copy {
	text-align:left;
	padding:12px;
	margin:0 20px 0 20px;
	background-image:url(../images/rateshow_bg.png);
	height:530px;
	font-size:12px;
	color:#444;
	font-family:"Lucida Sans Unicode", verdana, helvetica, sans-serif;
}
a.legal_link {
	font-size:10px;
	color:#444;
	font-family:"Lucida Sans Unicode", verdana, helvetica, sans-serif;
}
.legal_link:hover {
	text-decoration:underline;
	color:#444
}
