/* CSS Document */

#profiles {
	min-height: 1px;
	position: relative;
	padding: 0;
	margin: 0 -10px 0 0;
	}
	
* html #profiles {
	height: 1px;
	}
	
#profiles:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	}

.profile {
	width: 213px;
	float: left;
	margin: 0px 10px 10px 0;
	padding:0;
	position: relative;
	min-height: 1px;
	} * html .profile{ height: 1px; }
	
.profile img {
	position: absolute;
	top: 4px;
	left: 4px;
	border: 1px solid #ccc;
	width: 75px;
	height: 95px;
	}
	
.profile a,
.profile .a {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 85px;
	padding: 10px 10px 10px 90px;
	background: url(profile-bg.gif) repeat 0 0;
	background-position:0 106px;
	position: relative;
	}
	
.profile a:hover {
	background-position:0 0px;
	text-decoration: none;
	color: #F5BC21;
	}
	
.management .profile a:hover {
	background-position:0 106px;
	color: #333333;
	}
	
.profile .player_name{
    font-size: .88em;
    display: block;
    line-height: 1em;
    font-weight: bold;
    
    margin: 0 0 5px;
}
	
.profile strong {
	color: #fff;
	display: block;
	font-size: .69em;
	font-weight: bold;
	line-height: 14px;
	}
	
.profile a:hover strong{
    color: #fff;
}

.profile .a .staff_profile_position{
	color:#B19D9E;
	font-size:10px;
}