/*
|------------------
| Tag(s) - Reset
|------------------
*/

a:link {
    color: #0567ff;
    text-decoration: none;
}

a:visited {
  color: #0567ff;
    text-decoration: none;
}

a:hover {
  ccolor: #0567ff;
    text-decoration: none;
}


 body  {
  margin:0px;
  padding:0px;
  font-family: "open sans", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #000;
  background-color:#000;
  width:100%;
  min-width:600px;
  }


.tx7{ color:#800000; text-align:center; text-shadow: 2px 2px 2px #777777;font-weight:bold; font-size:30px; font-family:Verdana,sans-serif; }   
          /* smaller style of tx7  */
.tx6{ color:#000; text-align:center; text-shadow: 1px 1px 2px #222222;font-weight:bold; font-size:30px;line-height:40px; font-family:Verdana,sans-serif; }
          /* Title in stats tables - stats_insert.php  */
.tx5{ color:#800000; text-align:center; text-shadow: 2px 2px 3px #666666;font-weight:bold; font-size:26px; font-family:Verdana,sans-serif; }
          /* Title in stats tables - stats_insert.php  */
.tx9{ color:#002db3; text-align:center; text-shadow: 2px 2px 3px #888888;font-weight:bold; font-size:24px; font-family:Verdana,sans-serif; }
          /* Title in stats tables - stats_insert.php  */
.tx3{ color:#fff; text-align:center; text-shadow: 1px 1px 2px #000000;font-weight:normal; font-size:20px; font-family:Verdana,sans-serif; }
          /* Title in stats tables - stats_insert.php  */
.tx12 { color:#fff; text-align:center;font-weight:bold; text-shadow: 2px 2px 2px #111111;font-size:22px;line-height:28px; font-family:Verdana,sans-serif }    
          /* red text sign-in to purchase - reg_text_insert.php */
.tx10{ color:red; text-align:center; text-shadow: 1px 1px 1px #000;font-weight:bold; font-size:15px; font-family:Arial,sans-serif }   
         /* Title in payment box - purchase_insert.php  */
.py9{ color:#fff;text-align:center;  text-shadow: 3px 3px 2px #000;font-weight:bold; font-size:40px; font-family:Tahoma; }    
          /* Price in payment box - purchase_insert.php  */
.hx8{ color:#cc0000; text-shadow: 2px 2px 3px #555555;font-weight:bold; font-size:34px; font-family:Verdana,sans-serif }     


#wrapper {
      width:100%;
      padding:0px;
      border:none;
      min-width:500px;
    }

#topbar{
  width:100%;
  padding:0px;
  background-color:#09224b;
  height:170px;
 }

#ham {
  width:100%;
  height:60px;
  }

 .menu  {   
display:none;
  }

 .header {
  width:100%;
  border-top:1px solid black;
  padding:0px;
  background-image: url('https://allsportsservice.com/im/stadium_mo.jpg');
  background-repeat: no-repeat;
  background-position: center;
  min-height:218px;
    text-align:center;
        }

.content1 {
     width:100%;   
      overflow:hidden;
     padding:0px;
     background-color:#fff;
     min-height:300px;
     box-sizing: border-box;
}

.content2 {
     width:100%;   
     overflow:hidden;
     min-height:500px;
     text-align:center;
     background-color:#09224b;
      padding:12px;
      box-sizing: border-box;
}
.inner {
    width:94%;
    color:#000;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
  }


.footer {
    width:100%;
    min-height: 30px;
    background-color:#202020;
   color:#fff;
    font-size:17px;
     padding:10px;
    border:none;
   box-sizing: border-box;
  }

.stats {
                width:100%;
                max-width:590px;
                margin-left: auto;
                margin-right: auto;
	border-width: medium;
	border-spacing: 0px;
	border-style: solid;
	border-color: navy;
	border-collapse: separate;
	background-color:#e6f7ff;
                  box-sizing: border-box;
 }
.stats th {
	border-width: thin;
	padding: 3px;
                  color:#fff;
	border-style: solid;
	border-color: navy;
	background-color:#000;
 }
.stats td {
                color:#000;
	border-width: thin;
	padding: 3px;
	border-style: solid;
	border-color: navy;
                  text-align:center;
	background-color:#e6f7ff;
 }

.stat_title {
   background-color:#0066cc;
    color:#000;
    text-align:center;
    text-shadow: 2px 2px 2px #333333;
 }

#reg {
          width:98%;
        max-width: 560px;
        margin-left:auto; 
        margin-right:auto;
        text-align: left;
        font-family: Tahoma, sans-serif;
        border:none;
        color: #fff;
    }

.pay {
             width:98%;
             max-width:580px;
             overflow:hidden;
             margin-left:auto;
            margin-right:auto;
            border:thin solid black;
            border-collapse:collapse;
            box-shadow: 2px 2px 8px #777777;
        }

.pay td {
             border: none;
             color:#000;
             font-family: Tahoma, sans-serif;
             font-style:normal;
             font-size: 24px;
             padding:4px;
   }


#bx {
    width: 120px;
    height: 45px;
 }

#auth {
    width: 80px;
    height: 42px;
 }

.log {
  display:none;
}

input[type=text], input[type=email], input[type=number], input[type=password], select {
  width: 68%;
 font-size:28px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }
input[type=submit] {
font-size:28px;
}

textarea {
  width: 90%;
 font-size:28px;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }

.topright {
 display:none;
 }