	/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}



body {
  background: #3ABCF8 url(img/backgrnd.jpg)  ;
padding: 1% 5% 5% 5% ;

//position: fixed;

}

.header {
  position:relative;
}

#main {
padding-top: 0px;
}

#content
{
 margin: 0 auto;
 width: 100%;
}


#headerreset {
  position:absolute;
 width: 50px;
  top: 80px;
 left: 45px;
 //border: 2px solid #000;
}


#photoBlockSet {

 position:absolute;
width: 25%;
//overflow: hidden;
top: 5px;
 right: 5px;

 border-radius: 4px;

}



#photoBlock {
 position:relative ;
// width:100%;
//height:80%;
 //margin-top 5px ;
padding-top: 5px;
padding-bottom: 5px;
background-color: #619191;
 border-radius: 4px;

overflow: auto;

}


#photoText1 {
 position:relative ;
 width:80%;
 height:10%;
  font-size: 16px;
 //margin-top 5px ;
padding: 2px;
//background-color: #619191;
 border-radius: 4px;
border: 1px solid #619191;
}

#verify {
    color: white;
  background-color: black;
 border-radius: 4px;
  font-size: 16px;
 // display: none;
display: inline-block;
}

#commerce {
    color: white;
  background-color: black;
 border-radius: 4px;
  font-size: 16px;
 // display: none;
display: inline-block;
}


#libraryHelp {
  position:absolute;
  width: 45%;
  left: 20%;
  top:40px;
  font-size: 13px;
//max-width: 390px;
  font-weight: bold;
  color: #0096ff;
  color: #000000;
  margin: 4px;
  padding: 12px;
 text-align : left;
  background-color: darkkhaki;
 border: 2px solid #000;
    display: none;
}


#tinyPics {
 position:absolute;
 //position:relative ;
 // width: 960px;
width: 90%;
  height: 620px;
//  left: 100px;
  right: 45px;
  top:40px;
  font-size: 13px;
//max-width: 390px;
  font-weight: bold;
  color: #0096ff;
  color: #000000;
  margin: 4px;
  padding: 2px;
 text-align : left;
  background-color: darkkhaki;
 border: 2px solid #000;
//overflow: scroll;
  overflow-y: scroll;
//display: inline-block;
display: none;
}


.buttonCtr {
   
 //   border-radius: 4px;
    border: 1px;
  //  color: black;
   padding: 1px;
     display: inline-block;
    font-size: 10px;
    margin:  1px;
    //cursor: pointer;
      background-color: #b7b2af;
}


//Stops blue back border on Select
//button:focus {outline:0;}

.buttonReset {
   
    border-radius: 4px;
    border: 2px;
    color: white;
    padding: 2px 3px 2px 3px;
    text-align: center;
    //text-decoration: none;
    display: inline-block;
    font-size:11px;
    margin: 5px 1px 5px 1px ;
    //cursor: pointer;
    background-color: #A70000;
}

.buttonMove {
   
    border-radius: 4px;
    border: 2px;
    color: white;
    padding: 2px 3px 2px 3px;
    text-align: center;
    //text-decoration: none;
    display: inline-block;
    font-size:11px;
    margin: 5px 1px 5px 1px ;
    //cursor: pointer;
    background-color: #4CAF50;
}
.buttonMove:focus {
   background-color: red;
}
 

.buttonWaltz {
   
    border-radius: 4px;
    border: 2px;
    color: white;
    padding: 2px 3px 2px 3px;
    text-align: center;
    //text-decoration: none;
    display: inline-block;
    font-size:14px;
    margin: 5px 1px 5px 1px ;
    //cursor: pointer;
    background-color: blue;
    background-color: #4CAF50;
}
.buttonWaltz:focus {
   background-color: red;
}


.buttonSlowDance {
     border-radius: 4px;
    border: 2px;
    color: black;
    padding: 2px 3px 2px 3px;
    text-align: center;
    //text-decoration: none;
    display: inline-block;
    font-size:11px;
    margin: 5px 1px 5px 1px ;
    //cursor: pointer;
   background-color: #4CAF50;
   background-color: orange;
 //float: left;
}


 .buttonExit {   
    border-radius: 4px;
    border: 2px;
    color: white;
    padding: 2px 3px 2px 3px;
    text-align: center;
    //text-decoration: none;
    display: inline-block;
    font-size:12px;
    margin: 0px 50px 5px 10px ;
    //cursor: pointer;
    background-color: #A70000;
    float: right;

}


.buttonHelp {
   
    border-radius: 4px;
    border: 2px;
    color: white;
    padding: 2px 3px 2px 3px;
    text-align: center;
    //text-decoration: none;
    display: inline-block;
    font-size:11px;
    margin: 5px 1px 5px 1px ;
    //cursor: pointer;
    background-color: tomato;
}

.buttonZoom {
   
     border-radius: 4px;
    border: 0px;
    color: black;
    text-align: center;
    //text-decoration: none;
    display: inline-block;
    font-size:12px;
  margin: 5px 2px 5px 2px ;
  padding:  0px 5px 0px 5px ;
    //cursor: pointer;
    background-color: #ffc25b;
    background-color: yellow;

}

a:link {
	color: #4DA0C6;
	color: #0000FF;
	color: #581717;

	text-decoration: none;
}

a:hover {
	//text-decoration: underline;
	color: #FF0000;
color: #993300;

}

a:visited {
//	color: #4DA0C6;
}





 /*------------------------------------------------------------------------------
  Bruce Changes, Inserts
 `-----------------------------------------------------------------------------*/


P,TD {
 color: #993300;
 font-size: 13px;
 //text-align : justify;
 text-align : left;
}

.smalltype {
 color: #993300;
 font-size: 13px;
}

.tinytype {
  font-size: 9px;
}



.day {
 font-size: 16px;
 color: #993300;
 font-weight: bold;
 text-decoration: underline;
}

H4 {
 font-size: 13px;
 color: #0000FF;
 font-weight: bold;
 text-decoration: none;
}

H3 {
 font-size: 13px;
 color: #A70000;
 font-weight: bold;
 text-decoration: none;
}


H2 {
 font-size: 12px;
 color: #0000FF;
 font-weight: bold;
}

.bigheader {
 color: #993300;
 font-size: 24px;
 font-weight: bold;
 font-family: "Cooper Black";
}

.smallheader {
 color: #993300;
 font-size: 12px;
 font-weight: bold;
}

.rideheader {
 color: #993300;
 color: #0000FF;
 font-size: 14px;
 font-weight: bold;
 text-decoration: underline;
}

.smallheaderu {
 color: #993300;
 font-size: 12px;
 font-weight: bold;
 text-decoration: underline;
}

.mediumheaderu {
 color: #993300;
 font-size: 18px;
 font-weight: bold;
 text-decoration: underline;
}


.error {
  color: #A70000;
 color: #000000;
 font-size: 12px;
 font-weight: bold;
}

.footertype {
  font-size: 12px;
  color: #618577;
}

.green {
  color: #green;
 font-size: 12px;
 font-weight: bold;
}

.headerlogohoboPin {
  position:absolute;
     border-radius: 4px;
  width: 30%;
  left: 10px;
  bottom:50px;
  font-size: 12px;
//max-width: 110px;
  font-weight: bold;
  color: #0096ff;
  color: #000000;
  color: blue;
  margin: 4px;
  padding: 5px;
 text-align : left;
  background-color: #9ed3fe;
  background-color: #afcb84;

 border: 1px solid #000;
}


