/***[Creatures]*************************/
table.creature {
	width: 650px;
 	margin: 0.75em auto;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
table.creature.Upgrade {
	margin-bottom: 1.5em;
}
table.creature img {
	margin: 0px;
}

table.creature th, table.creature td {
	border: 1px solid #000000;
	padding: 3px 6px;
	text-align: left;
}
table.creature th {
	height: 24px;
}
table.creature td {
	vertical-align: top;
}
table.creature td.icon {
	width: 128px;
	height: 128px;
	padding: 0px;
	vertical-align: bottom;
	background-color: white !important;
}
table.creature td.img {
	width: 202px;
	height: 202px;
	background: black !important;
	padding: 4px;
}
table.creature td.img img {
	border: 1px outset #AAAAAA;
}

table.creature div.type {
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}

span.abl_desc {
	visibility: hidden;
	position: absolute;
	max-width: 300px;
	margin-top: 15px;
	margin-left: -30px;
	border: 2px ridge #493F34;
	background: #493F34;
	padding: 3px 5px;
	text-align: left;
	color: white;
}
.abl_name {
	cursor: url("/images/cursors/attack.cur"), pointer;
	border-bottom: 1px dotted black;
	text-decoration: none;
	color: black;
}
a.abl_name:hover, span.abl_name:hover {
	color: black;
	border-bottom-style: solid;
}
a.abl_name:hover span.abl_desc, span.abl_name:hover span.abl_desc {
	visibility: visible;
}
span.abl_desc span.ca_comment {
	display: block;
	margin-top: 10px;
	font-style: italic;
}

.spellbook {
	margin-top: 10px;
}
.spellbook a {
	display: block;
	padding: 4px;
	height: 64px;
	text-decoration: none;
	color: white;
}
.spellbook a:hover {
	background-color: #666644;
	color: white;
}
.spellbook img {
	padding-right: 4px;
	border: none;
	float: left;
}

.EPContainer {
	float: right;
	margin: 10px 2px 2px 15px;
}

/***[Miscellaneous]*********************/
.smNone, .smBasic, .smAdvanced, .smExpert {
	font-weight: bold;
}

