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

/* LUNA TRIGGER */
.table    { background-color:#3050a0; border-color:#6383d3 #001d6d #001d6d #6383d3; }
.table th,
.table caption{ background-color:transparent; color:#aaccdd; }
.table td     { background-color:#c0bb90; color:#000000; border-color:#001d6d #6383d3 #6383d3 #001d6d; }
.table .rv td { background-color:#bba880; }

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

.o_item { background-color:#bba880; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#26251c; }
.item th,
.txtable th
      { background-color:#bba880; color:#000000; }
.item td,
.txtable td
      { background-color:#c0bb90; color:#000000; }

#Familiar td     { background-color:#bba880; }
#Familiar .mons            { background-color:#c0bb90; }
#Familiar .mons .mons-name { border-color:#000000; }
#Familiar .mons .mons-lv   { background-color:#000000; color:#c0bb90; }
#Familiar .mons .mons-stat th { background-color:#425d9e; color:#aaccdd; border-color:#26251c; }
#Familiar .mons .mons-stat { border-color:#26251c; }
#Familiar .mons .mons-stat  td    { background-color:#c0bb90; border-color:#26251c; }
#Familiar .mons .mons-stat .rv td { background-color:#bba880; }

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

.table th a       { color:#c44444; }
.table th a:hover { color:#3050a0; background-color:#c44444; }

    hr    { border-color:#000000; }
    hr.gro{ border-color:#8d885d #f3eec3 #f3eec3 #8d885d; }
    hr.rid{ border-color:#f3eec3 #8d885d #8d885d #f3eec3; }
.rv hr.gro{ border-color:#88754d #eedbb3 #eedbb3 #88754d; }
.rv hr.rid{ border-color:#eedbb3 #88754d #88754d #eedbb3; }

.sub       { background-color:#425d9e; border-color:#101727; color:#aaccdd; }
.sub.small { background-color:#576c9b; border-color:#212c44; color:#aaccdd; }

.table     th .inv { color:#3050a0; }
.table     td .inv { color:#c0bb90; }
.table .rv td .inv { color:#bba880; }
.item    th .inv,
.txtable th .inv { color:#bba880; }
.item    td .inv,
.txtable td .inv { color:#c0bb90; }
.sub       .inv { color:#425d9e; }
.sub.small .inv { color:#576c9b; }
.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; }
