/* Styles for the Pokedex */

#dexentry table {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: auto;
}

#dexentry td {
	padding: 4px;
	border: 1px solid #000;
	margin: 0;
	font: 80%/1.8 Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*background-color: #dbdbdb;  default bg color for the tables */
}

/*
#dexentry td:hover {
	background-color: #cecece;
}
*/

#dextop table {
	width: 50%;
	border: 2px solid #6699ff;
}

#dextop td {
	border: 2px solid #6699ff;
}

td.art {
	width: 25%;
	text-align: center;
}

.b {
	text-align: center;
}

.c {
	width: 33%;
}

.d {
	width: 10%;
}

.levelupatk_header1 {
	width: 5%;
	text-align: center;
}

.levelupatk_header2 {
	width: 10%;
	text-align: center;
}

#dextop span {
	font-size: 24px;
	vertical-align: top;
}

#dexentry img {
	text-align: center;
}

.dex_header {
	background-color: #dbdbdb;
	text-align: center;
}

#dexevolution table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	margin: auto;
	margin-top: 0px;
}

#dexevolution td {
	padding: 4px;
	border: 0px;
	margin: 0;
}

.dexrb {
	background-color: #ea000b;
	text-decoration: underline;
	text-align: center;
	width: 12%;
}

.dexy {
	background-color: #eae700;
	text-decoration: underline;
	text-align: center;
	width: 12%;
}

.dexgsc {
	background-color: #eae700;
	text-decoration: underline;
	text-align: center;
	width: 12%;
}

.dexrse {
	background-color: #00ea0b;
	text-decoration: underline;
	text-align: center;
	width: 12%;
}

.dexfrlg {
	background-color: #00ea0b;
	text-decoration: underline;
	text-align: center;
	width: 12%;
}

.dexdp {
	background-color: #9aadc7;
	text-decoration: underline;
	text-align: center;
	width: 12%;
}

.dexpt {
	background-color: #999;
	text-decoration: underline;
	text-align: center;
	width: 12%;
}

.dexhgss {
	background-color: #DDAA00;
	text-decoration: underline;
	text-align: center;
	width: 12%;
}

.dexrb_sub {
	background-color: #ea000b;
	text-align: center;
}

.dexy_sub {
	background-color: #eae700;
	text-align: center;
}

.dexgs_sub {
	background-color: #eae700;
	text-align: center;
}

.dexrusa_sub {
	background-color: #4455ff;
	text-align: center;
}

.dexfrlg_sub {
	background-color: #00ea0b;
	text-align: center;
}

.dexdp_sub {
	background-color: #9aadc7;
	text-align: center;
}

.dexpt_sub {
	background-color: #999;
	text-align: center;
}

.dexhgss_sub {
	background-color: #DDAA00;
	text-align: center;
}

.dexattack1 {
	width: 18%;
	text-align: center;
	text-decoration: underline;
}

.dexattack2 {
	width: 14%;
	text-align: center;
	text-decoration: underline;
}

.dexattack3 {
	width: 20%;
	text-align: center;
	text-decoration: underline;
}

.dexattack4 {
	width: 16%;
	text-align: center;
	text-decoration: underline;
}

.dexattack5 {
	width: 10%;
	text-align: center;
	text-decoration: underline;
}

.dexattack_sub {
	text-align: center;
}

.dexred {
	background-color: #f7c9c9;
}

.dexblue {
	background-color: #c9d0f7;
}

.dexyellow {
	background-color: #e2e668;
}

.dexgreen {
	background-color: #89e668;
}

.dexorange {
	background-color: #e6b868;
}

.dexpurple {
	background-color: #dba8ee;
}

.dexcrystal {
	background-color: #a8e5ee;
}

.dexdiamond {
	background-color: #b5a8ee;
}

.dexsilver {
	background-color: #c8c8c8;
}

.red_location {
	background-color: #f7c9c9;
	text-align: center;
}

.blue_location {
	background-color: #c9d0f7;
	text-align: center;
}

.yellow_location {
	background-color: #e2e668;
	text-align: center;
}

.gold_location {
	background-color: #e2e668;
	text-align: center;
}

.silver_location {
	background-color: #c8c8c8;
	text-align: center;
}

.crystal_location {
	background-color: #a8e5ee;
	text-align: center;
}

.diamond_location {
	background-color: #b5a8ee;
	text-align: center;
}

.pearl_location {
	background-color: #dba8ee;
	text-align: center;
}

/* Pokedex Search - Auto Suggestion */

/* #inputtext {
	font-family: verdana;
	color: #3d3d3d;
}

#suggestions {
	position: absolute;
	width: 158px;
	left: 130px;
	top: 22px;
}

#suggestions ul {
	margin-top: 0px;
	overflow: auto;
	height: 200px;
	border: 1px solid #000;
	background-color: #e0eefa;
}

#suggestions li {
	list-style-type: none;
} */

.searchList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	width: 158px;
	height: 200px;
	overflow: auto;
	left: 130px;
	top: 22px;
}
.wrapSearch {
}
#pokesuggest {
	width: 220px;
	padding: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.searchList li {
	display: block;
	border: 1px solid #D6D6D6;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.searchList li a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #006;
	text-decoration: none;
	background-color: #e0eefa;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.searchList li a:hover{
	color: #FF0000;
	text-decoration: none;
	background-color: #ccddff;
}
.listWrap {
	visibility: hidden;
}

.go_back {
	float: left;
}

.goToNext {
	float: right;
}

.clearbar {
	clear: both;
}

.loc_box {
	border: 1px solid;
	width: 40%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Pokedex Image Gallery */

#sprites table {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: auto;
}

#sprites td {
	padding: 4px;
	border: 1px solid #000;
	margin: 0;
	font: 80%/1.8 Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*background-color: #dbdbdb;  default bg color for the tables */
}

.sprites_header {
	width: 50%;
	text-align: center;
}

hr.header {
	margin-top: 0px;
}

.barbg {
	border: 1px solid #A1CA68;
	width: 100%;
	background-color: #DDFFCC;
}

.color {
	height:20px;
	background-color: #ACE97C;
	padding: 2px;
} 

#graph table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

#graph td {
	border: 0px;
}

#episodes table {
	width: 80%;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: auto;
}

#episodes td {
	border: 1px solid #000;
	margin: 0;
}

#episodes_heading {
text-align: center;
background-color: #CAE1EF;
}

#episodes_heading h3 {
margin-bottom: 0px;
}

#episode_titles {
text-align: center;
}

/* Who's That Pokemon and Trainer Choice */

#whosthatpokemon {
	text-align: center;
	font-size: 16px;
}

#whosthatpokemon h4 {
	text-decoration: underline;
}