/*
** HTML elements
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: white !important;
}
img.xLinkIcon {
  display: none;
}

#banner-print {
  display: block;
}
#banner-print h1 {
  font-size: 40px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 1em;
  text-align: right;
}
#main {
  padding-left: 0;
  border: 0;
}
#main a:after {
  color: #999;
  content: " (" attr(href) ") ";
  font-size: 85%;
}

/* expand collapsed blocks when printing. fix the h5 title so it is not indented */
#main h5, #main h5.xTreeCollapsed, #main.h5.xTreeExpanded {
  background-image: none;
  padding-left: 0px;
}
#main div.xTreeCollapsed {       
  display: block;
}

/* containers for rich media */
#main .album-frame, #main .slideshow-frame, #main .video-frame {
  display: none;
}

#banner-left2, #banner-left1, #banner, #banner-right1, #banner-right2, 
#menubar, #topbar,
#mainframe-left, #mainframe-right,
#main-top, #main-bottom, 
#sidebar-right-top, #sidebar-right, #sidebar-right-bottom,
#gl-logo {
  display: none;
}
