/* 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:;
}

/* 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; }

.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:transparent; color:#000000; }

.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:transparent; }
.sub       .inv { color:#677840; }
.sub.small .inv { color:#758551; }
