@charset "utf-8";
/* CSS Document */

/* ---- ( myTable DEFAULT ) ---- */
#myTable {
	font: 12px Arial, Helvetica, sans-serif;
	color: #363636;
	text-align: left;
	text-decoration: none;
}
#myTable a {
	text-decoration: none;
	color: #CC0000;
}
#myTable a:hover {
	text-decoration: underline;
}
#myTable td.category{
	background-color: #676767;
	font-weight: bold;
	color: #ebebeb;
	font-size: 14px;
}

#myTable  tr.odd  {
	background-color: #faf7f7;
}
#myTable tr  a {
	color: #CC0000;
}
#myTable   tr:hover  td {
	background-color: #FFF;
	color: #000;
}
#myTable caption {
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	background-color: #000000;
	text-indent: 8px;
	width: auto;
	caption-side: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#myTable thead  th {
	font-size: 120%;
	color: #333333;
	height: 30px;
}
#myTable thead  th:hover {

	
}
#myTable tr {
	vertical-align: top;
	background-color: #FFFFFF;
}
#myTable    tr,#myTable   td,#myTable th  {
	padding: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#myTable th {
	font-size: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#myTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c7c7c7;
	border-left-color: #c7c7c7;
	background-color: #ebebeb;
}
#myTable  tr  .dark {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #c5171e;
	font-size: 14px;
	text-transform: uppercase;
}
#myTable tr .orange {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C5171E;
}
#myTable tr .yellow {
	font-weight: bold;
	text-decoration: none;
	background-color: #F4ECD7;
}
#myTable tr .special {
	text-decoration: none;
	background-color: #ECE9DF;
}
.ticketPrice {
	font-size: 14px;
	font-weight: bold;
	color: #363636;
}
.ticketPriceSlash {
	font-size: 14px;
	font-weight: bold;
	color: #C5171E;
	text-decoration: line-through;
}


.ticketName {
	line-height: 24px;
}

#myTable .title {
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	background-color: #000000;
	text-indent: 8px;
	width: auto;
	caption-side: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0;
}
#myTable .title a {
	font-size: 16px;
	text-decoration: none;
}

#myTable .blankCell {
	background-color: #FFF;
}
.iconList {
	width: 200px;
	text-align: right;
	float: right;
}
.iconList img {
	padding-left: 5px;
	padding-bottom: 0px;
}

