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

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

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

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

@media screen and (min-width: 700px) {

 html,body  {
  margin:0px;
  font-family: "open sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  background-image: url(im/pageback.jpg);
  height: 100%;
   }

#wrapper {
  width:930px;
  min-height:600px;
  border-style: solid;
  border-width: 3px;
    -webkit-border-image: url(im/blue.jpg) repeat;
  border-image: url(im/blue.jpg) 20  stretch;
  padding:6px;
  margin-left:auto;
  margin-right:auto;
  background-color:#000;
  
  }

#header {
  width:930px;
  height: 265px;
  padding:0px; 
  margin-left:auto;
  margin-right:auto;
  background-image: url(im/logo.jpg);
 }

#mo_header {
  display:none;
 }

.login {
 width:930px;
 height:40px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
 font-size:14px;
 color:#fff;
 font-weight:normal;
 }

#m_menu {
  display:none;
 }

#menu {
  width:220px;
  height:300px;
  margin-left:8px;
  padding-top:10px;
  text-align:center;
 }

.logo {
  width:100%;
  max-width:930px;
 }

.tx7{ color:#26004d; text-shadow: 2px 2px 2px #777777;text-align:center; font-weight:bold; font-size:26px; font-family:Verdana,sans-serif; }   
.tx5{ color:#26004d; text-shadow: 2px 2px 2px #777777;text-align:center; font-weight:bold; font-size:22px; font-family:Verdana,sans-serif; }   

.tx12 { color:#0d001a; text-align:center;text-shadow: 1px 1px 2px #444444;font-weight:bold; font-size:22px;line-height:28px; font-family:Verdana,sans-serif }   
.tx10{ color:red; text-align:center; text-shadow: 1px 1px 1px #000;font-weight:bold; font-size:15px; font-family:Arial,sans-serif }   

.tx9{ color: #ffa64d;text-align:center;  text-shadow: 2px 2px 2px #111111;font-weight:normal; font-size:22px; font-family:Arial,sans-serif }   
.hx8{ color: #ffa64d; text-shadow: 2px 2px 1px #000;font-weight:bold; font-size:26px; font-family:Verdana,sans-serif }   


  .content {
    display: table;
    padding:0px;
    margin-top:6px;
    vertical-align: top;
    min-height: 700px;
    width: 928px;
    color:#000;
    background-color:#fff;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #400080;
  }

   .col-right {
    display: table-cell;
    width:100%;
    padding:0px;
    text-align:left;
    vertical-align: top;
    color:#000;
    background-color:#fff;
    border: none;
  }

.disclaimer {
  width:930px;
  margin-left:auto;
  margin-right:auto;
  padding:6px;
  color:#fff;
  font-size:12px;
  font-weight:normal;
 }

.menub {
  width:930px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  text-align:right;
  color:#fff;
  font-size:12px;
 }

#bx {
    width: 50px;
    height: 22px;
 }

#bx2 {
    width: 30px;
    height: 20px;
 }

#stats {
                  width:540px;
                  margin-left:auto;
                  margin-right:auto;
                  font-family: "open sans", sans-serif;
	border-style: solid;
  border-width: 3px;
    -webkit-border-image: url(im/blue.jpg) repeat;
  border-image: url(im/blue.jpg) 20  stretch;
                  color: #fff;
                  
}
#stats th {
	border: none;
	padding: 1px;
	 color:green;
                  font-weight:600;
                  text-align:center;
                  font-size:16px;
                  background-color:#0d001a;
                  color:#fff;
 }
#stats td {
	border: none;
	padding: 2px;
	color:#000;
                  font-weight:normal;
                  text-align:center;
                  font-size:18px;
                  font-family: "open sans", sans-serif;
}
.stat_title {
background-color:#fff;
}

#reg { 
   width:90%;
   max-width:400px;
   padding-left:20px;
   margin-left:auto;
   margin-right:auto;
   border:none;
   font-weight:500;
   font-size:16px; 
   -moz-box-shadow:    inset 0 0 0px #fff;
          -webkit-box-shadow: inset 0 0 0px #fff;
          box-shadow:         inset 0 0 0px #fff;
   text-align:left;
      }
#reg td {
    border:none;
    -moz-box-shadow:    inset 0 0 0px #fff;
    -webkit-box-shadow: inset 0 0 0px #fff;
    box-shadow:         inset 0 0 0px #fff;
  }


.pay {
              width:590px;
             margin-left:auto;
            margin-right:auto;
            min-height:150px;
             text-align: left;	
             padding: 4px;
             border: 1px solid;
             border-color: #ffa64d;
             background-color:#061200;
             border-collapse:collapse;
             color: #fff;
        }

.pay td {
             border: none;
            color:#fff; 
             font-family:arial,sans-serif;
             padding: 4px;
             font-weight:600;
             text-align:left;
             font-size: 16px;
             font-weight:normal;
             background-color:#061200;
      }

.pay th {
               border: none;
               text-align:left;
              padding: 4px;
             font-size:20px;
             color: #ffa64d;
    }

   }


@media screen and (max-width:699px) {

 html,body  {
  width:600px;
  margin-left:auto;
  margin-right:auto;
  font-family: "open sans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000;
    background-image: url(im/pageback.jpg);
  height: 100%;
   }

#wrapper {
  width:600px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  }

#mo_header {
  width:592px;
  height:166px;
  vertical-align:top;
  margin-left:auto;
  margin-right:auto;
  background:#000;
 }

#header {
  display:none;
 }

#m_menu {
  width:580px;
  background:#000;
  text-align:left;
  padding-left:15px;
 }

.logo {
  padding-top:6px;
  width:100%;
  max-width:600px;
 }

.tx7{ color:#26004d; text-shadow: 2px 2px 2px #777777;text-align:center; font-weight:bold; font-size:26px; font-family:Verdana,sans-serif; }   
.tx5{ color:#26004d; text-shadow: 2px 2px 2px #777777;text-align:center; font-weight:bold; font-size:22px; font-family:Verdana,sans-serif; }   

.tx12 { color:#0d001a; text-align:center;text-shadow: 1px 1px 2px #444444;font-weight:bold; font-size:22px;line-height:28px; font-family:Verdana,sans-serif }   
.tx10{ color:red; text-align:center; text-shadow: 1px 1px 1px #000;font-weight:bold; font-size:15px; font-family:Arial,sans-serif }   

.tx9{ color: #ffa64d;text-align:center;  text-shadow: 2px 2px 2px #111111;font-weight:normal; font-size:22px; font-family:Arial,sans-serif }   
.hx8{ color: #ffa64d; text-shadow: 2px 2px 1px #000;font-weight:bold; font-size:26px; font-family:Verdana,sans-serif }   

  .content {
    display: table;
    padding:0px;
    vertical-align: top;
    height: 600px;
    width: 600px;
    background-color:#fff;
    color:#000;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #400080;
  }

  .col-left {
    display: none;
  }

  .col-right {
    display: table-cell;
    width:600px;
    height:600px;
    padding:0px;
    text-align:left;
    vertical-align: top;
    color:#000;
    background-color:#fff;
    border: none;
  }

.disclaimer {
  width:580px;
  margin-left:auto;
  margin-right:auto;
  padding:10px;
  color:#fff;
  font-size:12px;
  font-weight:normal;
 }

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

#bx2 {
    width: 60px;
    height: 32px;
    margin:5px;
 }

#menu {
  display:none;
 }

.login {
  display:none;
 }

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

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

.pay {
              width:90%;
             margin-left:auto;
            margin-right:auto;
            min-height:150px;
             text-align: left;	
             padding: 4px;
             border: 1px solid;
             border-color: #ffa64d;
             background-color:#061200;
             border-collapse:collapse;
             color: #fff;
        }

.pay td {
             border: none;
            color:#fff; 
             font-family:arial,sans-serif;
             padding: 4px;
             font-weight:600;
             text-align:left;
             font-size: 18px;
             font-weight:normal;
              background-color:#061200;
      }

.pay th {
               border: none;
               text-align:left;
              padding: 4px;
             font-size:20px;
             color: #ffa64d;
             background-color:#061200;
    }
#stats {
                  width:96%;
                  margin-left:auto;
                  margin-right:auto;
                  font-family: "open sans", sans-serif;
	border-style: solid;
  border-width: 3px;
    -webkit-border-image: url(im/blue.jpg) repeat;
  border-image: url(im/blue.jpg) 20  stretch;
                  color: #fff;
                  
}
#stats th {
	border: none;
	padding: 1px;
	 color:green;
                  font-weight:600;
                  text-align:center;
                  font-size:20px;
                  background-color:#0d001a;
                  color:#fff;
 }
#stats td {
	border: none;
	padding: 2px;
	color:#000;
                  font-weight:normal;
                  text-align:center;
                  font-size:22px;
                  font-family: "open sans", sans-serif;
}
.stat_title {
background-color:#fff;
}
                 }