body{
	margin:0;
	padding:1px;
	text-align:center;
	background:none;
	background-color:#000;
	overflow-x:hidden;
	overflow-y:hidden;
}
#watch_container{
	width:640px;
	margin:0 auto;
	text-align:left;
	background-color:#000;
	overflow:hidden;
}
#watch_video{
	position:relative;
	border-bottom:1px solid #000;
}
#watch_video-margin{
}
#watch_acctvlogo{
	height:29px;
	clear:both;
	background-image:url(images/watchnow_acctv.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#watch_schedulestatus{
	position:relative;
	width:158px;
	height:88px;
	float:left;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(images/watchnow_now.jpg);
}
#watch_schedulestatus.later{
	background-image:url(images/watchnow_later.jpg);
}
#watch_schedulestatus.next{
	background-image:url(images/watchnow_next.jpg);
}
#watch_schedulestatus.now{
	background-image:url(images/watchnow_now.jpg);
}
#cms #watch_schedulestatus a#arrowup{
	position:absolute;
	display:block;
	z-index:10;
	width:29px;
	height:20px;
	left:64px;
	top:4px;
	background-image:url(images/watchnow_arrow_up.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	cursor:pointer;
}
#cms #watch_schedulestatus a#arrowdown{
	position:absolute;
	z-index:10;
	display:block;
	width:29px;
	height:20px;
	left:64px;
	top:63px;
	background-image:url(images/watchnow_arrow_down.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	cursor:pointer;
}
#cms #watch_schedulestatus.later a#arrowdown{
	display:none;
}
#cms #watch_schedulestatus.now a#arrowup{
	display:none;
}
#watch_schedule_list{
	float:left;
	width:320px;
}

#player{
	width:478px;
	height:294px;
	overflow:hidden;
}
#windowsmedia{
	width:640px;
	height:390px;
	overflow:hidden;
}
#watch_flashads{
	height:124px;
	overflow:hidden;
	text-align:center;
}
#cms #flash_player,
#cms #wmp_player{
	background-image:url(images/watchnow_btnmattebg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#000;
	padding-top:10px;
	padding-bottom:7px;
	text-align:center;
	display:block;
	color:#fff;
	text-transform:uppercase;
}
#cms #flash_player.selected,
#cms #wmp_player.selected{
	color:#2eb9f1;
	background-image:url(images/watchnow_streambg_selected.gif);
	background-color:#302f2f;
}
#flash_player{
	width:319px;
	float:left;
}
#wmp_player{
	width:320px;
	float:right;
}
#watch_btnlinks{
	background-color:#1c1c1e;
	text-align:center;
}
#cms #watch_viewschedule,
#cms #watch_browseprograms,
#cms #watch_highlights{
	background-image:url(images/watchnow_btnshinybg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#000;
	padding-top:8px;
	padding-bottom:9px;
	text-align:center;
	display:block;
	color:#fff;
	text-transform:uppercase;
	width:213px;
}
#cms #watch_highlights{
	float:left;
}
#cms #watch_viewschedule{
	display:inline-block;
	width:212px;
}
#cms #watch_browseprograms{
	float:right;	
}
#watch_footer{
	background-image:url(images/watchnow_btnmattebg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#000;
	height:30px;
	position:relative;
}
#watch_footer-margin{
	padding-top:8px;
	padding-left:8px;
	font-size:10px;
	color:#666;
}
#cms #watch_footer a{
	color:#fff;
	text-decoration:none;
}
#cms #watch_footer a:hover{
	color:#fff;
	text-decoration:underline;
}

/*Schedule*/
.watch_schedule_item{
	color:#00ACED;
	clear:both;
	padding:8px 10px;
	font-size:12px;
	line-height:12px;
	position:relative;
	cursor:pointer;
}
.watch_schedule_item.selected{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	padding:9px 10px;
	background-image:url(images/watchnow_selectedschedule_bg.gif);
	background-repeat:repeat-x;
	background-color:#16bcff;
}
.watch_schedule_list a.watch_schedule_info{
	position:absolute;
	display:block;
	cursor:pointer;
	z-index:10;
	width:15px;
	height:15px;
	top:7px;
	right:7px;
	background-image:url(images/watchnow_i_blackbg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.watch_schedule_list .selected a.watch_schedule_info{
	background-image:url(images/watchnow_i_bluebg.gif);	
}
.watch_schedule_time{
	display:none;
}
.watch_schedule_item.selected .watch_schedule_time{
	display:inline;
}
.watch_schedule_program{
	display:inline;
}
