/*
TVNZ Screen Stylesheet

version:	1.0
date:		10/11/08
website:	www.tvnz.co.nz
author:		Aim Proximity

TABLE OF CONTENTS:
0.1		--

Main Templates:
1.1		--

Modules:
2.1		--

===========================================================*/

div.channelBg { background-position: center 25px }

/* 0.0	Primary Structure
===========================================================*/

body														{background-color: #111}
#featureBackground,
#container,
.row .shadowBox												{background: none; border: none}

.channelNav													{background: #000; height: 29px;}
.channelNav	ul#nav											{margin: 0 auto; display: block; height: 29px; line-height: 28px; width:960px;}
.channelNav	ul#nav li										{float: left; border-left: 1px solid #fff; border-right: 1px solid #666;}
.channelNav	ul#nav li.first									{border-left: none;}
.channelNav	ul#nav li.last									{border-right: none;}
.channelNav	ul#nav li a										{color: #fff; text-decoration: none; font-size: 12px; padding: 0 15px}
.channelNav	ul#nav li a:hover								{color: #ccc; text-decoration: underline;}

#wrapper													{background: none; margin-top: 0px !important;}

.watchEpisode												{margin:0 auto 17px auto !important; height:405px; top: 20px; width:960px; position:relative}
.featuredContent											{left: 10px;}

.channelBorder												{background: none; border-top:1px dashed #fff; padding:15px 0 0;}

#channelSchedule											{float: right; width: 310px; overflow: hidden; }
#channelSchedule .channelTime								{position: relative; display: block; height: 110px; color:#FFFFFF; font-size:10px; line-height: 10px}

#channelSchedule .channelTime h6							{width:225px; font-size: 16px; line-height: 16px; font-weight: bold; color: #fff; font-family: Arial, Helvetica, sans-serif; text-transform:uppercase;}
#channelSchedule .channelTime h6 a							{text-decoration: none !important;}
#channelSchedule .channelTime h6 a:hover					{text-decoration: none !important;}
#channelSchedule .channelTime h6 span						{color: #fff; font-family: Arial, Helvetica, sans-serif}
#channelSchedule .channelTime h6 .highlight span			{color: #CCC; font-family: Arial, Helvetica, sans-serif}
#channelSchedule .channelTime h6.onNow						{padding:0 0 2px;}
#channelSchedule .channelTime h6.onNext						{}

#channelSchedule .channelTime a.viewSchedule				{
	background: url('http://images.tvnz.co.nz/tvnz_site_images/entertainment/images/tv2/viewSchedule.gif') top no-repeat; 
	display: block; width: 131px; 
	height: 21px; 
	text-indent: -9999px;
	position: absolute; 
	top: 79px; 
	left: 50px;
}
#channelSchedule .channelTime a:hover.viewSchedule			{background-position: bottom;}

/* moved here from extras.css @ r18444 for OST-1629 */
.featuredContent											{background:#0C1016 url('http://images.tvnz.co.nz/tvnz_site_images/entertainment/images/featuredContent.gif') top repeat-x; display:block; width:630px; position:absolute; top:0px; right:10px; height:385px}