/*******************************************
 * print.css                               *
 * stylesheets for presentation on printer *
 * 05.05.10                                *
 *******************************************/

body {
  font-family: Verdana, Arial, sans-serif;
}

#navigation { 
  display: none;
}

#history.top {
  background: #fff url(../images/design/history_top.gif) no-repeat bottom;
  height: 1px;
  border:1px solid red;
}

#history {
  background: #fff url(../images/design/history_line.gif) repeat-y;
}

.arrow {
  background: #fff url(../images/design/history_arrow.gif) no-repeat;
  height: 50px;
  margin:-13px 0 0 0;
}

* html .arrow { /* IE6 only */
  background: #fff url(../images/design/history_arrow.gif) no-repeat;
  height: 50px;
}

h1 {
  font-size: 100%;
}

.hidden {
  display: none;
}

h3 {
  font-size: 80%;
  padding-top: 20px;
}

h3.green,
a.green {
  color: #993366;
}

h3.green {
  border-bottom: 3px solid #993366;
}

h3.yellow,
a.yellow {
  color: #003399;
}

h3.yellow {
  border-bottom: 3px solid #003399;
}

h3.blue,
a.blue {
  color: #09f;
}

h3.blue {
  border-bottom: 3px solid #09f;
}

p, li {
  font-size: 80%;
}

p.anchor {
  text-align: center;
  padding: 20px 0 20px 0;
}

p.picture {
  text-align: center;
  padding-top: 20px;
}

p.legend {
  text-align: center;
  font-style: italic;
  font-size: 12px;
}
p.person {
  text-align: left;
}

p.faq_question {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: -15px;
  font-style: italic;
}
a.faq_question {
  font-style: italic;
  color: #09f;
}

ul {
  list-style-type: square;
  padding-bottom: 20px;
}

ul li ul li {
  font-size: 12px;
}

strong.menu {
  float: right;
  margin-right: 5px;
}

table {
  font-size: 12px;
}

table.dates {
  width: 530px;
  border-collapse: collapse;
  border: 2px solid #999;
}

tr.alternate {
  background: #bfe0f5;
}

td {
  padding: 5px 10px 5px 10px;
  vertical-align: top;
}

td.date {
  font-weight: bold;
}

.width_80 {
  width: 80px;
}

.width_185 {
  width: 185px;
}

img {
  border: 0px;
}

.top {
  text-align: right;
}

.valid {
  margin-top: 10px;
  text-align: center;
}


