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

/* DEEP SEA */
.table    { background-color:#304069; border-color:#63739c #000d36 #000d36 #63739c; }
.table th,
.table caption{ background-color:transparent; color:#c0cdcf; }
.table td     { background-color:#19202c; color:#cccccc; border-color:#000d36 #63739c #63739c #000d36; }
.table .rv td { background-color:#202f39; }

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

.table td a       { color:#66aaff; background-color:transparent;  }
.table td a:hover { color:#19202c; background-color:#66aaff; }

.table th a       { color:#77bbff; }
.table th a:hover { color:#304069; background-color:#77bbff; }

    hr    { border-color:#556077; }
    hr.gro{ border-color:#000000 #4c535f #4c535f #000000; }
    hr.rid{ border-color:#4c535f #000000 #000000 #4c535f; }
.rv hr.gro{ border-color:#000006 #53626c #53626c #000006; }
.rv hr.rid{ border-color:#53626c #000006 #000006 #53626c; }

.sub       { background-color:#2d3c61; border-color:#667088; color:#c0cdcf; }
.sub.small { background-color:#293758; border-color:#56617c; color:#c0cdcf; }

.table     th .inv { color:#304069; }
.table     td .inv { color:#19202c; }
.table .rv td .inv { color:#202f39; }
.item    th .inv,
.txtable th .inv { color:#293555; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#2d3c61; }
.sub.small .inv { color:#293758; }
