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

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

.whatsonkidsnowdate
{
	margin: 0 0 7px 0;
}

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

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

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

.whatsonkidsnowprogram .time
{
	color: #000;
	font-weight : 900;
	width: 50px;
	padding: 5px 0 5px 0;
	vertical-align: top;
}

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

.whatsonkidsnowprogram .programinfo .title
{
	color: #000;
}

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