/*
------------------------------------------------------------------------------------
PBS Station Module: TV Schedules: What's On Now CSS
------------------------------------------------------------------------------------
*/

.whatsonnow
{
	font: 11px/13px verdana, arial, sans-serif;
	width: 100%;
	margin: 0;
	color: #FFFFFF;

}

.whatsonnowdate
{
	margin: 0 0 7px 0;
}

.whatsonnowprogram
{
	text-align: left;
	width: 100%;
}

.whatsonnowprogram a:link,
.whatsonnowprogram a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;

}

.whatsonnowprogram a:hover,
.whatsonnowprogram a:active
{
	text-decoration: none;
	font-size: 12px;

}

.whatsonnowprogram .time
{
	color: #FFFFFF;
	font-weight : 900;
	width: 60px;
	padding: 5px 0 5px 0;
	vertical-align: top;
	font-size: 10px;

}

.whatsonnowprogram .programinfo
{
	padding: 5px 0 5px 5px;
	vertical-align: top;
}

.whatsonnowprogram .programinfo .title
{
	color: #FFFFFF;
	font-size: 10px;

}

.whatsonnowprogram .programinfo .episode
{
	color: #FFFFFF;
	font-style: italic;
	font-size: 10px;

	/* To turn off episode titles: Remove the comment tags (slashs and asterisks) from the "display: none;" attribute below. */
	/* display: none; */
}
