html, body {
  margin:0px;
  padding:0px;
}
body {
  background:#23221D;
}
form {
  display:inline;
}
body, td, p, a {
  font:normal 12px Arial;
  color:#23221D;
}
a {
  color:#886B33;
  text-decoration:none;
  cursor: pointer;
  cursor: hand;
}
td.bottom {
  font:normal 11px Arial;
  color:#EBE7DB;
  text-align:right;
  padding:5px 0px 0px 0px;
}
td.m {
  background:url('/img/m_bg.gif') repeat-y right;
}
td.m_yes {
  background:#EEE7D4;
}
td.m_no {
  background:transparent;
}
td.m2 {
  padding:5px 5px 0px 0px;
}
td.center {
  height:445px;
}
td.content {
  padding:0px 0px 0px 0px;
}
td.bottom a {
  font:normal 11px Arial;
  color:#886B33;
  text-decoration:none;
}
table.menu td.adm, table.menu td.adm2 {
  padding:5px 20px 5px 5px;
  text-align:right;
}
table.menu td.adm2 a {
  color:#F7CB47;
}
table.menu td.dev {
  background:#906A21;
}
input, select, textarea {
  font:normal 12px Arial;
  color:#23221D;
  border:1px solid #23221D;
}
.form td.error {
  color:#dd0000;
  text-align:center;
}
.list tr.title td {
  font:bold 11px Arial;
  text-align:center;
  background:#D2C6A5;
  color:#3A3117;
  border-top:1px solid #3A3117;
  border-bottom:1px solid #3A3117;
  padding:3px 0px 3px 0px;
}
.list tr.indexpage td {
  background:#FBD8CC;
  border-bottom:1px solid #3A3117;
}
.list tr.menupage td {
  background:#DBDB81;
  border-bottom:1px solid #3A3117;
}
.list tr.normalpage td {
  background:#DBDB81;
  border-bottom:1px solid #3A3117;
}
.list tr.submenupagetop td {
  background:#DFDF9F;
  border-bottom:1px solid #3A3117;
}
.list tr td .action td {
  border:0px;
}
.list tr td .action td a, .list tr td a {
  font-size:11px;
}
.list tr td.txt  {
  font-size:11px;
}
.list tr td.type {
  font:normal 11px Arial;
  text-align:center;
  padding:0px 0px 0px 0px;
}
h4 {
  font:bold 16px Arial;
  margin:0px 0px 5px 0px;
}
.info tr td.title {
  font:bold 11px Arial;
  vertical-align:top;
  background:#D2C6A5;
  color:#3A3117;
  border-bottom:1px solid #3A3117;
}
.info tr td.item {
  vertical-align:top;
  background:#DBDB81;
  border-bottom:1px solid #3A3117;
}