body
{
  margin: 0;
  padding: 0;
  font-family: arial, verdana, helvetica, sans-serif;
  color: #000;
  background-color: #e0ffff;
}
.container_12 {
  background-color: #ffffff;
}
a { color: #ff2020; text-decoration: none; }
a:visited { color: #801010; }
a:hover { text-decoration: underline; }
dt {
  font-weight: bold;
  text-decoration: underline;
}
dd {
  margin-left: 18px;
  margin-bottom: 5px;
}
.logo {
  width: 940px;
  height: 310px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #db2b15;
  border-style: none;
//  background-color: #813ebf;
  background-color: white;
//  background-image: url(/i/ph.jpg);
  background-image: url(/i/ph.png);
/* background-repeat: no-repeat;
// background-position: 0px -150px;
// background-color: #db2b15;
*/
}
#logo-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 940px;
  height: 310px;
  background-color: transparent;
  border: none;
}
.logo2 {
  float: right;
  margin-right: 20px;
  margin-top: -20px;
/*
  display: block;
  margin-left: auto;
  float: right;
  margin-right: -120px;
  margin-top: 50px;
*/
  border-style: none;
}
.title1 {
  font-family: Cambria, "Lucida Grande", sans-serif;
  font-size: 40px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-text-stroke: 1px black;
  text-shadow:
    2px 2px 1px #000,
    -2px 2px 1px #000,
    -2px -2px 1px #000,
    2px -2px 1px #000;
  background-color: rgba(0,0,0,0.5);
}
.title2 {
  font-family: Cambria, "Lucida Grande", sans-serif;
  font-size: 32px;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-text-stroke: 1px black;
  text-shadow:
    1px 1px 1px #000,
    -1px 1px 1px #000,
    -1px -1px 1px #000,
    1px -1px 1px #000;
  background-color: rgba(0,0,0,0.5);
}

.splash {
  font-family: Cambria, "Lucida Grande", sans-serif;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-align: justify;
}
.splash p,ul {
  margin: 0 2em 0.75em 2em;
}
.splash hr {
  margin: auto;
  padding: 6px;
}
.splash h1 {
  border-bottom: 6px solid #7744b8;
}
.splash h3 {
  font-size: 20px;
  margin-left: 10px;
}
.splash h4 {
  font-size: 18px;
  margin-left: 15px;
}
.lfs {
  display: block;
  margin: auto;
  box-shadow: 5px 5px 4px #303030;
}

.links {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 14px;
  padding: 0px 10px 4px 10px;
}
.links h1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  border-bottom: 1px solid #000;
}
.links a {
  font-weight: normal;
  font-size: 14px;
  padding: 2px;
  margin: 0;
  color: #000;
  text-decoration: none;
}
.links a:hover {
  text-decoration: underline;
  color: #000;
  background-color: #e0ffff;
}
.links ul {
  list-style-type: none;
}
.links li {
  margin-left: 0px;
}

.feature {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 14px;
/* border-left: 1px solid #000; */
  padding: 0px 10px 4px 10px;
}
.feature h1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  border-bottom: 1px solid #000;
}
.feature p {
  margin: 0 0 0.5em 0;
}

.footer {
  margin-top: 10px;
  margin-bottom: 6px;
  padding: 4px;
  border-top: 1px dashed #000;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
}
.footer1 {
  text-align: left;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  padding: 2px;
}
.footer2 {
  float: right;
  text-align: right;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  padding: 2px;
}
.footer3 {
  text-align: center;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  padding: 2px;
  margin-left: 301px;
}

.nav {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 14px;
  padding: 10px 10px 4px 10px;
  border-left: 1px dashed #000;
}
.nav h1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
  border-bottom: 2px solid #7744b8;
}
.nav h2 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px;
  border-bottom: 2px solid #7744b8;
}
.nav a {
  font-weight: normal;
  font-size: 14px;
  padding: 2px;
  margin: 0;
  color: #000;
  text-decoration: none;
}
.nav a:hover {
  text-decoration: underline;
  color: #7744b8;
  background-color: #65a5ae;
}
.nav ul {
  list-style-type: none;
}
.nav li {
  margin-left: 0px;
}

.setoff {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid #65a5ae;
  border-bottom: 2px solid #65a5ae;
  margin-left: 2.5em;
  margin-right: 2.5em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.setoffi {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin-left: 7em;
  margin-right: 7em;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* any floating image */
.floater {
  float: right;
  padding-top: 15px;
  padding-left: 15px;
  border: none;
}

.smnote {
  font-size: 15px;
}

/* for smaller blocks */
blockquote.bnotes {
  font-size: 15px;
}

/* colgroup classes for various tables */
colgroup.col-center {
  text-align: center;
}
colgroup.col-left {
  text-align: left;
}

ul.schedule {
  font-size: 16px;
  margin: 2px;
}

/* table for circuit standings */
.standings
{
  margin: 0px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  border-top: 3px solid #bc2f1d;
  border-bottom: 3px solid #bc2f1d;
}
.standings tr.highlit {
  font-weight: bold;
}
.standings th.st-center,td.st-center { text-align: center; }
.standings td.st-gray {
  text-align: center;
  text-decoration: line-through;
  color: #777;
}
.standings td.st-cutoff {
  background: #4fdc3d;
  font-size: 8px;
  font-style: italic;
  text-align: center;
  letter-spacing: 4px;
}
.standings .left { text-align: left; }
.standings .right { text-align: right; }
.standings tr.divl1 td { background: #e0ffff; }
.standings tr.divl2 td { background: #c0ffc0; }
.standings tr:hover td { background: #ffc0c0; }
.standings tr.divcut td {
  background: #d2ee3a;
  font-size: 8px;
  font-style: italic;
  letter-spacing: 4px;
}
.standings th {
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  background: #4fdc3d;
  border-bottom: 1px solid #bc2f1d;
  border-right: 1px solid #bc2f1d;
  border-left: 1px solid #bc2f1d;
}
.standings th.st-event {
  background: #e0ffff;
  font-size: 16px;
}
.standings td {
  padding: 2px 8px;
  background: #e6f1ff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid transparent;
  border-right: 1px solid #bc2f1d;
  border-left: 1px solid #bc2f1d;
  color: #000000;
}

/* table that holds two columns */
table.tholder {
  border: 0px;
}
.tholder td,th {
  padding: 0px 15px 0px 0px;
}

/* simple lined table layout */
table.tsimple {
  margin-left: 48px;
}
table.tsimple td {
  border: 1px solid #606060;
  border-collapse: collapse;
  padding: 5px;
}
table.tsimple th {
  font-weight: bold;
  border: 1px solid #606060;
  border-collapse: collapse;
  padding: 5px;
}
table.tsimple-small td {
  font-size: 14px;
  border: 1px solid #606060;
  border-collapse: collapse;
  padding: 5px;
}
table.tsimple-small th {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #606060;
  border-collapse: collapse;
  padding: 5px;
}

/* table layout for registration forms */
table.tform {
  width: 700px;
  border: 2px solid #606060;
}
table.tform td {
  border: 1px solid #606060;
  border-collapse: collapse;
  padding: 5px;
}
table.tform th {
  font-weight: bold;
  border: 1px solid #606060;
  border-collapse: collapse;
  padding: 5px;
  padding-right: 8px;
  text-align: right;
}
table.tform td.tf-center { text-align: center; }
table.tform hr {
  border: 0;
  border-bottom: 1px dashed #606060;
  margin: 5px 20px 5px 20px;
  padding: 0px;
}

/* prizes for tournaments */
table.prizes {
  margin: 15px;
  border-collapse: collapse;
  width: 640px;
}
.prizes th {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 15px;
  background: #d890d8;
  font-weight: bold;
  text-align: center;
  border: 2px solid #ffffff;
}
.prizes td {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  border: 2px solid #ffffff;
}
td.prizeLeft {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 15px;
  background: #d890d8;
  text-align: right;
  border: 2px solid #ffffff;
  padding-right: 5px;
}
td.prizeBottom {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #400020;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  border: 2px solid #ffffff;
}

/* pricing for tournaments */
table.pricing {
  margin: 15px;
  border-collapse: collapse;
}
.pricing th {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 16px;
  background: #d890d8;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  border: 2px solid #ffffff;
}
.pricing td {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  padding-left: 5px;
  border: 2px solid #ffffff;
}
td.priceLeft {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 16px;
  background: #d890d8;
  text-align: right;
  border: 2px solid #ffffff;
  padding-right: 5px;
}

/* added for store, KJM 1/4/12 */
.item
{
  margin: 0px;
  width: 800px;
  padding: 15px;
  font-size: 16px;
  border-collapse: collapse;
  border-top: 3px solid #bc2f1d;
  border-bottom: 3px solid #bc2f1d;
}
.item select {
  font-size: 16px;
}
.item tr.highlit {
  font-weight: bold;
}
.item .name { 
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  padding: 12px 0px 8px;
}
.item .price { 
  font-size: 18px;
  padding: 8px 0px;
  vertical-align: top;
}
.item .left { text-align: left; vertical-align: top; }
.item .right { text-align: right; }
.item tr.divl1 td { background: #ffffc8; } /* yellow */
.item tr.divl2 td { background: #c0fff8; }
.item tr.divcut td {
  background: #d2ee3a;
  font-size: 8px;
  font-style: italic;
  letter-spacing: 4px;
}
.item th {
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  background: #d2ee3a;
  border-bottom: 1px solid #bc2f1d;
  border-right: 1px solid #bc2f1d;
  border-left: 1px solid #bc2f1d;
}
.item td {
  padding: 2px 15px;
  background: #e6f1ff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid transparent;
  border-right: 1px solid #bc2f1d;
  border-left: 1px solid #bc2f1d;
  color: #000000;
}
.item .pvimg {
  border: 2px solid #bc2f1d;
}
.preview {
  margin: 0px;
  padding: 5px;
  width: 300px;
  font-size: 8px;
  text-align: center;
  border-collapse: collapse;
  border-top: 3px solid #bc2f1d;
  border-bottom: 3px solid #bc2f1d;
}
.button {
  margin: 10px 0px 0px 25px;
}
.comment {
  font-size: 14px; 
  font-style: italic;
  padding-bottom: 12px;
}
/* end of store */

/* table for results */
.results {
  border: medium solid rgb(162,190,10);
  width: 685px;
  margin: 0;
}
.results-tb {
  border: medium solid rgb(162,190,10);
  width: 565px;
  margin: 0;
}
.results th {
  font: arial,helvetica; font-size: 9pt; font-weight: bold;
  border-bottom: 1px solid #000;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding-left: 5px;
}
.results-tb th {
  font: arial,helvetica; font-size: 9pt; font-weight: bold;
  border-bottom: 1px solid #000;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding-left: 5px;
}
.results td {
  font: arial,helvetica; font-size: 8pt;
  border-bottom: 1px solid #000;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.results-tb td {
  font: arial,helvetica; font-size: 8pt;
  border-bottom: 1px solid #000;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.results th.rs-center,td.rs-center { text-align: center; }
.results th.rs-right,td.rs-right { text-align: right; }
.rs-row1 { background-color: #f5f4c4; }
.rs-row2 { background-color: #fd9d6b; }
.vids { border: none; }
.vids td { width: 200px; }

/* KJM 2/9/24 - mobile hackery */
/*
@media (min-width:1380px) {
.logo2 {
  float: right;
  margin-right: -20px;
  margin-top: 50px;
  border-style: none;
}
}
*/

