.subhed {
	font:bold 14px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#039;
}
.oneyellow {
	font:bold 12px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#fdbc0d;
}
.twored {
	font:bold 12px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#c03;
}
.threepurple {
	font:bold 12px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#309;
}
.fourgreen {
	font:bold 12px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#396;
}
.hed {
	font:bold 18px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#039;
}
.cutline {
	font:normal 10px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
.sans {
	font:normal 10pt Geneva, Verdana, Arial, Helvetica, sans-serif;
}
/* Temporary */



/*	The following schedlisting styles affect the schedule listing

	SAMPLE DATE ROW:	(as of 5/12/2004 9:59PM...may have changed since then)
	
		<tr><th colspan="4">Monday, May 24</th></tr>
		
	SAMPLE EVENT ROW (with description turned on):	(as of 5/12/2004 9:59PM...may have changed since then)
	
		<tr class="KET4">
			<td class="time">10:00 pm</td>
			<td class="channel"><strong>KET4</strong></td>
			<td class="info">
				<a href="/cgi-plex/watch/episode.pl?nola=HIDE++000106" onClick="javascript:watch_popup_window(this.href);return false;" ><b>History Detectives</b></a> "John Brown's Letters/Japanese House/Poems" <br />
				<p>Is a woman in Sacramento, CA related to firebrand 19th-century abolitionist John Brown? How did an authentic Japanese house become part of the famed San Francisco World's Fair just before World War II? And what do the hundreds of poems carved into the walls of the Angel Island detention center tell us about the Chinese immigrants detained there?</p>
			</td>
			<td class="attributes"><img  src='/watch/images/wide.gif' width=16 height=16 vspace=2 alt='Wide Screen'></td> 
		</tr>
			
*/



table.schedlisting {
	width:100%;
	margin:0;
	padding:0;
}
.schedlisting td {
	vertical-align:top;
	padding:0 4px 4px 0;
}
.schedlisting th {
	font:normal bold 14px Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:16px 0 3px 0;
}
.schedlisting tr.ket4 td.time {
	width:65px;
	text-align:right;
	white-space:nowrap;
}
.schedlisting tr.ket4 td.channel {
	ZZwidth:65px;
	text-align:center;
}
.schedlisting tr.ket4 td.channel strong {
	display:none;
}
.schedlisting tr.ket4 td.info {
}
.schedlisting tr.ket4 td.info p {
	margin:0 0 2px 0;
	font-size:10px;
}
.schedlisting tr.ket4 td.attributes {
	text-align:right;
}


.schedlisting tr.pbshd td.time {
	width:65px;
	text-align:right;
	white-space:nowrap;
}
.schedlisting tr.pbshd td.channel {
	ZZwidth:65px;
	text-align:center;
	/* display:none; */
}
.schedlisting tr.pbshd td.info {
}
.schedlisting tr.pbshd td.info p {
	margin:0 0 2px 0;
	font-size:10px;
}
.schedlisting tr.pbshd td.attributes {
	text-align:right;
}


