.stRage {
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url("../images/stats-icons/Rage.png");
	margin-left: 2px;
	padding-left: 12px;
}
table.mechanics.gaining_rage_points {
	margin: 0.5em auto;
}
table.mechanics.gaining_rage_points thead th {
	color: #991111;
	text-align: left;
}
table.mechanics.gaining_rage_points tbody th {
	color: black;
	font-weight: normal;
	font-family: "Bitstream Vera Sans", Verdana;
	width: 280px;
}
table.mechanics.gaining_rage_points td {
	text-align: left;
}
table#rage_bonus {
	margin: 1em auto 1.5em;
	border-collapse: separate;
	border-spacing: 2px;
}
table#rage_bonus tr.l1 { background-color: #EEEEEE; }
table#rage_bonus tr.l2 { background-color: #F6F6F6; }
table#rage_bonus tr.l1 th { background: #CC6622; }
table#rage_bonus tr.l2 th { background: #663E27; color: #FFEEDD; }
table#rage_bonus tbody th.icon {
	border: none;
	background: #513D27;
}
table#rage_bonus tbody th {
	height: 19px;
	padding: 1px 2px;
}
table#rage_bonus tbody td {
	padding: 1px 2px;
	text-align: center;
}
table#rage_bonus tr.l1 td { border: 1px solid #663E27; }
table#rage_bonus tr.l2 td { border: 1px solid #CCBBAA; }
