/**** publicbroadcasting.net/wabe/guide.guidenocode ****/

.gnc {
	padding: 0;	
	margin: 12px 0 0 0; 
	border: none;
	border-collapse: collapse;
}
	.gnc td {
		padding: 0;	
	}
	.gncProgramTime {
		display: none;
	}
	.gncProgramName {
		height: 17px;
		vertical-align: bottom;
	}
		.gncProgramName a, .gnc a {
			color: black;
			text-decoration: none;
		}
	.schedules_main td.gncHostName {
		font-style: italic;
	}
	td.gncProgramDesc {
		padding-top: 0.5em;
		line-height: 1.3em;
	}


/**************************************************************************************/

div.newshour {
	margin-left: 12px; 
}

	div.newshour td {
		font: 10px/1.3em Verdana, Arial, sans-serif ! important;	
		background: #fff ! important;
		text-align: left;
	}



/*
----------------------------------------------------------------------------------------
PBS Station Module: TV Schedules: What's On Tonight CSS
----------------------------------------------------------------------------------------
*/

.whatsontonight,
.whatsonnow,
.whatsonkidsnow {
	margin: 12px 0 1em 0;
}

.whatsonkidsnow {
	margin-top: -4px;
}

.whatsontonightdate,
.whatsonnowdate,
.whatsonkidsnowdate
{
	margin: 0 0 0 0;
}

.whatsontonightprogram,
.whatsonnowprogram,
.whatsonkidsnowprogram
{
	text-align: left;
	width: 100%;
}

.whatsontonightprogram a:link,
.whatsontonightprogram a:visited,
.whatsonnowprogram a:link,
.whatsonnowprogram a:visited,
.whatsonkidsnowprogram a:link,
.whatsonkidsnowprogram a:visited
{
	/* color: #000; */
	text-decoration: underline;
}

.whatsontonightprogram a:hover,
.whatsontonightprogram a:active,
.whatsonnow a:hover,
.whatsonnowprogram a:active,
.whatsonkidsnow a:hover,
.whatsonkidsnow a:active
{
	text-decoration: none;
}

.whatsontonightprogram .time,
.whatsonnowprogram .time,
.whatsonkidsnowprogram .time
{
	color: #000;
	font-weight : 900;
	width: 60px;
	padding: 5px 0 5px 0;
	vertical-align: top;
}

.whatsontonightprogram .programinfo,
.whatsonnowprogram .programinfo,
.whatsonkidsnowprogram .programinfo
{
	padding: 5px 0 0 5px;
	vertical-align: top;
}

.whatsontonightprogram .programinfo .title,
.whatsonnowprogram .programinfo .title,
.whatsonkidsnowprogram .programinfo .title
{
	color: #000;
}

.whatsontonightprogram .programinfo .episode,
.whatsonnowprogram .programinfo .episode,
.whatsonkidsnowprogram .programinfo .episode
{
	color: #000;
	/* font-style: italic; */
	/* To turn off episode titles: Remove the comment tags (slashs and asterisks) from the "display: none;" attribute below. */
	/* display: none; */
}

