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

/* SEA GREEN */
.table    { background-color:#305549; border-color:#63887c #002216 #002216 #63887c; }
.table th,
.table caption{ background-color:transparent; color:#c0cdcf; }
.table td     { background-color:#19202c; color:#cccccc; border-color:#002216 #63887c #63887c #002216; }
.table .rv td { background-color:#202f39; }

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

.o_item { background-color:#202f39; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#557766; }
.item th,
.txtable th
      { background-color:#29453c; color:#cccccc; }
.item td,
.txtable td
      { background-color:#19202c; color:#cccccc; }

.table td a       { color:#66ccbb; background-color:transparent;  }
.table td a:hover { color:#19202c; background-color:#66ccbb; }

.table th a       { color:#66eeaa; }
.table th a:hover { color:#305549; background-color:#66eeaa; }

    hr    { border-color:#557766; }
    hr.gro{ border-color:#000000 #4c535f #4c535f #000000; }
    hr.rid{ border-color:#4c535f #000000 #000000 #4c535f; }
.rv hr.gro{ border-color:#000006 #53626c #53626c #000006; }
.rv hr.rid{ border-color:#53626c #000006 #000006 #53626c; }

.sub       { background-color:#2d4e45; border-color:#668877; color:#c0cdcf; }
.sub.small { background-color:#294640; border-color:#567769; color:#c0cdcf; }

.table     th .inv { color:#305549; }
.table     td .inv { color:#19202c; }
.table .rv td .inv { color:#202f39; }
.item    th .inv,
.txtable th .inv { color:#29453c; }
.item    td .inv,
.txtable td .inv { color:#19202c; }
.sub       .inv { color:#2d4e45; }
.sub.small .inv { color:#294640; }
.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; }
