/* common styles */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica;
  color: #000000;
}

/* end of common styles */

.header-row-title {
  width:100%;
}

.header-row-title {
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: .2rem;
}

.header-row-logos {
  display: flex;
  width: 100%;
  z-index: 10;
}





TABLE {
  padding: 0;
  border-spacing: 0px;
  border: 0px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

TABLE.header {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

TABLE.body {
  width: 100%;
}

TABLE.footer {
  width: 100%;
  text-align: center;
}

TABLE.centered {
  text-align: center;
  vertical-align: middle;
}

TABLE.corecolor1 {
  background-color: #00cf5d;
  color: #000000;
  padding: 5;
  border-spacing: 0px;
  border: 0px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}

TABLE.corecolor2 {
  background-color: #000000;
  color: #ffffff;
  padding: 5;
  border-spacing: 0px;
  border: 0px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}

.corecolor1 {
  background-color: #00cf5d;
  color: #000000;
}
.corecolor1Right {
  background-color: #00cf5d;
  color: #000000;
  text-align: right;
}
.corecolor1Left {
  background-color: #00cf5d;
  color: #000000;
  text-align: left;
}

.corecolor1offset {
  background-color: #cccccc;
}
.corecolor1 B {
  font-variant: small-caps;
  color: #000000;
}
.corecolor1 A {
  color: #000000;
}
.corecolor1 A:hover {
  color: #ffffff;
}

.corecolor2 {
  background-color: #0d0d0d;
  color: #ffffff;
  width: 100%;
}
.corecolor2offset {
  background-color: #cccc99;
  width: 100%;
}
.corecolor2 B {
  font-variant: small-caps;
  color: #ffffff;
}
.corecolor2 A {
  color: #ffffff;
}
.corecolor2 A:hover {
  color: #00cf5d;
}

.bordercolor {
  background-color: #000000;
  width: 100%;
}
.borderoffsetcolor {
  color: #ffffff;
}
.warningcolor {
  color: #ff0000;
}
.warn {
  color: #ff0000;
}

.shadeOn {
  background-color: #cccccc;
}
.shadeOff {
  background-color: #ffffff;
}

TR {
  margin: 0px;
}

TR.black {
  background-color: #000000;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

TR.silver {
  background-color: silver;
  white-space: nowrap;
}

TR.upperCentre {
  text-align: center;
  vertical-align: top;
}

TD {
  margin: 0px;
  vertical-align: top;
}

td.tippingTable {
  margin: 0px;
  white-space: nowrap;
}

TD.right {
  text-align: right;
}

TD.rightNoWrap {
  text-align: right;
  white-space: nowrap;
}

TD.left {
  text-align: left;
}

TD.leftNoWrap {
  text-align: left;
  white-space: nowrap;
}

.upperCenter {
  text-align: center;
  vertical-align: top;
}

TD.centered {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

TH {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

H1 {
  background-color: #0d0d0d;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
}

H1.warn {
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
}

H2 {
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0px;
}

A {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
A:hover {
  color: #0d0d0d;
}

A IMG {
  border-bottom: medium none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position: absolute;
  background-color: #cccccc;
  padding: 2px;
  color: #000000;
}

div.news {
  font-size: 80%;
}

.bonustip {
  background-color: #cc3333;
  color: white;
  padding: 5px;
  margin: 0px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptextright {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 150%;
  right: 50%;
  margin-right: -150px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip text */
.tooltip .tooltiptextleft {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -150px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptextleft {
  visibility: visible;
  opacity: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptextright {
  visibility: visible;
  opacity: 1;
}
