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

div#playerOverview{
	background-color:#53539C;
	width: 240px;
	z-index:1;
	position:relative;
}
div#playerPhotos{
	margin-top:10px;
	width: 400px;
	background-color: #990000;
	position: relative;
	z-index:1;
	padding:20px 20px 10px 20px;
}
div#playerPhotos h1{
	margin:0;
	padding-top:5px;
	padding-bottom:30px;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
}

div.playerPic{
	width: 124px;
	height: 175px;
	overflow:hidden;
	float:left;
	margin-right:9px;
	margin-bottom:10px;
}
div#playerPictureClear{
	clear:both;
}
div#playerOverview h1{
	margin:0;
	padding:20px 0 10px 18px;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
}
table#overviewTable{
	margin-left:20px;
	margin-bottom: 15px;
	color:#fff;
	font-size: 12px;
}
table#overviewTable a{
	color:#fff;
	text-decoration:none;
}

table#overviewTable td.backnr{
	background-image: url(/images/player/emblem.jpg);
	background-repeat:no-repeat;
	height: 26px;
	width: 26px;
	font-weight: bold;
	line-height: 25px;
	text-align:center;

}
table#overviewTable td.backnr a{
	display:block;
	width: 26px;
	height:26px;
}
table#overviewTable td.playerName{
	padding-left: 3px;
	padding-top: 5px;
	width:71px;
}
div#banner{
	margin-top:14px;
	padding-bottom:23px;
	text-align:center;
}
/* start player form markup */
div#playerDetails{
	float:left;
	width:200px;
}
div#playerDetails h1{
	margin-top:8px;
	margin-bottom: 25px;
	font-size: 33px;
	font-weight: bold;
	line-height:30px
}
table#detailsTable{
	font-size: 12px;
	height: 19px;
}
table#detailsTable td.key{
	width: 108px;
}
table#detailsTable td.debute{
	padding-top:17px;
}
div#playerPhoto{
	float:right;
	width: 192px;
	height: 240px;
	overflow:hidden;
}
div#playerStory{
	clear: both;
	padding:0;
	margin:0;
	padding-top:12px;
}
div#playerStatistics{
	padding-top:10px;
}
h2.playerTitle{
	font-size: 25px;
	font-weight: bold;
}
table#statistics{
	font-size: 13px;
}
table#statistics td{
	width: 90px;
	font-size: 12px;
}
table#statistics td.club{
	width: 200px;
}
table#statistics tr.headRow{
	font-weight: bold;
}
div#playerPrizes{
	padding-top:10px;
}
div#playerNews{
	margin-top:37px;
}
ul#playerNewsUl{
	padding:0;
	margin:0;
	padding-bottom:19px;
}
ul#playerNewsUl li{
	list-style:none;
}
ul#playerNewsUl li a{
	color:#fff;
	text-decoration: underline;
}

ul.playerPrizeList{
	margin:0;
	padding:0 0 15px 0;
}
ul.playerPrizeList li{
	list-style:none;
	font-size:12px;
}
ul.playerPrizeList li.first{
	font-weight:bold;
}
ul#playerVideoList{
	margin:0;
	padding:0;
}
ul#playerVideoList li{
	list-style:none;
}
ul#playerVideoList li a{
	color: #fff;
	text-decoration:underline;
}
/* end player form markup */

/* lightbox marktup */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(/images/icons/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/icons/overlay.png", sizingMethod="scale");
	}

/* end lightbox markup */