blockquote {
	text-align: left;
}
code {
	display: block;
	margin: 0.5em 0px;
	border: 1px dotted black;
	background: #EEEEEE;
	padding: 3px 20px;
	width: 400px;
	text-align: left;
}
h2 {
	border-bottom: 1px solid black;
}
h2 span {
	font-weight: normal;
	font-style: italic;
	font-size: 80%;
	color: #991111;
}
ol {
	text-align: left;
}
ol li{
	margin-top: 1px;
}

ul.game_versions {
	list-style-type: none;
	margin-left: 0px;
	border: 1px dotted black;
	background: #EEEEEE;
	padding: 3px 6px;
	font-family: monospace;
	font-size: 12px;
}
ul.game_versions li {
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 20px;
}
ul.game_versions li.H5 { background-image: url('H5_icon_16.png'); }
ul.game_versions li.HoF { background-image: url('H5_HoF_icon_16.png'); }
ul.game_versions li.ToE { background-image: url('H5_ToE_icon_16.png'); }

/***[Skills and Abilities]*********/
div.ability_codes {
	float: left;
	width: 49%;
}
dl.skill_codes {
	float: left;
	width: 33%;
	margin: 0px 0px 1em;
	text-align: left;
}
dl.skill_codes dt {
	font-weight: bold;
}
dl.skill_codes dd {
	margin-left: 1em;
}

/***[Codes Table]******************/
table.codes {
	margin: 10px auto;
	border: 1px solid black;
	background: #EEEEEE;
	border-collapse: collapse;
}
table.codes thead th {
	border-bottom: 1px solid black;
	padding: 1em 10px;
}
table.codes tr.hof {
	background: #CCCCDD;
}
table.codes tr.hof td:first-child:before {
	content: "[HoF] ";
	font-size: 75%;
}
table.codes tr.toe {
	background: #DD9944;
}
table.codes tr.toe td:first-child:before {
	content: "[ToE] ";
	font-size: 75%;
}
table.codes tbody tr:hover {
	background: #CCFFCC;
}
table.codes tr.section {
	background: #CCCCCC;
}
table.codes tr.section th {
	padding: 3px 4px;
	text-align: left;
}
table.codes tr.section td {
	padding: 3px 4px;
}
table.codes td {
	padding: 0px 10px 0px;
	text-align: center;
	vertical-align: bottom;
}

/***[Colors]***********************/
table tr.Dark { background: #663399 !important; color: #EEEEEE; }
table tr.Destructive { background: #880000 !important; color: #EEEEEE; }
table tr.Light { background: #FFCC66 !important; }
table tr.Summoning { background: #339999 !important; }
table tr.Adventure { background: #66CC66 !important; }
table tr.Runic { background: #775544 !important; color: #EEEEEE; }
table tr.Warcries { background: #663E27 !important; color: #FFEEDD; }

table tr.Academy { background: #FA9200 !important; }
table tr.Dungeon { background: #7659AB !important; color: #DDDDDD !important; }
table tr.Haven { background: #4F85DB !important; }
table tr.Inferno { background: #B20000 !important; color: #DDDDDD !important; }
table tr.Necropolis { background: #32403E !important; color: #BFC1CD !important; }
table tr.Sylvan { background: #82712F !important; }
table tr.Neutral { background: #DE9325 !important; }
table tr.Fortress { background: #EE3333 !important; }
table tr.Renegades { background: #4F85DB !important; }
table tr.Stronghold { background: #663E27 !important; color: #FFEEDD !important; }

/***[Cheat Navigator]**************/
div#cheat_navigator {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
	border: 1px outset #666666;
	background: #DDDDDD;
	padding: 6px;
	text-align: left;
}
div#cheat_navigator h5 {
	margin: 0px 0px 6px 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #666666;
	font-size: 90%;
}
div#cheat_navigator a {
	display: block;
	padding: 2px 10px 2px 4px;
	color: #3333AA;
	text-decoration: none;
}
div#cheat_navigator a:hover {
	background-color: #3333AA;
	color: #FFFFFF;
}
div#cheat_navigator a.current {
	background-color: #FFFFFF;
	color: #3333AA;
}
