﻿a:link {
  color: Blue;
  text-decoration: none;
}

a:visited {
  color: Blue;
  text-decoration: none;
}

a:hover {
  color: Blue;
  text-decoration: underline;
}

body {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.defaultTableStyle {
  width: 800px;
  padding: 0px;
  margin-left: 0px;
  border-style: none;
  border-spacing: 0px;
}

.defaultTableCell {
  padding: 0px;
  vertical-align: top;
}

.thinkmetaLogo {
  width: 800px;
  height: 80px;
  border: 0px none;
  padding: 0px;
  vertical-align: top;
}

.headerMenu {
  height: 20px;
  background-image: url('pix/tmgradient.png');
  color: White;
  font-weight: bold;
  font-size: small;
  border: 0px none;
}

.headerMenuCell {
  width: 160px;
  text-align: center;
}

.headerMenuCellRightBorder {
  border-right: medium solid White;
}

.headerSelectedMenuCell {
  background-color: #c0c0ff;
}

a:link.headerMenuLink {
  color: White;
  text-decoration: none;
}

a:visited.headerMenuLink {
  color: White;
  text-decoration: none;
}

a:hover.headerMenuLink {
  color: White;
  text-decoration: underline;
}

a:active.headerMenuLink {
  color: White;
  text-decoration: none;
}

.content {
  text-align: left;
}

.contentList {
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 30px;
}

.contentListHeader {
  font-size: large;
  margin: 0px 0px 10px 0px;
}

.contentListElement {
  margin: 0px 0px 8px 30px;
}

.licenseTermsHeader {
  margin: 32px 0px 32px 30px;
  text-align: center;
  font-weight: bold;
}

.licenseTermsTableCell {
  padding: 8px;
  vertical-align: baseline;
}

.noBorder {
  border-width: 0px;
  border-style: none;
  padding: 0px;
  margin: 0px;
}
