




/*
     FILE ARCHIVED ON 11:05:11 Feb 24, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:23:31 Nov 25, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* DAILY SCHEDULE */

#daily-schedule {
	width: 470px;
}

.schedule-header {
	padding: 0px 10px 15px 0px;
}

.schedule-header h2.print-schedule {
	font-weight: bold;
	padding-top: 2px;
	font-size: 13px;
	
}

#main .schedule-header h2.print-schedule a {
	color: #0066cc;
}

#main .schedule-header h2.print-schedule a:hover {
	color: #000;
}

.station-nav {
	height: 30px;
	padding-bottom: 1px;
}

ul.schedule-tabs {
	float: left;
	width: 300px;
}

ul.schedule-tabs li {
	display: inline;
	float: left;
	padding-right: 1px;
}

ul.schedule-tabs li.ui-tabs-selected a {
    background-position: 0px -30px;
}

ul.schedule-tabs li a:hover {
    background-position: 0px -30px;
}

ul.schedule-tabs li a {
	display:block;
	overflow: hidden;	
	text-indent: -9999px;
	font-size: 1px;
	height: 30px;
	width: 63px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.station-nav  li a.selected {
	background-position: 0px -30px;
}

.station-nav div.print-schedule a {
    font-size: 11px;
    font-weight: bold;
	float: right;
	overflow: hidden;
	text-indent: -9999px;
	width: 150px;
	padding-top: 8px;
	background: url('/web/20100224110511/http://parmenides.wnyc.org/media/img/wqxr/schedule/print-weekly-schedule-btn.gif') no-repeat bottom right;
}

ul.schedule-dates {
	height: 24px; 
	width: 470px;
}

ul.schedule-dates li {
	display: inline;
	float: left;
	height: 24px;
	font: normal bold 11px/normal arial;
	line-height: 2.2em;
}

ul.schedule-dates li.yesterday {
	border-right: 1px solid #fff;
}

ul.schedule-dates li.today {
	width: 152px;
	border-right: 1px solid #fff;
	background: transparent url('/web/20100224110511/http://parmenides.wnyc.org/media/img/wqxr/schedule/schedule-date-current-bg.gif') repeat-x 0px 0px;
	text-align: center;
}

ul.schedule-dates li.tomorrow {
}

ul.schedule-dates li.yesterday a, ul.schedule-dates li.tomorrow a {
	display: block;
	width: 152px;
	height: 24px;
	background: transparent url('/web/20100224110511/http://parmenides.wnyc.org/media/img/wqxr/schedule/schedule-date-bg.gif') repeat-x 0px 0px;
	color: #fff;
	padding-left: 6px;
}

ul.schedule-dates li.tomorrow a {
	text-align: right;
	padding-left: 0px;
	padding-right: 6px;
}


.schedule-table {
	width: 470px; 
	border-left: 1px solid #555; 
	border-right: 1px solid #555; 
	border-bottom: 1px solid #555556;
}

.schedule-table tr { }

.schedule-table tr td {
	font: normal bold 11px/normal arial;
	padding: 8px 10px 8px 10px;
	vertical-align: top;
}

.schedule-table tr.even td {
	background-color: #e5eef6;
}

.schedule-table tr.last td {
	 border-bottom: none;
}

.schedule-table tr td.show-details {
	background-color: #ebeded;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
	border-bottom: none;
	font-weight: normal;
}

.schedule-table tr td.show-details span {
color: #0066cc;
cursor: hand;
cursor: pointer;
}

.schedule-table tr td.time {
	border-right: 1px solid #d9dbdc;
	text-align: right;
	padding-left: 3px;
	width: 53px;
    cursor: default;
}

.schedule-table tr td.program {
	border-right: 0px;
	width: 265px;
	padding-right: 3px;
}

.program-details {
	font-weight: normal;
}

.program-details p.host {
	padding-top: 3px;
	line-height: 13px;
	margin-bottom: 0;
	padding-bottom: 6px;
}

.program-description img {
	float: left;
	padding-right: 10px;
}

.program-description p {
	float: left;
	width: 185px;
	font: normal normal 11px/13px arial;
}

.schedule-table tr td.expand {
	padding-right: 0px;
	padding-left: 0px;
	width: 10px;
	font-weight: normal;
	
}

.schedule-table tr td.options {
	text-align: right;
	font-weight:normal;
	padding-right: 5px;
	padding-left: 3px;
}

.schedule-table tr td.options div.addl-options {
	line-height: 15px;
}

.schedule-table tr td a {
	color: #0066cc;
}

.schedule-table tr td a:hover {
	color: #000;
}

#daily-schedule-sidebar {
	padding-top: 31px;
}


.schedule-side-ad {
	padding: 10px 0px;
}

.prevnext {
    margin-top: 15px;
    font-size: 11px;
}

.ui-tabs .ui-tabs-hide, .morf {
     display: none;
}

ul.hosts {
    margin-bottom: 3px;
}

ul.hosts li {
    font-weight: bold;
    display: inline;
    font-size: 13px;
}

ul.hosts li:after {
  content: ",";
}

ul.hosts li:first-child:after, ul.hosts li:last-child:after {
  content:"";
}

.arrow { background:transparent url(/web/20100224110511/http://parmenides.wnyc.org/media/img/wqxr/schedule/arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block; cursor:hand; cursor:pointer;}
.up { background-position:0px 0px;}


/* PNG Fix for IE6*/

*html .arrow { 
    background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/wqxr/schedule/arrows.png', sizingMethod='crop');
}
