body {
  background-color: #521012;
  color: #e5e5e5;
  text-align: center;
}

body, td {
  font-size: 12px;
}

pre {
  background-color: #000;
  padding: 12px;
}

a:link, a:active, a:visited {
  color: orange;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color : #C51E21;
}

table#root_table {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

td.clickable a {
  color: #eee;
}

td.clickable a:hover {
  color: #e00;
}

th {
  color: #e5e5e5;
}

table.form {
  background-color: #521012;
}

table th.title {
  background-color: #666;
}

table td.clickable {
  background-color: #232323;
}

table td.clickable:hover {
  background-color: #333333;
}

tr.inactive td.clickable {
  background-color: #332323;
}

tr.inactive td.clickable:hover {
  background-color: #443333;
}

table td.data {
  background-color: #1B1B1B;
}

tr.inactive td.data {
  background-color: #331B1B;
}

table.data td {
  background-color: #1B1B1B;
}

table.data td.count {
  background-color: #333;
  color: #cc3;
}

table td.title {
  background-color: #333;
}

td.number {
  background-color: #1B1B1B;
}

tr.inactive td.number {
  background-color: #331B1B;
}

table td.recordTitle {
  background-color: #333;
}

table.news td.title {
  background-color: #333;
}

table.news td.title:hover {
  background-color: #521012;
}

table.news td.title a {
  color: #eee;
}

table.news td.title a:hover {
  color: #e00;
}

table.news td.header {
  background-color: #1B1B1B;
}

table.news td.body {
  background-color: #6b1223;
}

#guildMain table#latestNewsNib td.title {
  background-color: #6b1223;
}

#guildMain table#latestNewsNib td.title:hover {
  background-color: #6b1223;
}

#guildMain table#latestNewsNib td.title a {
  color: #eee;
}

#guildMain table#latestNewsNib td.title a:hover {
  color: #e00;
}

#guildMain table#latestNewsNib td.header {
  background-color: #1B1B1B;
}

#guildMain table#latestNewsNib td.body {
  background-color: #1B1B1B;
}

#guildMain table#guildInfoNib td {
  background: #1B1B1B;
}

#guildMain table#guildInfoNib td.label {
  background-color: #333;
}

#guildMain div.voiceServerNib td {
  background: #1B1B1B;
}

#guildMain div.voiceServerNib td.label {
  background-color: #333;
}

#guildMain table#raidCalendarNib td#week div.date {
  font-size: 90%;
}