
/* overall page width */
div#root table#root_table {
  width: 1000px;
}

/* overall page alignment */
div#root table#root_table {
  margin-left: auto;
  margin-right: auto;
}


/* home page column 0 width */
div#guildMain table tr td#column_0 {
  width: 250px;
}

/* home page column 1 width */
div#guildMain table tr td#column_1 {
  width: 400px;
}

/* home page column 2 width */
div#guildMain table tr td#column_2 {
  width: 250px;
}

/* base font size */
body, td {
  font-size: 10px; 
}
body {
  background-color: #000000;
  color: #C7A317; 
}
a:link, a:active, a:visited {
  color: #C7A317;
  text-decoration: none;
}

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

td.clickable a {
  color: #C7A317;
}

td.clickable a:hover {
  color: #C7A317;
}

th {
  color: #C7A317;
}

#pageTitle {
  background-color: #C7A317;
  font-size: 120%;
  font-weight: bold;
  padding: 3px;
  text-align: left;
color: #000000; }

/* NY KODE!!! */
table.form {
  background-color: black;
color: #C7A317;
border: #C7A317 solid; 
 }
table th.title {
  background-color: black;
   color: #C7A317; 
  font-size: 120%;
}
table td.clickable {
  background-color: #000000;
color: #C7A317; }
table td.clickable:hover {
  background-color: #000000;
color: #C7A317; 
}
tr.inactive td.clickable {
  background-color: #000000;
color: #C7A317; 
}
tr.inactive td.clickable:hover {
  background-color: #000000;
color: #C7A317; 
}
table td.data {
  background-color: #000000;
color: #C7A317; 
}
tr.inactive td.data {
  background-color: #000000;
color: #C7A317; 
}
table.data td {
  background-color: #000000;
color: #C7A317; 
}
table.data td.count {
  background-color: #000000;
  color: #C7A317;
}
table td.title {
  background-color: #000000;
color: #C7A317; 
}
table td.number {
  background-color: #000000;
color: #C7A317; 
}
tr.inactive td.number {
color: #C7A317; 
  background-color: #000000;
}
table td.recordTitle {
  background-color: #000000;
color: #C7A317; 
}
table.news td.title {
  background-color: #000000;
color: #C7A317; 
}
table.news td.title:hover {
  background-color: black;
}
table.news td.title a {
  color: #C7A317;
}
table.news td.title a:hover {
  color: #C7A317;
}
table.news td.header {
  background-color: #000000;
color: #C7A317; 
}
table.news td.body {
  background-color: #000000;
color: #C7A317; 
}
div#guildMain table#latestNewsNib td.title {
  background-color: #000000;
}
div#guildMain table#latestNewsNib td.title:hover {
  background-color: black;
}
div#guildMain table#latestNewsNib td.title a {
  color: #C7A317;
}
div#guildMain table#latestNewsNib td.title a:hover {
  color: #C7A317;
}
div#guildMain table#latestNewsNib td.header {
  background-color: #000000;
}
div#guildMain table#latestNewsNib td.body {
  background-color: #000000;
}
div#guildMain table#guildInfoNib td {
  background: #000000;
}
div#guildMain table#guildInfoNib td.label {
  background-color: #000000;
border: #C7A317 none; }
div#guildMain div.voiceServerNib td {
  background: #000000;
}
div#guildMain div.voiceServerNib td.label {
  background-color: #000000;
}
