@CHARSET "ISO-8859-1";

/*
 Player Profiles styles - loaded on list player profiles and show profile page
*/

table {
	width: 700px;
	margin-left: 20px;
}

#profile_info p {
	margin-top: 3px;
	color: #666666;
	font-weight: bold;
}

#profile_info{
	width: 474px;
	float: left;
}

#profile_info span {
	color: #067C9B;
}

#profile_photo {
	float: left;
}

table td{
	background-color: #C4D6D6;
	font-size: .80em;
	padding: 3px;
	border-left: 1px solid #ced5db;
}

table th {
	background-color: #e6eaed;
	color: #067c9b;
	text-align: left;
	padding: 5px 0 5px 3px;
	border-left: 1px solid #ced5db;
	border-top: 1px solid #ced5db;
}

.tb_row1{
	background-color: #ffffff;
}
.tb_row2{
	background-color: #e6eaed;
}

.rb {
	border-right: 1px solid #ced5db;
}

.btm_border{
	border-bottom: 1px solid #ced5db;
}

#content table td a {
	text-decoration: none;
	font-weight: bold;
	color: #067c9b;
}

#content table td a:hover {
	color: #ab1a25;
}

#prof_photo table.profile_info {
	width: 234px;
}

img.squad_image {
	margin-right: 53px;
	margin-top: 24px;
}

