/*  Orig StyleAll  */

a {outline: none !important;}
img {outline: none !important;}


a:link {text-decoration:none;}
a:visited {text-decoration:none;}


body {background-color:black;color:white;}
body a {color:white; text-shadow: 5px 5px 7px black;}
body {font-family: "Comic Sans MS", verdana; }

video {object-fit: fill;}

button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: DarkBlue;
  border: none;
  border-radius: 15px;
  box-shadow: 0px 9px 17px black;
  text-shadow: 5px 5px 17px black;
}

button:hover {background-color: Blue}

button:active {
  background-color: Blue;
  box-shadow: 0px 5px 17px black;
  transform: translateY(4px);
}

.fade {
   opacity: 0.4;
   transition: opacity .25s ease-in-out;
   -o-transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
.fade:hover {
      opacity: 1.0;
      }

.BlueBtn {
    display: inline-block;
    background: url(../sitepics/BlueButton.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 200px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    padding-right: 20px;
    font-weight: bold;
}
.BlueBtn:hover {
    display: inline-block;
    background: url(../sitepics/BlueButton.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 200px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    padding-right: 20px;
    font-weight: bold;
    color: Red;
}


#hideThis {display: none;}

#webcamText {
    display: block;
    color:White;
    font-size:85%;
    line-height:100%;
    padding:0px;
    margin:0px;
    width: 728px;
    margin-left: auto !important; 
    margin-right: auto !important;
}



/*  Beach and Moon Backround  */

#webbg2 {
display: block;
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
border:0 !important;
z-index:-2;
} 

.FSButton {
display: none;
} 



.myPhotoLinks {
   float: left;
   padding-right: 10px;
   padding-left: 0px;
   padding-top: 4px;
   padding-bottom: 0px;}



/* Webcam Image Borders */

#webcam_holder,
#webcam,
#mediaspace,  
#mediaspace1,  
#mediaspace2, 
#mediaspace3, 
#mediaspace4, 
#mediaspace5, 
#mediaspace6, 
#mediaspace7, 
#mediaspace8,  
#webcam001,
#webcam002,
#webcam003,
#webFrame,  
#campicture,
#placeholder,  
#playSpaCam,  
#playPoolCam,  
#NSPlay,  
#NSPlay2,  
#NSPlay5,  
#archivo_flv,  
#mediaPlayer,  
#CamzoneStreamPlayer,  
#greyframe,
#live_web_cam
      img {
    box-shadow: 5px 5px 17px black;
    border-top: 6px ridge grey !important; 
    border-right: 6px ridge grey !important; 
    border-bottom: 6px ridge grey !important; 
    border-left: 6px ridge grey !important; 
    margin-top: 0px;     padding-top: 0px; 
   }

.GreyBorder {
     box-shadow: 5px 5px 17px black;
    border-top: 6px ridge grey !important; 
    border-right: 6px ridge grey !important; 
    border-bottom: 6px ridge grey !important; 
    border-left: 6px ridge grey !important; 
    margin-top: 0px;     padding-top: 0px; 
   
}

/* Format website link */
#webLink {font-size:80%;
     position: relative;
     top:-3px;
     font-family: Comic Sans MS, verdana;
     text-align: center;
     padding-top: 0px; 
     padding-bottom: 0px; 
     color:grey;
     z-index:2;
     } 
#webLink:hover {font-size:80%;
     position: relative;
     top:-3px;
     font-family: Comic Sans MS, verdana;
     color: white !important;
     text-align: center;
     z-index:2;
     } 



/* Webcam Page Menu Buttons */

.WCPageButton2 {
    border: 4px outset Darkblue !important;
    width: 75px;
    height: 19px;
    background-color: Darkblue;
    font-family: Comic Sans MS, verdana; 
    font-size: 80%;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
        }
.WCPageButton2:hover {
    border: 4px inset DarkRed !important;
    width: 75px;
    height: 19px;
    background-color: DarkRed;
    font-family: Comic Sans MS, verdana; 
    font-size: 80%;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
        }
.WCPageButton2 a {
    font-family: Comic Sans MS, verdana; 
    color: white !important;
    text-decoration: none !important;
    text-align: center;
        }

.WCPageButton3 {
    border: 4px outset Darkblue !important;
    width: 40px;
    height: 19px;
    background-color: Darkblue;
    font-family: Comic Sans MS, verdana; 
    font-size: 80%;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
        }
.WCPageButton3:hover {
    border: 4px inset DarkRed !important;
    width: 40px;
    height: 19px;
    background-color: DarkRed;
    font-family: Comic Sans MS, verdana; 
    font-size: 80%;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
        }
.WCPageButton3 a {
    font-family: Comic Sans MS, verdana; 
    color: white !important;
    text-decoration: none !important;
    text-align: center;
        }

/* end individual webpage menu buttons */


/* Cam Page Description Text */

.WCPageHeaderText { 
    font-family: Comic Sans MS, verdana; 
    font-size: 100%;
    text-align: center;
    text-shadow: 5px 5px 7px black;
    padding-top: 5px;
    margin-bottom: 0px;
} 

#WCPageMenu {
    display: block; 
    position:absolute; 
	top:8px;
	left:50%; 
	margin-left:-433px; 
	z-index:1;
}

#WCPageFrame {width: 910px;
  margin-left: auto;
  margin-right: auto;}



/*  Scroll Buttons  */

.scrollupR {
    width:60px;
    height:66px;
    opacity:0.7;
    position:fixed;
    bottom:0px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url('http://www.larrysvacationwebcams.com/sitepics/Top1.png') no-repeat;
}
.scrollupL {
    width:60px;
    height:66px;
    opacity:0.7;
    position:fixed;
    bottom:0px;
    left:0px;
    display:none;
    text-indent:-9999px;
    background: url('http://www.larrysvacationwebcams.com/sitepics/Top1.png') no-repeat;
}

.BText {
    color:White;
    font-size:75%;
    line-height:120%;
    margin-top:0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:2px;
    font-weight:900;
    text-align:center;
}




/* webcam menu buttons */
.menuTH {
    border: 4px outset Darkblue !important;
    width: 112px;
    height: auto;
    background-color: Darkblue;
    font-family: Comic Sans MS, verdana; 
    font-size: 85%;
    font-weight: 800;
    text-decoration: none !important;
    text-align: center;
    padding-top:5px;padding-bottom:6px;
        }
.menuTHsel {
    border: 4px outset DarkRed !important;
    width: 112px;
    height: auto;
    background-color: DarkRed;
    font-family: Comic Sans MS, verdana; 
    font-size: 85%;
    font-weight: 800;
    text-decoration: none !important;
    text-align: center;
    padding-top:5px;padding-bottom:6px;
        }
.menuTH:hover {
    border: 4px inset DarkRed !important;
    width: 112px;
    height: auto;
    background-color: DarkRed;
    font-family: Comic Sans MS, verdana; 
    font-size: 85%;
    font-weight: 800;
    text-decoration: none !important;
    text-align: center;
    padding-top:6px;padding-bottom:5px;
        }
.menuTHsel:hover {
    border: 4px inset DarkRed !important;
    width: 112px;
    height: auto;
    background-color: DarkRed;
    font-family: Comic Sans MS, verdana; 
    font-size: 85%;
    font-weight: 800;
    text-decoration: none !important;
    text-align: center;
    padding-top:6px;padding-bottom:5px;
        }
.menuTH a {
    font-family: Comic Sans MS, verdana; 
    color: white;
    text-decoration: none !important;
    text-align: center;
        }
.menuTHsel a {
    font-family: Comic Sans MS, verdana; 
    color: white !important;
    text-decoration: none !important;
    text-align: center;
        }
/* end webcam menu buttons */





/* Favorite img thumbs */
.webTHfav { border: 4px ridge blue;
          height: 95px; 
    width: 95px;
        }
.webTHfav:hover  { border: 4px ridge white;
          height: 95px; 
	width: 95px;
        }
        

/* Style for Top Pick and Out of Svc */
.TopPick {
           border:0px;
           position: relative; 
           top:-200px; 
           left:60px;
          }
.OutOfSvc {
           border:0px;
           position: relative; 
           top:-190px; 
           left:00px;
           }
.OutOfSvc2 {height: 30px; width: 175px;
           border:0px;
           position: relative; 
           top:-220px; 
           left:00px;
           }



/* Cruise Thumb 1 class for menu blocks */
.cruiseTH1 {
     display: inline-block;
     height: 120px;
     vertical-align: top;
     font-size: 90%;
       }


/* Cruise Weather class for menu blocks */
.cruiseW {
     display: inline-block;
     width: 220px;
     height:250px;
     vertical-align: top;
     font-size: 90%;
       }



/* webcam Thumb 1 class for web menu blocks */
.webTH1 {
     display: inline-block;
     height: 220px;
     vertical-align: top;
     font-size: 90%;
     text-shadow: 5px 5px 7px black;
       }
/* webcam Thumb 2 class for web menu imgs */
.webTH2  {
     box-shadow: 5px 5px 17px black;
     text-shadow: 5px 5px 17px black;
     border-radius: 10px;
     border: 4px ridge grey;
     margin-left: 15px;
     margin-right: 15px;
     margin-top: 3px;
     margin-bottom: 3px;
     height: 140px; 
     width: 180px;
        }
.webTH2:hover  { 
     box-shadow: 5px 5px 17px black;
     text-shadow: 5px 5px 17px black;
     border-radius: 10px;
     border: 4px ridge white;
     margin-left: 10px;
     margin-right: 10px;
     margin-top: -2px;
     margin-bottom: -2px;
     height: 150px; 
     width: 190px;
        }


/* Newcam Adds Block Thumb 1 class for web menu blocks */

.newTH1 {
     display: inline-block;
     height: 220px;
     vertical-align: top;
     font-size: 90%;
     text-shadow: 5px 5px 7px black;
       }
.newTH2  {
     box-shadow: 5px 5px 17px black;
     text-shadow: 5px 5px 17px black;
     border-radius: 10px;
     border: 4px ridge grey;
     margin-left: 15px;
     margin-right: 15px;
     margin-top: 3px;
     margin-bottom: 3px;
     height: 140px; 
     width: 180px;
        }
.newTH2:hover  { 
     box-shadow: 5px 5px 17px black;
     text-shadow: 5px 5px 17px black;
     border-radius: 10px;
     border: 4px ridge white;
     margin-left: 10px;
     margin-right: 10px;
     margin-top: -2px;
     margin-bottom: -2px;
     height: 150px; 
     width: 190px;
        }

/* webcam Thumb 1 class for web BOB blocks */
.webTH1BOB {
     display: inline-block;
     height: 220px;
     vertical-align: top;
     font-size: 90%;
     text-shadow: 5px 5px 7px black;
       }
/* webcam Thumb 2 class for BOB menu imgs */
.webTH2BOB  {
     box-shadow: 5px 5px 17px black;
     text-shadow: 5px 5px 17px black;
     border-radius: 10px;
     border: 4px ridge grey;
     margin-left: 65px;
     margin-right: 65px;
     margin-top: 3px;
     margin-bottom: 3px;
     height: 100px; 
     width: 80px;
     padding-top: 20px;
     padding-bottom:20px;
        }
.webTH2BOB:hover  { 
     box-shadow: 5px 5px 17px black;
     text-shadow: 5px 5px 17px black;
     border-radius: 10px;
     border: 4px ridge white;
     margin-left: 60px;
     margin-right: 60px;
     margin-top: -2px;
     margin-bottom: -2px;
     height: 110px; 
     width: 90px;
     padding-top: 20px;
     padding-bottom:20px;
        }


/* webcam Thumb 1 class for web SUB menu blocks  OLD?? */
.subTH1 {float: left;
     height: 280px;
     align: center;
     valign: top;
     text-align: center;
     text-decoration: none !important;
       }
.subTH1 a {
     font-size: 90%;
     text-align: center;
     text-decoration: none !important;
       }
 
/* webcam Thumb 2 class for web SUB menu imgs   OLD?? */
img.subTH2  { border: 4px ridge grey;
          margin-left: 18px;
          margin-right: 17px;
          margin-top: 0px;
          margin-bottom: 2px;
          height: 180px; 
	width: 180px;
          text-align: center;
          text-decoration: none !important;
        }




/* Float webcam menu thumbs */
#CamMenuThumbs {width: auto !important; 
        min-width: 50px !important; 
        margin-left: 30px !important; 
        margin-right: 30px !important;
        }


.FLEXimg {max-width:100%;border:0px !important;margin:0px;}
.FLEXdiv {
    text-align:center;
    max-width: 910px;
    min-width: 200px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 70px;
    padding-right: 70px;
    }


/* -- Region Menu Block -- */

.MenuFrame {max-width:1300px;display:none;}
.MenuSpan {display:inline-block;}
.MenuDiv {
    border-radius: 25px;
    box-shadow: 5px 5px 17px black;
    border: 4px outset DarkBlue !important;
    width:210px;
    height:60px;
    line-height:60px;
    background-color:DarkBlue;
    margin-left:1px;
    margin-right:1px;
    margin-top:8px;
    margin-bottom:8px;
    font-size: 185%;
    font-weight: 800;
    vertical-align:middle}
.MenuDiv:hover {
    border-radius: 25px;
    box-shadow: 5px 5px 17px black;
    border: 4px inset DarkRed !important;
    width:210px;
    height:60px;
    line-height:60px;
    background-color:DarkRed;
    margin-left:1px;
    margin-right:1px;
    margin-top:8px;
    margin-bottom:8px;
    font-size: 185%;
    font-weight: 800;
    vertical-align:middle}
    
.MMIcon {
    cursor:pointer;
    border-radius: 20px;
    box-shadow: 5px 5px 17px black;
    border: 8px DarkBlue !important;
    width:250px;
    height:60px;
    line-height:55px;
    background-color:DarkBlue;
    margin-top:-3px;
    margin-bottom:8px;
    font-size: 185%;
    font-weight: 500;
    vertical-align:middle}
.MMIcon:hover {
    cursor:pointer;
    border-radius: 20px;
    box-shadow: 5px 5px 17px black;
    border: 8px DarkBlue !important;
    width:250px;
    height:60px;
    line-height:55px;
    background-color:DarkBlue;
    margin-top:0px;
    margin-bottom:5px;
    font-size: 185%;
    font-weight: 500;
    vertical-align:middle}


/* -- Footer Blocks -- */

.footerButton {
    padding-top:0px;
    padding-bottom:2px;
    height:110px;
	width:135px;
	}
.footerButton:hover {
	padding-top:7px; 
	padding-bottom:0px; 
	padding-left:2px; 
	padding-right:2px;
	height:105px;
	width:131px;
	}
.BOBfooterButton {
	padding-top:47px; 
	padding-bottom:15px; 
	padding-left:47px; 
	padding-right:47px;
	height:50px;
	width:41px;
	}
.BOBfooterButton:hover {
	padding-top:47px; 
	padding-bottom:15px; 
	padding-left:47px; 
	padding-right:47px;
	height:50px;
	width:41px;
	}


/* -- Favorites Formating -- */

#LeftSide {display:inline-block; width:44%;padding-left:4%;padding-right:1%;min-width:400px;vertical-align:text-top;}        
#RightSide {display:inline-block; width:44%;padding-left:1%;padding-right:4%;min-width:400px;vertical-align:text-top;}      
#BOBdesc {display:block; width:44%;padding-left:1%;padding-right:4%;min-width:400px;vertical-align:text-top;}      
.FavText {
     text-align:justify;
     font-size: 100%;
     text-shadow: 5px 5px 7px black;
       }


/* Full Screen Formatting */
#cnterdiv {
    z-index:99990;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size:200%;
    text-shadow: 5px 5px 5px black;
}
.fullScrnFull {
position:relative !important;
width:100% !important;
height:100% !important;
    border-top:0px ridge grey !important; 
    border-right:0px ridge grey !important; 
    border-bottom:0px ridge grey !important; 
    border-left:0px ridge grey !important;
z-index:9998;
} 
.camBackGroundFull {
z-index:9990 !important;
}
.FSButton {
display: block;
position:absolute;
height: 40px;
width: 40px;
padding: 2px;
top: 10px !important;
right: 10px !important;
font-size:75%;
z-index:99998;
} 
.FSButton:hover {
display: block;
position:absolute;
height: 44px;
width: 44px;
padding: 0px;
top: 10px !important;
right: 10px !important;
font-size:75%;
z-index:99998;
} 
.ZoomButton {
display: block;
position:absolute;
top: 80px !important;
margin-left: auto;
margin-right: auto;
font-size:200%;
z-index:99998;
} 
