* {
  font-family: Verdana, Sans-serif;
  font-size:12px;
  color: #fff;
}

html {
  height:100%;
}

body {
  height:100%;
  margin:0px;
  padding:0px;
  background-image:url(/web2009/images/linteklogo.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  background-color: #000;
}

div.container {
  min-height:100%;
  width:812px;
  margin: 0px auto;
  position:relative;
  padding:0px;
  left:0px;
}

div#top {
  border: solid 0px red;
  position:relative;
  left:6px;
  height:217px;
  width:800px;
  background: transparent center top url(/web2009/images/mhlogo.png) no-repeat;
  margin-bottom: -25px;
  z-index: 2;
}

#konami {
  position:absolute;
  width:500px;
  left:200px;
  top:250px;
  display: none;
}

#footer {
  text-align:right;
}

#footer a {
  text-decoration: none;
}

ul.ui-tabs-nav {
  display:none;
}

div#content {
  min-height: 500px;
}

div.navigation {
  z-index: 1;
  border: solid 0px white;
  position:relative;
  left:0px;
  width: 770px;
  height: 49px;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  margin-top: 15px;
  background: transparent url(/web2009/images/navbg2.gif);
}

div.navigation table {
  border: solid 0px red;
  margin: 0px auto;
  margin-top: 5px;
  padding: 0px;
}

div.navigation table td {
  border: solid 0px green;
  font-size: 16pt;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
}

a {
  color: #facc33 !important;
}

p, u, b {
  color: #fadc63 !important;
}

h1 {
  font-size: 12pt !important;
  color: #ff8a24 !important;
}

table td {
  padding: 0px 40px 0px 0px;
}

table thead td {
  font-size: 15pt;
  color: #facc33;
}

.ui-state-active {
  padding: 4px 10px 4px 10px !important;
}

div.editable {
  color: #facc33; 
  background: url(/web2009/images/ui-bg_diagonals-small_15_151515_40x40.png);
  margin: 0px;
  cursor: pointer;
  border: solid 1px #fadc63;
  padding: 3px;
}

div.editable:hover {
  border: solid 1px #ff8a24; 
}
