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

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
  color: blue;
    text-decoration: none;
}

a:hover {
  ccolor: blue;
    text-decoration: none;
}

.tx7{ color: #4d0000; text-align:center; text-shadow: 2px 2px 2px #666666;font-weight:bold; font-size:24px; font-family:Verdana,sans-serif; }   
          /* smaller style of tx7  */
.tx6{ color:#000; text-align:center; text-shadow: 2px 2px 3px #888888;font-weight:bold; font-size:22px; font-family:Verdana,sans-serif; }   
          /* smaller style of tx7  */
.tx5{ color:#4d0000; text-align:center; text-shadow: 2px 2px 2px #777777;font-weight:bold; 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  */
.tx9{ color:#fff;text-align:left;  text-shadow: 2px 2px 3px #222222;font-weight:normal; font-size:24px; font-family:Arial,sans-serif }    
          /* Price in payment box - purchase_insert.php  */
.hx8{ color:#b30000; text-shadow: 2px 2px 1px #000;font-weight:bold; font-size:26px; font-family:Verdana,sans-serif }     



H2{ color:#001177; text-shadow: 2px 2px 4px #666666;font-weight:bold; font-size:22pt; font-family:"Trebuchet MS" }  
H1{ color:#cc0000; text-shadow: 2px 2px 3px #000000;font-weight:bold; font-size:24pt; font-family:"Trebuchet MS"}  
H3{ color:silver; text-shadow: 2px 2px 3px #000000;font-weight:bold; font-size:16pt; font-family:"Trebuchet MS"}  

body {
background: url('https://mlbpowertotals.com/im/pageback.jpg') no-repeat 0 0 #fff;
background-position: top left;
font-family: Tahoma, sans-serif;
background-color: #fff;
color: #000;
margin: 0;
padding: 0;
}

#wrap {
  width:900px;
  margin-left:280px;
  }

#content {
   width:100%;
   vertical-align:top;
 }

hr { 
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    border-color: #d1e3ff;
    border-width: 1px;
}
.input {
     border: 1px solid #000;
     background: #d1e3ff;
     font-size: 1.1em;
          }
#stats {
                width:100%;
                max-width:670px;
                margin-left: auto;
                margin-right: auto;
	border-width: medium;
	border-spacing: 0px;
	border-style: solid;
	border-color: #4d0000;
	border-collapse: separate;
	background-color:#fff;
 }
#stats th {
	border-width: thin;
	padding: 3px;
	border-style: solid;
              color:#fff;
	border-color: #4d0000;
	background-color:#000;
 }
#stats td {
                color:#fff;
	border-width: thin;
	padding: 3px;
	border-style: solid;
	border-color: #4d0000;
	background-color:#b30000;
 }

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

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

.pay {
             width:98%;
             max-width:700px;
             overflow:hidden;
             margin-left:auto;
            margin-right:auto;
             text-align: left;	
                        font-family: Tahoma, sans-serif;
            border-style: solid;
            border-color: #4d0000;
    }

.pay td {
             border: none;
             color:#000; 
             font-family: Tahoma, sans-serif;
             font-style:normal;
             font-weight:500;
             text-align:left;
             font-size: 16px;
   }

.pay th {
             border: none;
             font-family: Tahoma, sans-serif;
             text-align:left;
               background-color:#4d0000;
              color:#fff;
    }

#bx {
    width: 80px;
    height: 36px;
 }

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

#pastg  {
            border: 1px solid #4d0000;
            margin-left:auto;
            margin-right:auto;
            width:100%;
            max-width:720px;
            padding:4px;
            color:#000; 
            font-size:.8em;
       }

#pastg th  {
            font-size:.85em;
            color:#fff; 
            background-color:#b30000;
            text-align:center;
      }

#pastg td  {
            font-size:.8em;
            color:#000;  
            text-align:left;
      }