@charset "utf-8";
body {
	background-position:center;
	background-image: url(../web-images/Banner/drop-shadow-2.gif);
	background-repeat: repeat-y;
	background-color: #f6f6f6;
}

	.nprMod
	{
		color: #333;
		font-size: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	
	.nprModCatTitle
	{
		font-size: 13px;	
	}
	
    .nprModHead
	{	
		font-weight: bold;
	}
	
	.nprModDate, .nprModPipe, .nprModName
	{
		color: #333;
		background-color: transparent;	
	}
	
	.nprMod a
	{
		color: #333;
		background-color: transparent;	
	}

	.nprModStory2, .nprModStory3
	{
		color: #333;
		background-color: transparent;	
	}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #333;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;

	position: relative;
	text-align: left;
	cursor: pointer;
	width: 135px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;

	z-index: 1020;
	cursor: default;
	width: 8.4em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.4em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	
	padding: 0.5em 0.75em;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #000;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}




TABLE.rssHeadlines TD.rssHeadlineCell SPAN.rssTease {
display: block;
margin-bottom: 15px;
}

TABLE.rssHeadlines TD.rssHeadlineCell SPAN.rssTease[class] {
display: inline;
margin-bottom: auto;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.style26 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style27 {font-size: 14px; font-weight: bold; color: #000000;}
.style28 {font-weight: bold; font-size: 12px; color: #000000;}
.style29 {font-size: 10px}
.style31 {
	font-size: 13px;
	font-weight: bold;
	color: #003300;
}
.style32 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style34 {font-size: 10px; color: #000000; }
.style36 {color: #000000}

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


A.gncViewPlaylist, A.gncSearchPlaylist {
  color:#242424;
  font-size:10px;
  display:block;
  height:18px;
  line-height:1.7em;
  overflow:hidden;
}

A.gncViewPlaylist {
  background:url(http://www.publicbroadcasting.net/national/guide/images/icnPlaylist.gif) left no-repeat;
  padding-left:24px;
  padding-right:7px;
}

A.gncSearchPlaylist {
  background:url(http://www.publicbroadcasting.net/national/guide/images/icnSearchplaylist.gif) left no-repeat;
  padding-left:25px;
}

A.gncBuyNowBtn {
  background:url(http://www.publicbroadcasting.net/national/guide/images/icnBuynow_h.gif) no-repeat;
  display:block;
  height:16px;
  width:16px;
}

A.gncBuyNowBtn:hover {
  background:url(http://www.publicbroadcasting.net/national/guide/images/icnBuynow.gif) no-repeat;
}

A.gncListenNow {
  PADDING:3px 0 0 22px;
  COLOR:#999;
  FONT-SIZE:9px;
  display:block;
  background:url(http://www.publicbroadcasting.net/national/guide/images/icnListen.gif) left no-repeat;
}

.style42 {font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style46 {font-size: 11px;}
.style48 {color: #666666}
.style50 {font-weight: bold; color: #333333;}
.style51 {color: #333333}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:active {
	color: #0099CC;
	text-decoration: none;
}
.style59 {font-size: 12px}
.style61 {
	color: #003300
}
.style62 {font-size: 13px; color: #333333; }
.style63 {color: #666666; font-size: 13px; }
.style64 {font-size: 14px}
.style65 {color: #FF9900;
font-size: 16px;}
.style68 {color: #01972c;
font-size: 16px;}
.style69 {
	color: #000066;
	font-size: 16px;
}
.style71 {color: #FF9900; font-size: 16px; }
.style72 {font-size: 16px}
.style73 {font-size: 8px}
.style74 {color: #0099FF}
.style75 {color: #990000}
.style76 {color: #0066CC}
.style77 {color: #000000}
.style78 {color: #999999}
.style79 {color: #777777}
.style80 {color: #000066}
.style86 {color: #633747}
.style87 {color: #990000}

.headline-region { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#333333; font-weight: bold; } 
.headline-title { font-family: Arial, Helvetica, sans-serif; color:#333333; font-size: 13px; } 
.headline-tease { font-family: Arial, Helvetica, sans-serif; color:#333333; font-size: 12px; }
.style12 {font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style88,a.external:link,a.external:visited {
color:#C00;
}

a.external:hover,a.external:active {
color:#000;
}



.headline-region {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
font-weight:700;
display:none;
}

.headline-title {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
font-weight:700;
}

.headline-tease {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
}

body {
margin:2px 0 0;
}

.nprMod {
color:#333;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.nprModCatTitle {
font-size:13px;
}

.nprModHead {
font-weight:700;
}

.nprModDate,.nprModPipe,.nprModName,.nprMod a,.nprModStory2,.nprModStory3 {
color:#333;
background-color:transparent;
}
