/**
 * popup - sets tyles for HSG popup windows
 * 
 * @package HSG
 * @subpackage Media
 * @beta
 */
body {
  background-image: none;
  background-color:white;
  }
.staff-title {
  color: black;
  text-align: center;
  font-weight: bold;
  padding-top: 2px;
  }
h1.staff-title {
  margin-top: 14px;
  margin-bottom: -5px;
  }
#staff-logo {
  position: absolute;
  left: 15px; top: 8px;
  }
  
#staff-menu {
  margin: 20px 0;
  padding: 0px 15px;
  list-style-type: none;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background-color: #e4e4e4;
  }
#staff-menu li {
  padding: 4px 10px;
  display: inline-block;
  border-left: 1px solid gray;
  }
#staff-menu li a {
  line-height: 2em;
  font-weight: bold;
  }
#staff-menu li:hover {
  background-color: #efefef;
  }

.hfeed {
  margin-left: 20px;
  margin-right: 20px;
  }
a {
  text-decoration: none!important;
  }

