body {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-family: sans-serif;
}

td {
  font-size: 10pt;
  font-family: sans-serif;
}



h1 {
  font-size: 13pt;
}



form {
  margin: 0px;
}



#page {
  width: 770px;
  margin: 0px auto;
  border: 1px solid black;
  background: #ffffff;
}



#header {
  background-color: #006699;
}



#title {
  text-align: right;
}



#navbar {
  background: #000000;
  width: 780;
}



#navbar td {
  font-size: 8pt;
  font-weight: bold;
  border: 1px solid white;
  text-align: center;
  background: #006699;
  padding: 3px 0px 3px 0px;
}


#navbar a {
  color: white;
  text-decoration: none;
}

#footer {
  clear: both;
  color: white;
  padding: 3px;
  background: #006699;
  text-align: center;
  border-top: 1px solid black;
}

.rules li {
  margin-bottom: 10px;
}

/* Member and Admin styles */
#navlist {
  width: 200px;
  margin: 0px -200px 0px 0px;
  float: left;
  text-align: left;
  list-style: none;
  padding: 0px;
}

#navlist li {
  border-bottom: 1px solid #90bade;
  margin: 0;
}

#navlist li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #004477;
  border-right: 10px solid #0088bb;
  background-color: #006699;
  color: #fff;
  text-decoration: none;
}

#navlist li a:hover {
  border-left: 10px solid #ff9000;
  border-right: 10px solid #5ba3e0;
  background-color: #000d33;
  color: #fff;
}


#content {

  padding: 0px 5px 0px 205px;

  text-align: left;

/*  background: #ffffff url('/images/content-bg.gif') repeat-y; */

}



.statistics {

  width: 100%;

  cellspacing: 1px;

  border-collapse: collapse;

  background: #ececec;

}



.statistics td, .statistics th {

  border: 1px solid white;

  text-align: center;

}



#statsmenu ul {

  margin: 10px 0px 10px 0px;

  padding: 0px;

}



#statsmenu li {

  color: black;

  margin: 0px;

  display: inline;

  padding: 0px 50px 0px 50px;

  text-align: center;

  font-weight: bold;

  border-bottom: 1px solid black;

  background-color: #cccccc;

}



#statsmenu li.selected {

  border: 1px solid black;

  border-bottom: none;

  background-color: #ffffff;

}



#statsmenu li a {

  color: blue;

  text-decoration:none;

}



#statsmenu li a:hover {

  text-decoration: underline;

}



div.error {

  text-align: center;

  color: #ee0000;

  font-weight: bold;

}



div.message {

  text-align: center;

  color: #0000ee;

  font-weight: bold;

}



.features {

  margin: 0px 25px;

}



.features ul {

  padding-left: 15px;

}



.row0 .col0 {

  background-color: #eeeeee;

}



.row0 .col1 {

  background-color: #e0e0e0;

}



.row1 .col0 {

  background-color: #dddddd;

}



.row1 .col1 {

  background-color: #d0d0d0;

}



/* Admin specific styles */

.pages {

  margin-bottom: 2px;

}



.userinfo {

  border: 1px solid black;

  margin: 0px 0px 10px 0px;

}



.userinfo .title {

  background: #006699;

  height: 20px;

  padding: 1px;

  color: white;

}



.userinfo .title a {

  color: white;

}



.userinfo .actions {

  width: 120px;

  float: right;

}



.userinfo .username {

  width: 120px;

  float: left;

}



.userinfo table td {

  width: 30%;

}



.userinfo .info {

  width: 20%;

  font-weight: bold;

  background: #eeeeee;

}