/* Mini Youtube Player Styles */
html, body, #playerdiv, #r , #ytapiplayer {
    min-height: 100% !important;    height: 100%;
}
body  
{ 
  margin: 0px;
  padding: 0px; 
  background-color: black;
  color: white;
  font-size: 11px; line-height: 18px;
  font-family: Arial, Helvetica; 
  text-align: center;
  overflow: hidden;
}
    
#playerdiv
{
  position: absolute; z-index: 1;
  top: 0px; left: 0px; bottom: 18px; width: 100%;  height: 100%; 
  border-width: 0px; border-color: #00FF00; border-style: solid; 
}  

#bottomdiv
{
  position: absolute; z-index: 100;
  left: 0px; bottom: 0px; height: 18px; width: 100%;
  background-color: #e7e7e7;
  background-image: url('images/bottom_gradient.gif');
  color: #000000;
}

a.bottomlink       { color: #333333; text-decoration: underline; }
a.bottomlink:hover { color: #CE1A1A; text-decoration: underline; }

#popup_vol
{
  position: absolute; z-index: 200;
  bottom: 18px; right: 0px; width: 27px; height: 64px;
  background-color: #e7e7e7;
  visibility: hidden;
}

