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

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

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

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


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


         /* page titles like create account - reg_text_insert.php  */
.tx7{ color:#990000; text-align:center; text-shadow: 1px 1px 3px #888888;font-weight:800; font-size:36px; font-family:"EB Garamond",Verdana,sans-serif; }   
          /* smaller style of tx7  */
.tx6{ color:#000; text-align:center; text-shadow: 2px 2px 2px #666666;font-weight:bold; font-size:22px; font-family:Verdana,sans-serif; }   
          /* smaller style of tx7  */
.tx5{ color:orange; text-align:center; text-shadow: 2px 2px 2px #333333;font-weight:bold; font-size:24px; font-family:Verdana,sans-serif; }
          /* Title in stats tables - stats_insert.php  */
.m1{ color:#e06869; text-align:left; font-weight:bold; font-size:21px; line-height:31px;font-family:Cambria; }
          /* Title in stats tables - stats_insert.php  */
.tm1{ color:#fff; text-align:left; font-weight:bold; text-shadow: 1px 2px 3px #000;font-size:21px; line-height:31px;font-family:Cambria; }
.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:center;  text-shadow: 2px 1px 2px #888888;font-weight:bold; font-size:26px; font-family:Arial,sans-serif }    
          /* Price in payment box - purchase_insert.php  */
.hx8{ color:red; text-shadow: 2px 2px 1px #000;font-weight:bold; font-size:26px; font-family:Verdana,sans-serif }     

#wrap {
       width:100%;
      margin:0px;
      padding:0px;
      margin-top:10px;
       max-width:1100px;
       margin-left:auto;
       margin-right:auto;
       border:none;
       box-sizing: border-box;
 }

 #menu  {   
  margin:0px;
  width:100%;
  text-align:center;
  height:45px;
  padding:0px;
  //padding-right:20px;
  box-sizing: border-box;
  }

 #header {
     width:100%;
    background: url(https://sharp-money-tracker.com/im/header.jpg);
   background-size: 1100px 321px;
   height:321px;
  max-height:321px;
   margin:0px;
   max-width: 1100px;
  padding: 0px;
  border:none;
 box-sizing: border-box;
        }

.head_left {
  display:inline-block;
  margin:0px;
  width:280px;
  padding: 0px;
  height:321px;
  max-height:321px;
  border:none;
  box-sizing: border-box;
 }

.head_right {
  display:inline-block;
  margin:0px;
  width:900px;
  padding: 0px;
  height:329px;
  max-height:329px;
  border:none;
  box-sizing: border-box;
 }

  #headerv {
  display:table;
  width:100%;
  background-color:black;
   height:480px;
  max-height:480px;
  max-width: 1100px;
  padding: 0px;
  border:none;
  box-sizing: border-box;
        }

.headv_left {
  display:table-cell;
  margin-top:0px;
  vertical-align:top;
  width:230px;
  padding: 0px;
  height:480px;
  max-height:480px;
  border:none;
  box-sizing: border-box;
  background-color:black;
 }

#ham {
 display:none;
  }

 .header_mo {
 display:none;
  }

#container {
    vertical-align: top;
    width:100%;
    min-height: 750px;
    max-width:1100px;
    background-color:#fff;
    border: thin solid black;
  box-sizing: border-box;
  }

 #footer{
     width:100%;
     margin:0px;
     min-height:30px;
     padding:3px;
     padding-left:8px;
     padding-right:8px;
    color:#fff;
    font-size:14px;
    max-width:1100px;
    background-color:#000;
    border: none;
    box-sizing: border-box;
    }

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

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

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

.pay {
             width:98%;
             max-width:800px;
             overflow:hidden;
             margin-left:auto;
            margin-right:auto;
             text-align: left;	
            background-color:#eeeeee;
            font-family: Tahoma, sans-serif;
             border: thin solid black;
    }

.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:#000;
    }

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

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


