body {
  padding: 0;
  margin: 0;
  /*background: url(/forum/Themes/BacknBlack114/images/bg.png) repeat-x top;
  background-color: #191919; */
  background-color: #000;
  text-align: center;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

/* Links
------------ */
a:link {
  color: #D8D8D8;
  text-decoration: none;
}

a:active,
a:visited {
  color: #D8D8D8;
  text-decoration: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  height: 0;
} 

.notes {
  font-size: 0.7em;
}

/**
 * Class specific colors
 */
.Mage {color: #68ccef;}
.Warrior {color: #c69b6d;}
.Priest {color: #ffffff;}
.Warlock {color: #9382c9;}
.Paladin {color: #f48cba;}
.Death_Knight {color: #b63535;}
.Druid {color: #ff7c0a;}
.Shaman {color: #242df5;}
.Hunter {color: #aad372;}

#content {
  margin: auto;
  width: 90%;
  text-align: left;
  color: #D8D8D8;
}

.message {
  padding: 0.5em;
  font-weight: bold;
  color: black;
  margin-bottom: 1em;
  width: 95%;
}

#noticeMessage {
  border: solid 2px #399c07;
  background-color: #d7ffaf;
}

#errorMessage {
  border: solid 2px #9D0A0E;
  background-color: #ff9999;
}

.closeMessage {
  float: right;
}

a.closeMessage,
a.closeMessage:active,
a.closeMessage:visited,
a.closeMessage:link {
  color: black; 
}

#header #mainTitle {
  margin-left: 1.5em;
  margin-top: 3.5em;
  font-size: 1.6em;
  font-weight: bold;
}

#navbar {
  border-bottom: 1px solid #D8D8D8;
}

#navbar .left { width: 50%; }
#navbar .right { 
  padding-top: 1em;
  padding-right: 2em;
  text-align: right;
  width: 40%; 
}

#navbar ul {

}

#navbar ul li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

#mainContent {
  margin-top: 2em;
}

#commonLinks {
  float: left;
  width: 20%;
  border: 1px solid #DDD;
}	

.header {
  background: url(/forum/Themes/BacknBlack114/images/catbg.gif) repeat-x;
  font-weight: bold;
  font-size: 1em;
  padding: 5px;
  padding-left: 15px;
}

.copyright {
  font-size: 0.8em;
}

.smaller {
  font-size: 0.8em;
}

#footer {
  text-align: right;
  width: 100%;
  font-size: 0.8em;
  clear: both;
  padding-top: 1em;
}

/* -------------------- *
 * Guild Mgmt Workspace *
 * -------------------- */
#guildMain {
  width: 100%;
  padding: 1em;
  padding-top: 0;
}

#workspaceMain {
  width: 70%;
  /* border: 1px solid white; */
  float: left;
}

#workspaceMain #workspace {
  background-color: #232323;
  padding: 0.5em;
}

#workspace a:active,
#workspace a:visited,
#workspace a:link {
  color: #6495ED;
}

#workspace #lootList a:active,
#workspace #lootList a:visited,
#workspace #lootList a:link {
  color: white;
}

#workspace #lootList a:hover {
  color: #6495ED;
}

.nav {
  padding: 0.5em;
  color: white;
  background-color: #232323;
  margin-bottom: 1em;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav ul li,
.nav ul li a {
  float: left;
  display: block;
  padding: 0em 1.5em;
  font-weight: bold;
}

.nav ul li a {
  background-color: #232323;
}

.nav ul li.selected a {
  background-color: #3939ca;
}


/* ----------------- *
 * Character's List  *
 * ----------------- */
#characters {
  width: 25%;
  float: left;
  padding: 0.5em;
  padding-top: 0;
}

#characters .current {
  background-color: #3939ca;
}

#newCharacter,
.character {
  padding: 5px;
  margin-bottom: 1em;
  background-color: #232323;
}

#newCharacter {
  margin-top: 3em;
  margin-bottom: 0;
}

#newCharacter #characterForm {
  display: none;
}

.character .name {
  font-size: 1.3em;
}

.character .name img {
  height: 48px;
  width: 48px;
  vertical-align: middle;
  padding-right: 10px;
}

/* --------- *
 * News Pane *
 * --------- */
#news {
  text-align: center;
}

#news a:link,
#news a:visited,
#news a:active {
  color: #D8D8D8;
  text-decoration: none;
}

#news a:hover {
  color: #6495ED;
  text-decoration: underline;
}

#news .entry {
  margin: auto;
  text-align: left;
  border: 1px solid #D8D8D8;
  background-color: black;
  margin-bottom: 2em;
  overflow: auto;
}

#news .body {
  padding: 1em;
}

#news .footer {
  padding: 1em; 
}

/* ---------------- *
 * Professions Pane *
 * ---------------- */
#professions {

}

#professions fieldset {
  background-color: black;
}

#professions #search #results,
#professions #search #form {
  padding: 1em;
}

#professions #results {
  overflow: auto;
  max-height: 300px;
}

#professions #results table {
  color: white;
}

#professions #results td {
  padding-right: 2em;
}

#professions #edit {
  margin-top: 1em;
}

#professions #edit h3 {
  margin-bottom: 0;
  padding-bottom: 0;
} 

#professions #edit #canCraft .inner {
  border: 1px solid #D8D8D8;
  padding: 0.5em;
  overflow: auto;
  max-height: 300px;
}

#professions #edit #canCraft,
#professions #edit #addCraft {
  width: 45%;
  float: left;
}

#professions #edit #addCraft {
  margin-left: 1.5em;
}

#professions .item {
  width: 100%;
}

#professions .item .link {
  float: left;
  width: 90%;
}

#professions .item .select {
  float: left;
  width: 8%;
  text-align: right;
}

#professions #canCraft .commands {
  margin-top: 5px;
  font-size: 0.9em;
  text-align: right;
}

/* ------------ *
 * SK Loot List *
 * ------------ */
#sk h4 {
  padding-top: 0;
  margin-top: 0;
}

#upload {
  background-color: black;
  text-align: center;
  border: 1px solid white;
  padding: 1em;
  width: 35%;
  float: left;
  margin-left: 2em;
}

#lootList {
  background-color: black;
  margin-left: 2em;
  width: 50%;
  float: left;
}

#history {
  width: 60%;
  float: left;
  margin-left: 2em;
}

#history table {
  width: 100%;
}

#history .inner {
  overflow: auto;
  max-height: 500px;
}

#lootList table {
  width: 100%;
}

#lootList table th,
#lootList table td {
  text-align: center;
}

#lootList td.position {
  width: 20%;
}

#lootList .selected {
  background-color: #3939ca;
  color: white;
}

#lootList .charName a:active,
#lootList .charName a:link,
#lootList .charName a:visited {
  color: inherit;
}

#lootList .notes {
  font-size: 0.8em;
}
