@import url("reset.css");

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  color: black;
  background-color: white;
  font-family: 'Monaco', 'Courier New', monospace;
  font-size: 10pt;
  font-weight: normal;
}

table.main {
  width: 100%;
  height: 100%;
}

.shrink {
  height: 30px;
}

.logo {
  padding: 8px;
  float: left;
}

.textbox_header {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22pt;
  padding: 0.3em;
}

.textbox_caption {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  padding: 0.9em;
}

.textbox_caption_slim {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  padding: 0.5em;
}

/* todo: black cell or something */
.black {
  color: white;
  background-color: black;
}

.line_orange {
  border-bottom: 1px solid #ff8000;
}

.line_violet {
  border-top: 1px solid #8000ff;
}

.orange {
  color: #ff8000;
}

.violet {
  color: #8000ff;
}

h1 { 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20pt;
  font-weight: normal;
  margin: 0.7em 0.7em;
}

a:link { 
  color: #8000ff;
}

a:visited { 
  color: #ff8000;
}

/* -------------------------------------------------- */
/* - Pager ------------------------------------------ */
/* -------------------------------------------------- */

a.pagerbox {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: bold;

  text-decoration: none;
  background-color: #eeeeee;
  color: #8000ff;

  display: block;
  float: left;
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  margin-right: 3px;
  margin-bottom: 3px;
}

a.pagerbox.subselected {
  background-color: #bbbbbb;
  color: #ff8000;
}

a.pagerbox.selected {
  background-color: black;
  color: #ff8000;
}

/* -------------------------------------------------- */
/* - Menu ------------------------------------------- */
/* -------------------------------------------------- */

td.menu {
  width: 230px;
  vertical-align: top;
}

a.menu {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: bold;

  text-decoration: none;
  background-color: #eeeeee;
  color: #8000ff;

  display: block;
  margin-bottom: 3px;
}

a.menu.level1 {
  padding: 0.6em 0 0.6em 1em;
}

a.menu.level2 {
  padding: 0.4em 0 0.4em 1em;
  margin-left: 0.8em;
}

a.menu.level3 {
  padding: 0.3em 0 0.3em 1em;
  margin-left: 1.6em;
}

a.menu.level4 {
  padding: 0.3em 0 0.3em 1em;
  margin-left: 2.4em;
}

a.menu.subselected {
  background-color: #999999;
  color: #ff8000;
}

a.menu.selected {
  background-color: black;
  color: #ff8000;
}

/* -------------------------------------------------- */
/* - Content ---------------------------------------- */
/* -------------------------------------------------- */

td.content {
  vertical-align: top;
  padding-right: 16px;
  padding-left: 16px;
}

div.textbox {
  background-color: #eeeeee;
  padding: 0.5em;
  margin-bottom: 3px;
  overflow: hidden;
}

div.textbox div.icon {
  float: left;
  padding: 0px 0.5em 0em 0px;
}

div.textbox .caption {
  font-weight: bold;
  color: #8000ff;
}

div.textbox .caption2 {
  font-weight: bold;
  color: #000000;
}

div.thumbbox {
  background-color: #eeeeee;
  width: 200px;
  height: 200px;
  text-align: center;
  padding: 8px;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
  overflow: hidden;
}

div.thumbbox .caption {
  font-weight: bold;
}
