
table.cal-heading { 
	background-color:  #52504B;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 38px;
	width: 645px;
 }
table.calendar { 
	/*background-color: #670001;*/
	background-color : #F0EDE7;
	border-left: 4px solid #52504B;
	border-right: 4px solid #52504B;
	border-bottom: 4px solid #52504B;
	margin-left: 38px;
 }
 table.calendar-heading { 
	background-color: #52504B;
 }
table.calendar th {
	height: 10px;
	text-align: center;
	font-weight: bolder;
	border: 2px solid #F0EDE7;
}
table.calendar td {
	text-align: center;
	background-color: #FFFFFF;
	width: 84px;
	height:84px;
	font-size: 9pt;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align : right;
	vertical-align : top;
	border: 2px solid #D6CEBC;	
	/*border : 1px solid  #6F6F6F;*/
}
.calendar-month {
	padding-top: 5px;
	padding-bottom: 5px;
	color : #FFFFFF;
}
.calendar-month a{
	text-decoration: none;
	color : #FFFFFF;
}
.calendar-prev, .calendar-next {
	font-size: 12pt;
	font-weight: normal;
	color : #FFFFFF;
}
table.calendar td.linked-day {
	font-size: 9pt;
}
table.calendar td.empty-day {
	font-size: 9pt;
	background-color : #F7F4F0;
}
.linked-time {
	color: #BF3D37;
}
.linked-time-standard {
	color: #122267;
}

tr.rowOrc, tr.rowBal,tr.rowMez {
	border-bottom : 1px solid #C4C4C4;
}
table.ticketsOrc td, a.ticketsOrc {
	color : white;
}
table.ticketsMez td, a.ticketsMez {
	color : white;
}
table.ticketsBal td, a.ticketsBal {
	color : black;
}
table.ticketsFloor td, a.ticketsFloor {
	color : white;
}
table.ticketsPlaza td, a.ticketsPlaza {
	color : white;
}
.calendar-month {
	font-weight: bold;
	margin-top: 3px;
	font-size: 12pt;
	text-align: center;
}

table.seats {
	padding : 0;
	border: thin solid Gray;	
}
table.seats td, th {
	text-align: center;
}
table.seats th {height: 10px; font-size: 9pt;color: green; text-align: center;}
table.seats td {
	border : 1px solid #F5EEDC;
}
hr.mez, hr.bal {
	border: 0;
	border-top: 1px solid #8F8F8F;
	height: 1px;
}
hr.orc {
	border: 0;
	border-top: 1px solid #B17979;
	height: 1px;
}

#ticketNote {
    display:none;
    background:transparent url(/images/white.png);
    font-size:12px;
    height:70px;
    width:170px;
    padding:21px;
    color:#000;
}
 
th.header {
    cursor: pointer;
    font-weight: bold;
    font-size: 95%;
}
th.headerSortDown {
}
th.headerSortUp {
}
.headingOrc {
	margin-left: 1px;
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 110%;
	color: #460000;
	text-align: center;
}
.headingMez {
	margin-left: 1px;
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 110%;
	color: #494949;
	text-align: center;
}
.headingBal {
	margin-left: 1px;
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 110%;
	color: #7D7D7D;
	text-align: center;
}
.headingFloor {
	margin-left: 1px;
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 110%;
	color: #4e5c85;
	text-align: center;
}
.headingPlaza {
	margin-left: 1px;
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 110%;
	color: #695781;
	text-align: center;
}
table.ticketsOrc td, table.ticketsOrc th{
	border-bottom: 1px solid #B17979;
}
table.ticketsMez td, table.ticketsMez th, table.ticketsBal td, table.ticketsBal th, table.ticketsFloor td, table.ticketsFloor th,table.ticketsPlaza td, table.ticketsPlaza th{
	border-bottom: 1px solid #8F8F8F;
}
