* {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

body {
  font-family: verdana, sans-serif;
  background: url('/top.png') repeat-x;
}

a {
  color: #11a;
  text-decoration: none;
}

a:hover {
  color: #33f;
  text-decoration: underline;
}

#header {
  color: #ec0;
  text-align: right;
  font-size: 12px;
  height: 100px;
}

#header img {
  float: left;
}

#header p {
  padding: 12px;
}

#content {
  clear: left;
  padding: 1em 2em;
}

#content p {
  margin-bottom: 0.5em;
}

#flash {
  margin-bottom: 1em;
}

#flash li {
  list-style: none;
  color: #a11;
  font-size: 0.8em;
  margin: 0.2em;
  padding: 0.2em;
  text-align: center;
  font-weight: bold;
}

h1 {
  color: #a11;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#navigation {
  list-style: none;
  font-size: 10px;
  text-align: right;
  padding-right: 5px;
  margin-top: -45px;
}

#navigation li {
  list-style: none;
  display: inline;
  padding: 0.2em 1em;
  background: #ec0;
  border: 1px solid #000;
  border-bottom-width: 2px;
}

#navigation li.current {
  border-bottom-color: #fff;
  background: #fff;
}

#navigation li:hover {
  background: #fff;
}

#navigation a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#who {
  text-align: right;
  font-size: 0.6em;
  font-weight: bold;
  margin: 1em 1em 0 0;
}

#ads {
  float: right;
  margin: 1em;
}

fieldset {
  border: none;
}

fieldset label {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
}

fieldset input, fieldset select {
  display: block;
  margin-bottom: 1em;
}

table { 
  border-collapse: collapse; 
  font-size: 0.7em; 
} 
 
table tr:hover { 
  background: #eee; 
} 
 
table th { 
  font-weight: bold; 
  text-align: left; 
  padding: 0.4em 0.6em; 
  border: 1px solid #000; 
  background: #ec0; 
} 
 
table td { 
  padding: 0.4em 0.6em; 
  border: 1px solid #000; 
} 
 
dl dt { 
  font-size: 0.8em; 
  font-weight: bold; 
} 
 
dl dd { 
  margin-bottom: 1em; 
} 

ul.actions {
  list-style: none;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 1em;
}

ul.actions li {
  list-style: none;
}
