/* external stylesheet for Rogue Roundup */


body{
	 padding: 0px;
	 margin-left:10%;
	 margin-right:10%;
	 width:auto;
     background-color: #7BA8CB;
     }
     
.store { 
        visibility: hidden;
        }      
     
.what {
		visibility: hidden
	  }
        
a:link {
        text-decoration: none;
        color: #000099;
        }
		
a:active {text-decoration: none;
		  color: #000000;}		
        
a:visited {
        text-decoration: none;
        color: #993300;
        }
		
a:focus { text-decoration: none;
		 color: #660000;
		 }		                    
     
 .hilight {
        background-color: #ffff99;
        }  
     
.logo {
     position: absolute;
     margin-top: 30px;
     left: 20px;
     z-index: 1;
      }
      
.logot { 
     position: absolute;
     margin-top: 80px;
     left: 440px;
     color: red;
     float: right;
     text-align: right;
     z-index: 1;
      }
               
       
 .headtitle {
          position: relative;
          font-family: bookman, arial, sans-serif;
          margin-top: 10px;
          font-size: 140%;
          text-align: center;
          text-decoration: underline;
          color: #000000;
          font-weight: 900;
            }
/* This is for the javascript days count on home page */      
           
 .days {
        position: relative;
        margin-top: 20px;
        color: #336699;
		font-weight:900;
        margin-left:5%;
        background-color: #F0E68C;
        }
        
.content {
     position: relative;
     margin-left: 8%;
     margin-right: 8%;
     width: 680px;
	 height: 100%;
     font-size: 100%;
     height: auto;
     padding: 0px;
     text-align: center;
     font-family: bookman, arial, sans-serif;
     background-color: #F0E68C;
	 border: 2px solid #293800;
     }
     
.space {
        background-color: #ffffff;
}

p { 
   text-indent: 5px;
   padding: 5px;
   font-size: 12pt;
   font-family: bookman, arial, sans-serif;
   font-weight: 600;} 
   
.print {text-align: left;}   
   
     
/* Navigation buttons */     

.buttonh{
        position: relative;
        margin-top: 10px;
        font-size: 80%;
        font-weight: bold;
        background-color: #F0E68C;
        color: #000000;
        width: auto;
        text-align: center;
        z-index: 1;
       } 
       
.notaa {
        position: relative;
        font-style: italic;
        text-decoration: underline;
        background-color: #7BA8CB;
        border: 1px solid #000099;
        width: 85%;
		height: auto; 
        margin-bottom: 5%;
        font-size: 90%;
        font-weight: 500;
		margin-left:5%;
        text-align: left;
        padding: 15px;
        } 
        
ul.center {
    color:#000099;
    margin-right: 10px; 
    margin-left: 10px;
    text-align: center;
    font-size: 110%; 
    list-style-type: none; 
    }
    
ul.left { 
    color:#000099;
    margin-right: 10px; 
    margin-left: 10px;
    text-align: left;
    font-size: 110%; 
    list-style-type: none; 
    }   
    
/* For speaker page (guests) */    
    
.tab { 
       position: absolute;
       margin-left: 40px;
       text-indent: 20em;
       width: 569px;
     }
     
.mleft{
        position: absolute;
        left: 0%;
        width: 5%;
        }
        
.date {
       position: absolute;
       left: 5%;
       width: 17%;
       font-weight: 600;
       font-size: 100%;
       text-align: left;
       }
       
 .desc {
        position: absolute;
        left: 22%;
        width: 30%;
        color: #000099;
        font-size: 12px;
        text-align: left;
        }         
       
        
.speaker {
        position: absolute;
        left: 52%;
        width: 13%;
        font-size: 100%;
        font-weight: 600;
        text-align: left; 
         }  
       
      

       
.from {
        position: absolute;
        left: 65%;
        font-size: 100%;
        width: 15%;
        text-align: left; 
     } 
       
    
       
.time {
        position: absolute;
        left: 80%;
        font-size: 100%;
        width: 15%;
        text-align: right; 
   }
   
.mright {
        position: absolute;
        left: 95%;
        width: 5%
        }    
       
/* End speaker elements */

/* motel page elements */ 


         
        
 .motels {
          position: relative;
          font-family: cursive, arial, sans-serif;
          width: auto;
		  text-align: center;
          color: #000000;
          font-weight: 600;
		  text-align: left;
          z-index: 1; 
      }             
       
.name {
        position: relative;
        width: 30%;
        float: left;
		display: inline;
	    display: block;
        font-weight: 600;
        font-size: 110%;
        color: #000099;
        text-align: left;
        } 
        
.where {
        position: relative;
        width: 30%;
		display: inline;
        display: block;
        color: #000000;
        font-size: 110%;
        text-align: left;
        }
        
.phone {
       position: relative;
	   margin-top: -464px;
       width: 40%;
	   float: right;
	   display: inline;
	   display: block;
       color: #000000;
       font-size: 80%;
       text-align: left;
        }        
              

       
                  
        

/* End motel items */

/* Registration page */

.item1 {
        position: absolute;
        left: 10px;
        width: 400px;
        top: 0px;
        font-weight: 600;
        font-size: 110%;
        color: #000099;
        text-align: left;
        } 
 
.item2 {
        position: absolute;
        left: 360px;
        width: 300px;
        top: -250px;
        font-size: 110%;
        color: #000099;
        text-align: left;
        }         
                           
 /* Guests */
 ul.cat {
 		  width: auto;
		  clear: both;
		  float: left;
		  display: inline;
		  list-style-type: none;
		  border: 1px solid blue;}                        
                                          