/* base */
body {
  color:#bbbbbb;
  background-color     :#555555;
  background-image     :url("./img/check1.png");
  background-repeat    :repeat;
  background-attachment:fixed;
  background-position  :center;
}
#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:#99aacc; }
a:visited{ color:; }
a:hover  { color:#cccccc; }

#header,
#header:before,
#header:after,
#sub:before,
#sub:after,
#sub h1:before,
#sub h1:after,
#footer {
  color:#eeeeee;
  border-color:#666666;
}
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:#555555;
}

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

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

/* LEAF GREEN */
.table    { background-color:#337733; border-color:#66aa66 #004400 #004400 #66aa66; }
.table th,
.table caption{ background-color:transparent; color:#ddeecc; }
.table td     { background-color:#a0cc90; color:#000000; border-color:#004400 #66aa66 #66aa66 #004400; }
.table .rv td { background-color:#b0cc90; }

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

.o_item { background-color:#b0cc90; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#20281c; }
.item th,
.txtable th
      { background-color:#80b070; color:#000000; }
.item td,
.txtable td
      { background-color:#a0cc90; color:#000000; }

#Familiar td     { background-color:#b0cc90; }
#Familiar .mons            { background-color:#a0cc90; }
#Familiar .mons .mons-name { border-color:#000000; }
#Familiar .mons .mons-lv   { background-color:#000000; color:#a0cc90; }
#Familiar .mons .mons-stat th { background-color:#40813e; color:#ddeecc; border-color:#20281c; }
#Familiar .mons .mons-stat { border-color:#20281c; }
#Familiar .mons .mons-stat  td    { background-color:#a0cc90; border-color:#20281c; }
#Familiar .mons .mons-stat .rv td { background-color:#b0cc90; }

.table td a       { color:#116600; background-color:transparent;  }
.table td a:hover { color:#a0cc90; background-color:#116600; }

.table th a       { color:#55ee11; }
.table th a:hover { color:#337733; background-color:#55ee11; }

    hr    { border-color:#337733; }
    hr.gro{ border-color:#6d995d #d3ffc3 #d3ffc3 #6d995d; }
    hr.rid{ border-color:#d3ffc3 #6d995d #6d995d #d3ffc3; }
.rv hr.gro{ border-color:#7d995d #e3ffc3 #e3ffc3 #7d995d; }
.rv hr.rid{ border-color:#e3ffc3 #7d995d #7d995d #e3ffc3; }

.sub       { background-color:#40813e; border-color:#10200f; color:#ddeecc; }
.sub.small { background-color:#508d4b; border-color:#203b1e; color:#ddeecc; }

.table     th .inv { color:#337733; }
.table     td .inv { color:#a0cc90; }
.table .rv td .inv { color:#b0cc90; }
.item    th .inv,
.txtable th .inv { color:#80b070; }
.item    td .inv,
.txtable td .inv { color:#a0cc90; }
.sub       .inv { color:#40813e; }
.sub.small .inv { color:#508d4b; }
