body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


#content-header {
	visibility: collapse;
	display: none;
	height: 0px;
	width: 0px;
}

#content-separator {
	height: 1px;
	background-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

#welcome-message {
	visibility: hidden;
	display: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5F6469;
	width: 300px;
	/*
	border: 1px solid black;
	*/
}

#link-home {
	position: relative;
	top: -15px;
} 

#link-home a, 
#link-groups a, 
#link-contacts a{
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 3px;
	color: #EEEEEE;
	text-decoration: none;
}
#link-contacts a {
	text-align: right;
	float: right;
	padding-right: 3px;
}

#link-home a:hover, 
#link-groups a:hover, 
#link-contacts a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}


#tv-container {
	padding-bottom: 20px;
	margin-left: 10px;
}


/*
 PJU - 2006/10/03 - Temporary: to hide language error messages
*/
#tv-container #langError
{
	visibility: collapse;
	display: none;
	height: 0px;
	width: 0px;
}

/*
 *	====================	HOME / GROUPS	=========================
 */
#tv-container #tv-switcher-home #welcome-message 
{
	visibility: visible;
	display: block;
}

#tv-container #tv-switcher-home #link-home {
	visibility: collapse;
	display: none;
}

#tv-container #tv-switcher-home #content-separator {
	visibility: collapse;
	display: none;
}

#tv-container #tv-switcher-home #link-home a, 
#tv-container #tv-switcher-home #link-groups a, 
#tv-container #tv-switcher-home #link-contacts a,
#tv-container #tv-switcher-groups #link-home a, 
#tv-container #tv-switcher-groups #link-groups a, 
#tv-container #tv-switcher-groups #link-contacts a
{
	/* color: #000000; */
	color: #5F6469;
}

#tv-container #tv-switcher-home .corner-br,
#tv-container #tv-switcher-groups .corner-br 
{
	background-image: url(/NWimages/television/corner_br-home.gif);
	background-repeat: no-repeat;
}

#tv-container #tv-switcher-home .corner-bl, 
#tv-container #tv-switcher-groups .corner-bl 
{
	background-image: url(/NWimages/television/corner_bl-home.gif);
	background-repeat: no-repeat;
}

#tv-container #tv-switcher-home .corner-tro, 
#tv-container #tv-switcher-groups .corner-tro 
{
	background-image: url(/NWimages/television/corner_tro-home.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#tv-container #tv-switcher-home .corner-tri,
#tv-container #tv-switcher-groups .corner-tri 
{
	background-image: url(/NWimages/television/corner_tri-home.gif);
	background-repeat: no-repeat;
}

#tv-container #tv-switcher-home .corner-tlo, 
#tv-container #tv-switcher-groups .corner-tlo 
{
	background-image: url(/NWimages/television/corner_tlo-home.gif);
	background-repeat: no-repeat;
}

#tv-container #tv-switcher-home .corner-tli, 
#tv-container #tv-switcher-groups .corner-tli 
{
	background-image: url(/NWimages/television/corner_tli-home.gif);
	background-repeat: no-repeat;
}

#tv-container #tv-switcher-home .frame-background,
#tv-container #tv-switcher-groups .frame-background 
{
	background-color: #D7D8DA; 	/* Home 				*/
}

#tv-container #tv-switcher-groups #content-header 
{
	visibility: visible;
	display: block;	
	background-image: url(/NWimages/television/header-groups.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 518px;
}

/*
 *	====================	MUSIC	=========================
 */
#tv-container #tv-switcher-music #content-header {
	visibility: visible;
	display: block;	
	background-image: url(/NWimages/television/header-music.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 518px;
}

#tv-container #tv-switcher-music .corner-br {
	background-image: url(/NWimages/television/corner_br-music.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-music .corner-bl {
	background-image: url(/NWimages/television/corner_bl-music.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-music .corner-tro {
	background-image: url(/NWimages/television/corner_tro-music.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tv-container #tv-switcher-music .corner-tri {
	background-image: url(/NWimages/television/corner_tri-music.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-music .corner-tlo {
	background-image: url(/NWimages/television/corner_tlo-music.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-music .corner-tli {
	background-image: url(/NWimages/television/corner_tli-music.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-music .frame-background,
#tv-container #tv-switcher-music #content-separator {
	background-color: #3B813A;	/* Music & Dance		*/	
}


/*
 *	====================	CHILDREN	=========================
 */
#tv-container #tv-switcher-children #content-header {
	visibility: visible;
	display: block;	
	background-image: url(/NWimages/television/header-children.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 518px;
}
#tv-container #tv-switcher-children .corner-br {
	background-image: url(/NWimages/television/corner_br-children.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-children .corner-bl {
	background-image: url(/NWimages/television/corner_bl-children.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-children .corner-tro {
	background-image: url(/NWimages/television/corner_tro-children.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tv-container #tv-switcher-children .corner-tri {
	background-image: url(/NWimages/television/corner_tri-children.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-children .corner-tlo {
	background-image: url(/NWimages/television/corner_tlo-children.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-children .corner-tli {
	background-image: url(/NWimages/television/corner_tli-children.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-children .frame-background,
#tv-container #tv-switcher-children #content-separator {
	background-color: #3A8DCE;	/* Children & Youth		*/	
}



/*
 *	====================	FICTION	=========================
 */
#tv-container #tv-switcher-fiction #content-header {
	visibility: visible;
	display: block;	
	background-image: url(/NWimages/television/header-fiction.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 518px;
}
#tv-container #tv-switcher-fiction .corner-br {
	background-image: url(/NWimages/television/corner_br-fiction.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-fiction .corner-bl {
	background-image: url(/NWimages/television/corner_bl-fiction.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-fiction .corner-tro {
	background-image: url(/NWimages/television/corner_tro-fiction.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tv-container #tv-switcher-fiction .corner-tri {
	background-image: url(/NWimages/television/corner_tri-fiction.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-fiction .corner-tlo {
	background-image: url(/NWimages/television/corner_tlo-fiction.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-fiction .corner-tli {
	background-image: url(/NWimages/television/corner_tli-fiction.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-fiction .frame-background,
#tv-container #tv-switcher-fiction #content-separator  {
	background-color: #D98C25;	/* Fiction				*/
}





/*
 *	====================	ENTERTAINMENT	=========================
 */
#tv-container #tv-switcher-entertainment #content-header {
	visibility: visible;
	display: block;	
	background-image: url(/NWimages/television/header-entertainment.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 518px;
}
#tv-container #tv-switcher-entertainment .corner-br {
	background-image: url(/NWimages/television/corner_br-entertainment.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#tv-container #tv-switcher-entertainment .corner-bl {
	background-image: url(/NWimages/television/corner_bl-entertainment.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-entertainment .corner-tro {
	background-image: url(/NWimages/television/corner_tro-entertainment.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tv-container #tv-switcher-entertainment .corner-tri {
	background-image: url(/NWimages/television/corner_tri-entertainment.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-entertainment .corner-tlo {
	background-image: url(/NWimages/television/corner_tlo-entertainment.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-entertainment .corner-tli {
	background-image: url(/NWimages/television/corner_tli-entertainment.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-entertainment .frame-background,
#tv-container #tv-switcher-entertainment #content-separator   {
	background-color: #C41580;	/* Entertainment		*/
}




/*
 *	====================	DOCUMENTARY	=========================
 */
#tv-container #tv-switcher-documentary #content-header {
	visibility: visible;
	display: block;	
	background-image: url(/NWimages/television/header-documentary.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 518px;
}
#tv-container #tv-switcher-documentary .corner-br {
	background-image: url(/NWimages/television/corner_br-documentary.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-documentary .corner-bl {
	background-image: url(/NWimages/television/corner_bl-documentary.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-documentary .corner-tro {
	background-image: url(/NWimages/television/corner_tro-documentary.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tv-container #tv-switcher-documentary .corner-tri {
	background-image: url(/NWimages/television/corner_tri-documentary.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-documentary .corner-tlo {
	background-image: url(/NWimages/television/corner_tlo-documentary.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-documentary .corner-tli {
	background-image: url(/NWimages/television/corner_tli-documentary.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-documentary .frame-background,
#tv-container #tv-switcher-documentary #content-separator {
	background-color: #7F2384;	/* Documentary		*/	
}



/*
 *	====================	SCIENCE	=========================
 */
#tv-container #tv-switcher-science #content-header {
	visibility: visible;
	display: block;	
	background-image: url(/NWimages/television/header-science.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 518px;
}
#tv-container #tv-switcher-science .corner-br {
	background-image: url(/NWimages/television/corner_br-science.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-science .corner-bl {
	background-image: url(/NWimages/television/corner_bl-science.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-science .corner-tro {
	background-image: url(/NWimages/television/corner_tro-science.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tv-container #tv-switcher-science .corner-tri {
	background-image: url(/NWimages/television/corner_tri-science.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-science .corner-tlo {
	background-image: url(/NWimages/television/corner_tlo-science.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-science .corner-tli {
	background-image: url(/NWimages/television/corner_tli-science.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-science .frame-background,
#tv-container #tv-switcher-science #content-separator {
	background-color: #A2BE3A;	/* Science & Education	*/
}



/*
 *	====================	FORMATS	=========================
 */
#tv-container #tv-switcher-formats #content-header {
	visibility: visible;
	display: block;	
	background-image: url(/NWimages/television/header-formats.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 518px;
}
#tv-container #tv-switcher-formats .corner-br {
	background-image: url(/NWimages/television/corner_br-formats.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-formats .corner-bl {
	background-image: url(/NWimages/television/corner_bl-formats.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-formats .corner-tro {
	background-image: url(/NWimages/television/corner_tro-formats.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tv-container #tv-switcher-formats .corner-tri {
	background-image: url(/NWimages/television/corner_tri-formats.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-formats .corner-tlo {
	background-image: url(/NWimages/television/corner_tlo-formats.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-formats .corner-tli {
	background-image: url(/NWimages/television/corner_tli-formats.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-formats .frame-background,
#tv-container #tv-switcher-formats #content-separator {
	background-color: #7D101D;	/* Formats 				*/	
}



/*
 *	====================	INTERACTIVE	=========================
 */
#tv-container #tv-switcher-interactive #content-header {
	visibility: visible;
	display: block;	
	background-image: url(/NWimages/television/header-interactive.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 518px;
}
#tv-container #tv-switcher-interactive .corner-br {
	background-image: url(/NWimages/television/corner_br-interactive.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-interactive .corner-bl {
	background-image: url(/NWimages/television/corner_bl-interactive.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-interactive .corner-tro {
	background-image: url(/NWimages/television/corner_tro-interactive.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tv-container #tv-switcher-interactive .corner-tri {
	background-image: url(/NWimages/television/corner_tri-interactive.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-interactive .corner-tlo {
	background-image: url(/NWimages/television/corner_tlo-interactive.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-interactive .corner-tli {
	background-image: url(/NWimages/television/corner_tli-interactive.gif);
	background-repeat: no-repeat;
}
#tv-container #tv-switcher-interactive .frame-background,
#tv-container #tv-switcher-interactive #content-separator {
	background-color: #34235C;	/* Interactive TV		*/
}


