/* base */
body {
  color:#bbbbbb;
  background-color     :#222222;
  background-image     :url("/img/check4-wp029.gif");
  background-repeat    :repeat;
  background-attachment:fixed;
  background-position  :;
}
#base {
  background: url("./img/translucent_black50.png");
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(      top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:    -moz-linear-gradient(      top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:      -o-linear-gradient(      top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:         linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
}
#footer {
  background: url("./img/translucent_black50.png");
  background: rgba(0, 0, 0, 0.5);
}

a        { color:#55bb99; }
a:visited{ color:#aa66ff; }
a:hover  { color:#cccccc; }

#header,
#header:before,
#header:after,
#sub:before,
#sub:after,
#sub h1:before,
#sub h1:after,
#footer {
  color:#eeeeee;
  border-color:#606777;
}
a.backurl {
  background: url("./img/translucent_black50.png");
  background: rgba(0, 0, 0, 0.5);
  border-color:#bbbbbb;
  color:#bbbbbb;
}
a.backurl:hover {
  background-color:#bbbbbb;
  color:#222222;
}

#BackUpList {
  border-color:#bbbbbb;
  background-color:#000;
  color:#bbbbbb;
}

#sub input[type="password"] {
  background-color:;
  border-color:#bbbbbb;
  color:;
}

/* GRASS GREEN */
.table    { background-color:#5b6d32; border-color:#8ea065 #283a00 #283a00 #8ea065; }
.table th,
.table caption{ background-color:transparent; color:#dfe5d8; }
.table td     { background-color:#c0c7a9; color:#000000; border-color:#283a00 #8ea065 #8ea065 #283a00; }
.table .rv td { background-color:#a2a98b; }

.makingdata > table td.R { background-color:#a2a98b; }

.o_item { background-color:#a2a98b; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#262721; }
.item th,
.txtable th
      { background-color:#99aa70; color:#000000; }
.item td,
.txtable td
      { background-color:#c0c7a9; color:#000000; }

#Familiar td     { background-color:#a2a98b; }
#Familiar .mons            { background-color:#c0c7a9; }
#Familiar .mons .mons-name { border-color:#000000; }
#Familiar .mons .mons-lv   { background-color:#000000; color:#c0c7a9; }
#Familiar .mons .mons-stat th { background-color:#677840; color:#dfe5d8; border-color:#262721; }
#Familiar .mons .mons-stat { border-color:#262721; }
#Familiar .mons .mons-stat  td    { background-color:#c0c7a9; border-color:#262721; }
#Familiar .mons .mons-stat .rv td { background-color:#a2a98b; }

.table td a       { color:#335500; background-color:transparent;  }
.table td a:hover { color:#c0c7a9; background-color:#335500; }

.table th a       { color:#88dd22; }
.table th a:hover { color:#5b6d32; background-color:#88dd22; }

    hr    { border-color:#5b6d32; }
    hr.gro{ border-color:#8d9476 #f3fadc #f3fadc #8d9476; }
    hr.rid{ border-color:#f3fadc #8d9476 #8d9476 #f3fadc; }
.rv hr.gro{ border-color:#6f7658 #d5dcbe #d5dcbe #6f7658; }
.rv hr.rid{ border-color:#d5dcbe #6f7658 #6f7658 #d5dcbe; }

.sub       { background-color:#677840; border-color:#191e10; color:#dfe5d8; }
.sub.small { background-color:#758551; border-color:#303720; color:#dfe5d8; }

.table     th .inv { color:#5b6d32; }
.table     td .inv { color:#c0c7a9; }
.table .rv td .inv { color:#a2a98b; }
.item    th .inv,
.txtable th .inv { color:#99aa70; }
.item    td .inv,
.txtable td .inv { color:#c0c7a9; }
.sub       .inv { color:#677840; }
.sub.small .inv { color:#758551; }
