table {
	font-family: Trebuchet MS,Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #000;
}
#grid {
	position: relative; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	background-image: url('/2008/images/grid/hour.gif');
	background-position: 0px 16px;
	z-index: 0;
}
#venues {
	float: left; 
	font-family: Trebuchet MS,Tahoma,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	width: 100px;
	height: 662px; /* = ( number of venues * 70px ) + ( 2 * 16px for top & bottom col heads) */
	border: 0px;
	color: #FFF;
	background-color: #FFF;
	layer-background-color: #FFF;
	background-image: url('/2008/images/grid/bg100.jpg');
	z-index:5;
}
#venuesTopHead {
	vertical-align: bottom;
	padding-left: 5px;
	border: 0px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: 0px;
	overflow: hidden;
	width: 100px;
	height: 16px;
}
#venuesBottomHead {
	vertical-align: bottom;
	padding-left: 5px;
	border: 0px;
	border-top: 0px;
	border-right: 1px solid #FFF;
	margin: 0px;
	overflow: hidden;
	width: 100px;
	height: 16px;
}
.venue {
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
	display: table-cell; 
	vertical-align: middle; 
	width: 100px; /* = width of venues column (#venues above) */
	height: 70px; /* = height of each row */
	padding: 5px;
	border-bottom: 1px solid #CCC;
	z-index: 10;
}
.timeBar { border: 0px; height: 16px; }
#gridWindow {
	float: left; 
	/* width: 580px; */
	width: 450px;
	height: 662px; /* = ( number of venues * 70px ) + ( 2 * 16px for top & bottom time bands) */
	left: 100px; /* = width of venues column (#venues above) */
	top: 0px;
	border: 0px; 
	background-color: #FFF; 
	layer-background-color: #FFF; 
	overflow: hidden; 
	z-index: -1;
}
.itemBox {
	text-align: left;
	position: absolute;
	height: 69px; /* = height of each row less 1px for border */
	border-right: 1px solid #AAA;
}
.film { background-color: #DDF; }
.event { background-color: #FDD; }
.panel { background-color: #DFD; }

.filmLeadingBar, .eventLeadingBar, .panelLeadingBar {
	position: absolute; 
	height: 69px; /* same as .eventBox */
	width: 8px; /* can be anything; number is used for position calcs on main page */
}
.filmLeadingBar { background-color: #33A; }
.eventLeadingBar { background-color: #A33; }
.panelLeadingBar { background-color: #363; }
.itemInfo{
	text-align: left;
	position: absolute;
	height: 70px; /* = height of each row */
	width: 180px; /* = 3 hours on grid */
	border: 0px;
	padding: 2px;
	color: black;
}
.itemTitle { font-weight: bold; font-size: 110%; width: 120px; }
a.itemTitle { text-decoration: none; width: 120px; }
.itemMoreInfo { font-size: 0.9em; font-style: italic; }
.clearAll { clear: both; }
img.scrollButton { border: 0px; padding: 1px 0px; }
