/* Hide the header */
.header {
	display: none;
}

/* Hide the buttons at the title and at the bottom of the player page */
h1 span.h1Blue, h1.h1Blue {
	display: none;
}

/* Format the player info table at the player page */
.playerInfoTop .plyerInfo table {
	border: 1px solid black;
	border-collapse: collapse;
}
.playerInfoTop .plyerInfo table tr th {
	border: 1px solid black;
	text-align: left;
}
.playerInfoTop .plyerInfo table tr td {
	border: 1px solid black;
}
.c3 {
	color: black!important;
}

/* Hide the video & games and the side buttons at the player page */
.playerInfoTop .plyerInfoButs, .playerInfoTop .playerSideButtons {
	display: none;
}

/* Format the notes at the player page */
.playerInfoText div ul li {
	border: 1px solid black;
	padding: 10px;
}

/* Hide "Add/Edit text" link at the player page */
.playerInfoText a {
	display: none;
}

/* Hide the graph at the player page */
.playerGraf, #slideDiv {
	display: none;
}

/* Format the statistics tables at the player page */
.playerTblWrapper table th {
	border: 1px solid black;
}
.playerTblWrapper table td {
	color: black;
	border: 1px solid black;
}
.playerTblWrapper table td a {
	text-decoration: none;
}

/* Hide the options at the bottom of the player page */
.playerBotActions {
	display: none;
}
