table.timetable {
	width: 100%;
	max-width: 36em; /* NEED IE FIX */
	border-collapse: collapse;
	margin-left: 0;
	margin-bottom: 6px;
	font-weight: normal;
	}
	
.timetable th, 
.timetable td {
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	padding-right: 5px;
	padding-bottom: .2em;
	vertical-align: top;
	line-height: 1.4em;
	}
	
.scDate {
	width: 4.6em;
	}
	
.timetable tbody tr td:first-child { /* Date for FF */
	width: 4.6em;
	}
	
.timetable tbody tr td:last-child { /* Film for FF */
	width: 100%;
	}	
	
* html .timetable {
	height: 1%;
	}
	
tr.lateAddition td,
tr.lateAddition th {
	background: #f7f9d7;
	}
	
tr.lastEdited th,
tr.lastEdited td {
	/*border-top: 1px solid #d7e260;
	border-bottom: 1px solid #d7e260;*/
	/*background: #f7f9d7;*/
	}
	
/***
tr.lastEdited th:first-child,
tr.lastEdited td:first-child {
	border-left: 2px solid #d7e260;
	}
	
tr.lastEdited td:last-child {
	border-right: 2px solid #d7e260;
	}
***/	

	
.timetable a {
	border-bottom: 0 none;
	}

.timetable cite {
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #3CB8C7;
	font-weight: bold;
	font-style: normal;
	}
	
.timetable a:hover cite {
	border-bottom: 1px solid #3f3f3f;
	background: #3f3f3f;
	color: #fff;
	}	
	
ul.filmList a:active,
ul.filmList a:focus {
	/*
	outline: none !important;
	outline:expression(hideFocus="true");
	-moz-outline-style:none;
	*/
	}	
	
p.note {
	margin-top: .8em;
	line-height: 1.2em;
	font-size: .85em;
	}	
	
.timetable caption {
	caption-side: top;
	/*line-height: 1.2em;*/
	width: 100%;
	text-indent: 0;
	text-align: left;
	}	
	
.timetable tbody th {
	font-weight: normal;
	text-align: right;
	}

.timetable tbody th,
.timetable td {
	vertical-align: top;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: .2em;
	/* IE FIX: padding-bottom */
	line-height: 1.26em;
	}
	
	
