
/**
 * WoWRoster.net ItemSets
 *
 * Itemsets is a Roster addon that shows a list of all your guildmates above lvl 50
 * and which setitems of their class-sets they have.
 *
 * LICENSE: Licensed under the Creative Commons
 *          "Attribution-NonCommercial-ShareAlike 2.5" license
 *
 * @copyright  2004-2007 PoloDude
 * @license    http://creativecommons.org/licenses/by-nc-sa/2.5   Creative Commons "Attribution-NonCommercial-ShareAlike 2.5"
 * @version    1.8.1
 * @svn        SVN: $Id: default.css 169 2007-07-07 17:52:39Z PoloDude $
 * @author     Gorgar, PoloDude, Zeryl
 * @link       http://www.wowroster.net/Forums/viewforum/f=35.html
 *
*/
.membersSpellRowRight1 {
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
        background-color: #1F1E1D;
        font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color:#000000 #5D5D5D #5D5D5D #5D5D5D;
	padding: 3px 6px 3px 6px;
  	height: 47px;
}
.membersSpellRowRight2 {
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
        background-color: #2E2D2B;
        font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color:#000000 #5D5D5D #5D5D5D #5D5D5D;
	padding: 3px 6px 3px 6px;
  	height: 47px;
}

