#table_titles.players {
	
}

#players_shell h2 {
	font-size: 14px;
	background: #F2F2F2;
	border: #CCCCCC 1px solid;
	margin: 4px 0;
	padding: 8px 3px 8px 4px;
	color: #1E5F95;
	float: left;
	width: 776px;
}

.players_wrap {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 100%;
}

.players_wrap h2 {
	margin-left: 11px;
}

.players_wrap li {
	display: block;
	float: left;
	width: 262px;
}

.players_wrap li:hover {
	background: url(/images/bg/player_bg.gif) no-repeat;
	color: #FFFFFF;
}

.players_wrap li a {
    color:#000000;
    display:block;
    font-weight:normal;
    height:80px;
}
.players_wrap li a:hover {
	color: #FFFFFF;
        text-decoration: none;
}

.players_wrap li .players_pic {
	margin: 7px 5px;
	padding: 0;
        background-color: #FFFFFF;
}

.players_wrap li .profile_pic_shell {
	width: 145px;
	float: left;
	text-align: center;
}

.players_wrap li .player_number {
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
}

.players_wrap li .player_name {
	font-size: 17px;
}

/******************************************
 *		   		Players List	  	      *
 *******************************************/
#player_list,#fan_list {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#player_list span,#fan_list span {
	display: inline-block;
	width: 14px;
	text-align: right;
	padding-right: 3px;
}

#player_list #player-list-left {
	clear: left;
	float: left;
	width: 15px;
}

#player_list #player-list-centre {
	float: left;
	padding: 0 3px 0 0;
	width: 17px;
}

#player_list #player-list-right {
	float: left;
	padding: 0 3px 0 0;
}

#player_list_shell {
	overflow: auto;
	height: auto;
	width: 158px;
}

#pre_old_posts {
	overflow: scroll;
	height: 250px;
	width: 748px;
}

.odd {
	background-color: #FFFFFF;
}

.even {
	background: #F7F7F7;
}

.profile_pic_shell img {
	border: 1px solid #494949;
}

#stats_menus {
        margin: 3px;
}

.player_stats_title{
    float:left;
    font-size:18px;
    margin:3px 12px 0;
    padding:0;
}

.table_titles.profile {
        height:58px;
}

#stats_content table {
    float: left;
    margin-left:10px;
}

#all_player_info #player_bio_shell_hidden .Player_personal_info,
    #player_stats_hidden .Player_personal_info  {
    margin:15px 15px 0;
}

