/* ============================================================
   Converted download page shell
   Load only on migrated pages. images/main.css is intentionally
   left untouched for all legacy pages.
   ============================================================ */

.legacy-download-shell {
  position: relative;
  width: 990px;
  margin: 0 auto;
  background: #dae2e3;
  font-size: 0;
  line-height: 0;
}

/* Recreate the original left and right side rails from the legacy layout. */
.legacy-download-shell::before,
.legacy-download-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
}

.legacy-download-shell::before {
  left: 1px;
  width: 16px;
  background: url("../../images/left.gif") repeat-y;
}

.legacy-download-shell::after {
  right: 0;
  width: 15px;
  background: url("../../images/right.gif") repeat-y;
}

.legacy-download-shell > .legacy-download-tabs,
.legacy-download-shell > .legacy-download-main,
.legacy-download-shell > .legacy-download-footer {
  position: relative;
  z-index: 1;
}

/* The original converted pages use a white content canvas, not the gray page body. */
.legacy-download-main {
  background: #fff url("../../images/inbg.gif") repeat;
}

/* Match the legacy footer bar used by t3index.html. */
.legacy-download-footer {
  background: url("../../images/t8.gif") repeat-x 0 0;
}

/* Keep the image-only spacer cells from adding legacy text line-height. */
.legacy-download-footer > tbody > tr > td:first-child {
  font-size: 0;
  line-height: 0;
}
