body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img,abbr {
	border: 0;
}
h1,h2,h3,h4,h5,h6,th,var {
	font-style: normal;
	font-weight: normal;
}
ul,li {
	list-style: none;
}
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .8em;
	background-color: #000;
	color: #333;
	background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
body a {
	color: #000;
	text-decoration: underline;
	border: 0;
}

/*TITULOS*/
h3{
	font: 12px "Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	padding: 5px;
	background: url(img/ranking-header.jpg) no-repeat;
	color: #e3bb00;
}
h3 a {
	color: #e3bb00;
	text-decoration: none;
}
h3 a:hover {
	color: #e3bb00;
	text-decoration: underline;
}
#topbar {
	width: 100%;
	height: 87px;
	border-bottom: solid 1px #000;
	background-image: url("img/page-bg-top.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	color: #e3bb00;
}
#logo {
	margin: -80px 0 -88px 85px;
}
#wrapper {
	width: 988px;
	margin: 0px;
}
#container {
	width: 510px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url("img/bg_container.jpg");
	background-repeat: repeat-y;
	background-color: #fff;
}

/*MENUS*/
#left_sidebar {
	width: 159px;
	height: 220px;
	text-align: left;
	float: left;
	margin: 0px;
	color: #e3bb00;
	line-height: 22px;
}
#left_sidebar ul {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#left_sidebar li {
	list-style-type: none;
	padding: 0;
	background: url(img/bg_menu_linea.gif) no-repeat;
	background-position: bottom left;
}
#left_sidebar li a {
	text-decoration: none;
	color: #e3bb00;
	margin: 0;
}
#left_sidebar li a:hover {
	color: #e3bb00;
	text-decoration: underline;
}
#right_sidebar {
	width: 319px;
	min-height: 1181px;
	text-align: left;
	float: left;
	background: url(img/bg_right.jpg) repeat-y;
	color: #e3bb00;
	line-height: 22px;
}
#right_sidebar ol {
	background: url(img/bg_ranking.jpg) no-repeat;
	margin-left: 1px;
	color: #fff;
}
#right_sidebar a{
	text-decoration: none;
}
#right_sidebar li {
	padding: 5px 0 5px 0;
	list-style-type: decimal;
	margin-left: 30px;
}
#right_sidebar sup {
	font-size: 70%;
	margin-left: 2px;
}
#toppost {
	width: 463px;
	height: 261px;
	text-align: left;
	float: left;
	clear: both;
	margin-left: 10px;
	padding: 0 15px;	
	background-image: url("img/bg_section_top2.jpg");
	background-repeat: repeat-y;
	background-color: #000;
}
#toppost img {
	margin-top: 90px;
}
.meta {
color: #333;
padding-top: 15px;
text-align: right;
font-family: Georgia,"Times New Roman",Times,serif;
}
#page {
	width: 463px;
	min-height: 920px;
	text-align: left;
	float: left;
	margin-left: 10px;
	padding: 0 15px;
	background-image: url("img/bg_section_bot.jpg");
	background-repeat: repeat-y;
	background-color: #000;
}
.posts {
	margin-top: -90px;
	margin-bottom: 15px;
}

#contenido {
	width: 463px;
}

#contenido a {
	text-decoration:none;
}

#contenido a:hover {
	text-decoration:underline;
}


.separador {clear:both;border-bottom: 1px dotted #5a4602;margin-bottom: 20px;}

.post_separator {clear:both;border-bottom: 1px dotted #5a4602;margin-bottom: 20px;}
	
.title {
	color: #846602;
	font-size: 2em;
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-bottom: 15px;
}
.postbody {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #333;
	line-height: 20px;
}
#footer {
	width: 100%;
	height: 27px;
	clear: both;
	float: left;
	background-image: url("img/bg_footer.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #000;
	color: #fff;
}
.footer_wrapper {
	width: 662px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 15px;
}
#footer a {
	text-decoration: none;
	color: #e3bb00;
	margin: 0;
}
#footer a:hover {
	color: #e3bb00;
	text-decoration: underline;
}
#footer img {
	margin-top: 25px;
	margin-bottom: 5px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
#lista li {
	padding: 5px 0 5px 0;
	list-style-type: decimal;
	margin-left: 30px;
}

/* Formularios */

table {
  border-style: none;
  border-spacing:12px;
  border-top: 1px dotted #5a4602;
  border-bottom: 1px dotted #5a4602;
 }

th {
	border-style: none;
  	font-weight: bold;
  	text-align: right;
}
  
td {
  	border-style: none;
}

input[type='text'] {
border: none;
padding: 3px;
color: white;
background-color: #335075;
}

input[type='password'] {
border: none;
padding: 3px;
color: white;
background-color: #1b3454;
}

input[type='button'] {
padding: 4px 5px;
font-weight: bold;
color: #ffd823;
background-color: #6d0000;
border: 2px solid #2a2a2a;
}

input[type='submit'] {
padding: 4px 5px;
font-weight: bold;
color: #ffd823;
background-color: #6d0000;
border: 2px solid #2a2a2a;
}

/*==================
=====PERFILES=====*/

.title_perfil {
	color: #846602;
	font-size: 2em;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.title_guild {
	color: brown;
	font-size: 1.5em;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.title_zona {
	margin-top: 4px;
	font-style: italic
}

.avatar {
	float: left;
	background-color: #fff;
	padding: 2px;
	margin: 3px 10px;
	border-radius: 5px;  
	-ms-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	-khtml-border-radius: 5px;  
}

#leveltext {
	background: url("img/lvlbg.png") no-repeat;
	color: white;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 37px;
	height: 37px;
	width: 37px;
	left: 211px;
	top: 310px;
	position: absolute;
	text-align: center;
	text-shadow: #000 0px 0px 4px;
}

.puntos_arena {
color: #333;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 24px;
font-weight: bold;
background: url(img/icons/arenapointsicon.png) no-repeat top left;
line-height: 32px;
padding-left: 40px;
float: left;
display: block;
margin-left: 10px;
width: 98px;
}

.puntos_honor {
color: #333;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 24px;
font-weight: bold;
background: url(img/icons/honoricon.png) no-repeat top left;
line-height: 32px;
padding-left: 40px;
float: left;
display: block;
margin-left: 10px;
width: 98px;
}

.puntos_muertes {
color: #333;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 24px;
font-weight: bold;
background: url(img/icons/killicon.png) no-repeat top left;
line-height: 32px;
padding-left: 40px;
float: left;
display: block;
margin-left: 10px;
width: 98px;
}

#ToolTip {
	color: white;
	background-color: #02090f;
	border: 1px solid #687281;
	padding: 5px 10px;
	border-radius: 5px;  
	-ms-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
}

#selection_char_view {
	text-align: left;	
	font-size: 70%;
}

#selection_char_view a {
	text-decoration: none;
	margin: 3px;
}

#selection_char_view a:hover {
	text-decoration: underline;
}

#selection_char_view img {
	height="32px";
}

#selection_char_view img:hover {
	height="40px";
}

#selection_char_view table {
  border-style: none;
  border-spacing: 1px;
  border-top: 15px;
  border-bottom: 15px;
  padding: 5px 10px;
  font-size: 100%;
  text-align: center;	
 }
  
#selection_char_view td {
  border-style: none;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

#selection_char_view td.flash_tb {
  padding-left: 40px;
  padding-right: 20px;
  font-size: 100%;
}

#selection_char_view td.java_tb {
  padding-left: 20px;
  padding-right: 40px;
  font-size: 100%;
}

#title_info {
  font-style: normal;
  float: right;
  margin-right: 15px;
  text-align: center;	
  color: #846602;
  font-family: Georgia,"Times New Roman",Times,serif;
}

#title_info table {
  border-style: none;
  border-spacing: 4px;
  border-top: 7px;
  border-bottom: 7px;
  
}

#title_info th {
  border-style: none;
  font-weight: bold;
  text-align: right;
}
  
#title_info td {
  	border-style: none;
  	vertical-align: middle;
  	text-align: center;
  	font-weight: bold;
}

#title_info td.title_info_ids {
  	text-align: right;
  	font-style: italic;
}

#title_info td.title_info_icons {

}


/*=================*/
/* Status Page */
#status_list {
	width: 463px;
}

#server_table {
  font-weight: bold;
  font-style: italic;
  border-spacing:12px;
}

#server_table_title {
  font-weight: bold;
  color: #846602;
  font-family: Georgia,"Times New Roman",Times,serif;
  
}

#character_list_empty {
	text-align: center;
  font-style: bold;
  font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	color: #846602;
}

#character_list {
  border-style: none;
  vertical-align: middle;
  width: 463px;
}



#char_table {
	width: 463px;
	max-width: 463px;
	border-spacing: 2px 2px;
	text-align: center;
	word-spacing: 1px;
	border-top: 1px none;
	border-bottom: 1px dotted #5a4602;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	
}

#char_table  th{
	text-align: center;
	border-top: 1px dotted #5a4602;
	border-bottom: 1px dotted #5a4602;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#char_table  td {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#char_table  td#char_table_map {
	font-size: 70%;
}

#char_table  td#char_table_name {
	text-align: justify;
}

#char_table  td#char_table_area {
	font-size: 70%;
}

#char_table  td#char_table_online {
	font-size: 60%;
}

#char_table  td#char_table_latency {
	font-size: 65%;
}
