
#player_profile_wrap h2.profile {
	clear: none;
	padding-top: 0em;
}
#player_profile_wrap img {
	border: 1px solid #111288;
}

.player_profile_image {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.player_image {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
/*
.player_list {width: 100%;}

.player_list td {
	border-bottom: 1px solid #111288;
	padding: 0.3em;
	vertical-align: top;
}

.player_list td.name {
border-bottom: 0 solid #111288;
}

.player_list td img {
	border: 1px solid #111288;
	margin-left: -0.3em;
}

.player_list th {text-align: left;}


.player_list {}
*/
.player_list {width: 100%; margin: 0;padding: 0;}

.player_list th {
	text-align: left;
	padding-right: 2em;
}

.player_list td {
	padding: 0.2em 2em 0.2em 0.2em;
	margin: 0;
	vertical-align: top;
}

.player_list td.sponsor {
	padding: 0.1em 2em 0.2em 0.1em;
	margin: 0;
	height:1em;
	vertical-align: top;
}

.player_list img {
	border: 1px solid #111288;
}

.player_details {
	width: 100%;
	clear: both;
}
.player_details th {
	text-align: left;
	padding-right: 0.3em;
	width: 10em;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}

.player_details td {
	font-weight: bold;
	border-bottom: 1px solid #ddd;

}

.team_player_list {
	margin: 0;
	padding: 0;
}

.team_player_list th {
	font-size: 1em;
	text-align: left;
	width: 10em;
	border-bottom: 1px solid #ccc;
}


.team_player_list .top-row th {
	background:#8099f5;
	color:#fff
}

.team_player_list th.position-row {
	padding-top:1em;
	color:#c3090a;
	font-size:1.2em;
	background:#ddd
}

.team_player_list td {
	padding: 3px;
	border-bottom: 1px solid #ccc
}