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

.whatsontonight
{
	font: 10px/12px Verdana, arial, sans-serif;
	width: 100%;
	margin: 0;
}

.whatsontonightdate
{
	margin: 0 0 7px 0;
}

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

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

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

.whatsontonightprogram .time
{ color: #000; font-size: 10px; line-height: 12px; width: 60px; padding: 5px 0 5px 5px; vertical-align: top; }

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

.whatsontonightprogram .programinfo .title
{ color: #000; font-size: 10px; font-weight: bold; line-height: 12px; }

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