/* Created by Edible Studios */

img.profileImage {
	padding: 10px 0 10px 0;
	border: 4;
	border-color: #00CC66;
	width: 150px;
	float: left;
}

table.playerTable {
	width: 340px;
	padding: 10px 0 10px 0;
	float: right;
}

table.playerTable th {
	padding: 0 0 7px 0;
	text-align: left;
}

table.playerTable tr.topListing {
	font-weight: bold;
}

table.playerTable tr.oddListing {
	background-color: #141414;
}

table.playerTable tr.evenListing {
	background-color: #1d1d1d;
}

table.playerTable tr td.column1 {
	color: #0198ff;
	width: 50%;
}

table.playerTable tr td {
	padding: 5px 0 5px 0;
}

table.playerTable tr td.column2 {
	width: 50%;
	text-align: left;
}