/***[Selector]********************************/
table.selector {
	margin: 5px auto;
	border-collapse: collapse;
	empty-cells: show;
	background: #513D27;
}
table.selector th, table.selector td {
	border: 1px solid #737373;
	padding: 0px;
	color: white;
}
table.selector img {
	margin: 0px;
	vertical-align: middle;
	border: 3px solid #513D27;
	height: 55px;
	width: 55px;
}
table.selector img:hover {
	border-style: dotted;
	border-color: #E5B839;
}
table.selector img.active, table.selector a.active img {
	border-style: solid;
	border-color: #E5B839;
}
table.selector th.legend {
	padding: 10px 15px;
	text-align: left;
	font-weight: bold;
}
table.selector th.legend.small {
	padding: 4px 15px;
}
table.selector th.legend.small a {
	color: white;
	font-size: 80%;
	text-decoration: none;
}
table.selector th.legend.small a:hover {
	text-decoration: underline;
}

/***[IE Fix for unsupported hover]************/
table.selector img {
	behavior: url("include/imghover.htc");
}
table.selector img.hover {
	border-style: dashed;
	border-color: #E5B839;
}

/***[Towns]***********************************/
table#towns img {
	height: 55px;
	width: 55px;
}

/***[Faction Special Abilities]***********************************/
table#faction-abilities img {
	height: 64px;
	width: 64px;
}