/* base */
body {
  color:#050505;
  background-color     :;
  background-image     :url("");
  background-repeat    :repeat;
  background-attachment:fixed;
  background-position  :center;
}
#base {
  background: url("./img/translucent_white50.png");
  background: rgba(238, 238, 238, 0.5);
  background:         linear-gradient(top, rgba(238,238,238,0.9), rgba(238,238,238,0.5) 5%, rgba(238,238,238,0.5));
  background:      -o-linear-gradient(top, rgba(238,238,238,0.9), rgba(238,238,238,0.5) 5%, rgba(238,238,238,0.5));
  background:    -moz-linear-gradient(top, rgba(238,238,238,0.9), rgba(238,238,238,0.5) 5%, rgba(238,238,238,0.5));
  background: -webkit-linear-gradient(top, rgba(238,238,238,0.9), rgba(238,238,238,0.5) 5%, rgba(238,238,238,0.5));
}
#footer {
  background: url("./img/translucent_white50.png");
  background: rgba(238, 238, 238, 0.5);
}

a        { color:#050505; }
a:visited{ color:; }
a:hover  { color:#507750; }

#header,
#header:before,
#header:after,
#sub:before,
#sub:after,
#sub h1:before,
#sub h1:after,
#footer {
  color:#050505;
  border-color:#666666;
}
a.backurl {
  background: url("./img/translucent_white50.png");
  background: rgba(238, 238, 238, 0.5);
  border-color:#050505;
  color:#050505;
}
a.backurl:hover {
  background-color:#050505;
  color:;
}

#BackUpList {
  border-color:#050505;
  background-color:#eee;
  color:#050505;
}

#sub input[type="password"] {
  background-color:;
  border-color:#050505;
  color:;
}

/* LOTUS PINK */
.table    { background-color:#be7287; border-color:#f1a5ba #8b3f54 #8b3f54 #f1a5ba; }
.table th,
.table caption{ background-color:transparent; color:#2b1020; }
.table td     { background-color:#debecc; color:#000000; border-color:#8b3f54 #f1a5ba #f1a5ba #8b3f54; }
.table .rv td { background-color:#cea7b5; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#2c2628; }
.item th,
.txtable th
      { background-color:#c68699; color:#000000; }
.item td,
.txtable td
      { background-color:transparent; color:#000000; }

.table td a       { color:#990011; background-color:transparent;  }
.table td a:hover { color:#debecc; background-color:#990011; }

.table th a       { color:#880022; }
.table th a:hover { color:#be7287; background-color:#880022; }

    hr    { border-color:#6f3644; }
    hr.gro{ border-color:#ab8b99 #fff1ff #fff1ff #ab8b99; }
    hr.rid{ border-color:#fff1ff #ab8b99 #ab8b99 #fff1ff; }
.rv hr.gro{ border-color:#9b7482 #ffdae8 #ffdae8 #9b7482; }
.rv hr.rid{ border-color:#ffdae8 #9b7482 #9b7482 #ffdae8; }

.sub       { background-color:#c27b8f; border-color:#301e23; color:#2b1020; }
.sub.small { background-color:#c68699; border-color:#553840; color:#2b1020; }

.table     th .inv { color:#be7287; }
.table     td .inv { color:#debecc; }
.table .rv td .inv { color:#cea7b5; }
.item    th .inv,
.txtable th .inv { color:#c68699; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#c27b8f; }
.sub.small .inv { color:#c68699; }
.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; }
#Effect tr:last-child td:first-child        { border-bottom-left-radius:0px; }
#Effect tr:nth-last-child(2) td:first-child { border-bottom-left-radius:4px; }
#EffectEz tr:last-child td:first-child        { border-bottom-left-radius:0px; }
#EffectEz tr:nth-last-child(2) td:first-child { border-bottom-left-radius:4px; }
#Lifepath tr:last-child td:last-child         { border-bottom-right-radius:0px; }
.item    td,
.txtable td { border-radius:0px !important; }
