@charset "UTF-8";
/* CSS Document */

#player_history_list h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
	color: #FFFFFF;
	background-color: #282b7f;
	display: block;
	height: 18px;
	width: 96%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 2%;
	padding-left: 2%;
	clear: left;
}

#player_history_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#player_history_list ul li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#player_history_list ul li ul li {
	padding: 5px;
	float: left;
	height: 150px;
	width: 110px;
	text-align: center;
}

#player_history_list ul li ul li a {
	text-decoration: none;
}


#player_history td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.statstable {
	background-color: #FFFFFF;
	padding: 5px;
	border: thin solid #003300;
}
.statstable .row0 {
	background-color: #FFCC99;
}
.statstable .row1 {

}