/* 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:         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:    -moz-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, 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));
}
#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:;
}

/* DARK FOREST */
.table    { background-color:#304930; border-color:#637c63 #001600 #001600 #637c63; }
.table th,
.table caption{ background-color:transparent; color:#dddddd; }
.table td     { background-color:#222222; color:#cccccc; border-color:#001600 #637c63 #637c63 #001600; }
.table .rv td { background-color:#302925; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#556655; }
.item th,
.txtable th
      { background-color:#253325; color:#cccccc; }
.item td,
.txtable td
      { background-color:transparent; color:#cccccc; }

.table td a       { color:#ccc066; background-color:transparent;  }
.table td a:hover { color:#222222; background-color:#ccc066; }

.table th a       { color:#ccc066; }
.table th a:hover { color:#304930; background-color:#ccc066; }

    hr    { border-color:#556655; }
    hr.gro{ border-color:#000000 #555555 #555555 #000000; }
    hr.rid{ border-color:#555555 #000000 #000000 #555555; }
.rv hr.gro{ border-color:#000000 #635c58 #635c58 #000000; }
.rv hr.rid{ border-color:#635c58 #000000 #000000 #635c58; }

.sub       { background-color:#2e442e; border-color:#667766; color:#dddddd; }
.sub.small { background-color:#2c3e2c; border-color:#576857; color:#dddddd; }

.table     th .inv { color:#304930; }
.table     td .inv { color:#222222; }
.table .rv td .inv { color:#302925; }
.item    th .inv,
.txtable th .inv { color:#253325; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#2e442e; }
.sub.small .inv { color:#2c3e2c; }
.table { border-radius:6px; }
.table tr:first-child td:first-child { border-top-left-radius    :4px; }
.table tr:first-child td:last-child  { border-top-right-radius   :4px; }
.table tr:last-child  td:first-child { border-bottom-left-radius :4px; }
.table tr:last-child  td:last-child  { border-bottom-right-radius:4px; }
#Effect tr:last-child td:first-child        { border-bottom-left-radius:0px; }
#Effect tr:nth-last-child(2) td:first-child { border-bottom-left-radius:4px; }
#EffectEz tr:last-child td:first-child        { border-bottom-left-radius:0px; }
#EffectEz tr:nth-last-child(2) td:first-child { border-bottom-left-radius:4px; }
#Lifepath tr:last-child td:last-child         { border-bottom-right-radius:0px; }
.item    td,
.txtable td { border-radius:0px !important; }
