/* Elemental Types */
SPAN.ele_Fire, SPAN.ele_fire {
	color: #aa0000;
	font-weight: bold;
}

SPAN.ele_Water, SPAN.ele_water {
	color: #002ea3;
	font-weight: bold;
}

SPAN.ele_Earth, SPAN.ele_earth {
	color: #006613;
	font-weight: bold;
}

SPAN.ele_Air, SPAN.ele_air {
	color: #00a1a3;
	font-weight: bold;
}

SPAN.ele_Dark, SPAN.ele_dark {
	color: #7300a3;
	font-weight: bold;
}

SPAN.ele_Light, SPAN.ele_light {
	color: #a37f00;
	font-weight: bold;
}
SPAN.ele_Physical, SPAN.ele_physical {
	color: #404040;
	font-weight: bold;
}

/* Item Types */
SPAN.Common {
	color: #2E2E2E;
	font-weight: bold;
}

SPAN.Enchanted {
	color: #20A153;
	font-weight: bold;
}

SPAN.Uncommon {
	color: #0583b2;
	font-weight: bold;
}

SPAN.Rare {
	color: #8A1598;
	font-weight: bold;
}

SPAN.Legendary {
	color: #D58F35;
	font-weight: bold;
}

SPAN.Set {
	color: #1fb19e;
	font-weight: bold;
}

SPAN.Heroic {
	color: #88004d;
	font-weight: bold;
}

SPAN.Crafted {
	color: #A90034;
	font-weight: bold;
}

SPAN.slots {
	color: #555555;
	font-weight: bold;
}

/* User Types */
SPAN.status_Banished {
	color: #5E5E5E;
	font-weight: bold;
}

SPAN.status_Adventurer {
	color: #2E2E2E;
	font-weight: bold;
}

SPAN.status_AdventurerBB {
	color: #000000;
	font-weight: bold;
}

SPAN.status_Watcher {
	color: #20A153;
	font-weight: bold;
}

SPAN.status_Keeper {
	color: #0583b2;
	font-weight: bold;
}

SPAN.status_Elder {
	color: #b11f1f;
	font-weight: bold;
}
