body {
  background-color: #000000;
  padding: 2px 0px 0px 2px;
  margin: auto;
}

a {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: #444444;
}

a.login {
  text-decoration: none;
  color: #DDDDDD;
  font-weight: bold;
  position: absolute; left: 0px; top:4px;
  text-align: right;
  width: 100%;
}

a.login:hover {
  color: #FFFFFF;
}

a.menu {
  color: white;
}

a.menu:visited {
  color: white;
}

a.menu:hover {
  color: #AAAAAA;
}

h3 {
  color: white;
}

table {
  table-layout: auto;
  border-collapse: collapse;
  margin: auto;
  border: 0px solid green;
  padding: 0px 0px 0px 0px;
}

table.root {
  height: 100%;
}

table.main {
  width: 100%;
  background-color: White;
  background-repeat: repeat-x;
  background-position: top;
  height: 100%;
}

td {
  padding: 0px 0px 0px 0px;
  border: 0px solid red;
  vertical-align: top;
}

td.date {
  padding: 0px 5px 0px 0px;
  color: white;
}

td.logo {
  width: 800px;
  background-color: #333333;
  height: 100px;
  text-align: center;
}

td.menu {
  width: 110px;
  height: 100%;
  background-image: url(../images/gradient.jpg);
  background-position: right;
  background-repeat: repeat-y;
  color: white;
}

td.menutop {
  background-color: #000000;
  height: 0px;
}

td.main_dynamic {
  background-image: url(../images/v-gradient.jpg);
  background-repeat: repeat-x;
  padding: 8px 0px 0px 0px;
  width: 690px;
}

td.maintop {
  padding: 8px 0px 0px 0px;
  height: 40px;
  background-color: #000000;
  color: white;
}

tr.mainmiddle {
  height: 60px;
  background-color: #000000;
  color: white;
}

td.error {
  color: red;
}

td.logo {
  color: red;
}

td.footer {
  color: white;
  text-align: center;
  height: 20px;
  vertical-align: middle;
}

p.footer {
  font-size: smaller;
  font-weight: bold;
}

p.login {
  font-size: smaller;
}

img {
  border: 0px;
}

img.menu {
  /* float: right;
  clear: right; */
  margin: 0px 0px 10px 10px;
}

