
/* Cascading Style Sheets -- ER 2007, Markus Kirchberg (December 2005) */

/* Page Layout */

body {
  background-color: #d0e3f7;

  margin-top: 10px;
  margin-left: 10px;

  font-family: sans-serif;
  font-style: normal;
  font-size: 11pt;

  text-indent: 0px;
  text-align: left;
}

div#header {
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}

div#title {
  background-color: #000066;
  color: white;

  font-size: 20px;
  font-weight: bold;

  text-align: center;

  padding-top: 5px;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
}

div#menu {
  width: 180px;

  padding-top: 10px;

  white-space: nowrap;
}

div#content {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
}

div#subcontent {
  height: 500px;

  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;

  overflow: auto;
}

div#sponsors {
}

p#copyright {
  font-size: 8pt;

  text-align: center;
}

/* Menu Layout */

div#menu ul {
  color : #000066;

  margin-left: 0;

  padding-left: 0;

  text-align: left;

  list-style-type: none;
  list-style-image: none;
}

div#menu ul li {
  padding-bottom: 0px;
}

li.menuheader {
  color: black;

  padding-top: 10px;

  font-weight: bold;
  font-size: 8pt;

  text-decoration: underline;

  list-style-type: none;
}

/* Headings and Fonts */
.text_normal {
  font-size: 11pt;
}

.text_small {
  font-size: 8pt;
}

/* Tables */

tr,td.centered {
  text-align: center;   
  vertical-align: middle;
}

tr,td.top-left {
  text-align: left;   
  vertical-align: top;
}

/** Important Dates table **/
tr.keydates {
  color: black;

  text-align: left;
  vertical-align: top;
}

tr.passed {
  color: #cccccc;

  text-align: left;
  vertical-align: top;
}

tr.approaching {
  color: #990033;

  text-align: left;
  vertical-align: top;
}

tr.ahead {
  color: #000066;

  text-align: left;
  vertical-align: top;
}

/* Images */
img.nzImpressions {
  border: 0;

  margin-top: 50px;
  margin-bottom: 50px;
}

/* Lines and Boxes */
hr {
  width: 100%;

  text-align: center;

  border-top-color: rgb(105,105,105);
  border-top-style: solid;

  margin-top: 15px;
  margin-bottom: 15px;
}

/* Others */

.center {
  text-align: center;
}
