/*
	CBC Television Landing Page - Screen styles
	
	COLOURS:
	BG Grey: 212121
	Text Grey: eaeaea
	Content Module Grey: 535353
	Alternate Mid-Grey: 424242
	Link Blue: 9df
		
*/

@import "/includes/globalnav/v07b/globalnav.css";
@import "/includes/footer/footer-v07b.css";
@import "/includes/css/v08/core.css";
@import "/includes/zonebar/v07/zonebar.css";

/* Main*/
body {
	margin: 0;
	padding: 0;
	background-color:#212121;
}

/* zonebar */
#zonebar{
	width:980px;
}

#zonebar #zone {
	background: #212121 url("../images/wrapper/zonebar-bg.gif") repeat-y left top !important;
}

#zonebar ul {
	background-color: #787878 !important;
}

#zonebar ul li a{
	color: #eaeaea !important;
}

#zonebar ul li a:focus, #zonebar ul li a:hover{
	background-color: #d7d7d7 !important;
	color: #000 !important;
}

#zonebar #zones ul li.active a{
	background-color: #d7d7d7 !important;
}

#zonebar ul li.active a{
	color: #000 !important;
}
			
#zonebar ul li.active ul {
	background-color: #d7d7d7 !important;
}

				
#zonebar ul li.active ul li a{
	color: #787878 !important;
}
					
#zonebar ul li.active ul li a:focus, #zonebar ul li.active ul li a:hover {
	background-color: #eaeaea !important;
	color: #000 !important;
}

/* images */
img {
	margin: 0;
	padding: 0;
	border: 0;
}

#cbctv-wrapper img {
	margin: 0;
	padding: 0;
	border: 1px solid #212121;
}
	
#cbctv-wrapper a img {
	border: 1px solid #212121;
}
	
#cbctv-wrapper a:focus img, #cbctv-wrapper a:hover img {
	border: 1px solid #9df;
}

/* links */
#cbctv-wrapper a{
	color: #9df;
	text-decoration: none;
}
	
#cbctv-wrapper a:focus, #cbctv-wrapper a:hover {
	color: #9df;
	text-decoration: underline;
}

/*Fonts */
#cbctv-wrapper h1,
#cbctv-wrapper h2,
#cbctv-wrapper h3,
#cbctv-wrapper h4,
#cbctv-wrapper h5,
#cbctv-wrapper h6 {
	margin: 0;
	padding: 0;
	color: #9df;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
}

#cbctv-wrapper h1 {
	font-size: 14pt;
	line-height: 17pt;
}
		
#cbctv-wrapper h2 {
	font-size: 12pt;
	line-height: 16pt;
}
	
#cbctv-wrapper h3 {
	font-size: 12pt;
	line-height: 15pt;
}
	
#cbctv-wrapper h3.related {
	padding: 12px 0 0 10px;
	color: #fff;
}
	
#cbctv-wrapper h4 {
	font-size: 12pt;
	line-height: 14pt;
}
	
#cbctv-wrapper h5 {
	font-size: 12pt;
	line-height: 14pt;
}

#cbctv-wrapper h6 {
	font-size: 12pt;
	line-height: 14pt;
}
	
#cbctv-wrapper p {
	margin: 0 0 12pt 0;
	padding: 0;
}
	
#cbctv-wrapper span.period {
	font-size: 0.8em;
	text-transform: uppercase;
}

/* Div#body featured promo */
#body{
	width:580px;
	background-color:#535353;
}

/* Layout */

#cbctv-wrapper {
	margin: 0;
	padding: 10px 0 0 5px;
	background-color: #212121;
	color: #eaeaea;
	font:12px arial,verdana,sans-serif;
}
	
#cbctv-wrapper div.content {
	margin: 0;
	padding: 0;
	width: 986px;
	line-height: 11pt;
}
		
#cbctv-wrapper div.content div.primary {
	float: left;
	display:inline;
	margin:0 10px 0 5px;
	width: 596px;
	background: #535353;
}
			
#cbctv-wrapper div.content div.secondary {
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
	width: 340px;
}

#cbctv-footer {
	padding: 1px 0;
	background-color: #212121;
}

/* module */

#cbctv-wrapper .module {
	margin: 0 0 10px 0;
	padding: 15px;
	background-color: #535353;
	border-top: 1px solid #9df;
}

#cbctv-wrapper div.module h3 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #fafafa;
}


/*tabs*/

#cbctv-wrapper ul.day-tabs {
	margin: 0 -5px 5px 0;
	padding: 0;
	background: #212121 url("../images/wrapper/tab-bg.gif") repeat-x left bottom;
	line-height: 14pt;
	list-style-type: none;
}
	
#cbctv-wrapper ul.day-tabs li {
	float: left;
	display:inline;
	margin: 0;
	padding: 0;
	border-top: 2px solid #212121;
}

#cbctv-wrapper ul.day-tabs li.active {
	padding:0 2px;
	border-bottom: 0;
}
		
#cbctv-wrapper ul.day-tabs li.previous {
	padding-right: 2px;
}
		
#cbctv-wrapper ul.day-tabs li.next {
	padding-left: 2px;
}
		
#cbctv-wrapper ul.day-tabs li#weekstart.next {
	padding-left: 0;
}
		
#cbctv-wrapper ul.day-tabs li#weekstart.active {
	border-left: 0;
}

#cbctv-wrapper ul.day-tabs li#weekend.previous {
	padding-right: 0;
}
		
#cbctv-wrapper ul.day-tabs li#weekend.active {
	border-right: 0;
}
		
#cbctv-wrapper ul.day-tabs li a{
	display: block;
	margin: 0;
	overflow-x: hidden;
	padding: 0 3px;
	width: 75px;
	background-color: #424242;
	border: 2px solid #303030;
	border-right: 0;
}
			
#cbctv-wrapper ul.day-tabs li.active a{
	padding: 0 4px 0 5px;
	background-color: #535353;
	border-color: #535353;
	color: #fff;
}

#cbctv-wrapper ul.day-tabs li.previous a, #cbctv-wrapper ul.day-tabs li#weekend a {
	border-right: 2px solid #303030;
}
			
#cbctv-wrapper ul.day-tabs li#weekend.active a {
	border-right: 0;
}

#cbctv-wrapper ul.day-tabs li a:focus, #cbctv-wrapper ul.day-tabs li a:hover {
	background-color: #535353;
	color: #fff;
}

/* featured Promo */
#cbctv-wrapper .feature{
	margin:5px;
}

#cbctv-wrapper .feature img{
	margin:5px 5px 0 0;
	float:left;
	display:block;
}
	
#cbctv-wrapper .feature a img{
	display:block;
}
	
#cbctv-wrapper .feature a {	
	float:left;
}

#cbctv-wrapper .feature .description h1 a{
	display:block;
	float:none;
}
	
#cbctv-wrapper .feature .description{
	float:left;
	display:inline;
	width:125px;
	margin:5px 10px 0 0;
}
	
#cbctv-wrapper .feature .description span.time{
	font:bold 11pt Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
}
	
#cbctv-wrapper .feature .description  h1 a, #cbctv-wrapper ul.related li.website a{
	color:#99DDFF;
}
	
#cbctv-wrapper .full .description{
	float:left;
	display:inline;
	width:574px;
	margin:5px 10px 0 0;
}

#cbctv-wrapper .full .description h1 a{
	display:block;
	float:none;
}

#cbctv-wrapper .full .description p{
	display:block;
}


/*btm of feature promo */
#cbctv-wrapper dl.programs dd ul, #cbctv-wrapper ul.related {
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style-type: none;
}
	
#cbctv-wrapper ul.related {
	margin: 0;
	padding: 8px 10px;
	width: 576px;
	background-color: #424242;
}

#cbctv-wrapper dl.programs dd ul {
	padding-bottom: 0;
}

#cbctv-wrapper dl.programs dd ul li, #cbctv-wrapper ul.related li {
	float: left;
	display:inline;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #bcbcbc;
}
	
/* feature promo loader img*/
#cbctv-wrapper p.date {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #212121;
	border-top: 4px solid #212121;
	text-align: right;
}
	
#cbctv-wrapper p.notice {
	margin: 5px 0 5px 5px;
}
	
#cbctv-wrapper p.notice small {
	font-size: 10px;
}
	
.loader {
	margin: 2em auto;
	min-height: 20px;
	padding: 70px 15px 20px 15px;
	width: 220px;
	background: #424242 url("../images/wrapper/loader.gif") no-repeat center 15px;
	text-align: center;
}


/*sml promos */
#cbctv-wrapper hr{
	border:2px solid #424242;
	margin:5px 0;
	padding:0;
}

#cbctv-wrapper dl.programs{
	padding:0;
	margin:0;
}

#cbctv-wrapper dl.programs dt{
	padding:5px;
	margin:0;
}

#cbctv-wrapper dl.programs dt a.graphic img{
	display:block;
}

#cbctv-wrapper dl.programs dt a.graphic{
	float:left;
}


#cbctv-wrapper dl.programs dt a:hover.graphic{
	float:left;
}


#cbctv-wrapper dl.programs dt a.graphic {
	float:left;	
	display:block;
	margin:3px 10px 0 0;
	width:100px;
	height:90px;
}

#cbctv-wrapper dl.programs dt a:hover.graphic {
	float:left;	
	display:block;
	margin:3px 10px 0 0;
	width:100px;
	height:90px;
} 

#cbctv-wrapper .feature a img{
	display:block;
}

#cbctv-wrapper .feature a {
	float:left;
}

#cbctv-wrapper .feature a:hover {
	float:left;
}

#cbctv-wrapper dl.programs dd{
	padding:0 0 15px 0;
	margin:0;
	height:90px;
}

#cbctv-wrapper dl.programs dd p{
	margin:0;
	color:#fff;
	padding:5px 0;
}

#cbctv-wrapper dl.programs dd a{
	color:#99DDFF;
	text-decoration:none;
	font-weight:bold;
}

#cbctv-wrapper dl.programs dd a:hover{
	text-decoration:underline;
}

#cbctv-wrapper dl.programs dd span.time{
	display:block;
	color:#fff;	
}

#cbctv-wrapper dl.programs dd span.time span.period{
	font:normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#cbctv-wrapper dl.programs dd ul{
	list-style-type:none;
	margin:0;
}

#cbctv-wrapper dl.programs dd ul li{
	border-left:1px solid #fff;
	margin:5px 0 0 0;
	padding-left:10px;
	float:left;
	display:inline;
}

/* right side */

#cbctv-wrapper .featured{
	padding:10px;
	margin:0;
}

#cbctv-wrapper .featured .promo{
	padding:0;	
}

#cbctv-wrapper .featured .promo a, #cbctv-wrapper .featured div.promo a:link, #cbctv-wrapper .featured div.promo a:visited {
	margin:0;
	padding:0;
}

#cbctv-wrapper .featured img{
	float:left;
	display:inline;
	margin-right:10px;
	width:112px;
	height:64px;
}

#cbctv-wrapper .featured .promo {
	width:300px;
}

#cbctv-wrapper .featured .promo dl {
	float:left;
	display:inline;
	width:175px;
	margin:0;
	padding:0;
}

#cbctv-wrapper .featured .promo dl dt {
	font:bold 11pt Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}


/* Big box */

#advert300x250 .ad-300x250 {
	background:transparent url(/includes/ads/gfx/ad_label_h.gif) no-repeat scroll center top;
	height:250px;
	margin:20px auto;
	padding:14px;
	width:300px;
}

/* Playlsit */
#cbctv-wrapper .playlist{
	padding:0;
}

#cbctv-wrapper .playlist h3{
	padding:10px 0 0 10px !important;
	color:#99DDFF !important;
	margin:0 !important;
}

#cbctv-wrapper .tpPlaylist{
	background-color:#212121;
	width:340px !important;
}

.tpPlaylistTabs{
	padding-top:0;
	margin:0;
	background-color:#535353;
	width:340px;
}

.tpPlaylistTabs ul{
	padding:0 !important;
	margin:10px 0 0 10px !important;
}

.tpPlaylistTabs ul li{
	padding:0 !important;
	margin:0 !important;
}

.tpPlaylistTabs ul li.sort{
	margin:3px 7px 0 4px !important;
}

.tpPlaylistTabs ul.tab1 li.tab1, .tpPlaylistTabs ul.tab2 li.tab2 {
	background:#535353 url(/television/images/playlist-tab.gif) no-repeat scroll center bottom;
}

.tpPlaylistTabs ul li a{
	color:#000 !important;
}

.tpPlaylistTabs ul li.sort{
		font-weight:bold;
}

.tpHead {
	background-color:#FFFFFF;
	border-top:1px solid #7C0000;
}

#cbctv-wrapper .playlist #tpPlaylistContent{
	width:340px !important;
}

#cbctv-wrapper .playlist #tpPlaylistContent .tpClips{
	width:320px;
	height:260px;
	overflow:auto;
	position:relative;
}

.tpPlayer{
	background-color:#424242 !important;
}

.tpPlayer h2{
	color:#000;
}

.tpPlayer span {
	color:#C42127;
}

.tpPlayer span a{
	color:#000;
}

.tpPlayer span em{
	color:#C42127;
	font-style:normal;
	font-weight:bold;
}

.tpClips {
	padding:0 10px;
	height:auto;
	background-color:#424242;
}

.tpClips a {
	float:none;
	overflow:none;
	margin:0;
	text-decoration:none;
	width:auto;
	background-color:#424242;
	border-bottom-color:#828282 !important;
}

#tpPlaylistContent .tpClips a.playlistItem img {
	margin-right:10px !important;
}

.tpClips a:hover {
	background-color:#424242 !important;
}

.tpClips a:hover {
	text-decoration:none;
	background-color:#f7f7f7;
}

.tpClips a:hover .title {
	color:#115278;
	text-decoration:none;
}

.tpClips img {
	margin:0 7px 0 10px;
}

.tpClips .cta {
	font-size:11px;
	padding:0 0 0 23px;
	width:auto;
	background:transparent url(/video/imgs/small_play.gif) no-repeat scroll 0 2px;
	color:#99DDFF !important;
}

.tpClips .cta em {
	float:none;
	color:#99DDFF;
}

.tpClips .cta .livenow {
	background-color:none;
}

.tpClips .cta .livelater {
	padding:0;
	width:auto;
}

.tpClips .title {
	position:relative;
	float:none;
	font-size:11px;
	color:#99DDFF;
	padding:0;
}

.tpClips a .title {
	color:#99DDFF;
}

.tpClips a:hover .title{
	color:#99DDFF;
}

.tpClips .desc {
	color:#fff;
}

/* Schedule promo */
#cbctv-wrapper .primetime{
	margin:10px 0;
}

#cbctv-wrapper div.module table.schedule {
	margin: 0 -15px;
	padding: 0;
	width: 340px;
	border: 0;
}
	
#cbctv-wrapper div.module table.schedule thead {
	display: none;
}
		
#cbctv-wrapper div.module table.schedule tr td {
	padding: 5px 0 5px 15px;
	background-color: #424242;
}

#cbctv-wrapper div.module table.schedule tr.alternate td {
	background-color: #535353;
}

#cbctv-wrapper div.module table.schedule tr td.time {
	width: 95px;
}
