.playerInfo				{ width: 560px; height: 79px; overflow: hidden; position: relative; }
.playerInfoRows			{ width: 560px; height: 79px; position: absolute; top: 0; }
.playerInfoRow			{ width: 560px; height: 79px; background: #1b1b1b; border: 1px solid #3b3b3b; }
.playerInfoItem			{ width: 181px; height: 17px; float: left; padding: 0 0 0 5px; font-size: 9px; color: #ccc; line-height: 21px; overflow: hidden; }
.playerInfoSpace		{ width: 100%; height: 5px; display: block; clear: both; }
.playerInfoSwitch		{ position: absolute; bottom: 0; right: 0; cursor: pointer; }
.playerInfoLabelBar		{ width: 45px; float: left; text-align: left; padding: 0 5px 0 0; }
.playerInfoLabelCD		{ width: 60px; float: left; text-align: right; padding: 0 5px 0 0; }
.playerInfoBar			{ width: 100px; float: left; height: 10px; margin: 5px 0 0 0; padding: 0px; font-size: 3px; border: 1px solid #717070; position: relative; }
.playerInfoBarInner		{ height: 10px; position: absolute; text-align: center; line-height: 8px; font-size: 9px; font-weight: bold; cursor: default;  }
.playerInfoRow a		{ text-decoration: none; }

.dailyReward				{ width: 560px; position: relative; margin-top: 10px; }
.dailyRewardRow				{ display: block; border: 1px solid #333333; height: 79px; }
.dailyRewardSpacer			{ width: 2px; background: #333; height: 100%; display: block; float: left; }
.dailyRewardClear			{ clear: both; }
.dailyRewardClaim			{ width: 560px; height: 30px; }
.dailyRewardActions			{ height: 100%; border: 1px solid #333; border-top: none; display: block; text-align: center; line-height: 26px; font-weight: bold; }
.dailyRewardButton			{ width: 277px; float: left; height: 100%;  }
.dailyRewardButton a		{ display: block; }

.dailyRewardInfo			{ position: absolute; right: 5px; top: 0; }
.dailyRewardInfo a			{ text-decoration: none; font-weight: bold; font-size: 14px; color: orange; }
.dailyRewardItem			{ width: 78px; height: 100%; float: left; position: relative; }
.dailyRewardItemPic			{ width: 100%; height: 100%; top: 0; position: absolute; }
.dailyRewardItemPic img		{ width: 100%; height: 100%; }
.dailyRewardItemActive		{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; background: rgba(210, 128, 0, 0.18); }
.dailyRewardItemBar			{ width: 78px; height: 20px; text-align: center; font-size: 10px; font-weight: bold; color: #fff; line-height: 20px; bottom: 0; position: absolute; background: rgba(0, 0, 0, 0.55); }
.dailyRewardItemBar a		{ color: orange; text-decoration: none; }
.dailyRewardPopup			{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; background: rgba(0, 0, 0, 0.55); }
.dailyRewardPopupTitle		{ width: 100%; font-size: 15px; font-weight: bold; text-align: center; padding-top: 5px; color: #ff9933; }
.dailyRewardPopupText		{ text-align: center; font-weight: bold; padding: 10px; }
.dailyRewardPopupClose		{ right: 5px; position: absolute; cursor: pointer; font-size: 14px; color: orange; font-weight: bold;}
