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

/* VALENTINE RED */
.table    { background-color:#772030; border-color:#aa5363 #440000 #440000 #aa5363; }
.table th,
.table caption{ background-color:transparent; color:#ddbbcc; }
.table td     { background-color:#392722; color:#cfc3c3; border-color:#440000 #aa5363 #aa5363 #440000; }
.table .rv td { background-color:#2d1a17; }

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

.o_item { background-color:#2d1a17; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#906070; }
.item th,
.txtable th
      { background-color:#291715; color:#cccccc; }
.item td,
.txtable td
      { background-color:#392722; color:#cfc3c3; }

.table td a       { color:#ff7799; background-color:transparent;  }
.table td a:hover { color:#392722; background-color:#ff7799; }

.table th a       { color:#ff7799; }
.table th a:hover { color:#772030; background-color:#ff7799; }

    hr    { border-color:#aa6688; }
    hr.gro{ border-color:#060000 #6c5a55 #6c5a55 #060000; }
    hr.rid{ border-color:#6c5a55 #060000 #060000 #6c5a55; }
.rv hr.gro{ border-color:#000000 #604d4a #604d4a #000000; }
.rv hr.rid{ border-color:#604d4a #000000 #000000 #604d4a; }

.sub       { background-color:#66212c; border-color:#bb8899; color:#dddddd; }
.sub.small { background-color:#5e222a; border-color:#a36e7d; color:#dddddd; }

.table     th .inv { color:#772030; }
.table     td .inv { color:#392722; }
.table .rv td .inv { color:#2d1a17; }
.item    th .inv,
.txtable th .inv { color:#291715; }
.item    td .inv,
.txtable td .inv { color:#392722; }
.sub       .inv { color:#66212c; }
.sub.small .inv { color:#5e222a; }
