body {
  background: #000000 url('Graphix/Background.gif') repeat-x;
  color: #dcdcdc;
  font-size: 10px;
  font-family: trebuchet ms, tahoma, arial, sans-serif;
  margin: 0px 0px 0px 0px;
}

fieldset {
  border: 1px solid #880000;
  background-color: #660000;
  color: #ffffff;
  font-size: 11px;
  font-family: trebuchet ms, tahoma, arial, sans-serif;
  padding: 10px;
  text-align: left;
}

legend {
  color: #ffffff;
  font-size: 11px;
  font-family: trebuchet ms, tahoma, arial, sans-serif;
  text-align: left;
  text-decoration: bold;
}

form {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3 {
  color: #dcdcdc;
  font-size: 15px;
  font-family: trebuchet ms, tahoma, arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

hr {
  background-color: #404040;
  border: 0px;
  color: #404040;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
}

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

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

a:active, a:hover {
  color: #ff9900;
}

div.bottom {
  color: #dcdcdc;
  font-size: 9px;
  text-align: center;
}

/* Define some colors */

.darkbg {
  background-color: #404040;
  color: #ffffff;
  text-align: left;
}

.mediumbg {
  background-color: #222222;
  background-image: url(grad_bg.pn);
  color: #ffffff;
  text-align: left;
}

.lightbg {
  background-color: #000000;
  color: #ffffff;
  text-align: left;
}

.lightbgalt {
  background-color: #000000;
  color: #ffffff;
  text-align: left;
}

.highlight {
  background-color: #cc6600;
  color: #dcdcdc;
  text-align: left;
}

/* Top menu */

.menu {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}

.menu:hover, a.menu:active {
  color: #ffffff;
}

.table_top {
  color: #fffffff;
  font-size: 11px;
  font-family: arial, trebuchet ms, tahoma, arial, sans-serif;
  text-align: left;
  text-decoration: underline;
}

.table_top:hover, a.table_top:active {
  color: #ffffff;
  font-size: 11px;
  font-family: arial, trebuchet ms, tahoma, arial, sans-serif;
  text-align: left;
  text-decoration: none;
}

.join_edit_error {
	background-color: #880000;
	border: 1px solid #ff0000;
	padding: 5px;
}

.help { color: #ff0000; font-weight: bold; text-decoration: none; }
.help:hover { color: #ffffff; }