/***************************************************************
 * TITLE: Layout and Color Stylesheet for Nz17.com main        *
 * URI  : http://www.nz17.com/antechamber.css                  *
 * MODIF: 2007-07-10                                           *
 ***************************************************************/
body {
  background-image: url("/assets/images/bg.png");
  background-color: #3e609a;
  color: #fffff7;
  font-family: serif;
}

a:link {
  color: #fffff7;
  text-decoration: underline;
}

a:visited {
  color: #cfcfc7;
  text-decoration: underline;
}

input, textarea, select {
  background-color : #809ab7;
  color: #fffff7;
}

img {
  border: none;
}

table {
  border-collapse: collapse;
}

td {
  padding-left: 0.5em;
  padding-right: 0.5em;
  vertical-align: top;
}

div.titlename {
  border: thin solid black;
  font-size: xx-large;
  text-align: right;
}

div.header {
  font-size: large;
  margin-bottom: 0.5em;
  border-bottom: thin solid white;
}

div.shadecontainer {
  background-image: url("/assets/images/filter_true.png");
  margin-top: 1em;
  padding: 0.5em;
}

div#blcontainer {
  background-image: url("/assets/images/filter_true.png");
  margin-top: 1em;
}

