/***
*	template club_member_detail styles
***/

#clubMemberDetails {
	float:right;
	width:615px;
}

* html #clubMemberDetails {
	margin-left:8px;
}

#clubMemberPhoto {
	float:left;
}

#clubMemberDetails .detailDiv {
	width:100%;
	min-height:30px;
}

#clubMemberDetails .detailDiv .detailLabel {
	float:left;
	margin-top:8px; margin-left:8px;
	font-weight:bold;
}

#clubMemberDetails .detailDiv .detailValue {
	float:right;
	margin-top:8px; margin-right:8px;
}

#clubMemberDetails .detailDiv .detailValue .exClub {
	height:20px;
}

#clubMemberDetails a {
	font-weight:inherit;
}


/* 2nd section */

.teamSection {
	width:100%; height:20px;
	text-align:center;
}

.teamHead {
	width:100%;
	height:20px;
	background-image:url(/images/own/th_bg.png); background-repeat: repeat-x;
}

.teamHead .tHead {
	font-weight:bold;
	margin-top:2px;
}

.seasonDiv {
	width:100%;
	height:24px;
}

.teamName {
	padding-top:2px;
	font-weight:bold; font-variant:small-caps;
}

.seasonName {
	float:left;
	margin-top:5px; margin-left:8px;
	font-weight:bold;
	width:85px;
}

.seasonLeague {
	float:left; text-align:center;
	width:120px;
	margin-top:5px;
}


/* 3rd section */

.seasonStats {
	float:left;	width: 220px; text-align:center;
	margin-top:5px;
}

.leagueCards {
	float:left;	width: 165px; text-align:center;
	margin-top:5px;
}

* html .leagueCards {
	width:160px;
}

.sumDiv {
	border-top:1px solid #333399;
}

#nominations {
	float:left;	width: 805px;
	margin-top:5px;
	vertical-align:middle;
	padding:8px;
}

#nominations #nominationsLabel {
	float:left;	
	font-weight:bold;
	margin-right:10px;
}
	