body {
  background-color: #1E1E1E;
    color: #eee;

}

body, td {
  font-size: 12px;
}

pre {
  background-color: #BAA590;
  padding: 10px;
}

a, a:visited {
  color: #7078ff;
  text-decoration: none;
}

a:active {
  color: orange;
}

a:hover {
  text-decoration: underline;
}

table#root_table {
  background-color: #333;
  border: 1px solid #aaaaaa;
  margin: 10px auto 20px auto;
  padding: 5px;
  width: 700px;
}

#pageTitle {
  background: none;
  font-size: 140%;
}

th {
  color: #e5e5e5;
}

table.form {
  background-color: #222;
}

table.form td,
table.form th {
  border: 1px solid #191919;
}

table th.title {
  background-color: #182222;
  font-size: 90%;
  line-height: 1.5em;
}

td.clickable {
  background-color: #232323;
}

td.clickable:hover {
  background-color: #281E22;
}

tr.inactive td.clickable {
  background-color: #332323;
}

tr.inactive td.clickable:hover {
  background-color: #281E22;
}

table td.data {
  background-color: #202A2C;
}

tr.inactive td.data {
  background-color: #331B1B;
}

table.data td {
  background-color: #202A2C;
  border: 1px solid #191919;
}

table.data td.count {
  background-color: #1B1B1B;
  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: #182222;
}

table.news td.title {
  background-color: #2B1A1A;
  border: 1px solid #191919;
}

table.news td.title:hover {
  background-color: #554444;
}

table.news td.title:hover a {
  color: white;
}

table.news td.header {
  background-color: #2B1A1A;
}

table.news td.body {
  background-color: #352424;
}

div#adminConsole {
  background-color: #333;
  padding: 5px;
}

div#adminConsole table.data th {
  background-color: #112211;
  border: 1px solid #191919;
}

div#adminConsole table.data td {
  background-color: #223322;
}

div#adminConsole table.data td:hover {
  background-color: #445544;
}

div#adminConsole table.data td:hover a {
  color: white;
}

div#adminConsole table.data td:hover a:active {
  color: orange;
}

div#adminConsole table.data td#subscribe a {
  color: orange;
}

div#adminConsole table.data td#subscribe a:active {
  color: white;
}

div#adminConsole table.data td#tutorial a {
  color: #2B1A1A;
}

div#adminConsole table.data td#tutorial a:active {
  color: orange;
}

#guildMain table th {
  border: 1px solid #191919;
}

#guildMain img.configureIcon {
  padding: 0.15em 0;
}

#guildMain table#guildApplicationsNib {
  border: 1px solid #191919;
}

#guildMain table#guildApplicationsNib td {
  border: 1px solid #191919;
}

#guildMain table#latestNewsNib td.title {
  background-color: #2B1A1A;
  border: 1px solid #191919;
}

#guildMain table#latestNewsNib td.title:hover {
  background-color: #554444;
}

#guildMain table#latestNewsNib td.title:hover a {
  color: white;
}

#guildMain table#latestNewsNib td.title:hover a:active {
  color: orange;
}

#guildMain table#latestNewsNib td.header {
  background-color: #2B1A1A;
  border: 1px solid #191919;
}

#guildMain table#latestNewsNib td.body {
  background-color: #352424;
  border: 1px solid #191919;
}

#guildMain table#guildDescriptionNib td {
  border: 1px solid #191919;
}

#guildMain table#guildInfoNib td {
  background: #25312e;
  border: 1px solid #191919;
}

#guildMain table#guildInfoNib td.label {
  background-color: #202A2C;
}

#guildMain div.voiceServerNib td {
  background: #25312e;
  border: 1px solid #191919;
}

#guildMain div.voiceServerNib td.label {
  background-color: #202A2C;
}

#guildMain table#recentRaidsNib td {
  background-color: #202A2C;
  border: 1px solid #191919;
}

#guildMain table#recentRaidsNib td:hover {
  background-color: #281E22;
}

#guildMain table#moreNewsNib td {
  background-color: #202A2C;
  border: 1px solid #191919;
}

#guildMain table#moreNewsNib td:hover {
  background-color: #281E22;
}

#guildMain table#recentLootNib td {
  background-color: #202A2C;
  border: 1px solid #191919;
}

#guildMain table#recentLootNib td:hover {
  background-color: #281E22;
}

#guildMain table#guildLinksNib td {
  border: 1px solid #191919;
}

#guildMain table#raidCalendarNib td#week div.date {
  font-size: 90%;
}

#guildMain table#recentPostsNib {
  border: 1px solid #191919;
}

#guildMain table#recentPostsNib td {
  border: 1px solid #191919;
  padding: 2px;
}

#guildMain table#raidCalendarNib tr#listStyle table.data {
  margin: 1px;
}

#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.active:hover a {
  color: orange;
}

#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.today {
  background: #c2bbea;
  border: 1px solid #c2bbea;
  color: black;
}

#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.today:hover {
  color: white;
}
