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

/* DEFAULT GRAY */
.table    { background-color:#555555; border-color:#888888 #222222 #222222 #888888; }
.table th,
.table caption{ background-color:transparent; color:#dddddd; }
.table td     { background-color:#c5c5c5; color:#000000; border-color:#222222 #888888 #888888 #222222; }
.table .rv td { background-color:#a7a7a7; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#272727; }
.item th,
.txtable th
      { background-color:#676767; color:#dddddd; }
.item td,
.txtable td
      { background-color:transparent; color:#000000; }

.table td a       { color:#000000; background-color:transparent; text-decoration:underline; }
.table td a:hover { color:#c5c5c5; background-color:#000000; }

.table th a       { color:#afafaf; }
.table th a:hover { color:#555555; background-color:#afafaf; }

    hr    { border-color:#000000; }
    hr.gro{ border-color:#929292 #f8f8f8 #f8f8f8 #929292; }
    hr.rid{ border-color:#f8f8f8 #929292 #929292 #f8f8f8; }
.rv hr.gro{ border-color:#747474 #dadada #dadada #747474; }
.rv hr.rid{ border-color:#dadada #747474 #747474 #dadada; }

.sub       { background-color:#636363; border-color:#181818; color:#dddddd; }
.sub.small { background-color:#737373; border-color:#2e2e2e; color:#dddddd; }

.table     th .inv { color:#555555; }
.table     td .inv { color:#c5c5c5; }
.table .rv td .inv { color:#a7a7a7; }
.item    th .inv,
.txtable th .inv { color:#676767; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#636363; }
.sub.small .inv { color:#737373; }
