body,form,div
{
  padding: 0;
  margin: 0;
}

p,table,ul,ol,h1,h2,h3,h4,h5,h6
{
  padding: 0;
  margin: 0 0 13px 0;
}

body
{
  background-color: #eee;
}

*
{
  font-family: Arial, Helvitica, sans-serif;
  font-size: 13px;
}

td,th
{
  text-align: left;
}

h1,h1 *
{
  font-size: 23px; 
}

h2,h2 *
{
  font-size: 21px; 
}

h3,h3 *
{
  font-size: 19px; 
}

h4,h4 *
{
  font-size: 17px; 
}

h5,h5 *
{
  font-size: 15px; 
}

h6,h6 *
{
  font-size: 13px;
}

a
{
  text-decoration: none;
}

table
{
  border-collapse: collapse;
}

td,th
{
  padding: 4px;
}

thead
{
  background-color: #369;
  color: #fff;
}

ul.tabbed
{
  margin: 0 0 1em 0;
  padding: 0;
  border-bottom: 1px solid #000;
}

.tabbed li
{
  display: inline;
  list-style: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 0;
  border-right: 1px solid #000;
  padding: 0 3px;
  margin: 3px;
  background-color: #eee;
}

.tabbed li.activetab
{
  font-weight: bold;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.righted
{
  text-align: right;
}

.centered
{
  text-align: center;
}

.row
{
  background-color: #fff;
}

.altrow
{
  background-color: #eee;
}

#loginstatus
{
  padding: 3px 6px;
}

#content
{
  background-color: #fff;
  padding: 0 6px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 6px;
}

#footer
{
  text-align: center;
  padding: 3px 6px;
}

.success
{
  color: #090;
}

.failure,.error
{
  color: #f00;
}

.flatlist,.flatlist li
{
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#menu
{
  border-top: 1px solid #999;
  padding: 3px 6px;
  height: 16px;
}

#menu ul,#menu li
{
  list-style: none;
}

#menuwrapper
{
  margin: 0;
  padding: 0;
}

.hovermenu
{
  margin: 0 24px 0 0;
  float: left;
}

.menuitems
{
  position: absolute;
  padding: 2px 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #eee;
  display: none;
}

.menuitems li
{
  padding: 1px 6px;
}

.menuitems li:hover
{
  background-color: #fff;
}

.news
{
  border: 1px solid #000;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.news h6
{
  color: #fff;
  background-color: #369;
  padding: 4px;
  margin: 0;
}

.news p
{
  margin: 13px 6px 0 6px;
}

tbody td.selected
{
  background-color: #fc9;
}

.spelltable tbody tr:hover
{
  background-color: #fed;
}

.spelltable tbody tr.altrow:hover
{
  background-color: #edc;
}

.clear
{
  clear: both;
}

.spelltable img
{
  vertical-align: -3px;
}
