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

.whatsonnow
{
	font: 11px/13px verdana, arial, sans-serif;
	width: 100%;
	margin: 0;
}

.whatsonnowdate
{ font-style: italic; margin: 0 0 7px; }

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

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

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

.whatsonnowprogram .time
{ color: #000; font-size: 10px; font-weight: bold; width: 60px; padding: 5px 0; vertical-align: top; }

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

.whatsonnowprogram .programinfo .title
{ color: #000; font-size: 11px; }

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