/* styling the content that comes out of the WYSIWHG editor */
#lblCopy table {
	border: none; font-size: 85%
}
#lblCopy p table, #lblCopy p p {
	font-size: 100%
}
#lblCopy td {
	padding-right: 8px; border: none
}

#lblCopy td {
	padding-right: 8px; border: none
}

#lblCopy table.performanceSchedule {
	border: solid 1px #000000; margin-bottom: 16px
}
#lblCopy table.performanceSchedule th {
	border-style: none;
	font-size: 90%; padding: 2px; padding-top: 4px; padding-bottom: 4px;
	vertical-align: top; 
}
#lblCopy table.performanceSchedule th.date {
	width: 50px
}
#lblCopy table.performanceSchedule td {
	font-size: 90%; padding: 2px; 
}
#lblCopy table.performanceSchedule tr.opera1 td {
	background-color: #F8C6DC
}
#lblCopy table.performanceSchedule tr.opera2 td {
	background-color: #EAEC87
}
#lblCopy table.performanceSchedule tr.opera3 td {
	background-color: #8ED2CB
}
#lblCopy table.performanceSchedule tr.opera4 td {
	background-color: #A1C1E5
}
#lblCopy table.performanceSchedule tr.opera5 td {
	background-color: #FFD9A2
}
#lblCopy table.performanceSchedule tr.opera6 td {
	background-color: #BBAED4
}

#lblCopy table.seatingPlan {
	border: solid 1px #000000; margin-bottom: 16px; 
}
#lblCopy table.seatingPlan th {
	border-style: none;
	font-size: 90%; padding: 2px; padding-top: 4px; padding-bottom: 4px; 
	vertical-align: top; 
}
#lblCopy table.seatingPlan td {
	font-size: 90%; padding: 2px; border-bottom: solid 1px #000000; 
}
#lblCopy table.seatingPlan td.col1 {background-color: #F89969}
#lblCopy table.seatingPlan td.col2 {background-color: #B3DDC0}
#lblCopy table.seatingPlan td.col3 {background-color: #EE1A2C}
#lblCopy table.seatingPlan td.col4 {background-color: #FFF79A}
#lblCopy table.seatingPlan td.col5 {background-color: #8DD8F8}
#lblCopy table.seatingPlan td.col6 {background-color: #C7A0CA}
#lblCopy table.seatingPlan td.col7 {background-color: #F8C1D9}
#lblCopy table.seatingPlan td.col8 {background-color: #D2E287}
#lblCopy table.seatingPlan td.col9 {background-color: #D1D2D4}