/* Stylesheet for Print */

body {
  margin: 0;
  padding: 0;
  font-family: verdana, sans-serif;
  font-size: .6em;
  line-height: 1.3em;
  word-spacing: normal;
  color: #000;
  background: #fff;
}

/* Elements that we never want to print */

.noPrint, .header, .topNav, .quickLinks, .footer .logos, .header h1, .header h2, .breadCrumbs, .tabs {
  display: none;
}

/* Main Elements */

.container {
  width: 100%;
}

.footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
}

/* Misc. Formatting */

.addButton, .relatedAddButton {
  width: 40px;
  height: 17px;
  padding: 3px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}

.addButton a, .addButton a:visited {
  display: block;
  width: 40px;
  height: 17px;
  background: url( /images/structure/sprite-main.gif ) no-repeat 0px -48px;
}

.addButton a:hover, .addButton a:active {
  background: url( /images/structure/sprite-main.gif ) no-repeat 0px -65px;
}

.redArrow {
  color: #ec2807;
}

.gray {
  color: #aaa;
}

.green {
  color: #000;
}

.clear {
  clear: both;
}

.clearBoth {
  clear: both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.top {
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

h1, h2 {
  letter-spacing: -.05em;
}

hr {
  color: #ccc;
  background: #ccc;
  height: 1px;
  border: 0;
}

.red {
  color: #ec2807;
}

.red a, .red a:visited {
  color: #ec2807;
}

.red a:hover, .red a:active {
  color: #ff583c;
}

.orange {
  color: #ee5222;
}

.whiteBorder {
  border: 1px solid #fff;
}

.basicTable {
  width: 98%;
  border-collapse: collapse;
  margin: 10px 0 0 2px;
}

.basicTable th {
  background: #e9ffff;
}

.basicTable td, .basicTable th {
  padding: 6px;
}

.basicTable td, .basicTable th {
  border: 1px solid #ccc;
}

.basicTable tr .noBorder {
  border: 0 none;
}