/**
   * This is the default print style sheet for all of the Transit New Zealand subsites.
   *
   * @package Transit New Zealand
   * @author Jeremy Porter <porterjr@gmail.com>
   * @author Francis Saul <francis@clicksuite.co.nz>
   * @project manager Alan Doak <alan@clicksuite.co.nz>
   * @version 2006-08-07
   
   * @change log
   
   */
div#fullSidePanel,div#footer {
  display: none;
}

body {
  font: 0.85em/ 1.5em arial, helvetica, sans-serif;
}

a img {
  display: block;
}

div#trafficMapImagePanel {
  position: relative;
}

#thirdPanel {
  float: left;
  width: 203px;
}

div.extras {
  background: transparent url(../img/extra_bot.gif) no-repeat scroll
    center bottom;
  padding-bottom: 3px;
}

#contentHome {
  float: left;
  margin: 0pt 10px 30px;
  width: 375px;
}

#byline {
  margin: 10px;
}

#byline span#byline_1 {
  color: #FFFFFF;
  font-size: 2.2em;
  line-height: 0.9em;
}

#byline span#byline_2 {
  color: #D4D4D4;
  font-size: 1.3em;
  font-weight: bold;
}

#byline span#byline_3 {
  color: #D4D4D4;
  font-size: 1.1em;
  font-style: italic;
}

div.extrascontent {
  border-color: #D2D2D2;
  border-style: solid;
  border-width: 0pt 1px;
  clear: both;
  margin: 0pt;
}

div.extrascontent table {
  border-collapse: collapse;
  font-size: 1em;
  margin-bottom: 0px;
  width: 100%;
  border: 1px solid #E7E7E7;
}

div.extrascontent table tr {
  border: 1px solid #E7E7E7;
}

div.extrascontent table thead tr {
  background-color: #E7E7E7;
}

div.extrascontent table thead th {
  padding: 4px 0pt;
  text-align: center;
}

div.extrascontent table th {
  text-align: left;
}

#copyright {
  clear: both;
  text-align: center;
}

h2 a {
  color: #123CC2;
  font-weight: bold;
  text-decoration: none;
}

.tblstate {
  border: 1px solid gray;
  display: none;
  height: 26px;
}

.displayscreen {
  display: none;
}