
table.cal-heading {
	width:100%;
	height:40px;
	margin:10px 0 0 0;
	padding:5px;
	background-color:#FFF;
	border-top: 3px solid #e7e7e7;
	border-left: 3px solid #e7e7e7;
	border-right: 3px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	text-align:left;
 }
table.calendar {
	width:100%;
	margin:0;
	padding:0;
	background-color:#FFF;	
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	border-bottom: 3px solid #e7e7e7;
 }
 table.calendar-heading { 
	background-color: #52504B;
 }
table.calendar th {
	margin:0;
	padding:5px 5px 5px 10px;
	text-align: left;
	font-weight: bolder;
	border: 1px solid #e7e7e7;
	color: #212120;
}
table.calendar td {
	font-weight: bold;
	background-color: #FFFFFF;
	width: 103px;
	height:103px;
	font-size: 12px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align : left;
	vertical-align : top;
	border: 1px solid #e7e7e7;	
	/*border : 1px solid  #6F6F6F;*/
}
.calendar-month {
	padding-top: 5px;
	padding-bottom: 5px;
	color : #BF3D37;
}
.calendar-month a{
	text-decoration: none;
	color : #BF3D37;
}
.calendar-prev, .calendar-next {
	font-size: 12px;
	font-weight: normal;
	color : #BF3D37;
	padding: 0 35px 0 35px;
}
table.calendar td.linked-day {
	font-size: 12px;
}
table.calendar td.empty-day {
	width:103px;
	height:103px;
	font-size: 12px;
	background-color : #f4f4f4;
	text-align:left;
}
.linked-time {
	color: #BF3D37;
}
.linked-time-standard {
	font-weight: normal;
	color: #212120;
}

tr.rowOrc, tr.rowBal,tr.rowMez {
	border-bottom : 1px solid #C4C4C4;
}
table.ticketsOrc td, a.ticketsOrc {
	color : white;
	background-color:#660000;
	padding:0;
}


.headerOrc {
	width:290px;
	height:20px;
	margin:0;
	padding:5px 10px 5px 10px;
	background-image:url(../images/bg/tl_ticket_brown_bg.gif);
}

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: 14px;
	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: 12px;color: green; text-align: center;}
table.seats td {
	border : 1px solid #F5EEDC;
}
hr.mez, hr.bal, hr.floor {
	border: 0;
	border-top: 1px solid #8F8F8F;
	height: 1px;
}
hr.orc {
	border: 0;
	border-top: 1px solid #741717;
	height: 1px;
	margin:5px 10px 5px 10px;
	padding:0;
}

/* New ticket blocks */

.ticketContainer {
	width:310px;
	margin:0 0 20px 0;
	padding:0;
	float:right;
}

.ticketHolder {
	width:290px;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}
.ticketHeader {
	color : white;
	padding: 4px 0 0 4px;
	font-weight: bold;
}
table.brown, table.grey, table.lightGrey, table.blue {
	border: 1px solid #E7E7E7;
	/*border: 1px solid #660000;	*/
}
table.brown td, a.brown {
	/*color : white;
	/*background-color:#660000;*/
	padding:5px 7px 5px 8px;
	text-align:left;

}

.brownHeader {
	width:100%;
	height:22px;
	margin:0 0 14px 0;
	padding:0;
	background-image:url(../images/bg/tl_ticket_brown_bg.gif);
}

table.grey td, a.grey {
/*	color : white;
	/*background-color:#323232;*/
	padding:5px 7px 5px 8px;
	text-align:left;
}

.greyHeader {
	width:100%;
	height:22px;
	margin:0;
	padding:0;
	background-image:url(../images/bg/tl_ticket_grey_bg.gif);
}

table.lightGrey td, a.lightGrey {
	/*color : white;
	/*background-color:#c0c0c0;*/
	padding:5px 7px 5px 8px;
	text-align:left;
}

.lightGreyHeader {
	width:100%;
	height:22px;
	margin:0;
	padding:0;
	background-image:url(../images/bg/tl_ticket_light_grey_bg.gif);
}

table.blue td, a.grey {
	/*color : white;
	/*background-color:#4e5c84;*/
	padding:5px 7px 5px 8px;
	text-align:left;
}

.blueHeader {
	width:100%;
	height:22px;
	margin:0;
	padding:0;
	background-image:url(../images/bg/tl_ticket_blue_bg.gif);
}

#dropdate{ margin-right: 7px; }
