/*
 * team styles 
 */

#mainContentBody {
	position: relative;
	left: 0px;
	width: 840px;
	
	font-family: Arial;
	font-size: 12 px;
}

.playerList {
	float: left;
	width: 240px;
	
	margin-top: 38px;
	margin-left: 80px;
	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.playerList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.playerList li {
	margin-top:5px;
}

a.selectedPlayer {
	color: black;	
}

a.selectedPlayer:hover {
	color:#bcbcbc;	
}

#playerInfo {
	float: right;
	width: 440px;
	margin-right: 80px;
}


#playerHeader {
    margin-top: 19px;
}

.playerColors, .playerColorsSelected {
	position: absolute;
	left: 60px;
}

.playerColors {
	display: none;
}

.firstColorSmall {
	height: 16px;
	width: 4px;
	margin-right: 4px;
	
	float: left;
}

.secondColorSmall {
	height: 16px;
	width: 4px;
	
	float:left;
}

#firstColorBig {
	margin-top: 0px;
	height: 150px;
	width: 40px;
	position: absolute; 
	left: 640px;
	z-index: 2;
}

#secondColorBig {
	margin-top: 0px;
	height: 150px;
	width: 40px;
	position: absolute; 
	left: 720px;
	z-index: 2;
}

.playerImage {
	position: absolute;
	height: 150px;
	width: 120px;
	left: 320px;
	z-index: 1;	
}
