/* FROM GLOBAL.CSS */

.hiliteTextBlue {
	color:#6f9fc8;
}

.infoBreak {
	color:#545454;
	font-size:11px;
}

a.linkStandard,a.linkStandard:hover,a.linkStandard:active,a.linkStandard:visited {
	font-size: 11px;
	color: #ebebeb;
	font-family:arial, Helvetica, tahoma, sans-serif;
	text-decoration:none;
}

a.linkStandard:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

span.membersInGame {
	font-size: 11px;
	color: #8bc53f;
	font-family:arial, Helvetica, tahoma, sans-serif;
	text-decoration:none;
}

span.membersOnline {
	font-size: 11px;
	color: #62a7e3;
	font-family:arial, Helvetica, tahoma, sans-serif;
	text-decoration:none;
}


/* FROM GROUP.CSS */

.rightSectionHeader {
	font-size: 12px;
	font-weight:bold;
	margin:0;
	color:#000000;
	width:200px;
	height:18px;
	padding:5px 0px 0px 8px;
	background-image:url('http://steamcommunity.com/public/images/skin_1/rightColHeadRibbon.gif');
}

.rightStatsBlock {
	width:208px;
	border-left:solid #4a4a4a 1px;
	margin:0;
	padding:4px 0px 4px 0px;
	background-image:url('http://steamcommunity.com/public/images/skin_1/rightStatsBlockBG.gif');
	background-repeat:repeat-y;
}

.statsItem {
	width:253px;
	margin:0;
	padding:0;
	margin-bottom:0px;
	font-size: 11px;
	color: #9a9b9a;
	font-weight:normal;
	line-height:12px;
	clear:left;
}

.statsItemName {
	padding:0;
	margin:0;
	float:left;
	font-size: 11px;
	color: #545454;
	line-height: 12px;
	width:80px;
	padding-left:8px;
	font-weight:normal;
}

.rightGreyHR {
	margin:0;
	padding:0;
	width:208px;
	height:1px;
	background-color:#363636;
	margin-top:4px;
	margin-bottom:4px;
	clear:left;
}

.mostPlayedBlock {
	width:245px;
	height:40px;
	margin:0;
	padding:0;
	padding-left:8px;
	font-size: 11px;
	color: #9a9b9a;
	font-weight:normal;
}

.mostPlayedBlockIcon {
	float:left;
	width:40px;
	margin:0;
	padding:0;
	margin-right:6px;
}

.mostPlayedSmallText {
	font-size: 11px;
	color: #9a9b9a;
	font-weight:normal;
}

.groupMemberRow {
		margin-bottom:8px;
}