/*
 * $Id: playerOverview.css,v 1.5 2008-10-07 14:43:24 ricardo Exp $
 */
div#wrapper{
	padding: 40px 0 10px 10px;
}
div#content{
	width: 740px;
	background-color: #333385;
	float:left;
	position:relative;
	z-index:1;
}
div#right{
	float:right;
	position: relative;
}
div#player{
	height: 596px;
	width: 270px;
	position: absolute;
	top:0;
	right:0;
	overflow:hidden;
}
div#minHeight{
	height: 596px;
	float:right;
	width: 1px;
}

/* playeroverview form makeup */
h1.team{
	color: #fff;
	font-size:30px;
	padding-top: 6px;
}
table.overviewTable a{
	color:#fff;
	text-decoration:none;
}
table.overviewTable td.player{
	background-color: #53539C;
	padding-top: 10px;
}
table.overviewTable td.spacer{
	width: 20px;
}
div.overviewPic{
	width: 100px;
	height: 120px;
	overflow: hidden;
}
div.backNumber{
	float:left;
	background-image: url(/images/player/emblem.jpg);
	height: 26px;
	width: 26px;
	font-weight: bold;
	line-height: 25px;
	text-align:center;
	margin-left: 1px;
	margin-top:4px;
	margin-bottom:20px;
}
div.backNumber a{
	display:block;
	width:26px;
	height: 26px;
}
div.name{
	float:left;
	margin-top:6px;
	margin-left: 3px;
	margin-bottom:20px;
	width: 68px;
	overflow:hidden;
}
/* end playeroverview form makeup */