/****************************
** Print Styles
****************************/

#menus {
	width: 824px;
	overflow: hidden;
}

/****************************
** Event Times Table
****************************/

table.times td {
	border: 1px solid Black;
	border-top: 0;
	border-left: 0;
}
table.times td.first_col {
	border-right: 0;
	border-left: 1px solid Black;
}
table.times td.last_col { border-left: 0; }
table.times tr.end_even td { padding-bottom: 3px; }
table.times tr.end_odd td { padding-bottom: 3px; }

/****************************
** Full Width Table
****************************/

table.wide th {
	border-bottom: 1px solid Black;
}
table.wide th.title { border-bottom: 0; }
table.wide td {
	border: 1px solid Black;
	border-right: 0;
	border-top: 0;
}
table.wide td.first_col { border-left: 1px solid Black; }
table.wide td.last_col { border-right: 1px solid Black; }
table.times tr.end_even td { padding-bottom: 3px; }
table.times tr.end_odd td { padding-bottom: 3px; }

/****************************
** Concession Table
****************************/

table.concession {
	border: 1px solid Black;
	padding-bottom: 10px;
	 @media print : display: none; 

}

table.concession_hidden {
	display: inline;
	background-color: #b1d1ed;
	border-bottom: 12px solid #b1d1ed;
	border: 1px solid Black;
	padding-bottom: 10px;
}
table.concession_hidden th {
	padding: 10px 10px 0 10px;
	text-align: left;
}
table.concession_hidden td { padding: 8px 10px 0 10px; }
table.concession_hidden td.note {
	padding-top: 2px;
	font-size: 10px;
}
table.concession_hidden tr.not-online td {
	color: Red;
}
table.concession1 {
	border: 1px solid Black;
	padding-bottom: 10px;
}



