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

/* HEAT TRRIGER */
.table    { background-color:#702029; border-color:#a3535c #3d0000 #3d0000 #a3535c; }
.table th,
.table caption{ background-color:transparent; color:#d0a080; }
.table td     { background-color:#7090cc; color:#000000; border-color:#000000 #666666 #666666 #000000; }
.table .rv td { background-color:#88aacc; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#161c28; }
.item th,
.txtable th
      { background-color:#88aacc; color:#000000; }
.item td,
.txtable td
      { background-color:transparent; color:#000000; }

.table td a       { color:#800000; background-color:transparent;  }
.table td a:hover { color:#7090cc; background-color:#800000; }

.table th a       { color:#d55555; }
.table th a:hover { color:#702029; background-color:#d55555; }

    hr    { border-color:#707070; }
    hr.gro{ border-color:#3d5d99 #a3c3ff #a3c3ff #3d5d99; }
    hr.rid{ border-color:#a3c3ff #3d5d99 #3d5d99 #a3c3ff; }
.rv hr.gro{ border-color:#557799 #bbddff #bbddff #557799; }
.rv hr.rid{ border-color:#bbddff #557799 #557799 #bbddff; }

.sub       { background-color:#702e3d; border-color:#c09070; color:#d0a080; }
.sub.small { background-color:#703e54; border-color:#c09070; color:#d0a080; }

.table     th .inv { color:#702029; }
.table     td .inv { color:#7090cc; }
.table .rv td .inv { color:#88aacc; }
.item    th .inv,
.txtable th .inv { color:#88aacc; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#702e3d; }
.sub.small .inv { color:#703e54; }
