body {
  padding: 0;
  margin: 0;
  font-size: 12pt;
  font-family: arial;
  background-color: #000;
  color: #ff00ff;
  /*color: #58417D;*/
}

a, a:visited {
  color: #cccc00;
}

h1, h2, h3, h4, h5 {
  color: #0ff;
}

input, select, textarea, button {
  font-size: 9pt;
  border-radius: 4px;
}

#content {
  text-align: center;
  width: 900px;
  margin: auto;
  padding: 10px;
}

#footer {
  width: 500px;
  margin: 10px auto 0 auto;
  border-top: 2px solid #ff00ff;
  text-align: center;
}

.modelPhotos td, .modelPhotos th {
  width: 50%;
  font-size: 16pt;
}

.performerInfoTable {
  border-collapse: collapse;
  margin: auto;
}

.performerInfoTable th, .performerInfoTable td {
  border: 2px solid #333;
  font-size: 90%;
}

.performerInfoTable th {
  color: #0ff;
  background-color: #808;
}

.performerInfoTable td {
  color: #f0f;
}


.table_center {
  margin-left: auto;
  margin-right: auto;
}

.td_alt {
  background-color: #00ffff;
  color: #ff00ff;
  font-weight: bold;
}

.tdr {
  text-align: right;
}

.thl {
  text-align: left;
}

.tdc {
  text-align: center;
}

.tdb {
  font-weight: bold;
}

.extra_large {
  font-size: 20pt;
}

.large {
  font-size: 16pt;
}

.small {
  font-size: 10pt;
}

.tiny {
  font-size: 8pt;
}

.mediumBold {
  font-size: 14pt;
  font-weight: bold;
}

.largeBold {
  font-size: 16pt;
  font-weight: bold;
}

.alert {
  color: #ff0;
  font-weight: bold;
}

.alertYellow {
  color: #ffff00;
  font-weight: bold;
  font-style: italic;
}

.formErrMsg {
  z-index: 98;
  position: absolute;
  padding: 3px;
  background-color: #d00;
  color: white;
  font-size: 9pt;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 4px;
}

.noShow { display: none; }

.flipH {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

