body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e3e3e3;
	background: #080808;
}

a:link, a:visited { color: #FFFFFF; text-decoration: none; font-weight: normal; }
a:active, a:hover { color: #FFFF66; text-decoration: none; }

form { margin: 0; padding: 0; }
p { margin: 0px; padding: 0px; }
h1 { font-size: 20px; }
h2 { font-size: 17px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }

img.float-right {
	float: right;
  	margin: 5px 0px 10px 10px;
}
img.float-left {
	border-width: 2px;
	border-style: solid;
  	border-color: #555;
	float: left;
  	margin: 3px 10px 20px 0px;
}
img.avatar {
	border-width: 2px;
	border-style: solid;
  	border-color: #555;
	float: left;
  	margin: 3px 10px 0px 0px;
}
input.button {
	font: bold 11px Arial, Sans-serif;
	height: 20px;
	margin: 0px;
	padding: 1px 15px 0px;
	color: #fff;
	background: #3A3A3A;

	border-width: 1px;
  	border-style: solid;
  	border-color: #555;
}
input, select, textarea {
	margin: 2px 0;
	padding: 1px 0px 1px 2px;
	background: #3A3A3A;
	color: #999999;
	border-width: 1px;
	border-style: solid;
  	border-color: #555;
}
.button-chat {
	font: bold 11px Arial, Sans-serif;
	float:right;
	color: #fff;
	height: 18px;
	width: 88px;
	margin: 0;
	background: #3A3A3A;

	border-width: 1px;
  	border-style: solid;
  	border-color: #696969;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_20 { margin-right: 20px; }
.margin_right_70 { margin-right: 70px; }

.fl { float: left; }
.fr { float: right }

.header_01 {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
}

.header_02 {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 20px;
	color: #ffffff;
	font-variant: small-caps;
	border-bottom: 1px solid #ffffff;
}

.header_03 {
	clear: both;
	font-size: 18px;
	margin-bottom: 10px;
	color: #e5e5e5;
}

.header_04       {
	clear: both;
	color: #ebebeb;
	background: url(images/header_04_bg.jpg) no-repeat
}

.header_04 a {
	color: #dcc606;
}

.header_05       {
	clear: both;
	font-size: 16px;
	color: #edc31f;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

#banner_wrapper {
	width: 100%;
	height: 270px;
 	margin: 0 auto;
	background: url(images/header_bg.jpg) center no-repeat;
}

#banner {
	width: 900px;
	height: 270px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) center no-repeat;
}

#banner  #site_title {
	float: left;
	width: 500px;
	padding: 10px;
	margin: 130px 0 0 80px;
	font-size: 40px;
	color: #dcee00;
}

#banner #site_title a {
	color: #dcee00;
	text-decoration: none;
}

#banner #site_title span     {
	display: block;
	color: #a8b601;
	margin: 15px 0 0 20px;
	font-size: 14px;
}

/* menu */
#menu_wrapper {
	clear: both;
	width: 100%;
	height: 50px;
 	margin: 0 auto;
	background: url(images/menu_bg.jpg) center no-repeat;
}

#menu {
	width: 880px;
	height: 50px;
	margin: 0 auto;
	padding:0 10px;
	background: url(images/menu_bg.jpg) center no-repeat;
}

#menu ul  {
	width: 880px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	margin-right: 3px;
	padding: 5px 40px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #525252;
	font-weight: bold;
	outline: none;
	border-right: 1px solid #222222;
}

#menu li a:hover, #menu li .current {
	color: #efd503;
	text-decoration: none;
}

#menu li .last {
	border-right: none;
}

#menu li .lastcurrent {
	color: #efd503;
	text-decoration: none;
	border-right: none;
}
.online {
	float: right;
	display: block;
	margin-right: 3px;
	padding: 5px 40px;
	text-align: center;
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	outline: none;
}

/* end of menu */

#content {
	position: relative;
	clear: both;
	width: 880px;
	padding: 0px 10px 0 10px;
	margin: 0 auto;
	background: url(images/content_bg.jpg) repeat-y;
}

#content #bottom {
	position: absolute;
	border: 0px;
	left: 0px;
	width: 900px;
	height: 8px;
	background:url(images/content_bottombg.jpg) no-repeat;
}

#column_w540 {
	float: left;
	width: 540px;
}
.post_section {
	position: relative;
	clear: both;
	width: 540px;
	margin-bottom: 2px;
	background:url(images/post_bg.jpg) repeat-y;
}
.post_section_bottom {
	position: absolute;
	width: 540px;
	height: 2px;
	bottom: 0px;
	left: 0px;
	background: url(images/post_bg_bottom.jpg) no-repeat;
}
.post_section .post_header_section {
	width: 480px;
	height: 65px;
	padding: 78px 0 0 60px;
	background: url(images/post_header_bg.jpg) no-repeat;
}
.post_header {
	font-size: 18px;
	font-weight: bold;
	color: #dcc606;
}
.post_info {
	color: #ababab;
	font-weight: normal;
	font-size: 12px;
	margin: 5px 0 20px 0;
}
.post_info a {
	color: #9d8d04;
	text-decoration: none;
}
.post_section .post_content {
	padding: 20px 30px 20px 60px;
}
.post_content p {
	margin-bottom: 10px;
}
.post_content .link_button {
	margin-top: 10px;
	color: #9d8d04;
}
.post_content .link_button a {
	color: #9d8d04;
	text-decoration: none;
}
#side_column_wrapper   {
	float: right;
	padding: 1px;
	margin-top: 50px;
	margin-right: 30px;
	background: #000000;
}
#side_column   {
	padding: 13px 13px 0 13px;
	width: 260px;
	background: #2e2e2e;
	border: 1px solid #424242;
}
.section_w260 {
	clear: both;
	width: 260px;
	margin-bottom: 30px;
}
.recent_post {
	color: #b9b9b9;
	margin-bottom: 5px;
	background: #282828;
	padding: 10px;
}
.side_column_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.side_column_list li {
	margin: 0 0 3px 0;
	padding: 0;
}
.side_column_list li a {
	display: block;
	padding: 5px 10px;
	background: #3A3A3A;
	color: #999999;
	outline: none;
	text-decoration: none;
}
.side_column_list li a:hover {
	background: #555;
	color: #FFF;
	text-decoration: none;
}
.section_menu a {
	display: block;
	width: 170px;
	padding: 20px 0 0 70px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.section_menu a span {
	font-size: 12px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}

.winner a { background: url(images/winner_icon.png) left bottom no-repeat; }
.support a { background: url(images/support_icon.png) left bottom no-repeat; }
.partners a { background: url(images/partners_icon.png) left bottom no-repeat; }

/* footer */

#footer  {
	clear: both;
	width: 880px;
	padding: 0 10px;
	margin: 30px auto;
	color: #afafaf;
}
#footer a {
	color: #ffffff;
}
.footer_menu_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer_menu_list li {
	margin: 0px;
	padding: 0px;
}
#footer .footer_menu_list li a {
	color: #afafaf;
	text-decoration: none;
}
#footer .footer_menu_list li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.section_w220 {
	float: left;
	width: 200px;
	padding-right: 20px;
}

/* end of footer */

/* game */

.profil_column {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.profil_column li {
	width: 190px;
	margin: 0 0 3px 0;
	padding: 0;
}
.profil_column li a {
	display: block;
	padding: 5px;
	background: #3A3A3A;
	color: #999999;
	outline: none;
	text-decoration: none;
}
.profil_column li a:hover {
	background: #555;
	color: #FFF;
	text-decoration: none;
}
.profil_column li img {
	position: absolute;
	right:200px;
}
.gap { padding-left:0px; padding-right:0px; padding-top:20px; padding-bottom:0px }
.gap2 { padding-left:0px; padding-right:0px; padding-top:40px; padding-bottom:0px }

.tbl1 {
	padding: 0px 5px;
	background: #3A3A3A;
	color: #999999;
	outline: none;
	text-decoration: none;
}
.tbl2 {
	background: #555;
	color: #FFF;
	padding: 2px 5px;
	outline: none;
	text-decoration: none;
}
.tbl-fight {
	background: #555;
	color: #FFF;
	padding: 5px 5px;
	outline: none;
	text-decoration: none;
}
.action_info { font-family: Tahoma,Verdana; font-weight: bold; font-size: 13px; COLOR: #CCCCCC;}
.action_failed { font-family: Verdana, Arial, Helvetica; font-weight: bold; font-size: 13px; COLOR: #D53E39;}
.action_success  { font-family: Verdana, Arial, Helvetica; font-weight: bold; font-size: 13px; COLOR: #BEA370;}
.small { font-size:9px; font-weight:normal; color:#CCCCCC; }

/* tooltip */

.tooltip { position: relative; }
.tooltip dfn { display: none; }
.tooltip dfn span { display: block; }
.tooltip:hover dfn, .tooltiph dfn {
	display: block;
	width: 185px;
	position: absolute;
	left: 12;
	top: 18;
	padding: 4px 10px;
	border: 1px dotted;
	background: #3A3A3A;
	color: #CCCCCC;
	font-style: normal;
	font-size: 1.0em;
	text-decoration: none;
}
