table#selector_list img {
	height: 45px;
	width: 45px;
}

/***[Spells]***********************/
table.spells {
	width: 650px;
 	margin: 0.75em auto;
	border-collapse: collapse;
}
table.spells td, table.spells th {
	border: 1px solid black;
}
table.spells th {
	line-height: 20px;
	font-weight: bold;
}
table.spells td {
	padding: 8px;
	vertical-align: top;
	text-align: left;
}
table.spells td.icon {
	padding: 4px;
}
div.spelltype {
	float: right;
	font-style: italic;
	white-space: nowrap;
}
td.desc p {
	margin-top: 8px;
	margin-bottom: 0px;
}
p.comment {
	font-style: italic;
}

/***[Magic Schools Colors]*********/
.Dark th { background: #663399; color: #EEEEEE; }
.Dark td { background: #993366; }

.Destructive th { background: #880000; color: #EEEEEE; }
.Destructive td { background: #BB3333; }

.Light th { background: #FFCC66; }
.Light td { background: #FFFF99; }

.Summoning th { background: #339999; }
.Summoning td { background: #99DDDD; }

.Adventure th { background: #66CC66; }
.Adventure td { background: #99FFCC; }

.Runic th { background: #775544; color: #EEEEEE; }
.Runic td { background: #721400; color: #EEEEEE; }

.Warcries th { background: #663E27; color: #FFEEDD; }
.Warcries td { background: #CC6622; }

/***[Damage Calculation]***********/
table.spells td.damageCalc {
	height: 0px;
	vertical-align: bottom;
	border-top: hidden;
	padding-top: 0px;
	font-style: italic;
}
table.spells td.damageCalc span {
	display: block;
	float: left;
	width: 103px;
	margin-left: 0px;
	padding-left: 20px;
	text-align: left;
}
