html { 
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

body {
  position: relative;
  height: 80%;

  padding: 4% 4% 0px 4%;

  background-color: #000;
  background-image: url("/static/images/bg.gif")
}

body, table, td, tr {
  font: 11px sans-serif;
  font-family: tahoma
}

blockquote {
  font: 11px monospace;
  font-family: "courier new"
}

.databorder {
  padding: 8px 10px
}

form {
  display: inline
}

.data {
  color: #eee;
  overflow: auto;
  position: relative;
  width: 100%;
  height: 100%;
  border: 0
}

.dataindex {
  color: #fff;
  position: absolute;
  bottom: 4px; 
  right: 8px;
  font-family:"HelveticaNeue-UltraLight", "Helvetica Neue Ultralight", "Helvetica Neue", Calibri, Tahoma, sans-serif; 
  font-weight: 300;
  font-size: 32px;

  z-index: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;

  cursor: default
}

img {
  border: 0px
}

p {
  margin: 0
}

a:link, a:visited, a:active {
  color: #ddd;
  font-weight: bold;
  text-decoration: none
}

a:hover {
  color: #fff
}

.footer {
  color: #444;
  height: 12px;
  width: 100%
}

.footer a {
  color: #666;
  font-weight: normal
}

.footer a:hover {
  color: #aaa
}

h3 {
  font-size: 14px;
  line-height: 7px;
  font-weight: bold;
  text-decoration: none;
  margin: 8px 0 6px 0
}

h3 img {
  vertical-align: baseline
}

.ibtm {
  vertical-align: bottom 
}

.cml {
  text-align: left
}

hr {
  width: 240px;
  height: 1px;
  margin: 6px 0px 0px 0px;
  border: 1px dashed #fff
}

.login_pass, .login_button, .textbox, .comnt_button {
  font-family: tahoma; 
  font-size: 11px; 
  background-color: #b44; 
  border: solid 1px #d88;
  color: #fff
}

.menu {
  background-color: transparent;
  border-collapse: collapse;
  width: 100%;
  height: 17px;
  border: 0
}

.menu .item {
  width: 60px;
}

.menu .item a {
  color: #fff;
  cursor: default;
  display: block;
  text-decoration: none;
  font-weight: normal
}

.red {
  background-color: #d1646b
}

.orange {
  background-color: #ce8f6b
}

.green {
  background-color: #96b351
}

.blue {
  background-color: #3daaa4
}

.darkblue {
  background-color: #687583
}

.menu .active {
  /* border-top: solid 7px #000; */
  padding: 2px 0px 0px 0px;
  font-size: 10px;
  font-weight: bold
}

.menu .red:hover {
  background-color: #e76870
}

.menu .orange:hover {
  background-color: #e49a6f
}

.menu .green:hover {
  background-color: #aacc59
}

.menu .blue:hover {
  background-color: #47c6be
}

.menu .darkblue:hover {
  background-color: #798898
}
