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

.whatsonnow
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7d7d7d;
	width: 200px;
	margin: 0;
}

.whatsonnowdate
{
	margin: 0 0 7px 0;
	display: none;
}

.whatsonnowprogram
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #7d7d7d;
	text-align: left;
	width: 200px;
	margin: 0px 10px 0px 10px;
}

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

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

.whatsonnowprogram .time
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #7d7d7d;
	font-weight : bold;
	width: 60px;
	padding: 5px 0 5px 0;
	vertical-align: top;
	border-top: 1px solid #f2f2f2;
}

.whatsonnowprogram .programinfo
{
	padding: 5px 0 5px 5px;
	vertical-align: top;
	border-top: 1px solid #f2f2f2;
}

.whatsonnowprogram .programinfo .title
{
}

.whatsonnowprogram .programinfo .episode
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #7d7d7d;
	font-style: italic;
	/* To turn off episode titles: Remove the comment tags (slashs and asterisks) from the "display: none;" attribute below. */
	/* display: none; */
}