﻿.Player-CNT {
	background-image: url('../theme/menu_fill_960.jpg');
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin: 0px;
	width: 960px;
	position: relative;
	overflow: hidden;
}
.Player-Info-CNT {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 930px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#player-pic {
	padding: 0px;
	margin: 0px;
	width: 270px;
	position: relative;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.Member-Stat-Box {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 642px;
	height: 100%;
	overflow: hidden;
	float: right;
	list-style-type: none;
}
.Stat-Box-Top {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 642px;
	height: 57px;
	overflow: hidden;
	background-image: url('../theme/player-info-top.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.Stat-Box-Mid {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 642px;
	height: 34px;
	overflow: hidden;
	background-image: url('../theme/player-info-stat.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.Stat-Box-Btm {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 642px;
	height: 28px;
	overflow: hidden;
	background-image: url('../theme/player-info-btm.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#Stat-Title {
	margin: 19px 0px 0px 22px;
	padding: 0px;
	width: 166px;
	height: 22px;
	position: relative;
	font-weight: bold;
	text-align: left;
	text-indent: 2px;
	overflow: hidden;
	list-style-type: none;
	color: #333333;
	line-height: 20px;
}
.Stat-Info-Text-L {
	margin: 6px 0px 0px 22px;
	padding: 0px;
	width: 212px;
	height: 22px;
	position: relative;
	font-weight: bold;
	text-align: left;
	text-indent: 2px;
	overflow: hidden;
	list-style-type: none;
	color: #999999;
	line-height: 22px;
	font-size: 95%;
	float: left;
}
.Stat-Info-Text-R {
	margin: 6px 22px 0px 0px;
	padding: 0px;
	width: 370px;
	height: 22px;
	position: relative;
	font-weight: bold;
	text-align: left;
	text-indent: 2px;
	overflow: hidden;
	list-style-type: none;
	color: #CCCCCC;
	line-height: 24px;
	font-size: 95%;
	float: right;
}
#Join-Info-America {
	background-position: center top;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 270px;
	height: 79px;
	position: relative;
	overflow: hidden;
	background-image: url('../join/american-player.jpg');
	background-repeat: no-repeat;
}
.Join-Info {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	width: 270px;
	height: 30px;
	position: relative;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	list-style-type: none;
	color: #C0C0C0;
	line-height: 38px;
	font-size: 95%;
}

/* Social BUTTON */
.LG-Social-Box {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 270px;
	height: 138px;
	position: relative;
	overflow: visible;
	list-style-type: none;
}
.LG-Social-butn {
	margin: 0px;
	padding: 0px;
	width: 270px;
	height: 46px;
	position: relative;
	overflow: visible;
	list-style-type: none;
}
.LG-Social-butn ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.LG-Social-butn ul li {
	padding: 0px;
	margin: 0px;
	width: 270px;
	height: 46px;
	position: relative;
	overflow: hidden;
	list-style-type: none;	
}
a.social-twitter-ON:link {
	padding: 0px;
	margin: 0px;
	background: url('../theme/active-twitter.jpg') no-repeat 0px 0px;
	width: 270px;
	height: 46px;
	display: block;
	list-style-type: none;
}
a.social-twitter-ON:hover  {
	background-position: 0px -46px;
	list-style-type: none;
}

a.social-facebook-ON:link {
	padding: 0px;
	margin: 0px;
	background: url('../theme/active-facebook.jpg') no-repeat 0px 0px;
	width: 270px;
	height: 46px;
	display: block;
	list-style-type: none;
}
a.social-facebook-ON:hover  {
	background-position: 0px -46px;
	list-style-type: none;
}

a.social-email-ON:link {
	padding: 0px;
	margin: 0px;
	background: url('../theme/active-email.jpg') no-repeat 0px 0px;
	width: 270px;
	height: 46px;
	display: block;
	list-style-type: none;
}
a.social-email-ON:hover  {
	background-position: 0px -46px;
	list-style-type: none;
}




a.social-twitter-OFF:link {
	padding: 0px;
	margin: 0px;
	background: url('../theme/no-twitter.jpg') no-repeat 0px 0px;
	width: 270px;
	height: 46px;
	display: block;
	list-style-type: none;
}
a.social-twitter-OFF:hover  {
	background-position: 0px -46px;
	list-style-type: none;
}

a.social-facebook-OFF:link {
	padding: 0px;
	margin: 0px;
	background: url('../theme/no-facebook.jpg') no-repeat 0px 0px;
	width: 270px;
	height: 46px;
	display: block;
	list-style-type: none;
}
a.social-facebook-OFF:hover  {
	background-position: 0px -46px;
	list-style-type: none;
}

a.social-email-OFF:link {
	padding: 0px;
	margin: 0px;
	background: url('../theme/no-email.jpg') no-repeat 0px 0px;
	width: 270px;
	height: 46px;
	display: block;
	list-style-type: none;
}
a.social-email-OFF:hover  {
	background-position: 0px -46px;
	list-style-type: none;
}





.menuinfo960-CL2 {
	padding: 0px;
	margin: 0px 0px 10px 8px;
	position: relative;
	width: 448px;
	overflow: hidden;
	float: left;
}
.menuinfo960-CR2 {
	padding: 0px;
	margin: 0px 8px 10px 0px;
	position: relative;
	width: 448px;
	overflow: hidden;
	float: right;
}

.Award-Title {
	padding: 6px;
	margin: 20px 0px 6px 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	color: #161616;
	text-align: center;
	background-color: #FF9900;
	border: 1px solid #161616;
	font-weight: bold;
}

.biobgimg {
	background-image: url('../theme/biobg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
	margin: 0px;
	padding: 0px;
}
