@charset "utf-8";
/* CSS Document */

table#spellsLevel {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

table#spellsLevel th {
	font-size: 1em;
	line-height: 25px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	color: #FFF;
	background-image: url(../_images/headerGreen.jpg);
	border-bottom: 1px solid #fff;
}
table#spellsLevel td {
	line-height: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}
table#spellsLevel thead {
	background-image: url(../_images/headerGreen.jpg);
}
table#spellsLevel thead th {
	background-color: transparent;
}
#sortedLevel, #number {
	background-color: #A8A8AA;
}
#componentReq, #missingSpells {
	background-color: #BCBCBC;
}
table#spellsLevel tr:hover {
	background-color: #6F6;
}
table#spellsLevel thead tr:hover {
	background-color: transparent;
}
table#spellsLevel caption {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
