/* CSS Document */
/*
LINKS
==============================================================================
default link style for all modules
==============================================================================
*/

.pbs_tvschedules_modules-whatson-module_container a
{
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
	color: #fff;
    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: #fff;
    text-decoration: none;
}

.pbs_tvschedules_modules-whatson-module_container a:hover 
{
    color: #fff;
    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: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
}


/*
==============================================================================
HEADER : DATE COMPONENT 
==============================================================================
*/

.pbs_tvschedules_modules-whatson-module_header_date_container
{
    padding-bottom: .1em;
    margin-bottom: .2em;
}


.pbs_tvschedules_modules-whatson-module_day
{
    font-size: .8em;
    font-weight: normal;
	color: #FFFFFF;
    line-height: .8em;
}


.pbs_tvschedules_modules-whatson-module_date
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 1.2em;
	color: #FFF;
    font-weight: bold;
    white-space: nowrap;
}


/*
==============================================================================
INDIVIDUAL STATION 
==============================================================================
*/

.pbs_tvschedules_modules-whatson-station_container
{
	width: 550px;
    margin-top: 2px;
	
}

.pbs_tvschedules_modules-whatson-station_container_content
{
	color: #fff;
}


.pbs_tvschedules_modules-whatson-station_header
{
    width: 550px;
    margin-top: 2px;
	color: #fff;
    cursor: pointer;
}

.pbs_tvschedules_modules-whatson-station_header_single
{
    width: 550px;
    margin-top: 2px;
    color: #fff;
}


.pbs_tvschedules_modules-whatson-station_header td
{
    color: #fff;
}


.pbs_tvschedules_modules-whatson-station_header_logo
{
    width: 57px;
    padding: .2em;
	color: #fff;
}


.pbs_tvschedules_modules-whatson-station_header_stationid
{
    padding-left: .3em;
    font-size: .8em;
	color: #fff;
    line-height: .9em;
}


.pbs_tvschedules_modules-whatson-station_feed_container
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	color: #fff;

}



/*
==============================================================================
INDIVIDUAL CHANNEL / FEED 
==============================================================================
*/


.pbs_tvschedules_modules-whatson-feed_id
{
    padding: .3em;
    background-color: #648bcb;
    color: #fff;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: .8em;
    cursor: pointer;
}


.pbs_tvschedules_modules-whatson-feed_id_over
{
	padding: 0.3em;
	background-color: #333399;
	color: #fff;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.8em;
	cursor: pointer;
}



.pbs_tvschedules_modules-whatson-feed_id_open
{
	padding: 0.3em;
	background-color: #333399;
	color: #fff;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}


.pbs_tvschedules_modules-whatson-feed_id_name
{
    font-size: .9em;
	color: #fff;
}




/* 
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
{
}




/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IV. PROGRAMMING DATA STYLES
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

.pbs_tvschedules_modules-whatson-feed_programs
{
    width: 550px;
    padding: .4em;
    border-collapse: collapse;
    background-color: #b8d0f8;
}

.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: 0.8em;
	font-weight: bold;
	color: #339;
}

.pbs_tvschedules_modules-whatson-feed_program_title
{
	font-size: 0.8em;
	font-weight: bold;
	color: #339;
}

.pbs_tvschedules_modules-whatson-feed_program_episode
{
    font-size: .8em;
    font-style: italic;
    color: #333399;
}




/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
V. FOOTER STYLES
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/



.pbs_tvschedules_modules-whatson-footer_links
{
    margin-top: 2px;
    padding: .3em, .3em;
    
}


.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: .8em;
    text-transform: uppercase;
    font-weight: normal;
}

.pbs_tvschedules_modules-whatson-footer_links a:hover
{
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: normal;
	color: #FC3;
}

.pbs_tvschedules_modules-whatson-footer_links div
{
    padding: .1em 0em;
}





