#spp {
	display: none;
}

#seconds {
	display: none;
}

#px_position {
	display: none;
}

#bottomWrapper{
	clear: both;
	position: relative;
	width: 804px;
	margin: 0 auto;
	background: transparent url(../images/schedule/pageWrapperDark.png) center top repeat-y;
	height: 95px;
}

	.pdf{
		position: absolute;
		top: 47px;
		left: 115px;
		background: transparent url(../images/schedule/pdf2.jpg) left center no-repeat;
		padding: 0 40px  0 19px; 
		font-size: 12px;
		display: block;
		color: #20376B;
	}
	
	.printer{
		position: absolute;
		top: 47px;
		background: transparent url(../images/schedule/Print2.png) no-repeat scroll left center;
		padding: 0 40px  0 19px; 
		font-size: 12px;
		display: block;
		color: #20376B;
	}

	.zoom {
		position: absolute;
		top: 10px;
		left: 13px;
		padding: 0 40px 0 10px;
		font-size: 10px;
		line-height: 54px;
		height: 54px;
		display: block;
		color: #20376B;
	}

	.zoom img {
		display: inline;
		width: 12px;
	}
	
	#simpleSchedule {
	position: relative;
	top: -65px;
	left: 150px;
	}
	/* Firefox */
	@-moz-document url-prefix()
	{
	#simpleSchedule {
	top: -70px;
	}
	}
	/* IE 8 */
	#simpleSchedule {
	top: -67px\0/;
	}

	#simpleSchedule a {
	text-decoration: none;
	}
	
	#simpleSchedule a:hover {
	text-decoration: underline;
	}

.schedule #contentHeader{
	background: transparent url(../images/schedule/pageWrapperDark.png) center top repeat-y;
	z-index:200;
	height: 45px;
}

	.schedule #contentHeader #timezone.sort{
		position: absolute;
		top: 15px;
		right: 200px;
		width: 60px;
		padding:0 0 0 70px;
	}

	.schedule #contentHeader #date.sort{
		position: absolute;
		top: 17px;
		right: 15px;
		width: 170px;
	}

	.schedule #contentHeader #zoom.sort{
		position: absolute;
		top: 20px;
		right: 690px;
	}

	.schedule #contentHeader #zoom.sort a {
		text-decoration: none;
	}

	.schedule #timezone.sort span{
		position: absolute;
		top: 9px;	
		left: 0;
		color: #20376B;
		font-size: 15px;
	}
	/* Firefox */
	@-moz-document url-prefix()
	{
	.schedule #timezone.sort span{
		top: 10px;	
	}
	}
	
	.schedule #timezone .select{
			position: relative;
			background: url(../images/search/input-sort-drop.gif) 60px no-repeat;
			background-color:#F9F9F9;
			border: 3px solid #e7e8eb;
			height: 17px;
			width: 65px;
			padding: 10px 0 0 10px;
			color: #666;
			font-size: 11px;
			cursor: pointer;
	}

		.schedule #timezone .select input{
			border: none;
			width: 65px;
			background: none;
			color: #666;
			font-size: 11px;
			cursor: pointer;
			margin: 0;
			position: relative;
			top: -4px;
		}

		.schedule #timezone .select div{
			display: none;
			border: 3px solid #E8E9EC;
			background-color: #F9F9F9;
			position: relative;
			top: 1px;
			left: -13px;
			z-index: 10;
			width: 65px;
			padding: 0 5px;
		}
		
		/* Firefox */
		@-moz-document url-prefix()
		{
		.schedule #timezone .select div{top: 0px;}
		}
		
			.schedule #timezone .select div ul{
				padding-bottom: 0 !important;
			}
		
			.schedule #timezone .select div li{
				background: transparent url(../images/filter-row-background.gif) left top no-repeat;
				padding: 7px 0 4px !important;
				float: none !important;
			}
			
			.schedule #timezone .select li:first-child{
				background: none;
				float: none !important;
			}
			
				.schedule #timezone .select div li a{
					padding: 2px 0;
					margin-left: 5px;
					color: #5d5d5d;
					font-size: 11px;
					text-decoration: none;
				}
				
				.schedule #timezone .select div li a:hover{
					text-decoration: underline;
					cursor: pointer;
					color:#444A5E;
				}

.schedule #date, .schedule #timezone {margin-top: 2px; }

.schedule #contentHeader #date {
	position: absolute;
	right: 15px;
	top: 15px;
	
	}

	.schedule #date.sort{
		position: absolute;
		top: 18px;
		right: 0;
		float: left;
		background: transparent url(../images/search/input-sort.gif) top right no-repeat;
		width: 154px;
		height: 31px;
	}
	
	.schedule #date span{
		position: absolute;
		top: 9px;	
		left: -35px;
		color: #20376B;
		font-size: 15px;
	}
	/* Firefox */
	@-moz-document url-prefix()
	{
	.schedule #date span{ top: 10px;	}
	}

		.schedule #date input{
			width: 90px;
			height: 17px;
			text-align: center;
			padding: 6px 0 4px 0;
			color: #666;
			font-size: 11px;
			cursor: pointer;
			border: 3px solid #e7e8eb;
			background-color: #F9F9F9;
			position: relative;
		}
			/* Firefox */
			@-moz-document url-prefix()
			{
			.schedule #date input{
			padding: 0;
			height: 25px;
			}
			}

		.schedule #date.sort .select div{
			display: none;
			border: 3px solid #E8E9EC;
			border-top: 0;
			background-color: #F9F9F9;
			position: relative;
			z-index: 10;
			margin: 0 0 0 56px;
			width: 98px;
			padding: 0 5px;
		}
		
			.schedule #date.sort .select div ul{
				padding-bottom: 0 !important;
			}
		
			.schedule #date.sort .select div li{
				background: transparent url(../images/filter-row-background.gif) left top no-repeat;
				padding: 7px 0 4px !important;
				float: none !important;
			}
			
			.schedule #date.sort .select div li:first-child{
				background: none;
				float: none !important;
			}
			
				.schedule #date.sort .select div li a{
					display: block;
					padding: 3px 5px;
					line-height: 1.5;
					color: #5d5d5d;
					font-size: 10px;
					text-decoration: none;
				}
				
				.schedule #date.sort .select div li a:hover{
					text-decoration: underline;
					cursor: pointer;
					color:#444A5E;
				}

.schedule #date.sort ui-datepicker #ui-datepicker-div {
position: absolute;
top: 0;
left: 0;	
}

.schedule #pageContent{
	position: relative;
	width: 780px;
	padding: 0px 12px 0 12px;
	overflow: inherit;
}

.schedule #pageContent:after {
	clear: both;
  	display: block; 
  	visibility: hidden; 
  	height: 0; 
  	content: ".";
}

.schedule #mainContent{
	position: relative;
	width: 780px !important;
	padding-top: 50px;
	background: transparent url(../images/schedule/schedule-background.gif) top left repeat-y;
	margin:0 0 25px 0;
}

	
	.schedule #mainContent #schedule{
		position: relative;
	}
	

	.hover {
		z-index: 1666;
	}
	
		.schedule #mainContent #schedule .col{
			position: relative;
			float: left;
			padding: 0 0 0 0;
			width: 230px;
			height: 4350px;
		}
		
			.schedule #mainContent #schedule h2{
				position: absolute;
				top: 0;
				left: 0;
			}
			
				.schedule #mainContent #schedule h2#cspanHeading{
					width: 73px;
					height: 27px;
					background: transparent url(../images/schedule/cspan.gif) 0 0 no-repeat;
					text-indent: -5666em;
					left: 85px;
				}

				.schedule #mainContent #schedule h2#cspanHeading2{
					width: 81px;
					height: 27px;
					background: transparent url(../images/schedule/cspan2.gif) 0 0 no-repeat;
					text-indent: -5666em;
					left: 315px;
				}

				.schedule #mainContent #schedule h2#cspanHeading3{
					width: 81px;
					height: 27px;
					background: transparent url(../images/schedule/cspan3.gif) 0 0 no-repeat;				
					text-indent: -5666em;
					left: 543px;
				}
		
		.schedule #mainContent #schedule #times.col{
			width: 72px;
		}
		
			.schedule #mainContent #schedule .col .time-block{
				width: 230px;
				height: 86px;
				/* padding: 19px 0 0 0; */
				border-bottom: 1px solid #E5E8EF;
				font-size: 9px;
				color: #666;
				line-height: 1;
			}
			
				.schedule #mainContent #schedule #times.col .time-block{
					position: relative;
					width: 72px;
				}
			
				.schedule #mainContent #schedule #times.col .time-block .today{
					display: block;
					font-weight: bold;
					font-family: Helvetica, Arial, sans-serif;
					margin: 12px 0 0 0;
				}
				
		.schedule #mainContent #schedule #cspan .time,
		.schedule #mainContent #schedule #cspan2 .time,
		.schedule #mainContent #schedule #cspan3 .time{
			display: none;
		}
		
		.program{
			position: absolute;
			left: 12px;
			cursor: pointer;
		}
		
			.program h3{
				font-weight: bold;
				font-size: 10px;
				margin: 0 !important;
				width: 80%;
			}

			.program h3 a {
				color: #444;
				font-style: normal !important;
				font-weight: bold;
				line-height: 12px;
				text-decoration: none;
				text-transform: none;
				font-size: 11px;
				letter-spacing: 0;
				padding-bottom: 10px;
				clear: both;
				float: left;
			}
			.program h3 a:hover {
				color: #444A5E;
				text-decoration: underline;
			}
	
			.program h4{
				margin: 15px 0 5px 0;
				float: left;
				clear: both;
			}
			
			.program div{
				float: left;
				clear: both;
			}
			
			.program .inprogress{
				color:#395888; font-size:12px; text-transform:uppercase; text-decoration: none; float: left; clear: both; margin-top: 5px;
			}
			.short .inprogress{
				margin: 4px 0 4px;
			}
			
			.live {color:#395888; font-size:12px; text-transform:uppercase; text-decoration: none; float: left; clear: both; margin-top: 5px;}
			
			.program .video-wrapper{
				width: 103px;
				height: 72px;
			/*	padding: 4px 0 0 4px; */
				margin: 0 0 10px -2px;
			}
		
		.schedule #mainContent #schedule #cspan.col{
		}
		
			.schedule #mainContent #schedule #cspan.col .program{
				background: transparent url(../images/schedule/cspan-top.png) top left no-repeat;
				padding: 5px 0 0 0;
			}
			
			.schedule #mainContent #schedule #cspan.col .program-details{
				width:192px;
				padding: 10px 0 0 20px;
				background: transparent url(../images/schedule/cspan-background.png) left top repeat-y;
				overflow: hidden;
			}
			
			.schedule #mainContent #schedule #cspan.col .short .program-details{
				padding-top: 2px;
			}
			
			.schedule #mainContent #schedule #cspan.col .program-bottom{
				background: transparent url(../images/schedule/cspan-bottom.png) left bottom no-repeat;
				width: 212px;
				height: 11px;
			}
		
		.schedule #mainContent #schedule #cspan2.col{
		
		}

			.schedule #mainContent #schedule #cspan2.col .program{
				background: transparent url(../images/schedule/cspan2-top.png) top left no-repeat;
				padding: 5px 0 0 0;
				left: 11px;
			}
			
			.schedule #mainContent #schedule #cspan2.col .program-details{
				width:192px;
				padding: 10px 0 0 20px;
				background: transparent url(../images/schedule/cspan2-background.png) left top repeat-y;
				overflow: hidden;
			}
			
			.schedule #mainContent #schedule #cspan2.col .short .program-details{
				padding-top: 2px;
			}

			.schedule #mainContent #schedule #cspan2.col .program-bottom{
				background: transparent url(../images/schedule/cspan2-bottom.png) left bottom no-repeat;
				width: 212px;
				height: 11px;
			}
		
		.schedule #mainContent #schedule #cspan3.col{
		
		}
		
			.schedule #mainContent #schedule #cspan3.col .program{
				background: transparent url(../images/schedule/cspan3-top.png) top left no-repeat;
				padding: 5px 0 0 0;
				left: 11px;
				cursor:pointer;
			}
			
			.schedule #mainContent #schedule #cspan3.col .program-details{
				width:192px;
				padding: 10px 0 0 20px;
				background: transparent url(../images/schedule/cspan3-background.png) left top repeat-y;
				overflow: hidden;
			}
			
			.schedule #mainContent #schedule #cspan3.col .short .program-details{
				padding-top: 2px;
			}

			.schedule #mainContent #schedule #cspan3.col .program-bottom{
				background: transparent url(../images/schedule/cspan3-bottom.png) left bottom no-repeat;
				width: 212px;
				height: 11px;
			}
	
.scrollMove {
	position: relative;
	top: 0px;
}	

.before {
	font-size: 12px;
	font-weight: bold;
	line-height: 1px;
	padding-top: 6px;
}


.schedule-pop {
	width:413px;
	z-index: 1666;
	position:relative;
	left:-105px;
	display:none;
}
.schedule-pop .title {
	width:413px;
	background:url(../images/schedule/schedule-pop-bottom-down.png) 0 0 no-repeat scroll transparent;
	padding:30px 0 0 0;
	/*max-height: 114px;*/
}
.schedule-pop .title h3 {
	font-size:20px;
	text-transform:uppercase;
	color:#395888;
	margin: 10px 30px 0px 20px;
}
.schedule-pop .title h3 a {
	font-size:20px;
	text-transform:uppercase;
	color:#395888;
	margin: 10px 30px 10px 0px;
	line-height: 1;
}
#pageContent #mainContent .schedule-pop .title p.meta {
	background:url(../images/search/h2-divider.gif) left bottom repeat-x scroll transparent;
	margin: 0 20px;
	padding: 0 0 20px;
}
#pageContent #mainContent .schedule-pop .title p.metanb {
	margin: 0 20px;
}
.schedule-pop .body {
	width:413px;
	background:url(../images/schedule/schedule-pop-top-down.png) left bottom no-repeat scroll transparent;
	padding:1px 0 5px 0;
	max-height: 175px; 
}
#pageContent #mainContent .schedule-pop .body p {
	margin:20px;
	overflow-y: auto;
	max-height: 74px;
}
#pageContent #mainContent .schedule-pop .body p.meta {
	overflow-y: visible;
	height: auto;
}

