/*
----------------------------------------------------------------------------------------
PBS Station Module: TV Schedules: What's On Tonight CSS
----------------------------------------------------------------------------------------
*/

.whatsontonight
{
	font: 8pt arial, verdana, sans-serif;
	width: 100%;
	margin: 0;
}

.whatsontonightdate
{
	margin: 0 0 7px 0;
}

.whatsontonightprogram
{
	font-size: 8pt;
	text-align: left;
	width: 100%;
}

.whatsontonightprogram a:link
{
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}
.whatsontonightprogram a:visited
{
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}

.whatsontonightprogram a:hover
{
	font-size: 8pt;
	color: #D81D24;
	text-decoration: underline;
}
.whatsontonightprogram a:active
{
	text-decoration: none;
}

.whatsontonightprogram .time
{
	color: #000;
	font-weight : 900;
	width: 60px;
	padding: 5px 0 5px 0;
	vertical-align: top;
}

.whatsontonightprogram .programinfo
{
	padding: 5px 0 5px 5px;
	vertical-align: top;
}

.whatsontonightprogram .programinfo .title
{
	font-size: 8pt;
	text-decoration: underline;
        line-height: 15px;
}

.whatsontonightprogram .programinfo .episode
{
	font-size: 8pt;
	color: #000;
	font-style: italic;
        line-height: 15px;
	/* To turn off episode titles: Remove the comment tags (slashs and asterisks) from the "display: none;" attribute below. */
	/* display: none; */
}
