/* 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 CYAN */
.table    { background-color:#307b7b; border-color:#63aeae #004848 #004848 #63aeae; }
.table th,
.table caption{ background-color:transparent; color:#e1ebeb; }
.table td     { background-color:#bbd1d1; color:#000000; border-color:#004848 #63aeae #63aeae #004848; }
.table .rv td { background-color:#9db3b3; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#252929; }
.item th,
.txtable th
      { background-color:#478989; color:#e1ebeb; }
.item td,
.txtable td
      { background-color:transparent; color:#000000; }

.table td a       { color:#224455; background-color:transparent;  }
.table td a:hover { color:#bbd1d1; background-color:#224455; }

.table th a       { color:#61ebeb; }
.table th a:hover { color:#307b7b; background-color:#61ebeb; }

    hr    { border-color:#203b3b; }
    hr.gro{ border-color:#889e9e #eeffff #eeffff #889e9e; }
    hr.rid{ border-color:#eeffff #889e9e #889e9e #eeffff; }
.rv hr.gro{ border-color:#6a8080 #d0e6e6 #d0e6e6 #6a8080; }
.rv hr.rid{ border-color:#d0e6e6 #6a8080 #6a8080 #d0e6e6; }

.sub       { background-color:#418585; border-color:#102121; color:#e1ebeb; }
.sub.small { background-color:#559191; border-color:#213d3d; color:#e1ebeb; }

.table     th .inv { color:#307b7b; }
.table     td .inv { color:#bbd1d1; }
.table .rv td .inv { color:#9db3b3; }
.item    th .inv,
.txtable th .inv { color:#478989; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#418585; }
.sub.small .inv { color:#559191; }
