/*Guildlist css by Rene van Rijsselt and Eddie Gorgels february 2007*/

/*Memberlist style */
DIV.guildlistmaindiv {
  margin: 0;
  padding: 0;
  width: 100%;
}

DIV.guildlist {
  clear: both;
}

DIV.guildlist H1 {
  margin: 0;
  padding: 0;
}

DIV.guildlist TABLE {
  float: left;
  width: 200px;
  height: 250px;
  border: 1px solid black;
  margin: 0px 8px 8px 8px;
}

DIV.guildlist TABLE CAPTION {
  background-color: #eee;
  border: 1px solid black;
  border-bottom: 0px;
  font-weight: bold;
  font-size: 1.6em;
  margin: 8px 8px 0px 8px;
}

DIV.guildlist TABLE CAPTION IMG {
  float: right;
  width: 26px;
  height: 26px;
}

DIV.guildlist TABLE TH {
  display: none;
}

DIV.guildlist TABLE TD {
  font-size: 0.8em;
  height: 20px;
}

DIV.guildlist TABLE A {
  font-size: 1.2em;
  text-decoration: none;
}


DIV.guildlist TABLE.Druid A {
  color: #ff00ff;
}

DIV.guildlist TABLE.Hunter A {
  color: #00aa00;
}

DIV.guildlist TABLE.Mage A {
  color: #00aaee;
}


DIV.guildlist TABLE A:hover {
  color: #ff0000;
}

DIV.guildlist .clearlayout {
clear: both;
}
