﻿.PlayerProfilePanel{
	padding:10px 0px 10px 10px;	
	width:535px;	
	height:300px;
	overflow:auto;
	margin-bottom:10px;
	float:left;
	
}
.PlayerProfilePanel .thumbnail{
	float:left;
	width:100px;
	height:120px;	
}
.PlayerProfilePanel .name{
	float:left;
	width:360px;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	text-align:left;
}
.PlayerProfilePanel .data_container{
	float:left;
	width:410px;
}
.PlayerProfilePanel .data_container .col1{
	float:left;
	width:240px;
	margin-right:10px;
	font-weight:bold;
}
.PlayerProfilePanel .data_container .col1 label{
	float:left;
	width:80px;
	font-weight:normal;
	padding-left:4px;
	text-align:left;
}
.PlayerProfilePanel .data_container .col2 {
	float:left;
	width:160px;
	font-weight:bold;
}
.PlayerProfilePanel .data_container .col2 label{
	float:left;
	width:80px;
	font-weight:normal;
	padding-left:4px;
	text-align:left;
}
.PlayerProfilePanel .data_container .col1 .clubname{
	float:left;
	width:236px;
	padding:2px;
	text-align:left;
}
.PlayerProfilePanel .data_container .col2 .age{
	float:left;
	width:150px;
	padding:2px;
}
.PlayerProfilePanel .data_container .col1 .position{
	float:left;
	width:236px;
	background-color:#EBEBEB;
	padding:2px;
	text-align:left;
}
.PlayerProfilePanel .data_container .col2 .height{
	float:left;
	width:150px;
	background-color:#EBEBEB;
	padding:2px;
}
.PlayerProfilePanel .data_container .col1 .dob{
	float:left;
	width:236px;
	padding:2px;
	text-align:left;
}
.PlayerProfilePanel .data_container .weight{
	float:left;
	width:150px;
	padding:2px;
}
.PlayerProfilePanel .data_container .col1 .natio{
	float:left;
	background-color:#EBEBEB;
	width:236px;
	padding:2px;
	text-align:left;
}
.PlayerProfilePanel .season_history
{
	float:left;
	width:505px;
	margin-top:10px;
	background-color:#EBEBEB;
	height:24px;
}

.PlayerProfilePanel .season_history .Off
{
	float:left;
	width:133px;
	height:20px;	
	background-color:#EBEBEB;
	margin:4px 0px 0px 4px;	
	text-align:center;		
	
}
.PlayerProfilePanel .season_history .Off a
{
	text-decoration:none;
	color:#717171;
	text-align:center;
	font-weight:bold;
	height:18px;	
	padding:4px 0px 0px 0px;
	float:left;
	width:133px;
}
.PlayerProfilePanel .season_history .On
{
	float:left;
	width:133px;
	height:22px;	
	background-image:url(../icon/season_history_on.gif);
	background-repeat:no-repeat;
	margin:4px 0px 0px 4px;		
	text-align:center;	
}
.PlayerProfilePanel .season_history .On a
{
	text-decoration:none;
	color:#010066;
	text-align:center;
	font-weight:bold;
	height:18px;	
	padding:4px 0px 0px 0px;
	float:left;
	width:133px;
}
.PlayerProfilePanel .ClubStats table.PlayerProfile{
	font-size:11px;	
}
.PlayerProfilePanel .CareerStats table.PlayerProfile{
	font-size:11px;	
}
.club, .international{
	font-weight:bold;
	background-color: #000000;
	border-bottom:2px solid #FFF000;
	margin:5px 0px 5px 0px;
	color:#FFF000;
	padding:7px 10px;
	text-align:left;
}
.PlayerProfile td{
	padding:3px 5px;
	/*border:solid 1px #;*/
	text-align:center;	
}


.PlayerProfile .header{
	font-weight:bold;
	color:#010066;
}

.PlayerProfile .altItem{
	background:#EBEBEB;
}


.PlayerProfile .team, .PlayerProfile .competition{
	text-align:left;
}

.PlayerProfile .team{
	width:70px;
}

.PlayerProfile .matches,
.PlayerProfile .goals,
.PlayerProfile .subon,
.PlayerProfile .suboff,
.PlayerProfile .yellows,
.PlayerProfile .reds{
	width:1px;	
	text-align:center;	
}


