﻿.earning_wrap {	
	/*position: relative;*/
	position: fixed;
	z-index: 100;
	margin-left: 50%;	
	top:20px;
	//zoom: 1;	
}

#earning {
	position: absolute;
	left: 0;
	top: 10px;
	left: -240px;
	width: 480px;
	background: #f5e9cc;
}

#earning .head {
	height: 72px;
	padding: 20px 20px 0 20px;
	background: #f5e9cc url(/i/earning_head_bg.png) repeat-x;
	overflow: hidden;
}

#earning .head .player {
	height: 72px;
	overflow: hidden;
}

#earning .player {
	font-size: 1.2em;
	white-space: nowrap;
}

#earning .player img {
	vertical-align: middle;
	margin-right: 12px;
}

#earning .head .player {
	float: left;
	width: 40%;
}

#earning .head .player_money {
	padding-top: 8px;
	height: 64px;
	float: right;
	width: 59%;
	color: #8c897b;
	overflow: hidden;
}

#earning .player_money p {
	font-size: .9em;
	padding-left: 8px;
}

#earning .head .money div {
	padding: 0 9px 0 5px;
}

#earning .head .money_block {
	float: right;
	margin-left: 15px;
}

#earning .head .money_block p {
	clear: both;
}

#earning .data {
	width: 100%;
	color: black;
	margin: 0;
}

#earning .data_window {
	position: relative;
	background: white;
	height: 350px;
	overflow-y: auto;
	overflow-x: hidden;

}

#earning .data th {
	padding-top: 18px;
	padding-bottom: 18px;
}


#earning .data th h1 {
	margin: 0;
}

#earning .data td {
	background: white;
	border-bottom: 1px solid #e5e5e5;
}

#earning .data .td-date,
#earning .data .td-earning {	
	white-space: nowrap;
}

#earning .data .td-date {
	font-size: .9em;
	color: #999;
}

#earning .data .td-earning {
	font-size: 1.2em;
	color: #7b9e23;
	font-weight: bold;
}

#earning .data .td-earning.minus {
	color: #9e2323;
}

#earning .data td.bottom {
	height: 58px;
}

#earning .topgamers td
{
	text-align:center;
}

#earning .topgamers .header td
{
	background-color:#f5f5f5;	
}

