/* base */
body {
  color:#8A9BFF;
  background-color     :#ffffff;
  background-image     :url("./img/rose.jpg");
  background-repeat    :no-repeat;
  background-attachment:fixed;
  background-position  :right bottom;
}
#base {
  background: url("./img/translucent_white50.png");
  background: rgba(238, 238, 238, 0.5);
  background:         linear-gradient(top, rgba(238,238,238,0.9), rgba(238,238,238,0.5) 5%, rgba(238,238,238,0.5));
  background:      -o-linear-gradient(top, rgba(238,238,238,0.9), rgba(238,238,238,0.5) 5%, rgba(238,238,238,0.5));
  background:    -moz-linear-gradient(top, rgba(238,238,238,0.9), rgba(238,238,238,0.5) 5%, rgba(238,238,238,0.5));
  background: -webkit-linear-gradient(top, rgba(238,238,238,0.9), rgba(238,238,238,0.5) 5%, rgba(238,238,238,0.5));
}
#footer {
  background: url("./img/translucent_white50.png");
  background: rgba(238, 238, 238, 0.5);
}

a        { color:#8A9BFF; }
a:visited{ color:; }
a:hover  { color:#FFF0F5; }

#header,
#header:before,
#header:after,
#sub:before,
#sub:after,
#sub h1:before,
#sub h1:after,
#footer {
  color:#71BFFF;
  border-color:#7292FF;
}
a.backurl {
  background: url("./img/translucent_white50.png");
  background: rgba(238, 238, 238, 0.5);
  border-color:#8A9BFF;
  color:#8A9BFF;
}
a.backurl:hover {
  background-color:#8A9BFF;
  color:#ffffff;
}

#BackUpList {
  border-color:#8A9BFF;
  background-color:#eee;
  color:#8A9BFF;
}

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

/* VIRIDIAN */
.table    { background-color:#006047; border-color:#33937a #002d14 #002d14 #33937a; }
.table th,
.table caption{ background-color:transparent; color:#ccddd5; }
.table td     { background-color:#103025; color:#cccccc; border-color:#002d14 #33937a #33937a #002d14; }
.table .rv td { background-color:#002515; }

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

.table td a       { color:#00dd99; background-color:transparent;  }
.table td a:hover { color:#103025; background-color:#00dd99; }

.table th a       { color:#00ee88; }
.table th a:hover { color:#006047; background-color:#00ee88; }

    hr    { border-color:#006047; }
    hr.gro{ border-color:#000000 #436358 #436358 #000000; }
    hr.rid{ border-color:#436358 #000000 #000000 #436358; }
.rv hr.gro{ border-color:#000000 #335848 #335848 #000000; }
.rv hr.rid{ border-color:#335848 #000000 #000000 #335848; }

.sub       { background-color:#025a42; border-color:#509077; color:#ccddd5; }
.sub.small { background-color:#04533d; border-color:#3d8068; color:#ccddd5; }

.table     th .inv { color:#006047; }
.table     td .inv { color:#103025; }
.table .rv td .inv { color:#002515; }
.item    th .inv,
.txtable th .inv { color:#002515; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#025a42; }
.sub.small .inv { color:#04533d; }
