#plans {
  width: auto;
}
#plans tr td.item {
  background: transparent url(/images/plan_middle.png?1704507278) repeat-y scroll right top;
  padding: 1em 0.5em;
  width: 300px;
}
#plans tr td.item a {
}
#plans tr td.item a:hover {
  text-decoration: underline;
}
#plans td {
  background-color: white;
}
#plans td .details {
  border: 1px solid #666;
  background-color: #888;
  color: white;
  font-size: 8pt;
  font-weight: normal;
  padding: 0.5em;
  margin-top: 1em;
  text-align: center;
}
#plans td .details p {
  margin: 0;
}
#plans td.option {
  background-color: #FFFFCF;
  font-family: Arial;
  text-align: center;
  width: 200px;
}
#plans td form {
  margin: 0;
  margin-bottom: 1em;
}
#plans td form p {
  margin: 0;
}
#plans tr.cost {
  font-weight: bold;
}
#plans td.price {
  background-color: #666;
  color: white;
  font-weight: normal;
  text-align: center;
}
#plans td.on, span.highlight {
  background-color: #C8FF9F; 
}

#league_referrer_code {
  font-weight: bold;
  padding: 0.5em;
}

#redzone_body .content table {
  background-color: #CCC;
  border: 1px solid #CCC;
  margin: auto;
  margin-top: 1em;
}
#redzone_body .content table th {
  background-color: #666;
  color: white;
  padding: 1em 0;
}
#redzone_body .content table .details {
  font-size: 10pt;
}
