/******************************
 * WoWRoster.net  Roster
 * Copyright 2002-2006
 * Licensed under the Creative Commons
 * "Attribution-NonCommercial-ShareAlike 2.5" license
 *
 * Short summary
 *  http://creativecommons.org/licenses/by-nc-sa/2.5/
 *
 * Full license information
 *  http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode
 * -----------------------------
 *
 * $Id: default.css 57 2006-06-14 21:11:52Z mathos $
 *
 ********************************/

.iconwhite {
  float: left;
  width: 39px;
  height: 39px;
  z-index: 1;
  border: 1px dotted #ffffff;
  -moz-border-radius: 5px;
}

.icongrey {
  float: left;
  width: 39px;
  height: 39px;
  z-index: 1;
  border: 1px dotted #9d9d9d;
  -moz-border-radius: 5px;
}

.icongreen {
  float: left;
  width: 39px;
  height: 39px;
  z-index: 1;
  border: 1px dotted #1eff00;
  -moz-border-radius: 5px;
}

.iconblue {
  float: left;
  width: 39px;
  height: 39px;
  z-index: 1;
  border: 1px dotted #0070dd;
  -moz-border-radius: 5px;
}

.iconpurple {
  float: left;
  width: 39px;
  height: 39px;
  z-index: 1;
  border: 1px dotted #aa00dd;
  -moz-border-radius: 5px;
}
