body {
  margin: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: black;
}

.title {
  font-size: 16px;
}

.heading {
  font-size: 14px;
  text-align: left;
  color: #999999;
}

.details {
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ffcc99;
}

.details_dim_row {
  background-color: #f7f7f7;
}

.headline {
  font-size: 14px;
  font-weight: bold;
  background-color: #ffe7ce;
}

a.headline {
  color: black;
  text-decoration: none;
}

.multi_headline {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ffcc99;
}

.td_border {
  border: 1px solid #ffcc99;
}

.td_border_arrow {
  border: 1px solid #ffcc99;
}

.text {
  font-size: 12px;
}

.bold_text {
  font-size: 12px;
  font-weight: bold;
}

.label_left {
  padding-right: 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  border: 1px solid #ffcc99;
  width: 50%;
}

.value_right {
  padding-left: 1em;
  font-size: 12px;
  text-align: left;
  border: 1px solid #ffcc99;
  width: 50%;
}

.noResults {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: red;
}

.navigator_left {
  text-align: left;
  vertical-align: top;
  width:      50%;
}

.navigator_right {
  text-align: right;
  vertical-align: top;
  width:      50%;
}

.navigator_info {
  color: blue;
}

.error_description {
  color: #ff0000;
  font-weight: bold;
}

.tooltip {
  background-color: #f2f6f4;
  border: 1px solid #cccccc;
  color: #000000;
  display: none;
  left: 4em;
  padding: 0.5em;
  position: absolute;
  text-align: left;
  top: 2em;
  width: 16em;
  z-index: 1000;
}

.page_description_col1 {
  vertical-align: top;
  width: 1%;
}

.page_description_col2 {
  width: 99%;
  padding-left: 1ex;
}

.right_aligned {
  text-align: right;
}

.centered {
  text-align: center;
}

.left_padded {
  padding-left: 1ex;
}