@charset "utf-8";
/* CSS Stylesheet for Player Profiles and WAGs pages only */

#profile-left {
	float: left;
	width: 470px;
	min-height: 200px;
	overflow: auto;
	margin: 20px 0 0 30px;
}

#profile-right {
	float: right;
	width: 213px;
	min-height: 200px;
	overflow: auto;
	margin: 20px 30px 0 0;
}

#profile-bio {
	width: 470px;
	border-top: 1px solid #044F58;
	border-bottom: 1px solid #044F58;
	margin-top: 7px;
	padding: 20px 0 5px 0;
}

dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-bottom: 20px;
}

dl dt {
	color: #9A9CA6;
	font-weight: bold;
	line-height: 20px;
}

#profile-bio dl dd {
	color: #FFFFFF;
	margin-left: 140px;
	margin-top: -17px;
}

#profile-bio dl.biogs dd {
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
}

#profile-interview {
	padding-top: 25px;
}

#profile-interview dl dd {
	padding-bottom: 7px;
}

#profile-right img {
	border: 1px solid #9A9CA6;
	margin: 0 0 11px 6px;
}

#profile-right a img {
	border: 1px solid #9A9CA6;
	cursor: pointer;
}

#profile-right table {
	margin: 7px 0 15px 6px;
	width: 202px;
	border: none;
	border-spacing: 0;
	font-size: 0.7em;
}

#profile-right table td {
	width: 33%;
	text-align: center;
}

#profile-right table tr.titles {
	background: url(../images/bg-profile_table_body.png) repeat-x left;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}

#profile-right table tr.content {
	background: url(../images/bg-profile_table_bodywhite.png) repeat-x bottom #FFFFFF;
	color: #333333;
	height: 26px;
	font-size: 1.2em;
	font-weight: bold;
}
