﻿/* ADLib printer stylesheet */

BODY {
  margin: 0px;
  padding: 0px; }
  
BODY, TD {
  font: 13px/16px arial,helvetica,sans-serif; }
  
H1 { 
  font: bold 18px/19px arial,helvetica,sans-serif; }

H2 { 
  font: bold 15px/17px arial,helvetica,sans-serif; }
  
/* banner styles */

#banner {
  position: relative;
  top: 0px; left: 0px;
  height: 128px;
  width: auto;
  background: url("../images/banner_tile.gif") repeat-x top left;
  border-bottom: solid 3px #369C2C; }

#bannerlogo {
  display: none; }
  
#bannertext {
  position: inherit !important;
  left: 0px; }
  
#bannertitle {
  position: inherit !important;
  left: 0px; }
  
#bannertitle H1 {
  margin: 12px 0px 0px 0px; }
  
  
/* sidebar styles */

#sidebar {
  display: none; }
    
.navigation {
  padding-top: 3px;
  background-color: #ffffcc;
  border-color: #cccc33; }
  
  
/* content styles */

#content {
  /* border: solid 1px silver; */
  margin: 8px 0px 4px 0px; }
  
.page {
  width: 90%;
  margin: 0px auto; }

.versions {
  display: none; }  
  
#bottomnavigation {
  display: none; }

#topnavigation {
  display: none; }
  