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

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

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

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

 body  {
  margin:0px;
  font-family: "open sans", sans-serif;
  font-weight: normal;
   font-size: 20px;
  color: #e6e6e6;
  margin-top: 0px;
  margin: 0px;
  padding: 0px;
  text-align:left;
  background-color:#2f0d5b;
  min-width:600px;
 }

          /* page titles like create account - reg_text_insert.php  */
.tx7{ color:#91c4e5;text-align:center;  text-shadow: 1px 1px 2px #222222;font-weight:bold; font-size:28px; line-height:30px;  }   
          /* smaller style of tx7  */
.tx6{ color:red; text-align:center; text-shadow: 2px 2px 4px #000;font-weight:bold; font-size:24px;  }    
          /* smaller style of tx7  */
.tx3{ color:#990000; text-align:center; text-shadow: 1px 1px 2px #999999;font-weight:normal; font-size:28px;}   
.tx3a{ color:#990000;  text-shadow: 1px 1px 2px #999999;font-weight:normal; font-size:36px;}   
          /* smaller style of tx7  */
.tx5{ color:#91c4e5; text-align:center; text-shadow: 1px 1px 2px #000;font-weight:normal; font-size:22px;}   
           /* titles in side columns  */
.tx13{ color:#fff;text-align:center;  text-shadow: 1px 1px 2px #999999;font-weight:bold; font-size:22px; line-height:28px; }   
.tx11 { color:#91c4e5;text-align:center;  text-shadow: 1px 2px 2px #111111;font-weight:bold; font-size:30px; line-height:34px;  }   
.tx11a { color:#fff;text-align:center;  text-shadow: 1px 2px 2px #000;font-weight:bold; font-size:32px; line-height:38px;  }   
.tx15{ color:red; text-align:center; text-shadow: 1px 2px 2px #000;font-weight:normal; font-size:34px; }    
           /* Title in stats tables - stats_insert.php  */
.tx12 { color:#fff; text-align:center;font-weight:normal; font-size:20px;line-height:28px; }    
          /* Title in payment box - purchase_insert.php  */
.tx10{ color:red; text-align:center; text-shadow: 1px 1px 3px #777777;font-weight:bold; font-size:15px;  }  
          /* Title in payment box - purchase_insert.php  */ 
.tx9{ color:#e6ad15;text-align:center; text-align:left;  text-shadow: 1px 1px 3px #666666;font-weight:normal; font-size:22px;line-height:26px;  }    
          /* Price in payment box - purchase_insert.php  */
.hx8{ color:green; text-shadow: 1px 1px 3px #333333;font-weight:bold; font-size:26px;  }     
          /* Price in side column payment box - purchase_insert.php  */
.hx9{ color:#f0c85c;text-align:center;  text-shadow: 2px 2px 1px #000;font-weight:bold; font-size:22px;  }    
.px1{ font-size:22px;color:yellow;text-shadow: 2px 2px 2px #000; }    
.sbe {  color:#395591;text-align:center;  text-shadow: 1px 2px 3px #999999;font-weight:bold; font-size:32px; line-height:60px; }   


#ham { height:60px; width:100%; background-color:#000; font-size:38px; line-height:52px;  }
#left { display:none; }
.full { display:none; }
#container {
        margin: 0px;
        padding:0px;
       width:98%;
       min-width:596px;
       color:#000;
       min-height:1000px;
       margin-left:auto;
       margin-right:auto;
       vertical-align:top;
       border:none;
       box-sizing: border-box;
   }
.menu_but {  display:none  }
.menu_tit {  display:none  }
.stable2 td{
   color:#800000;
   background-color:#fff;
   color:#000;
  }
 #full_page2 {
     vertical-align:top;
    min-width:596px;
   overflow:hidden;
   height:100%;
    color:#000;
    }


input[type=text], input[type=email], input[type=number], input[type=password] {
  width: 88%;
 font-size:28px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }
select {
  width: 88%;
 font-size:28px;
 margin-top:6px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }
input[type=submit] {
font-size:28px;
}
.bx { width:160px; height:30px;font-size:28px; }
#auth { width:160px; height:30px;font-size:28px; }

   .abut {
    display:inline-block;
    text-align:center;
    height:30px;
    padding-left:8px;
    padding-right:8px;
    cursor: pointer;
    margin:4px;
    color:#fff;
    font-size:22px;
    line-height:26px;
    text-shadow: 1px 1px 1px #000;
    background-color:#990099;
    }
  .dbut {
     display:inline-block;
    text-align:center;
    height:30px;
     padding-left:8px;
    padding-right:8px;
    cursor: pointer;
    margin:4px;
    color:#fff;
    font-size:22px;
    line-height:26px;
    text-shadow: 1px 1px 1px #000;
    background-color:#e600e6;
    }