/* =================================================================================== */
/* == Print stylesheet =============================================================== */
/* =================================================================================== */

/* Remove bits from top of page */
#header-right, #topnav, #breadcrumb, #footer-wrap, #footer {
  display: none;
}

/* Fit width to 100% of paper */
#header, #centersection, #footer {
  width: 100%;
}

/* Restyle page heading */
#header-wrap, #header {
  height: 61px;
}

#oxlogo {
  float: left;
  position: static;
}

#page-heading {
  float: left;
  position: relative;
  left: 1em;
  top: 0;
  font-size: 130%;
  text-indent: 0;
  background: none;
  font-family: Verdana,arial,sans-serif;
}

#backtohome span {
  position: static;
  color: #000000;
}

#content h1.documentFirstHeading {
    position: relative;
    left: 20px;
    top: -30px;
}

/* Re-introduce last modified date into print */
.documentByLine {
  display: block;
}

#plone-document-byline {
  position: static;
  padding-bottom: 0.5em;
}

/* Main content */
#portal-column-content {
  padding: 1em 0 0 0;
}

/* Tables */
table.englisting {
    border-collapse: collapse;
    border-left: 1px solid #505050;
    border-top: 1px solid #505050;
    width: 100% !important;
}

table.englisting th, table.englisting td {
    border-bottom: 1px solid #505050;
    border-collapse: collapse;
    border-right: 1px solid #505050;
    padding: 2px 8px;
}

/* Links */
a:link, a:visited {
    border-bottom: none;
    color: #002147;
    text-decoration: none;
}

#homepage-menu .slidercaption {
    display: none;
}