body, html, table, input, select, textarea {
  font-family:Trebuchet Ms, Sans-Serif;
  font-size:11pt;
}

body, html {
  color:#ffffff;
  background:#114577 url(../img/bg2.jpg) left top repeat-x fixed;  
  margin:0;
  padding:0;
}

img {
  border:none;
}

#template {
  width:870px;
}

#content {
  padding:5px 10px;
  min-height:630px;
}

#userinfo {
  padding:5px 10px;
/*  background-color:#222222;*/
  background-image:url(../img/shadow-50.png);
  border-bottom:solid 1px #ffffff;
}

#footer {
  padding:5px 10px;
  border-top:solid 1px #ffffff;
  background-color:#114577;
  margin-top:1em;
}

h1, h2, h3, h4, h5, h6 {
  color:#ffffff;
}

h1 {
  color:#ffffff;
  margin-top:0;
}

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

a:hover {
  text-decoration:none;
  color:#ffffff;
}

table th a,
table td a {
  color:#000000;
}

table th a:hover,
table td a:hover {
  color:#666666;
}

a.button {
  text-decoration:none;
  background:url(../img/button-bg.jpg);
  color:#ffffff;
  padding:0px 10px;
  border:outset 1px #333333;
}

a.button:hover {
  background:url(../img/button-hover.jpg);
  color:#333333;
}

a.button-pushed {
  text-decoration:none;
  background-color:#0000bb;
  color:#ffffff;
  padding:0px 10px;
  border:inset 2px #0000cc;
}

a.button-pushed:hover {
  background-color:#666666;
  color:#333333;
}

span.button {
  text-decoration:none;
  background:url(../img/button-bg.jpg);
  padding:0px 10px;
  border:outset 1px #333333;
}

span.button-pushed {
  text-decoration:none;
  background-color:#0000bb;
  padding:0px 10px;
  border:inset 2px #0000cc;
}

a.admin {
  color:#ff0000;
  font-weight:bold;
}

.admin {
  color:#ff0000;
  font-weight:bold;
}

a.mods {
  color:#00cc00;
  font-weight:bold;
}

.mods {
  color:#00cc00;
  font-weight:bold;
}

ul.buttons {
  list-style-type:none;
  margin:0;
  padding:0;
  margin-bottom:1em;
}

ul.buttons li {
  display:inline;
  margin-right:5px;
}

