/* base */
body {
  color:#050505;
  background-color     :;
  background-image     :url("");
  background-repeat    :repeat;
  background-attachment:fixed;
  background-position  :center;
}
#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:#050505; }
a:visited{ color:; }
a:hover  { color:#507750; }

#header,
#header:before,
#header:after,
#sub:before,
#sub:after,
#sub h1:before,
#sub h1:after,
#footer {
  color:#050505;
  border-color:#666666;
}
a.backurl {
  background: url("./img/translucent_white50.png");
  background: rgba(238, 238, 238, 0.5);
  border-color:#050505;
  color:#050505;
}
a.backurl:hover {
  background-color:#050505;
  color:;
}

#BackUpList {
  border-color:#050505;
  background-color:#eee;
  color:#050505;
}

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

/* E-06 BLUE */
.table    { background-color:#283259; border-color:#5b658c #000026 #000026 #5b658c; }
.table th,
.table caption{ background-color:transparent; color:#bb9955; }
.table td     { background-color:#202530; color:#cccccc; border-color:#000026 #5b658c #5b658c #000026; }
.table .rv td { background-color:#151c25; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#586078; }
.item th,
.txtable th
      { background-color:#151c25; color:#cccccc; }
.item td,
.txtable td
      { background-color:transparent; color:#cccccc; }

.table td a       { color:#dd4455; background-color:transparent;  }
.table td a:hover { color:#202530; background-color:#dd4455; }

.table th a       { color:#dd4455; }
.table th a:hover { color:#283259; background-color:#dd4455; }

    hr    { border-color:#997050; }
    hr.gro{ border-color:#000000 #535863 #535863 #000000; }
    hr.rid{ border-color:#535863 #000000 #000000 #535863; }
.rv hr.gro{ border-color:#000000 #484f58 #484f58 #000000; }
.rv hr.rid{ border-color:#484f58 #000000 #000000 #484f58; }

.sub       { background-color:#997050; border-color:#bbaa80; color:#000000; }
.sub.small { background-color:#84634a; border-color:#ad9872; color:#000000; }

.table     th .inv { color:#283259; }
.table     td .inv { color:#202530; }
.table .rv td .inv { color:#151c25; }
.item    th .inv,
.txtable th .inv { color:#151c25; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#997050; }
.sub.small .inv { color:#84634a; }
