body {
	color: #000;
	background-image: url('img/body-bg1.png');
	background-repeat: repeat-y;
	background-position: top center;
	/*background-color:#a10012;*/
	
}



body#layout-naked {
	background-image: none;
	background-color: White;
}

a:hover, a:active {
    text-decoration : none;
    background-color : inherit;
}

/* ------- AddThis Combo Pills ------ */
 
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: 0px;
	padding-left: 2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 2px;
    float: left;
}
.addthis_button_email {
    margin-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.addthisPrint  {
    margin-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.addthis_button_facebook_like {
	padding-left: -2px;
}

/* ---------- Layout ----------- */

#search-bar {
	background-color:#373737;
}

#container {
	background-image: url('./img/container-bg-2col.png');
	background-repeat: repeat-y;
}

#header {
	
}

.banner {
	background-image: url('./img/header3.jpg');
	background-repeat: no-repeat;
}

.header-block {
	background-image: url('./img/right-bg.png');
	background-repeat: repeat-y;
}

.menu-bar {
	background-image: url('./img/menu-bg.png');
	background-repeat: repeat-x;
}

#breadcrumb-bar {
	background-image: url('./img/breadcrumb-bg.png');
	background-repeat: repeat-x;
}


#main-content {

}


#footer {
	background-image: url('./img/footer.png');
	background-repeat: repeat-x;
}

/* ---------- Block ----------- */

.block .box .box-title {
	background-image: url('./img/block-title.png');
	background-repeat: repeat-x;
	color:#fff;
	font-weight:bold;
}

/* ---------- Breadcrumb ----------- */

.breadcrumb{
	margin: 10px 0px 0px 10px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

.breadcrumb a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

/*----------------Superfish-----------------*/

.sf-menu, .sf-menu * {
	border: none;
}

.sf-menu a {
	padding: 		1em 1em;
	text-decoration:none;
	color: White;
	border: none;
}
.sf-menu a, .sf-menu li a, .sf-menu li a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	background-color: Transparent;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
/*	color:			#fff;  */
}

.sf-menu ul li {
	border-top: 1px solid black;
	
}

.sf-menu ul li a   { /* visited pseudo selector so IE6 applies text colour*/
	color:			White;
	background-color: Transparent;
}
.sf-menu ul li a:hover {
	color: Black;
}

.sf-menu ul ul li a   { /* visited pseudo selector so IE6 applies text colour*/
	color:			Black;
	background-color: Transparent;
}
.sf-menu ul ul li a:hover {
	color: Black;
}

.sf-menu ul ul li {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
}

.sf-menu li {
	background:		Transparent;
}
.sf-menu li li {
	background: #b60115; /* */
	height: 30px;
	
}
.sf-menu li li li {
	background:		#efefef;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	text-decoration: none;
	color: red;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		transparent;
	outline:		0;
	text-decoration: none;
}

.sf-menu li:hover, .sf-menu li.sfHover,
 {
	background:		Transparent;
	outline:		0;
	text-decoration: none;
}

.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	background:	#a3bfd9;
	outline: 1px Red;
	text-decoration: none;
	color: Black;
}

.sf-menu ul li ul li:hover, .sf-menu ul li ul li.sfHover,
.sf-menu ul li ul a:focus, .sf-menu ul li ul a:hover, .sf-menu ul li ul a:active {
	background:		#a3bfd9;
	outline: 4px Red;
	text-decoration: none;
	color: Black;
}

/*** ESSENTIAL STYLES ***/

ul.sf-menu-v {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

.sf-menu-v, .sf-menu-v * {
	margin:			0;
	padding:		0;
	list-style:		none;

}
.sf-menu-v {
	line-height:	1.0;
}
.sf-menu-v ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu-v ul li {
	width:			100%;
}
.sf-menu-v li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */

}
.sf-menu-v li {
	float:			left;
	position:		relative;
}
.sf-menu-v a {
	display:		block;
	position:	relative;
	line-height: 35px; 
}
.sf-menu-v li:hover ul,
.sf-menu-v li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
/*	z-index:		99; */
}
ul.sf-menu-v li:hover li ul,
ul.sf-menu-v li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-v li li:hover ul,
ul.sf-menu-v li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			10px;
}
ul.sf-menu-v li li:hover li ul,
ul.sf-menu-v li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-v li li li:hover ul,
ul.sf-menu-v li li li.sfHover ul {
	left:			18em; /* match ul width */
	top:			0;
}


/*** Superfish Vertical **/

/*** DEMO SKIN ***/
.sf-menu-v {
	float:			left;
	margin-bottom:	0;
	line-height: 30px;
}
.sf-menu-v a {
	padding: 2px 3px 2px 3px;
	line-height: 30px;
	text-decoration: none;
	color: White;
}
.sf-menu-v a, .sf-menu-v a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			Black;
	height: 30px;
}
.sf-menu-v li a {
	background:		#fff ;
	color: Black;
}
.sf-menu-v li li {

}
.sf-menu-v li li li {
	background:		#9AAEDB;
}
 .sf-menu-v li.sfHover,
.sf-menu-v a:focus, .sf-menu-v a:hover, .sf-menu-v a:active {
	color: Black;
	background:		#3a648e; 
	text-decoration: none;
	outline:		0;
}

/*** arrows **/
.sf-menu-v a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu-v ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu-v ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu-v ul a:focus > .sf-sub-indicator,
.sf-menu-v ul a:hover > .sf-sub-indicator,
.sf-menu-v ul a:active > .sf-sub-indicator,
.sf-menu-v ul li:hover > a > .sf-sub-indicator,
.sf-menu-v ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** adding sf-vertical in addition to sf-menu-v creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	200px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	200px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*
.js-open-window {
height: 22px;
padding: 0;
}
*/

li.menu-link {


    margin-left: -2px;
}

.menu-link a {
    font-weight : bold;
    text-decoration : none;
}

.menu-link a:hover {
    text-decoration : none;
}

.menu-link:hover {
    color : black;
    text-decoration : none;
}

.pink-box-title{
	background-image: url('img/pink-title.png');
	background-repeat: repeat-x;
	padding : 8px;
	text-decoration: none;
	margin-left: -1px;
}

.pink-box-title a{
	color:#fff;
	text-decoration: none;
}

.pink-box-content {
	padding: 0px;
	margin-top:5px;
	width: 201px;
}

.blue-box-title{
	background-image: url('img/blue-title.png');
	background-repeat: repeat-x;
	padding : 8px;
	text-decoration: none;
	margin-left: -1px;
}

.blue-box-title a{
	color:#fff;
	text-decoration: none;
}

.blue-box-content {
	padding: 0px;
	margin-top:5px;
	width: 201px;
}

.green-box-title{
	background-image: url('img/green-title.png');
	background-repeat: repeat-x;
	padding : 8px;
	text-decoration: none;
	margin-left: -1px;
	
}

.green-box-title a, .green-box-title a:hover {
	color:#fff;
	text-decoration: none;
}

.green-box-content {
	padding: 0px;
	margin-top:5px;
	width: 201px;
}


#bboard {
	position:relative;
	/*height:25.3em;*/ height:290px;
	width: 650px;
	background:#000;
	padding:0; margin:0;
}

#bboard ul {list-style:none; padding:0; margin:0;}
#bboard ul li {float:left; padding:0; margin:0;}

.bboard_image {position:relative; z-index:10; padding:0; margin:0; height:290px; width:650px;}
.bboard_image img {padding:0; margin:0;}

.textwrap { /* FOR POSITION ONLY */
	padding:0; margin:0;
	background:transparent url(http://www.kacvtv.org/highlights/graytint.png) repeat 0;
	position:absolute; z-index:15; left:0; bottom:0; width:100%;
}

.bboard_overlay {color:#fff; position:relative; z-index:20; padding:.5em 1em .7em 1em; margin:0;}

.bboard_overlay h2 {color:#7dd; font-size:170%; font-weight:normal; padding:0; margin:0;}
.bboard_overlay h2 a {color:#7dd; padding:0 1.6em 0 0; margin:0; right:2px;}
.bboard_overlay h2 a:hover {color:#fff;}


/* BOTH TITLE AND DESCRIPTIONS */
.bboard_overlay p {padding:0; margin:0;}

/* TITLE */
.bboard_title {color:#7dd; font-weight:bold;}
.bboard_title, .bboard_title a {color:#7dd;}
.bboard_title a:hover {color:#9ff;}

/* DESCRIPTION */
.bboard_desc {color:#fff; font-size:90%;}
.bboard_time {color:#a1d600;}
.bbtime {color:#a1d600;} /* used for manual text highlighting in the blurb system */


/* DOT LINKS */
.bb_dotlinks {position:absolute; top:.5em; right:1em; z-index:30; margin:0; padding:0;}
.bb_dotlinks ul.bb_dotlist {margin:0; padding:0; float:right;}
.bb_dotlist li {
	text-align:center;
	list-style-type:none;
	margin:0 .2em 0 0; padding:0;
	float:left; width:30px; height:30px;
}
.bb_dotlist li:last-child {margin:0;}

#bboard .bb_dotlist li a {
	color:#666;
	font-weight:bold; line-height:1.2;
	display:block;
	background:transparent url(http://www.kacvtv.org/highlights/02numbdots.gif) no-repeat 1px 0;
	padding:4px 0 6px 0;
}
#bboard .bb_dotlist li a:hover {text-decoration:none; background-position: 1px -66px;}
#bboard .bb_dotlist li a.bbtab_selected {background-position: 1px -33px;}


.bboard_page {display:none;}
.bboard_page_active {display:block;}


/*
o------o-------o-------o-------o-------o--------o-------o--------o--------o

PBS TV SCHEDULES MODULES : WHAT'S ON STYLE SHEET
VERSION 1.5


I. GLOBAL STYLES : WHAT'S ON MODULE

II. HEADER STYLES

III. STATION / CHANNEL STYLES

IV. PROGRAMMING DATA STYLES

V. FOOTER STYLES

o------o-------o-------o-------o-------o--------o-------o--------o--------o
*/


/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
I. GLOBAL STYLES : WHAT'S ON MODULE
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/


/*
MODULE CONTAINER
==============================================================================
whatson module 
==============================================================================
*/

.pbs_tvschedules_modules-whatson-module_container 
{
    width: 100%;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
    color: #444;
    text-align: left;
}

.pbs_tvschedules_modules-whatson-module_container img
{
    border: none;
}




/*
LINKS
==============================================================================
default link style for all modules
==============================================================================
*/

.pbs_tvschedules_modules-whatson-module_container a
{
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
}

.pbs_tvschedules_modules-whatson-module_container a:link, .pbs_tvschedules_modules-whatson-module_container a:visited, .pbs_tvschedules_modules-whatson-module_container a:active
{
    color: #444;
    text-decoration: none;
}

.pbs_tvschedules_modules-whatson-module_container a:hover 
{
    color: #444;
    text-decoration: underline;
}


/*
LINKS : NOT ACTIVE (OFF STATE)
------------------------------------------------------------------------------
default style for inactive links for all modules
------------------------------------------------------------------------------
*/

.pbs_tvschedules_modules-whatson-link_off_state
{
    font-size: .7em;
    font-weight: bold;
    color: #9f9f9f;
    text-transform: uppercase;
    white-space: nowrap;
}



/*
FORMS and FORM ELEMENTS
==============================================================================
default form and form element styles
==============================================================================
*/

.pbs_tvschedules_modules-whatson-module_container form
{
    padding: 0px;
    margin:0px;
}

.pbs_tvschedules_modules-whatson-module_container input 
{
    font-size: .7em;
    border: 1px solid #dfdfdf;
}

.pbs_tvschedules_modules-whatson-module_container input.submit
{
    padding: .2em;
    background-color: #648bcb;
    border: 1px solid #dfdfdf;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: .7em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.pbs_tvschedules_modules-whatson-module_container input.checkbox
{
    border: none;
}

.pbs_tvschedules_modules-whatson-module_container select
{
    border: 1px solid #dfdfdf;
    font-size: .7em;
}



/*
LABELS
==============================================================================
default item label styles for all modules
including RSS labels and links
==============================================================================
*/

/*ITEM LABELS*/
.pbs_tvschedules_modules-whatson-content_header_label 
{
    font-size: .7em;
    color: #999999;
    text-transform: uppercase;
}

.pbs_tvschedules_modules-whatson-content_header_label_large 
{
    font-size: 1em;
    color: #666;
    font-weight: bold;
    text-transform: capitalize;
}


.pbs_tvschedules_modules-whatson-whats_this
{
    margin: 0em;
    font-size: .9em;
    padding: .5em 0em;
}





/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
II. HEADER STYLES
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

/*
==============================================================================
HEADER : DATE COMPONENT 
==============================================================================
*/

.pbs_tvschedules_modules-whatson-module_header_date_container
{
    border-bottom: 1px dotted #444;
    padding-bottom: .1em;
    margin-bottom: .2em;
}


.pbs_tvschedules_modules-whatson-module_day
{
    font-size: .8em;
    font-weight: normal;
    line-height: .8em;
}


.pbs_tvschedules_modules-whatson-module_date
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
}



/*
==============================================================================
HEADER : LINEUP COMPONENT
==============================================================================
*/


.pbs_tvschedules_modules-whatson-module_header
{
    padding: .3em 0em;
    border-bottom: 1px dotted #666;
    font-weight: bold;
    text-transform: capitalize;
}

.pbs_tvschedules_modules-whatson-module_header_lineup
{
    border-bottom: 1px dotted #444;
    padding-bottom: .1em;
    margin-bottom: .2em;
}

.pbs_tvschedules_modules-whatson-module_header_lineup a:link, .pbs_tvschedules_modules-whatson-module_header_lineup a:visited, .pbs_tvschedules_modules-whatson-module_header_lineup a:active
{
    font-size: .7em;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

.pbs_tvschedules_modules-whatson-module_header_lineup a:hover
{
    font-size: .7em;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
}




/*
==============================================================================
TABS : NOW , TONIGHT 
==============================================================================
*/

.pbs_tvschedules_modules-whatson-station_feeds_container
{
    width: 100%;
    margin-bottom: 2px;
}

.pbs_tvschedules_modules-whatson-timeblock_tabs
{
    width: 100%;
    border-collapse: collapse;
    background-color: #f5f5f5;
    color: #666;
    font-size: .7em;
    cursor: pointer;
}


.pbs_tvschedules_modules-whatson-timeblock_tab
{
    width: 50%;
    padding: .4em;
    color: #999;
    text-align: center;
    vertical-align: middle;
}

.pbs_tvschedules_modules-whatson-timeblock_tab_over
{
    width: 50%;
    padding: .4em;
    background-color: #fff;
    color: #999;
    text-align: center;
    vertical-align: middle;
}


.pbs_tvschedules_modules-whatson-timeblock_tab_on
{
    width: 50%;
    padding: .4em;
    background-color: #fff;
    color: #444;
    text-align: center;
    vertical-align: middle;
}




/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
III. STATION / CHANEL STYLES
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/



/*
==============================================================================
INDIVIDUAL STATION 
==============================================================================
*/


.pbs_tvschedules_modules-whatson-station_container
{
}

.pbs_tvschedules_modules-whatson-station_container_content
{}


.pbs_tvschedules_modules-whatson-station_header
{
    width: 100%;
    margin-top: 2px;
    cursor: pointer;
}

.pbs_tvschedules_modules-whatson-station_header_single
{
    width: 100%;
    margin-top: 2px;
    background-color: #fff;
}


.pbs_tvschedules_modules-whatson-station_header td
{
    background-color: #fff;
}


.pbs_tvschedules_modules-whatson-station_header_logo
{
    width: 57px;
    padding: .2em;
}


.pbs_tvschedules_modules-whatson-station_header_stationid
{
    padding-left: .3em;
    font-size: .8em;
    line-height: .9em;
}


.pbs_tvschedules_modules-whatson-station_feed_container
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;

}



/*
==============================================================================
INDIVIDUAL CHANNEL / FEED 
==============================================================================
*/


.pbs_tvschedules_modules-whatson-feed_id
{
    padding: .3em;
    background-color: #787878;
    color: #fff;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: .8em;
    cursor: pointer;
}


.pbs_tvschedules_modules-whatson-feed_id_over
{
    padding: .3em;
    background-color: #444;
    color: #fff;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: .8em;
    cursor: pointer;
}



.pbs_tvschedules_modules-whatson-feed_id_open
{
    padding: .3em;
    background-color: #444;
    color: #fff;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: .9em;
    font-weight: bold;
}


.pbs_tvschedules_modules-whatson-feed_id_name
{
    font-size: .9em;
}




/* 
INDIVIDUAL FEED : FAVORITE ICON STYLES 
--------------------------------------
*/

.pbs_tvschedules_modules-whatson-favorites_addremove_icon 
{
    width: 15px;
    height: 15px;
    background: url('http://www.pbs.org/modules/dtv/images/1.5/favorite_icon_off.gif') center no-repeat;
    cursor: pointer;
}

.pbs_tvschedules_modules-whatson-favorites_addremove_icon_over 
{
    width: 15px;
    height: 15px;
    background: url('http://www.pbs.org/modules/dtv/images/1.5/favorite_icon_over.gif') top left no-repeat;
    cursor: pointer;
}

.pbs_tvschedules_modules-whatson-favorites_addremove_icon_on 
{
    width: 15px;
    height: 15px;
    background: url('http://www.pbs.org/modules/dtv/images/1.5/favorite_icon_on.gif') top left no-repeat;
    cursor: pointer;
}

.pbs_tvschedules_modules-whatson-favorites_addremove_icon_no_cookie
{
}




/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IV. PROGRAMMING DATA STYLES
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

.pbs_tvschedules_modules-whatson-feed_programs
{
    width: 100%;
    padding: .4em;
    border-collapse: collapse;
    background-color: #c4c4c4;
}

.pbs_tvschedules_modules-whatson-feed_programs td
{
    padding: .4em;
}


.pbs_tvschedules_modules-whatson-feed_program_id
{
    width: 85%;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.pbs_tvschedules_modules-whatson-feed_program_time
{
    width: 15%;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: .8em;
    font-weight: bold;
    color: #444;
}

.pbs_tvschedules_modules-whatson-feed_program_title
{
    font-size: .8em;
    font-weight: bold;
    color: #545454;
}

.pbs_tvschedules_modules-whatson-feed_program_episode
{
    font-size: .8em;
    font-style: italic;
    color: #666;
}




/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
V. FOOTER STYLES
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/



.pbs_tvschedules_modules-whatson-footer_links
{
    margin-top: 2px;
    padding: .3em;
    border-top: 1px dotted #666;
}


.pbs_tvschedules_modules-whatson-footer_links a:link, .pbs_tvschedules_modules-whatson-footer_links a:visited, .pbs_tvschedules_modules-whatson-footer_links a:active
{
    font-size: .7em;
    text-transform: uppercase;
    font-weight: normal;
}

.pbs_tvschedules_modules-whatson-footer_links a:hover
{
    font-size: .7em;
    text-transform: uppercase;
    font-weight: normal;
}

.pbs_tvschedules_modules-whatson-footer_links div
{
    padding: .1em 0em;
}


/* ------MINI ADMIN MENU------ */

#mini a, #mini a:hover {
	position:fixed;
	top: 0;
	z-index:9999;
	margin-left: 10px;
	list-style: none;
	color: white;
	font-size: 11px;
	margin-top: 8px;
	text-decoration:none;
	cursor: pointer;
}

#miniadmin {
position: fixed;
top: 0;
z-index: 9998; /*--Keeps the panel on top of all other elements--*/
background-image: url('./img/miniadminbackred.png');
background-repeat:no-repeat;
border-bottom: none;
width: 980px;
margin-left: 10px;
height:30px;
cursor:auto;
}

#miniadmin a:hover {
	color: #000;
}

#miniadmin ul {
padding-left: 100px;
margin:0;
list-style-type:none;
}
#miniadmin ul ul {
width:125px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#miniadmin li {
float:left;
width: auto ;
position:relative;
}

/* style the links for the top level */
#miniadmin a, #miniadmin a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width: auto; 
height:30px; 
padding-left:10px; 
line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #miniadmin a, * html #miniadmin a:visited {
width: auto;
w\idth: auto;
}
 
/* style the second level background */
#miniadmin ul ul a.drop, #miniadmin ul ul a.drop:visited {
background:Red; 
}
/* style the second level hover */
#miniadmin ul ul a.drop:hover {
background:#fff;
}
#miniadmin ul ul :hover > a.drop {
background:red;
}
/* style the third level background */
#miniadmin ul ul ul a, #miniadmin ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
#miniadmin ul ul ul a:hover{
background:#b2ab9b;
}
#miniadmin ul ul ul :hover > a {
background:#b2ab9b;
}
 
/* style the table so that it takes no part in the layout - required for IE to work */
#miniadmin table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#miniadmin ul ul {
visibility:hidden;
position:absolute;
top:30px;
left:-100px; 
width:auto;
}
* html #miniadmin ul ul {
top:30px;
}
/* position the third level flyout menu */
#miniadmin ul ul ul{
left:150px; 
bottom:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
#miniadmin ul ul ul.left {
left:-150px;
}
 
 
/* style the second level links */
#miniadmin ul ul a, #miniadmin ul ul a:visited {
/*background:#d4d8bd; */
background: url('./img/miniadminback3red.png'); 
color:#000; 
height:auto; 
line-height:1.5em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html #miniadmin ul ul a{
width:150px;
w\idth:129px;
}
 
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}
 
/* make the second level visible when hover on first level list OR link */
#miniadmin ul li:hover ul,
#miniadmin ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
#miniadmin ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#miniadmin ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
#miniadmin ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
#miniadmin ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}

/* -----CP LINKS----- */

#user-login {
position: fixed;
top: 0;
z-index: 9999; /*--Keeps the panel on top of all other elements--*/
border-bottom: none;
width: 980px;
margin-left: 800px;
font-size: 11px;
margin-top: 8px;
height:30px;
}


/* ----------------------------------------------------------------------------------------------------------------*/

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#fff;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
