html {
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: smaller;
}

body {
	margin:0;
	padding:0;
	background-color:#fff
	font-family:Arial,sans-serif;
	}



.legend {
  color: black;
  border: 1px solid #000;
}

#consumerMenu {
  background-color: #8E969A;
  border: 0px solid #000;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 13px;
}

#consumerMenu a {
  color: #fff;
}

#consumerMenu a:hover {
}


/* power tickets layout fix */
.shortSummaryLayout {
	display: inline-block !important;
	padding-left: 5px !important;
	padding-top: 15px;
	width: 22% !important;
	border-right: 1px solid #EEE;
	padding-right: 8px;
}

.manualPickPTLayout .blockTitlePTLayout, 
.systemPickPTLayout .blockTitlePTLayout {
	padding-top: 0;
	padding-bottom: 10px;
}

.manualPickPTLayout .blockTitlePTLayout>div, 
.systemPickPTLayout .blockTitlePTLayout>div {
	display: inline-block !important;
	vertical-align: top;
	height: inherit !important;
}

.packageLoginTitleDiv {
	font-size: 10pt !important;
	padding-left: 5px;
	padding-top: 4px;
}

.packageLoginDiv {
	max-width: 250px;
}

.packageLoginDivPT {
	display: inline-block !important;
	width: 25%;
}

.pageFrame {
  background-color: white;
  background-image: none;
  border: medium none;
  padding: 4px;
  width: 99%;
  color: #663366;
}

a {
  border-bottom: none;
  color: #FF4253;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #244D5E;
  color: #244D5E;
  text-decoration: ;
}

#allSectionsUrl {
  border-color: transparent;
  margin-right: 10px;
}

#allSectionsUrl:before {
  content: "<< ";
}

.promoLink, .promoCloseLink {
  border: 1px solid;
  padding: 1px 2px;
}

.promoDivPT {
	padding-top: 20px;
  padding-left: 30px;
}

.content {
  border: none;
  color: #663366;
}

th, td, pre, code {
  font-size: 14px;
  background-color: white;
  color: #000;
}

th {
  background-image: none;
  background-color: transparent;
  color: #000;
  padding: 2pt 6pt;
  font-size: 25px;
  text-align: center;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
}

.description {
  background-color: #ccc;
  background-image: none;
  padding: 6pt 6pt 6pt 12pt;
  text-align: left;
}

.description b {
  color: #f15a22;
}

.description a {
}

.description a:hover {
}

.description .tip {
  background-color: #fff;
  border: 1px outset #000;
}

tr.subHead td, td.subhead, th.subhead, .list th.subhead, div.subHead, tr.subhead td, td.subHead, th.subHead, tr.Subhead {
  background-color: #244D5E;
  background-image: none;
  border-color: #244D5E;
  border-style: solid;
  border-width: 1px;
  color: white;
  padding: 2pt 6pt;
}

tr.subHead td a, td.subhead a, th.subhead a, th a, tr.subhead td a, td.subHead a, th.subHead a {
  color: #000;
  text-transform: capitalize;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}

tr.subHead td a:hover, td.subhead a:hover, th.subhead a:hover, th a:hover, tr.subhead td a:hover, td.subHead a:hover, th.subHead a:hover {
  color: white;
}

.calendarMonthSelect {
  border-color: #244D5E;
}

.calendarMonthSelect, .calendarMonthSelect option {
  background-color: #244D5E;
  color: #fff;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}

select {
  border: 1px solid #999999;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}

.calendar {
  background-color: #CCCCCC;
}

.calendar td.dayHeader {
  background-color: #000;
  color: white;
  font-size: 13px;
}

td.datepast {
  background-color: white;
  height: 40px;
  opacity: 0.3;
}

.numberPast {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
}

.date, .datepast {
  background-color: white;
  height: 100px;
  color: black;
}

.number, .numberPast, .numberScheduled {
  background-color: #6f6f6f;
  border: 1px solid #6f6f6f;
  color: white;
  font-size: 10pt;
  font-weight: bold;
}

.numberToday {
  background-color: #FF4253;
  border: 1px solid #FF4253;
}

.superSubTitle {
  font-size: 7pt;
  line-height: 100%;
  font-weight: normal;
}

.calendarProd .prodName {
  border-bottom: 0px solid #666666;
  color: #000;
  font-weight: bold;
  font-size: 11px;
}

.perfCustom {
  padding-left: 0px;
}

.calendar a:hover {
  text-decoration: none;
}

.calendar .imgLink {
  color: #FF4253;
}

.calendar .imgLink:hover {
  color: #244D5E;
}

.dateNextMonth, .dateLastMonth {
  background-color: #cccccc;
}

caption, .divider {
  border-bottom: 1px solid #666666;
  color: #fff;
  font-weight: bold;
  padding: 1px;
  white-space: nowrap;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
}

.submit, .cancelSubmit, a.dayNav {
  background-color: #FF4253;
  border: 2px outset #FF4253;
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 1px;
  padding: 2px;
}

.submit:hover, .cancelSubmit:hover, a.dayNav:hover {
  text-decoration: none;
  background-color: #244D5E;
  border: 2px outset #244D5E;
  color: white;
}

.smalltype {
  font-size: 8pt;
  font-weight: normal;
  color: #000;
}

.tinytype {
  color: #000;
  font-size: 7pt;
  font-weight: normal;
}

a.smalltype, a.tinytype {
  font-weight: normal;
  color: #000000;
}

a.smalltype:hover, a.tinytype:hover {
  font-weight: normal;
}

.reference {
  background-color: transparent;
}

.reference table td {
  background-color: #000000;
}

.promoCode td {
  background-color: #d1d1d1;
  color: black;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  padding: 10px;
}

.promoCode .submit {
  background-color: #663366;
  border: 2px outset #663366;
  font-weight: bold;
  color: white;
  padding: 1px;
}

.promoCode .submit:hover {
 background-color: #000000;
  border: 2px outset #000000;
  font-weight: bold;
  color: white;
  padding: 1px;

}

.liTitle {
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}

.lineItem > .liTitle {
  color: #000000;
}

.price {
  font-weight: bold;
  text-align: right;
}

.price > span {
  color: #EEE !important;
}

#pageMask {
  height: 100% !important;
}

.sortHeaders td {
  background-color:;
}

.perfList .dates {
  width: 80px;
  text-align: left;
}

.perfList .series {
  font-size: 13px;
  width: 300px;
}

.perfList .buy {
  width: 75px;
}

.perfsToday td {
  border-bottom:;
}

.perfsToday .calendarProd0, .perfsToday .calendarProd1, .perfsToday .calendarProd2, .perfsToday .calendarProd3, .perfsToday .calendarProd4, .perfsToday .calendarProd5, .perfsToday .calendarProd6, .perfsToday .calendarProd7, .perfsToday .calendarProd8, .perfsToday .calendarProd9 {
  font-weight: bold;
  font-size: 13px;
}

.shoppingCartFixedPackage {
  border: 1px solid #152348;
}

.shoppingCartFixedPackage th {
  background-color: #444;
  color: #FFF;
  font-size: 14px;
}

.shoppingCartFixedPackage td.description {
  background-color: #EFEFEF;
  color: black;
}

.shoppingCartFixedPackage tr.subHead > td {
  border: 1px outset #666;
  padding-top: 0;
  padding-bottom: 0;
}

label:hover {
  color: #FC3305;
}

#formCheckout th.smalltype {
  background-color: #666;
  color: #FFF;
  text-transform: lowercase;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

#formCheckout .divider, #formCheckout tr > td.subHead, form td.divider {
  text-align: left !important;
}

h1 {
  color: #000;
  font-size: 26px;
}

.calendarDaySelect {
  background-color:;
  font-size: 17px;
}

.description .seriesName {
  font-size: 15px;
  font-weight: bold;
}

#menuDiv > ul#menuList {
  width: 415px;
}

.row0 td, .even td {
  background-color: #DFEEFF;
}

form .seatingChart, .nonseat, .seatNumber {
  background-color: #fff;
  color: #000;
}

.seatingChart td.seatNumber, .seatingChart td.seatNumber:hover {
  display: none;
}

.systemPick > .mainDiv > .leftDiv > .leftSectionSelection {
  position: absolute;
  z-index: 5;
}

.systemPick .leftDiv > .seatingChartMap > img {
  padding-left: 80px;
  margin-top: 20px;
}

.inCart .divider > b {
  color: #663366;
  font-size: 16px;
  margin-right: 8px;
}

.inCart .divider {
  font-size: 14px;
}

.reviewConfirm table td > u.smalltype {
  font-weight: bold;
  text-transform: uppercase;
  color: #663366;
}

.reviewConfirm td.subHead > b {
  margin-right: 10px;
}

.manualPickPTLayout .blockTitlePTLayout, .systemPickPTLayout .blockTitlePTLayout {
  display: block;
  width: 100%;
  min-height: unset;
  padding-bottom: 8px;
  padding-top: 0;  
}

.manualPickPTLayout .productionlogoLayout {
  width: unset !important;
  display: inline-block;
}

.blockTitlePT img {
  max-width: 150px;
}

.manualPickPTLayout .blockTitlePTLayout .shortSummaryLayout {
  display: block;
  padding-left: 8px;
  float: left;
  width: 30%;
}

.manualPickPTLayout .promoDivPTLayout, 
.manualPickPTLayout .shortSummaryLayout + .packageLoginDivPT {
  display: block;
  width: 30%;
  float: left;
  padding-left: 18px;
}

.manualPickPTLayout .shortSummaryLayout + .packageLoginDivPT > .packageLoginDiv > .packageLoginTitleDiv {
  margin-top: 0;
}

.manualPickPTLayout #packageLoginForm > .packageLoginDiv * {
  display: inline-block;
}

.manualPickPTLayout #packageLoginForm > .packageLoginDiv .forgotPassword, .manualPickPTLayout #packageLoginForm > .packageLoginDiv .submitDiv {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.manualPickPTLayout > .longSummaryLayout {
  width: 35%;
  float: left;
  display: block;
  text-align: left;
}

.manualPickPTLayout > .longSummaryLayout > div {
  display: block;
  padding-left: 8px;
  vertical-align: top;
  float: left;
}

.manualPickPTLayout > .longSummaryLayout > .productionInfoPT {
  width: 260px;
  padding-top: 18px;
}

.manualPickPTLayout > .longSummaryLayout > .productionDescriptionPT {
  width: 260px;
  padding-top: 18px;
}

.manualPickPTLayout > .longSummaryLayout > .productionDescriptionPT .smalltype {
  font-size: 10pt;
}

.manualPickPTLayout > .borderLine {
  display: none;
}

.manualPickPTLayout > .mainDivLayout {
  min-width: unset !important;
  width: 65%;
  float: right;
  padding: 0;
}

.manualPickPTLayout .mainDivLayout .ticketPickLayout {
  display: none
}

.manualPickPTLayout > .mainDivLayout .shoppingCartLayout {
  width: 200px !important;
}

.custServiceInfo {
  clear: both;
}
