/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
III. What's On Styles
VERSION 1.0
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/


/*
MODULE CONTAINER
==============================================================================
whatson module 
==============================================================================
*/

.pbs_tvschedules_modules-whatson-module_container 
{
    width: 100%;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 13px;
    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: 13px;
  	text-decoration: 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: #0073bb;
  	text-decoration: none;
}

.pbs_tvschedules_modules-whatson-module_container a:hover 
{
    color: #91BEDA;
  	text-decoration: none;
}


/*
LINKS : NOT ACTIVE (OFF STATE)
------------------------------------------------------------------------------
default style for inactive links for all modules
------------------------------------------------------------------------------
*/

.pbs_tvschedules_modules-whatson-link_off_state
{
    font-size: 13px;
    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;
    display: none;
}

.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;
}



/*
==============================================================================
TABS : NOW , TONIGHT 
==============================================================================
*/

.pbs_tvschedules_modules-whatson-station_feeds_container
{
    width: 100%;
    margin-top: -10px;
}

.pbs_tvschedules_modules-whatson-timeblock_tabs
{
    width: 100%;
    background-color: #e4ebee;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;    
    cursor: pointer;
    -webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 3px solid #91BEDA;    
}


.pbs_tvschedules_modules-whatson-timeblock_tab
{
    width: 50%;
    padding: .4em;
    color: #91BEDA;
    text-align: center;
    vertical-align: middle;
}

.pbs_tvschedules_modules-whatson-timeblock_tab_over
{
    width: 50%;
    padding: .4em;
    background-color: #91BEDA;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 3px solid #91BEDA;     
}


.pbs_tvschedules_modules-whatson-timeblock_tab_on
{
    width: 50%;
    padding: 0px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
	background: #91BEDA;
    -webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 3px solid #91BEDA;  	
}


.pbs_tvschedules_modules-whatson-module_header
{
    padding: 2px 0px;
    font-weight: bold;
    text-transform: capitalize;
}

.pbs_tvschedules_modules-whatson-module_header_lineup
{
    border-bottom: 1px dotted #444;
    padding-bottom: .1em;
    margin-bottom: .2em;
    display: none;
}

.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: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

.pbs_tvschedules_modules-whatson-module_header_lineup a:hover
{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
}


.pbs_tvschedules_modules-whatson-module_header_date_container
{
    border-bottom: 1px dotted #ffffff;
    padding-bottom: .1em;
    margin-bottom: .2em;
    display: none;
}


.pbs_tvschedules_modules-whatson-module_day
{
    font-size: 10px;
    color: #ffffff;
    font-weight: normal;
    line-height: .8em;
}


.pbs_tvschedules_modules-whatson-module_date
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
}




/*
==============================================================================
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;

}


.pbs_tvschedules_modules-whatson-feed_id
{
    padding: .3em;
    background-color: #2950dd;
    color: #fff;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    
}


.pbs_tvschedules_modules-whatson-feed_id_over
{
    padding: .3em;
    background-color: #ffffff;
    color: #000000;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}



.pbs_tvschedules_modules-whatson-feed_id_open
{
    padding: .3em;
    background-color: #444;
    color: #fff;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}


.pbs_tvschedules_modules-whatson-feed_id_name
{
    font-size: 13px;
}


.pbs_tvschedules_modules-whatson-feed_programs
{
    width: 100%;
    padding: .4em;
    border-collapse: collapse;
    background-color: transparent;
}

.pbs_tvschedules_modules-whatson-feed_programs td
{
	border-bottom: 1px solid #dddddd;
	padding: 8px 10px;
	color: #403F41;
}


.pbs_tvschedules_modules-whatson-feed_program_id
{
    width: 85%;
    vertical-align: top;
}

.pbs_tvschedules_modules-whatson-feed_program_time
{
    width: 15%;
    vertical-align: top;
    font-size: 13px;
    padding: 5px 0 5px 0;
	vertical-align: top;
	color: #B9D2FF;
}

.pbs_tvschedules_modules-whatson-feed_program_title
{
    font-size: 13px;
    color: #ffffff;
}

.pbs_tvschedules_modules-whatson-feed_program_episode
{
    position:absolute;
	left:-9999px;
    font-size: 13px;
    font-style: italic;
    color: #43c525;
    display: none;
}



.pbs_tvschedules_modules-whatson-footer_links
{
    margin-top: 2px;
    padding: .3em;
    border-top: 1px dotted #ffffff;
    display: none;
}


.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;
}



/* 
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.0/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.0/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.0/favorite_icon_on.gif') top left no-repeat;
    cursor: pointer;
}

.pbs_tvschedules_modules-whatson-favorites_addremove_icon_no_cookie
{
}


/*
------------------------------------------------------------------------
PBS Station Module: Programs A-Z CSS
------------------------------------------------------------------------
*/

/*
======================================================
Programs A-Z Global Styles
======================================================
*/

#programaz
{
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}

#programaz a:link
{
  color: #0073bb;
  text-decoration: none;
}


#programaz a:hover
{
  color: #91beda;
  text-decoration: none;
}

#programaz p
{
	font-size: 12px;
	padding: 0;
	margin: 5px 0 5px 0;
}

#programaz p.backtotop
{
	font-size: 12px;
	font-weight: 900;
	padding: 0;
	margin: 7px 0 10px 0;
	text-transform: uppercase;
}

#programaz h1
{
	color: #91BEDA;
    font-size: 25px;
    border-bottom: 3px solid #91BEDB;
    margin-bottom: .5em;
    padding-bottom: .25em;
    font-weight: normal;
	margin-top: 20px;    
}

#programaz h1 .station
{
	text-transform: uppercase;
}


/*
======================================================
Programs A-Z Nav Styles
======================================================
*/

#programaz .alphabetnav
{
	color: #333;
	font-size: 13px;
	margin: 20px 5px 20px 0;
	padding: 5px 0 5px 0;
	background-color: #E4EBEE;
	border: 0px;
	width: 100%;
	white-space: nowrap;
}

#programaz .alphabetnav a
{
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #333;
}

#programaz .alphabetnav a:link,
#programaz .alphabetnav a:visited,
{
	text-decoration: none;
}

#programaz .alphabetnav a:hover
{
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

#programaz .alphabetnav a:active
{
	text-decoration: none;
}

#programaz .alphabetnav .hide
{
	display: none;
}


/*
======================================================
Programs A-Z Alphabet Header Styles
======================================================
*/

#programaz .tabrule
{
	margin: 15px 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #333;
	width: 90%;
}

#programaz .tab
{
	font-size: 10px;
	font-weight: 900;
	color: #fff;
	margin: 0;
	padding: 2px 0 2px 0;
	background-color: #333;
	text-transform: uppercase;
	width: 20px;
	text-align: center;
}

#programaz .tablong
{
	font-size: 10px;
	font-weight: 900;
	color: #fff;
	margin: 0;
	padding: 2px 0 2px 0;
	background-color: #333;
	text-transform: uppercase;
	width: 30px;
	text-align: center;
}


/*
======================================================
Programs A-Z Program List Styles
======================================================
*/

#programaz .programlist
{
	width: 100%;
}

#programaz .programlist ul
{
	margin: 0;
	padding: 0;
}

#programaz .programlist ul li
{
	margin: 0;
	padding: 0;
	line-height: 13px;
	white-space: nowrap;
	list-style-type: none;
}

#programaz .programlist a:link
{
  color: #0073bb;
  text-decoration: none;
}


#programaz .programlist a:hover
{
  color: #91beda;
  text-decoration: none;
}
