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

/* GREGE */
.table    { background-color:#776655; border-color:#aa9988 #443322 #443322 #aa9988; }
.table th,
.table caption{ background-color:transparent; color:#dddddd; }
.table td     { background-color:#c5c0bb; color:#000000; border-color:#443322 #aa9988 #aa9988 #443322; }
.table .rv td { background-color:#a7a29d; }

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

.o_item { background-color:#a7a29d; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#272625; }
.item th,
.txtable th
      { background-color:#a09080; color:#000000; }
.item td,
.txtable td
      { background-color:#c5c0bb; color:#000000; }

#Familiar td     { background-color:#a7a29d; }
#Familiar .mons            { background-color:#c5c0bb; }
#Familiar .mons .mons-name { border-color:#000000; }
#Familiar .mons .mons-lv   { background-color:#000000; color:#c5c0bb; }
#Familiar .mons .mons-stat th { background-color:#807161; color:#dddddd; border-color:#272625; }
#Familiar .mons .mons-stat { border-color:#272625; }
#Familiar .mons .mons-stat  td    { background-color:#c5c0bb; border-color:#272625; }
#Familiar .mons .mons-stat .rv td { background-color:#a7a29d; }

.table td a       { color:#773300; background-color:transparent;  }
.table td a:hover { color:#c5c0bb; background-color:#773300; }

.table th a       { color:#ffbb99; }
.table th a:hover { color:#776655; background-color:#ffbb99; }

    hr    { border-color:#776655; }
    hr.gro{ border-color:#928d88 #f8f3ee #f8f3ee #928d88; }
    hr.rid{ border-color:#f8f3ee #928d88 #928d88 #f8f3ee; }
.rv hr.gro{ border-color:#746f6a #dad5d0 #dad5d0 #746f6a; }
.rv hr.rid{ border-color:#dad5d0 #746f6a #746f6a #dad5d0; }

.sub       { background-color:#807161; border-color:#201c18; color:#dddddd; }
.sub.small { background-color:#8b7e70; border-color:#3a342e; color:#dddddd; }

.table     th .inv { color:#776655; }
.table     td .inv { color:#c5c0bb; }
.table .rv td .inv { color:#a7a29d; }
.item    th .inv,
.txtable th .inv { color:#a09080; }
.item    td .inv,
.txtable td .inv { color:#c5c0bb; }
.sub       .inv { color:#807161; }
.sub.small .inv { color:#8b7e70; }
.table { border-radius:6px; }
.table tr:first-child td:first-child { border-top-left-radius    :4px; }
.table tr:first-child td:last-child  { border-top-right-radius   :4px; }
.table tr:last-child  td:first-child { border-bottom-left-radius :4px; }
.table tr:last-child  td:last-child  { border-bottom-right-radius:4px; }
#Image .imgw td { border-radius:4px; }
#Image .imgw img{ border-radius:4px; }
#Status tr:last-child td:first-child        { border-bottom-left-radius:0px; }
#Status tr:nth-last-child(3) td:first-child { border-bottom-left-radius:4px; }
#Armour tr:last-child td:last-child         { border-bottom-right-radius:0px; }
#Familiar tr:nth-child(2) td:last-child      { border-bottom-right-radius:4px; }
#Familiar tr:nth-last-child(2) td:first-child{ border-bottom-left-radius:4px; }
#Familiar tr:last-child td:first-child       { border-bottom-left-radius:0px; }
.item    td,
.txtable td { border-radius:0px !important; }
