/*
------------------------------------------------------------------------------------
PBS Station Module: TV Schedules: What's On Now CSS December 2005
------------------------------------------------------------------------------------
*/

.whatsonnow
{
	font-size: .75em;
	font-family: arial, helvetica, sans-serif;
	line-height: 100%;
	width: 100%;
	margin: 0;
}

.whatsonnowdate
{
	 display: none;
}

.whatsonnowprogram
{
	text-align: left;
	width: 100%;
}

.whatsonnowprogram a:link
{
	color: #000066;
	text-decoration: none;
}

.whatsonnowprogram a:hover
{
	color: #000066;
	text-decoration: underline;
}

.whatsonnowprogram a:active,
.whatsonnowprogram a:visited
{
	color: #333333;
	text-decoration: underline;
}

.whatsonnowprogram .time
{
	color: #CC6600;
	font-weight : 600;
	width: 60px;
	padding: 5px 0 5px 5px;
	vertical-align: top;
}

.whatsonnowprogram .programinfo
{
	padding: 5px 0 5px 5px;
	vertical-align: top;
}

.whatsonnowprogram .programinfo .title
{
	color: #000066;
}

.whatsonnowprogram .programinfo .episode
{
	color: #000066;
	font-style: italic;
	/* To turn off episode titles: Remove the comment tags (slashs and asterisks) from the "display: none;" attribute below. */
	 display: none;
}
