body {
  font-family: Helvetica, Arial, sans-serif;  
}


.skin-ot-container {
  padding: 16pt 2pt;
}


a {
  border-bottom: 0;
  color: #17607c;
}

a:hover {
  color: #222;
  border-bottom: 0;
}

.pageFrame {
  border-color: transparent;
  padding-left: 4px;
  padding-right: 4px !important;
  
}

td, .content {
  color: #333;
}

.calendarProd .prodName {
  color: #111;
}

.numberToday {
  background-color: #EC170E;
  border-color: #EC170E;
}

td.subHead, 
tr.subHead td, 
th {
  background-color: #303131;
  border-style: solid;
  border-color: #303030;
  border-radius: 2px;
}

.content th {
  border-radius: 2px 2px 0 0;
}

th.smalltype {
  background-color: #444;
  border: 1px;
  border-radius: 0;
  text-transform: lowercase;
  font-size: 6pt;
}

.reviewConfirm th.smalltype {
  background-color: transparent;
  color: #444;
  border-bottom: 1px solid #444;
}

input[type="submit"], .submit {
  background-color: #17607c;
  border: 1px solid #17607c;
  border-radius: 3px;
  border-style: solid !important;
}

input[type="submit"]:hover, .submit:hover {
  background-color: #202020;
  border: 1px solid #202020;
  border-radius 3px;
}

#theSubmit {
  color: #FFF;
  padding: 4pt 6pt;
  font-weight:  bold;
}

#theSubmit:disabled {
  background-color: #DADADA;
  border-color: #DADADA;
  text-shadow: 0px 0px 1px #666;
  color: #DADADA;
}

fieldset, .content {
  border-radius: 5px;
}

select, input {
  border-radius: 2px;
}

#membersLoginSpan {
  visibility: hidden;
}

.productionlogo, .productionlogo img {
  width: 200px;
  float: left;
}

.yourSelection div.productionInfoDiv,
.yourSelection div.productionDetailDiv {
  width: 49%;
  float: left;
}

.inCart .divider {
  text-align: left;
}

.description {
  background-color: #C1C2C5;
}

.inCart .ticketDetails, .inCart .feeLabel {
  text-align: right !important;
}

label:hover {
  color: #666;
}

#guestCheckoutForm .inputDiv > div {
 display: inline-block;
  width: 160px;
}

#guestCheckoutForm input[type=text] {
  width: 200px;
}

.genAdmissionSelect .promoCode {
  padding-top: 0;
  position: relative;
  margin-top: -14pt;
}

.genAdmissionSelect .promoCode .divider {
  font-size: 10pt;
  color: #EB3940;
  white-space: normal;
}

.genAdmissionSelect .promoCode .divider > .promo-code-note {
  color: #222;
  font-size: 9pt;
  display: block;
  font-style: italic;
}

b{
 font-size: 1.1em;
}

.no-amex b {
  font-size: 0.9em;
}

.no-amex {
  width: 70%;
  font-size: 8pt;
  padding: 8pt;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0px 2px 4px #666;
}

#messageCommonPanelDiv.error {
  width: 80%;
  margin: 4pt auto 14pt;
  padding: 12pt 14pt;
  box-shadow: 2px 2px 6px #866;
}