#pokemon h4,
#natures h4 {
	margin: 0;
	padding: 5px;
	background: #8c0000 url(/img/thead_bg.gif) top left repeat-x;
	border: 1px solid #333;
	border-bottom: 0;
	font-size: 1em;
	color: #fff
}
#pokemon table,
#natures table {
	width: 100%;
	border-collapse: collapse
}
#pokemon table th,
#pokemon table td,
#natures table th,
#natures table td {
	height: 0.1em;
	border: 1px solid #333;
	padding: 5px
}
#pokemon table th,
#natures table th {
	font-weight: bold;
	background: #d7d7d7 url(/img/subhead_bg.gif) top left repeat-x
}
#pokemon table td,
#natures table td {
	background: #f3f5ff url(/img/altrow1_bg.gif) bottom left repeat-x;
}
#pokemon img {
	vertical-align: middle
}
#pokemon .ev { width: 4em }
#pokemon td + td { text-align: center; font-size: 150% }

#natures .nature { text-align: center }
#natures .nature.r { background: #8c0000; color: #FFF }
#natures .nature.i { background: #008C0D; color: #FFF }

dt img { vertical-align: middle }
