/**************/
/* bottom-bar */
/*************/
#site-bottom-bar {
  background-color: #F0F0F0 ;
  border-top: 1px solid #CCCCCC ;
  bottom: 0px ;
  font-family: verdana, arial ;
  font-size: 11px ;
  height: 0px ;
  position: fixed ;
  width: 100% ;
  z-index: 1000 ;
}
 
#site-bottom-bar-frame {
  height: 140px ;
  margin: 0px 10px 0px 10px ;
  position: relative ;
  
}

#site-bottom-bar-loading {
  position: absolute;
  top:70px; left:50px;
  
}

#site-bottom-bar-content {
  padding: 3px 0px 0px 0px ;
  
}

.debug-text {
  width:980px;
  overflow:auto;
  position:relative;
  height:90px;
  border: 1px solid #CCCCCC ;
  padding:5px;
  margin-top:5px;
}

#bottombar-hide {
    position:absolute;
    top:-22px;
    right:10px;
    width:16px;
    height:16px;    
}

#bottom-menu-root {
  background-color: #E8E8E8 ;
  border: 1px solid #D0D0D0 ;
  color: #000000 ;
  display: block ;
  height: 22px ;
  line-height: 22px ;
  text-align: center ;
  text-decoration: none ;
  width: 105px ;
}
#bottom-menu-root:hover {
  background-color: #666666 ;
  border-color: #000000 ;
  color: #FFFFFF ;
}
#bottom-menu {
  background-color: #E8E8E8 ;
  border: 1px solid #666666 ;
  bottom: 142px ;
  display: none ;
  left: 0px ;
  padding: 5px 5px 1px 5px ;
  position: absolute ;
  width: 200px ;
}
 
#bottom-menu a {
  background-color: #E8E8E8 ;
  border: 1px solid #FFFFFF ;
  color: #000000 ;
  display: block ;
  margin-bottom: 4px ;
  padding: 5px 0px 5px 5px ;
  text-decoration: none ;
}
 
#bottom-menu a:hover {
  background-color: #666666 ;
  border-color: #000000 ;
  color: #FFFFFF ;
}
/* bottom-bar END */