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

/* BRASS GOLD */
.table    { background-color:#554930; border-color:#887c63 #221600 #221600 #887c63; }
.table th,
.table caption{ background-color:transparent; color:#dddddd; }
.table td     { background-color:#222222; color:#cccccc; border-color:#221600 #887c63 #887c63 #221600; }
.table .rv td { background-color:#302a20; }

.makingdata > table td.R { background-color:#302a20; }

.o_item { background-color:#302a20; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#706655; }
.item th,
.txtable th
      { background-color:#403a29; color:#cccccc; }
.item td,
.txtable td
      { background-color:#222222; color:#cccccc; }

#Familiar td     { background-color:#302a20; }
#Familiar .mons            { background-color:#222222; }
#Familiar .mons .mons-name { border-color:#cccccc; }
#Familiar .mons .mons-lv   { background-color:#cccccc; color:#222222; }
#Familiar .mons .mons-stat th { background-color:#4e442e; color:#dddddd; border-color:#706655; }
#Familiar .mons .mons-stat { border-color:#706655; }
#Familiar .mons .mons-stat  td    { background-color:#222222; border-color:#706655; }
#Familiar .mons .mons-stat .rv td { background-color:#302a20; }

.table td a       { color:#ccaa66; background-color:transparent;  }
.table td a:hover { color:#222222; background-color:#ccaa66; }

.table th a       { color:#eeaa66; }
.table th a:hover { color:#554930; background-color:#eeaa66; }

    hr    { border-color:#706655; }
    hr.gro{ border-color:#000000 #555555 #555555 #000000; }
    hr.rid{ border-color:#555555 #000000 #000000 #555555; }
.rv hr.gro{ border-color:#000000 #635d53 #635d53 #000000; }
.rv hr.rid{ border-color:#635d53 #000000 #000000 #635d53; }

.sub       { background-color:#4e442e; border-color:#807766; color:#dddddd; }
.sub.small { background-color:#463e2c; border-color:#716857; color:#dddddd; }

.table     th .inv { color:#554930; }
.table     td .inv { color:#222222; }
.table .rv td .inv { color:#302a20; }
.item    th .inv,
.txtable th .inv { color:#403a29; }
.item    td .inv,
.txtable td .inv { color:#222222; }
.sub       .inv { color:#4e442e; }
.sub.small .inv { color:#463e2c; }
