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

body  {
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #f70000 url(https://conferenceusatotals.com/im/pageback.jpg);
  background-repeat: repeat-x;

  width: 100%;
  display: table;
}

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

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

a:hover {
    color: #FFFF00;
    text-decoration: none;
}

H2{ color:#a40003; text-shadow: 2px 2px 4px #000;font-weight:bold; font-size:18pt; font-family:Verdana,sans-serif }  
H1{ color:#a40003; text-shadow: 1px 2px 2px #444444;font-weight:bold; font-size:24pt; font-family:"Trebuchet MS",sans-serif }  
H3{ color:#000; text-shadow: 1px 2px 2px #666666;font-weight:bold; font-size:20pt; font-family:"Trebuchet MS",sans-serif }  

         /* page titles like create account - reg_text_insert.php  */
.tx7{ color:#fff; text-align:center; text-shadow: 2px 2px 2px #333333;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 2px #666666;font-weight:bold; font-size:22px; font-family:Verdana,sans-serif; }   
          /* smaller style of tx7  */
.tx5{ color:#fff; text-align:center; text-shadow: 2px 2px 2px #333333;font-weight:bold; font-size:20px; font-family:Verdana,sans-serif; }
          /* Title in stats tables - stats_insert.php  */
.tx12 { color:navy; text-align:center;font-weight:bold; text-shadow: 2px 2px 2px #777777;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:red;text-align:center;  text-shadow: 3px 3px 2px #000;font-weight:normal; font-size:24px; font-family:Arial,sans-serif }    
          /* Price in payment box - purchase_insert.php  */
.hx8{ color:yellow; text-shadow: 2px 2px 1px #000;font-weight:bold; font-size:26px; font-family:Verdana,sans-serif }     

.wrapper {
     width:100%;
    min-height: 1200px;
    margin: 0px;
    padding: 0px;
    
}
 

.header {
     width:100%;
    height: 302px;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    
}
 .menu  {   
  margin:0px;
  width:100%;
  max-width:950px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  height:30px;
  padding:0px;
  }


.content {
   margin-left:auto;
   margin-right:auto;
    width:930px;
     padding:0px;
    min-height: 700px;
    border: solid 1px;
      border-color: #fff;
   background-color: #000077;
  color: fff;
    
 }

.top {
      margin-left:auto;
   margin-right:auto;
    width:930px;
       padding:0px;
    height: 165px;
    border: solid 2px;
      border-color: #000077;
   background-color: #fff;
    
 }

.imgClass { 
    background-image: url(im/order.jpg);
    background-position:  0px 0px;
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    border: 0px;
    background-color: none;
    cursor: pointer;
    outline: 0;
}

.footer  {
       text-align:center;
       margin-left:auto;
   margin-right:auto;
       width:820px;
        padding: 0px;
      }


.text_border
{
margin: 1pt;
height: 200px;
width:240px;
border-style: solid;
border-width: 2pt;
border-color: #f70000;
 -moz-border-radius: 20px;
             border-radius: 20px;   
padding: 5px;
color: #fff;

}

#stats {
                width:100%;
                max-width:670px;
                margin-left: auto;
                margin-right: auto;
	border: 2px solid red;
	              -moz-border-radius: 15px;
             border-radius: 15px;       
	border-collapse: collapse;
	 }

#stats th {
	border-width: thin;
	padding: 3px;
	border:none;
	background-color:#000;
              color:#fff;
 }
#stats td {
                color:#fff;
	border:none;
	padding: 3px;
 }

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

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

.pay {
             width:98%;
             max-width:600px;
             overflow:hidden;
             margin-left:auto;
            margin-right:auto;
             text-align: left;	
               border: 2px solid;
             border-color: red;
            -moz-border-radius: 15px;
             border-radius: 15px;           
            color: #000
    }

.pay td {
             border: none;
             color:#fff; 
             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;
             border: none;
    }

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

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


