html {
   margin: 0;
   padding: 0;
   height: 100%;
   width: 100%;
}

body {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}

* {
  box-sizing: border-box;
}

#mainMenuDiv{
  padding: 10px 5px;    
  border-right: 1px solid #333;
  -moz-box-shadow: 1px 0px 5px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 0px 5px #00000080;
  box-shadow: 1px 0px 5px #00000080;
}

#mainMenuTableInner{
  border-right: 1px solid #333;
  /*-moz-box-shadow: 1px 0px 5px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 0px 5px #00000080;
  box-shadow: 1px 0px 5px #00000080;*/
}

#wrapperTable{
    background-color: #e5e5e5;
}

#wrapperTable tr td table tr td {
    /*border: 1px solid red;*/
}

#mainMenuTable{
    width:12% ;
    text-align:center;
    background-color: #e5e5e5;
}

#embedWrapper{
    overflow: hidden;
    background-color: #FFF;
}

.menu {
  height:100%;
  float:left;
  width:12%;
  text-align:center;
  background-color: #e5e5e5;
}

.menuitem {
  background-color: #e5e5e5;
  padding: 8px;
  margin-top: 7px;
  text-align: center;
}


.main {
  height: 100%;
  float: left;
  width: 88%;
  padding: 10px;
  overflow: hidden;
  margin: 0;
}
  
select {
  width: 90%;
  text-overflow: ellipsis;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
 .menu, .main, .right {
   width:100%;
 }
}

.navbuttons img {
    max-width: 50px;
    height: auto;
    width: auto\9; /* ie8 */
}

/*
.framewrap
{
    width: 500px;
    height: 500px;
    padding: 0;
    overflow: hidden;
}

.frame
{
    width: 400%;
    height: 400%;
    border: 0;

    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
*/

/* BACKUP
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed 
{ 
  -ms-zoom: 0.5;
  -ms-transform-origin: 0 0;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0px 50px;
  -o-transform: scale(0.5);
  -o-transform-origin: 0px 50px;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  position: absolute; top: 0; left: 0; width: 200%; height: 200%; 
}*/

.embed-container { 
    position: relative; 
    /*padding-bottom: 56.25%; */
    height: 99%; /* 97 */
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

#rotateTimer{
  font-size: 9px;
  color: red;
  font-style: italic;
}

#poweredByLogo {
	/*top: 100%;*/
	height: 70px;
	/*position: sticky;*/
}

#poweredByLogo img {
   max-width: 90%;  
}

.sponsor{
  font-style: italic;
  font-size: 10px;
}

.sponsor img{
  border: 1px solid #333;
  max-width: 80%;
}    


#navImgs img {
    max-width: 40px;
}

