body {
  font-family: arial, verdana, sans-serif;
  font-size: 11pt;
  text-align: center;
  background-color: #FFFFFF;
  background-image: url("../images/background.jpg");
  background-repeat: repeat-x;
}

a:link, a:hover, a:visited, a:active {
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin: 5px 0;
}

h2 {
  font-size: 13pt;
  font-weight: bold;
  border-bottom: 1px solid #666666;
}

.clear {
  clear: both;
}

#wrapper {
  background-color: #F9F9F9;
  width: 960px;
  text-align: left;
  margin: 5px auto;
}

#banner {
  float: left;
  width: 960px;
  text-align: center;
  border-bottom: 1px solid #000000;

  font-size: 16pt;
  font-weight: bold;
  height: 100px;
}

#nav {
  float: left;
  width: 960px;
}

#nav > div {
  border-right: 1px solid #000000;
  display: inline;
  float: left;
  width: 140px;
  padding: 0 3px;
}
  

#nav > div > a {
  display: block;
  width: 100%;
}

#nav > div:hover {
  background-color: #DDDDFF;
}

#nav > div > a:hover {
  text-decoration: none;
}

.submenu {
  visibility: hidden;
  width: 140px;
  position: absolute;
  padding: 3px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  margin-left: -4px;
}

#content {
  float: left;
  border-top: 1px solid #000000;
  clear: both;
  width: 950px;
  min-height: 600px;
  padding: 5px;
}

.alt, .alt td {
  background-color: #DDDDFF;
}

.hilite, .hilite td {
  background-color: #FFCCCC;
}

#pg_charts {
  width: 100%;
}

#pg_charts td {
  text-align: right;
}

#pg_charts th {
  text-align: right;
}

#stats_list td {
  text-align: right;
  width: 90px;
}

#stats_list th {
  text-align: left;
}

#stats_list thead {
  font-weight: bold;
}

#stats_list tbody th {
  font-weight: normal;
}

/* Stats tables in index.php/user.php */
.stats {
  margin: 5px auto;
  width: 75%;
}

.stats th {
  text-align: left;
  /* width: 50%; */
  padding-right: 5px;
}

.stats td {
  padding-left: 5px;
  /* width: 25%; */
}

th {
  text-align: center;
}

p#feedback {
  margin-top: 20px;
  font-size: 75%;
}

div#footer {
  text-align: center;
  font-size: 75%;
}

#feedback th {
  width: 200px;
  text-align: right;
}