/* 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: -webkit-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:      -o-linear-gradient(      top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:         linear-gradient(to bottom, 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:;
}

/* BLACK SARENA */
.table    { background-color:#222222; border-color:#555555 #000000 #000000 #555555; }
.table th,
.table caption{ background-color:transparent; color:#cc88aa; }
.table td     { background-color:#333333; color:#cccccc; border-color:#000000 #555555 #555555 #000000; }
.table .rv td { background-color:#44222f; }

.makingdata > table td.R { background-color:#44222f; }

.o_item { background-color:#44222f; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#777777; }
.item th,
.txtable th
      { background-color:#404040; color:#cccccc; }
.item td,
.txtable td
      { background-color:#333333; color:#cccccc; }

#Familiar td     { background-color:#44222f; }
#Familiar .mons            { background-color:#333333; }
#Familiar .mons .mons-name { border-color:#cccccc; }
#Familiar .mons .mons-lv   { background-color:#cccccc; color:#333333; }
#Familiar .mons .mons-stat th { background-color:#242424; color:#cccccc; border-color:#777777; }
#Familiar .mons .mons-stat { border-color:#777777; }
#Familiar .mons .mons-stat  td    { background-color:#333333; border-color:#777777; }
#Familiar .mons .mons-stat .rv td { background-color:#44222f; }

.table td a       { color:#d56695; background-color:transparent;  }
.table td a:hover { color:#333333; background-color:#d56695; }

.table th a       { color:#d53395; }
.table th a:hover { color:#222222; background-color:#d53395; }

    hr    { border-color:#777777; }
    hr.gro{ border-color:#000000 #666666 #666666 #000000; }
    hr.rid{ border-color:#666666 #000000 #000000 #666666; }
.rv hr.gro{ border-color:#110000 #775562 #775562 #110000; }
.rv hr.rid{ border-color:#775562 #110000 #110000 #775562; }

.sub       { background-color:#242424; border-color:#777777; color:#cccccc; }
.sub.small { background-color:#262626; border-color:#626262; color:#cccccc; }

.table     th .inv { color:#222222; }
.table     td .inv { color:#333333; }
.table .rv td .inv { color:#44222f; }
.item    th .inv,
.txtable th .inv { color:#404040; }
.item    td .inv,
.txtable td .inv { color:#333333; }
.sub       .inv { color:#242424; }
.sub.small .inv { color:#262626; }
