@charset "utf-8";
/* CSS Document */
#PlayerProfile{
	background:url(../images/system/back-general.jpg) repeat;
}
#PlayerProfile img{
	float:left;
	padding:1px;
	margin:10px;
	border: 1px solid #006633;
}
#PlayerProfile div.details{
	margin-left:6px;
	padding-top:10px;
	margin-bottom:10px;
	color:#CCCCCC;
}
#PlayerProfile h2{
	background:none;
	text-indent:8px;
	line-height:32px;
	height:32px;
	font-size:18px;
}
#PlayerProfile ul{
	font-size:12px;
	float:left;
}
#PlayerProfile ul li{
	height:24px;
	line-height:24px;
	text-indent:8px;
}
#PlayerProfile ul li.odd{
	background-color:#00221b;
}
#PlayerProfile ul li span{
	float:left;
}
#PlayerProfile ul li span.property{
	width:135px;
	font-weight:bold;
}
#PlayerProfile ul li span.value{
	width:280px;
}
#PlayerProfile ul li span a.allStats{
	font-size:10px;
	color:#CCCCCC;
	font-weight:normal;
}

#PlayerBiog{
	background:url(../images/system/back-general.jpg) repeat;
	float:left
}
#PlayerBiog p{
	margin:10px;
	color:#CCCCCC;
}
#playerStatsOverview,
#playerStats{
	background:url(../images/system/back-general.jpg) repeat;	
	color:#CCCCCC;
	display:inline-block;
}

#playerStatsOverview ul#totalStats,
#playerStats ul#seasonStats,
#playerStatsOverview p{
	padding:10px;
	font-size:12px;
	margin-left:8px;
	float:left;
}
#playerStatsOverview p{
	font-size:11px;
}
ul#totalStats li,
ul#seasonStats li{
	height:22px;
	line-height:22px;
	float:left;
}
#playerStatsOverview ul#totalStats li span,
#playerStats ul#seasonStats li span{
	display:inline-block;
	text-align:center;
	float:left;
}
#playerStatsOverview ul#totalStats li.title,
#playerStats ul#seasonStats li.title {
 	border-bottom:1px solid #006633;
	font-weight:bold;
}
#playerStatsOverview ul#totalStats li.results {
	margin-top:4px;
	margin-bottom:4px;
 	background-color:#00221b;
}
#playerStatsOverview ul#totalStats li span.col1{
	width:340px;
	text-align:left;
	text-indent:6px;
}
#playerStatsOverview ul#totalStats li span.col2{
	width:40px;
}

#playerStatsOverview ul#totalStats li span.col3{
	width:50px;
}
/* -----------------------------------------------------------------------*/
#playerStats ul#seasonStats li.title{
}
#playerStats ul#seasonStats li span.col1{
	width:160px;
	text-align:left;
	text-indent:6px;
}
#playerStats ul#seasonStats li span.col2{
	width:180px;
	text-align:left;
}
#playerStats ul#seasonStats li span.col2 a{
	text-decoration:none;
	color:#666666;
	font-size:10px;
}
#playerStats ul#seasonStats li span.col3{
	width:40px;
}
#playerStats ul#seasonStats li span.col4{
	width:50px;
}
/* Used for the totals */
#playerStats ul#seasonStats li span.col5{
	width:340px;
	text-align:left;
	text-indent:6px;
}
#playerStats ul#seasonStats li.results_odd{
	background-color:#00221b;
}
#playerStats ul#seasonStats li.totals{
	margin-top:16px;
	border-top:1px solid #006633;
	font-weight:bold;
}