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

/* HEAVENLY BLUE */
.table    { background-color:#68a4d9; border-color:#9bd7ff #3571a6 #3571a6 #9bd7ff; }
.table th,
.table caption{ background-color:transparent; color:#002030; }
.table td     { background-color:#bbd3e0; color:#000000; border-color:#3571a6 #9bd7ff #9bd7ff #3571a6; }
.table .rv td { background-color:#95b7d0; }

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

.o_item { background-color:#95b7d0; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#252a2c; }
.item th,
.txtable th
      { background-color:#7eb0da; color:#000000; }
.item td,
.txtable td
      { background-color:#bbd3e0; color:#000000; }

#Familiar td     { background-color:#95b7d0; }
#Familiar .mons            { background-color:#bbd3e0; }
#Familiar .mons .mons-name { border-color:#000000; }
#Familiar .mons .mons-lv   { background-color:#000000; color:#bbd3e0; }
#Familiar .mons .mons-stat th { background-color:#72a9d9; color:#002030; border-color:#252a2c; }
#Familiar .mons .mons-stat { border-color:#252a2c; }
#Familiar .mons .mons-stat  td    { background-color:#bbd3e0; border-color:#252a2c; }
#Familiar .mons .mons-stat .rv td { background-color:#95b7d0; }

.table td a       { color:#005599; background-color:transparent;  }
.table td a:hover { color:#bbd3e0; background-color:#005599; }

.table th a       { color:#0055aa; }
.table th a:hover { color:#68a4d9; background-color:#0055aa; }

    hr    { border-color:#68a4d9; }
    hr.gro{ border-color:#88a0ad #eeffff #eeffff #88a0ad; }
    hr.rid{ border-color:#eeffff #88a0ad #88a0ad #eeffff; }
.rv hr.gro{ border-color:#62849d #c8eaff #c8eaff #62849d; }
.rv hr.rid{ border-color:#c8eaff #62849d #62849d #c8eaff; }

.sub       { background-color:#72a9d9; border-color:#1c2a36; color:#002030; }
.sub.small { background-color:#7eb0da; border-color:#344b5f; color:#002030; }

.table     th .inv { color:#68a4d9; }
.table     td .inv { color:#bbd3e0; }
.table .rv td .inv { color:#95b7d0; }
.item    th .inv,
.txtable th .inv { color:#7eb0da; }
.item    td .inv,
.txtable td .inv { color:#bbd3e0; }
.sub       .inv { color:#72a9d9; }
.sub.small .inv { color:#7eb0da; }
