@charset "utf-8";


html {
	height: 100%;
	font-family: Tahoma, Verdana, Arial;
}

body {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}



#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	font-size: 10px;
}



/* CHARACTER INFO PAGE STRUCTURE */

#character_info {
	color: #000;
	margin: 10px -4px 10px 0px;
	width: 70%;
	height: 150px;
	border: 4px solid black;
	border-color: #000;
	float: left;
	padding: 20px;
	background: url(../../_images/power_element_active.png) repeat-y;
	background-position: right;
	background-color: #DBB001;
}

#field_name {
	color: #000;
	margin: -200px 20px 0px 0px;
	width: 300px;
	float: right;
	position: static;
}

.field_name_element {
	margin-top: 10px;
	padding: 0px;
	color: #000;
	border: 4px solid #000;
	border-color: #000;
	width: 300px;
	height: 100px;
	float: right;
}


#power {
	color: #000;
	margin: -50px 0px 0px 30px;
	width: 300px;
	float: left;
}

.power_element_active, .power_element_unconfirmed, .power_element_depowered {
	color: #000;
	width: 250px;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	border: 4px solid black;
	background: url(../../_images/power_element_active.png) repeat-y;
	background-position: right;
	border-color: #000;
	background-color: #DBB001;
	float: left;
}

.power_element_table {
	width: 100%;
}


#team {
	color: #000;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 70%;
}

.team_element {
	color: #000;
	margin: 0px 10px 10px 10px;
	width: 500px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	border: 4px solid black;
	background: url(../../_images/power_element_active.png) repeat-y;
	background-position: right;
	border-color: #000;
	background-color: #DBB001;
	float: left;
}

.team_element_team_name {
	width: 50%;
	text-align: left;
	float: left;
}

.team_element_team_status {
	width: 50%;
	text-align: right;
	float: right;
}

.team_element_description {
	text-align: left;
	float: left;
}


/* NAVIGATION */

#nav {
	width: 800px;
	background-color: #000000;
}

#nav_list {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav_list li {
	float: left;
	display: inline;
	width: 80px;
	margin: 0;
	text-align: center;
	font-size: 12px;
	height: 20px;
	padding-top: 12px;
}

#nav_list li a {
	display: block;
	height: 100%;
	color: #FFF;
	text-decoration: none;
	color: #DBB101;
	padding-top: 3px;
}

#nav_list li a {
	background: url(../../_images/nav.png) repeat 0 0;
}

#nav_list li a:hover, li a:focus, li a:active {
	background-position: -150px 0;
	color: #DBB101;
}



a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #7C9EED; }
a:active { color: #7C9EED; }

a {
	text-decoration: none;
}


#search_button {
	border: none;
	color: #DBB101;
	background-color: #000000;
}


#header {
	padding: 20px;
	border: 4px solid black;
	background-color: #FFFFFF;
	border-color: #000;
	width: 100%;
	height: 130px;
	background: url(../../_images/xmendb_logo_banner_huge.png) no-repeat;
	background-position: center center;
}

#footer {
	padding: 20px;
	text-align: center;
	border: 4px solid #000000;
	background-color: #FFFFFF;
	border-color: #000000;
	width: 100%;
	height: 100px;
	float: left;
	background: url(../../_images/xmendb_logo_banner_huge.png) no-repeat;
	background-position: center center;
}

#footer li.inline {
	display: inline;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	border-right: 2px solid #000000;
}

#footer li.inline_last {
	display: inline;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
}

#logo {
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
}

#search {
	text-align: center;
	width: 100%;
}

/* LISTS */

#list {
	width: 580px;
	position: relative;
	float: left;
	border: 4px solid black;
	background-color: #FFFFFF;
	border-color: #000000;
	padding: 0px;
	margin: 10px 10px 10px 10px;
}


#gender {
	position: relative;
	text-align: center;
}

.gender_height {
	height: 550px;
}

#male {
	float: right;
	margin-right: 50px;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#female {
	float: left;
	margin-left: 50px;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}

img.resize {
	width: 200px;
	height: 300px;
	border: 0px;
	z-index: 1;
	cursor: pointer;
}


#geomap {
	margin-left: 10px;
}

#map {
	padding-left: 10px;
}

#map ul {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}

.map_element {
	float: left;
	width: 180px;
}

/* ADS */

#right_ad {
	background-color: #FFFFFF;
	border-color: #000000;
	width: 120px;
	margin: 10px -50px 10px 0px;
	float: right;
}

#left_ad {
	background-color: #FFFFFF;
	border-color: #000000;
	width: 120px;
	margin: 10px 0px 10px 0px;
	float: left;
}



/* AUTOCOMPLETE */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/* filter:mask(); */
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background: Window url('../../images/favicon.png') right center no-repeat;
}

.ac_over {
	/*
	background-color: Highlight;
	color: HighlightText;
	*/
	background-color: #DBB001;
	color: #000000;
}




/* ERROR PAGES */

.error {
	padding: 20px;
	border: 4px solid black;
	text-align: right;
	margin: 10px 0 10px 0px;
	background-color: #FFFFFF;
	border-color: #000;
	width: 100%;
	height: 220px;
	background-position: left center;
}

.error400 {
	background-image: url("../../_images/error/error400.png");
}

.error401 {
	background-image: url("../../_images/error/error401.png");
}

.error403 {
	background-image: url("../../_images/error/error403.png");
}

.error404 {
	background-image: url("../../_images/error/error404.png");
}

.error500 {
	background-image: url("../../_images/error/error500.png");
}

.no_result {
	background-image: url("../../_images/error/no_result.png");
}



