/**
 * 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 */
  padding: 0;
  width: 100%;
  text-align: left;
}

a, table td a {
  color: #636363 !important;
  text-decoration: none !important;
}

p, ol, ul, h3 {
  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;
}

.splash h1 {
  font-size: 12px !important;
  font-weight: bold !important;
}

.content h1 {
  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 */

body.splash #logo-print, body.content #logo-print {
  display: block;
  margin: 0 0 0 5px;
  *margin: 0; /* ie fix */
}

#logo-print img {
  margin: 0 0 20px;
}

/* content */

.container, #body-content {
  border: 0 !important;
}

#body-content {
  border: none;
}

img {
  float: none !important;
  margin: 0 0 10px;
  padding: 0 !important;
}

.img-h2 {
  margin-top: 20px !important;
}

html>body .img-h2 {
  margin-top: 10px !important;
}

/* sitemap */

#sitemap {
  margin: 15PX 0 0 20px !important;
}

#sitemap li {
  line-height: 4px !important;
  list-style-type: disc !important;
  margin-left: 18px !important;
  padding-bottom: 15px !important;
}

#sitemap li a {
  padding: 0 !important;
}

#sitemap li ul {
  margin-top: 15px !important;
  padding: 0 !important;
}

#sitemap li li {
  list-style-type: circle !important;
}

#sitemap li li li {
  list-style-type: square !important;
}

#sitemap ul ul ul ul {
  margin-bottom: -35px !important;
}

/* content area table */

table, table th, table td {
  border: 1px solid #044f88 !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 th {
  font-weight: bold;
}

table td ul {
  margin-left: 15px !important;
  width: 145px !important;
}

.print-table {
  margin-bottom: 20px !important;
}

/* glossary terms */

dl#glossary dt {
  font-size: 11px !important;
  font-weight: bold !important;
  margin: 0 0 -20px !important;
}

/* items removed because not needed for printing */

#nav-toolbar, #nav-util, #body-left-column, #body-left-column div, #nav-breadcrumbs, #footer, .multimedia-callout, #flash-content, .splash h1 img, .splash .callout, #slidedeck, .dashed-line, p.references, .next-section, .yui-panel-container, .in-this-section, .print-hide, .media-callout, .media, .external img, form {
  display: none !important;
}
