/**
 * print.css
 *
 * CSS style sheet to apply printer-friendly layout
 */

/* <sup> is a lie in firefox 2 windows (pc) */

body
{
  background: transparent none;
  color: #636363; /* color light grey */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0;
  width: 100%;
  text-align: left;
}

a, table td a {
  color: #636363 !important;
  text-decoration: none !important;
}

p, ol, ul, h3, dl {
  font-size: 11px !important;
}

ol, ul {
  margin-left: 0 !important;
}

ol li, ul li {
  margin-left: 30px !important;
  padding-left: 0 !important;
}

html>body ol li, html>body ul li {
  margin-left: 0 !important;
}

ol {
  list-style-type: decimal !important;
}

ul {
  list-style-type: disc !important;
}

h1, h2, h3, ul, ol, p {
  width: 675px !important;
}

blockquote {
  width: 600px !important;
}

blockquote h3 {
  margin-bottom: 5px !important;
}

blockquote span {
  text-align: left !important;
}

#content h1 {
  font-size: 16px;
  margin-bottom: -10px !important;
}

html>body #content h1 {
  margin-bottom: 0 !important;
}

h2 {
  font-size: 12px !important;
  margin-bottom: -10px !important;
}

html>body h2 {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

/* hidden header for printing */

#logo-print {
  display: block;
  margin: 0 0 0 5px;
  *margin: 0; /* ie fix */
}

#logo-print img {
  margin: 0 0 20px;
}

/* content */

.container {
  border: 0 !important;
}

img {
  float: none !important;
  margin: 0 0 10px;
  padding: 0 !important;
}

/* content area table */

table, table th, table td {
  border: 1px solid #636363 !important;
}

table {
  margin-left: 2px;
}

table td.table_head {
  _font-size: 11px !important;
  padding-bottom: 5px !important;
}

html>body table td.table_head {
  padding-bottom: 2px !important;
}

table td {
  _font-size: 10.5px !important;
}

.mac.gecko table {
  border: 2px solid #636363;
}

table td, table th {
  padding: 3px 8px;
}

table th {
  font-weight: bold;
}

table td ul {
  margin-left: 15px !important;
  width: 145px !important;
}

/* items removed because not needed for printing */

#column-left ul, .callout, .home #content a, .home #content .space, #text-zoom, #footer-bg, #threedphx, .photo, form, .port-border {
  display: none !important;
}

.arsenal #content ul li {
  list-style: none;
}