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

/* MINT GREEN */
.table    { background-color:#599969; border-color:#8ccc9c #266636 #266636 #8ccc9c; }
.table th,
.table caption{ background-color:transparent; color:#001109; }
.table td     { background-color:#aaccbb; color:#000000; border-color:#266636 #8ccc9c #8ccc9c #266636; }
.table .rv td { background-color:#88bba0; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#222825; }
.item th,
.txtable th
      { background-color:#66a176; color:#001109; }
.item td,
.txtable td
      { background-color:transparent; color:#000000; }

.table td a       { color:#007722; background-color:transparent;  }
.table td a:hover { color:#aaccbb; background-color:#007722; }

.table th a       { color:#88dd99; }
.table th a:hover { color:#599969; background-color:#88dd99; }

    hr    { border-color:#599969; }
    hr.gro{ border-color:#779988 #ddffee #ddffee #779988; }
    hr.rid{ border-color:#ddffee #779988 #779988 #ddffee; }
.rv hr.gro{ border-color:#55886d #bbeed3 #bbeed3 #55886d; }
.rv hr.rid{ border-color:#bbeed3 #55886d #55886d #bbeed3; }

.sub       { background-color:#639f73; border-color:#18271c; color:#001109; }
.sub.small { background-color:#6ea67f; border-color:#2d4634; color:#001109; }

.table     th .inv { color:#599969; }
.table     td .inv { color:#aaccbb; }
.table .rv td .inv { color:#88bba0; }
.item    th .inv,
.txtable th .inv { color:#66a176; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#639f73; }
.sub.small .inv { color:#6ea67f; }
