/*
  TinyPoker.org
  Copyright (C) 2007, 2008, 2009, 2010 Thomas Cort <linuxgeek@gmail.com>

  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.3 or
  any later version published by the Free Software Foundation; with no
  Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  copy of the license is included in the section entitled "GNU Free
  Documentation License".
*/

body {
  font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
  font-size: 0.9em;
  background: #afafee;
}

h2 {
  margin: 0px auto 0px auto;
  padding: 0px;
}

h3 {
  text-decoration: underline;
  margin-bottom: 10px;
  margin-top: 10px;
}

#container {
  width: 84%;
  margin: 0px auto 0px auto;
  padding: 0px;
}

#menu {
  border-style: none;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-color: #000000;
  background: #ffffff;

  width: 140px;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  padding-bottom: 10px;
  width: 130px;
  display: block;
}

div.sidebar-title {
  font-weight: bold;
}

div.title {
  font-weight: bold;
}

#title, #body, #footer {
  border-style: none;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-color: #000000;
  background: #ffffff;
}

td {
  padding: 12px 12px 12px 12px;
}

pre {
  background-color: #eeeeee;
  border: 1px dotted #000000;
  padding: 10px 0px 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
