/******************************************
 * screen.css                             *
 * stylesheets for presentation on screen *
 * 05.05.10                               *
 *****************************************/
 
html {
  background: #fff;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Tahoma, Arial, sans-serif;
}

* html body { /* IE 6 only */
  height: 80%; 
}

#maincontainer {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 840px;
  float: left;
}

#header {
  float: left;
  position: absolute;
  margin: 0;
  overflow: hidden;
  color: white;
  text-align: left;
  width: 800px;
  height: 140px;
  background: #fff url(../images/design/header.jpg) no-repeat;
}
* html #header { /* IE 6 only */
  width: 100%; 
}

#navigation { 
  float:left;
  position: absolute;
  margin: 0;
  overflow: hidden;
  color: white;
  text-align: left;
  top: 140px;
  padding: 2px 0 0 1px;
  overflow: visible;
  width: 193px;
  z-index: 10;
  background-color: #ffffff;
  height: 310px;
}

* html #navigation { /* IE 6 only */
  width: 190px;
}


#content {
  position: fixed;
  left: 200px;
  top: 140px;
  right: 0;
  bottom: 0;
  overflow: auto; 
  background: #fff;
  width: 600px;
  text-align: left;
}
* html #content { 
  height: 100%; /* IE 6 only */
  position: absolute;
}

.innertube {
  margin: 20px; /* margins for inner DIV inside each DIV (to provide padding) */
}

#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;
}

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


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: #0099ff;
}

h3.blue {
  border-bottom: 3px solid #0099ff;
}

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;
}

