body {
  font: 11px Verdana;
  background-image: url('/img/bg.png');
  background-color: #202020;
}

img {
  border: 0px;
}

h1 {
  margin-top: 0px;
}

textarea {
  width: 90%;
  height: 200px;
}

input[type=text] {
  width: 50%;
}

input[type=password] {
  width: 50%;
}

#page_container {
  margin: 0 auto;
  margin-top: 50px;
  width: 1100px;
}

#logo {
  text-align: right;
  padding: 10px;
  margin-bottom: 20px;
}

#logo div {
  float: left;
  text-align: left;
  margin: 15px;
}

#logo h1 {
  font: 26px Arial;
  font-weight: bold;
  margin: 0;
  color: #FFFFFF;
}

#logo h2 {
  font: 20px Arial;
  margin: 0;
  margin-left: 25px;
  margin-top: 10px;
  color: #FFFFFF;
  font-style: italic;
}

#menu {
  width: 200px;
  float: left;
  font: 13px Verdana;
  font-weight: bold;
  color: #FFFFFF;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  margin: 5px;
}

#menu a {
  text-decoration: none;
  color: #FFFFFF;
}

#menu a:hover {
  color: #A0A0FF;
}

#body {
  width: 870px;
  float: left;
  min-height: 400px;
  background-color: #F0F0F0;
  padding: 15px;
}

#clock {
  float: right;
  margin-top: -12px;
  margin-right: -12px;
  width: 56px;
  height: 24px;
  text-align: right;
}

#datepicker {
  display: none;
  margin: 0 auto;
  border: 1px solid black;
  background-color: #F0F0FF;
  padding: 4px;
  margin-bottom: 15px;
  text-align: center;
}

#history {
  display: none;
  margin: 0 auto;
  border: 1px solid black;
  background-color: #F0F0FF;
  padding: 4px;
  margin-bottom: 15px;
}

#body.old {
  background: url('/img/warningbg.png');
}

#old_warning {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  padding: 4px;
  background: url('/img/warningtopbg.png');
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

#version {
  color: #505050;
}

#version a {
  color: #505050;
}



table {
  width: 100%;
}

th {
  text-align: left;
}



table.memberlist th.name {
}

table.memberlist th.nick {
}

table.memberlist th.mail {
}

table.memberlist th.phone {
  width: 125px;
}

table.memberlist th.date {
  width: 125px;
}

table.memberlist th.title {
  width: 125px;
}


table.history tr.selected {
  background-color: #FFFFA0;
}

table.history th.rev {
  width: 75px;
}

table.history th.start {
  width: 150px;
}

table.history th.log {
  
}

table.history th.show {
  width: 50px;
  text-align: right;
}





.var {
  display: none;
}
