

/* ---- Sprites ---- */

.content-header,
#card,
#card .staple,
#card span.easportsonline,
#card a,
#profile-nav li,
#profile-nav li a,
#profile-nav li span.tesa,
.pagenav li,
.pagenav li a,
#scrollbar #scroller,
#scroll-gradient,
.scrollHandleBottom,
.scrollHandleTop,
.scrollHandleMiddle,
.scrollControlsY div {
	background: url(../images/player-profile/sprite.png) no-repeat top left;
}

* html .content-header,
* html #card,
* html #card .staple,
* html #card span.easportsonline,
* html #card a,
* html #profile-nav li,
* html #profile-nav li a,
* html #profile-nav li span.tesa,
* html .pagenav li,
* html .pagenav li a,
* html #scrollbar #scroller,
* html #scroll-gradient,
* html .scrollHandleBottom,
* html .scrollHandleTop,
* html .scrollHandleMiddle,
* html .scrollControlsY div {
	background-image: url(../images/player-profile/sprite.gif);
}

* html #card .staple {
	display: none;
}

.pagenav li a span,
#replays .replay,
#replays .back,
#replays .forward,
#leagues .statistics,
.medal {
	background: url(../images/player-profile/profile_only_gif_sprite.gif) no-repeat top left;
}

/* ---- Box ---- */

#new-content.content {
	background: #fff url(../images/player-profile/cbox_right.gif) repeat-y top right;
	position: relative;
	width: 620px;
	font-size: 13px;
	color: #000;
	margin-right: 4px;
}

#new-content.content-header {
	height: 4px;
	width: 3px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.content-text {
	background: transparent url(../images/player-profile/cbox_bottom.gif) no-repeat bottom left;
	padding: 8px;
}


/* ----- Content ----- */

#new-content h1 {
	background: #DDDDDD url(http://www.fifaonlineligen.com/images/fol2008_arrow.jpg) no-repeat 0px 3px;
	border-bottom: 1px solid #ccc;
	color: #666666;
	font-size: 93%;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 0 18px;
	margin: 0 0 130px 0;
}

#new-content #paper a {
	color: #000;
	text-decoration: underline;
}

#new-content a:hover {
	text-decoration: none;
}

#new-content h2 {
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#new-content h2 a {
	text-decoration: none !important;
}

#new-content p.subheader {
	font-size: 85%;
	margin-bottom: 20px;
}

.inner-content {
	height: 490px;
	overflow: hidden;
}

#new-content p {
	margin: 0 0 10px 0;
}


/* ----- Visitenkarte ----- */

#card {
	width: 288px;
	height: 146px;
	background-position: -4px 0px;
	position: absolute;
	right: 6px;
	top: -11px;
	color: #000;
}

#card .staple {
	width: 38px;
	height: 50px;
	background-position: right -4px;
	position: absolute;
	right: 11px;
	top: 2px;
}

#card .card-inner {
	padding: 20px 20px 20px 20px;
}

#card h3 {
	font-weight: bold;
	font-size: 85%;
	margin: 0;
}

#card .birthday {
	display: block;
	font-style: italic;
	font-size: 85%;
	color: #666;
}

#card a,
#card span.easportsonline {
	display: block;
	padding: 0 0 0 20px;
	line-height: 14px;
	margin-top: 6px;
	font-size: 77%;
	color: #000;
}

#card a.mail {
	background-position: left -150px;
	margin-top: 10px;
}

#card a.mail:hover {
	background-position: left -164px;
}

#card a.icq {
	background-position: left -178px;
}

#card a.icq:hover {
	background-position: left -192px;
}

#card span.easportsonline {
	background-position: left -206px;
}

#card span.easportsonline:hover {
	background-position: left -220px;
}

#card p {
	font-size: 85%;
	margin-bottom: 15px;
}


/* ---- Paper ---- */

#paper {
 	background: url(../images/player-profile/paper_back.gif) no-repeat top left;
	width: 578px;
	height: 633px;
	margin: 0 0 0 10px;
	position: relative;
}

#paper #foreground {
	background: url(../images/player-profile/paper_front.png) no-repeat top left;
	background-position: center 0;
	width: 100%;
	height: 568px;
	z-index: 50;
	position: absolute;
	top: 10px;
	left: 0px;
}

* html #paper #foreground {
	background-image: url(../images/player-profile/paper_front.gif);
}

#paper #foreground .foreground-inner {
	padding: 50px 40px 20px 40px;
}

/* ----- Leagues ----- */

#leagues {
	/*display: none;*/
	height: 568px;
	position: relative;
}

#leagues .emblem {
	float: left;
	margin-right: 8px;
}

.records {
	float: left;
}

.records strong {
	font-weight: bold;
	font-family: Courier, Verdana;
	font-size: 93%;
}

.records p {
	font-size: 77%;
	color: #666;
	margin-bottom: 8px;
}

#vdfl .records p {
	font-size: 77%;
	color: #666;
	margin-bottom: 8px;	
}

#leagues .league-item {
	height: 490px;
}

#leagues .curve {
	margin-bottom: 20px;
}

#leagues .statistics {
	float: right;
	width: 199px;
	height: 78px;
	background-position: right -17px;
}

#leagues .statistics table {
	color: #000;
	margin: 5px 0 0 15px;
}

#leagues .statistics table .seperator {
	border-right: 1px solid #ccc;
}

#leagues .statistics table th {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-family: Courier, Verdana;
	font-size: 93%;
}

#leagues .statistics table td {
	font-size: 77%;
}

#leagues .statistics table th,
#leagues .statistics table td {
	padding: 2px 10px 2px 10px;
	text-align: center;
}

#leagues .statistics h3 {
	font-size: 77%;
	font-weight: bold;
	margin: 15px 0 0 15px;
}

#leagues .pagecounter {
	position: absolute;
	right: 4px;
	bottom: 64px;
	font-size: 77%;
	color: #666;
}

#slideNow,
#slideMax {
	font-weight: bold;
}

/* ----- Tournaments ----- 
--------------- VDFL ----- */

#tournaments,
#ladder,
#vdfl {
	height: 490px;
	overflow: hidden;
}

.tournament-container h2 {
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.tournament-container {
	clear: both;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.tournament-container .version,
#ladder .version {
	padding: 5px;
	background-color: #eee;
	font-weight: bold;
	font-size: 77%;
	float: left;
	-moz-border-radius: 3px;
}

.tournament-container .red {
	color: #ff0000;
}

.tournament-container .records {
	margin-left: 16px;
}

.tournament-container .medal {
	width: 35px;
	height: 58px;
	text-indent: -9999px;
	float: right;
	margin: -10px 0 0 0;
}

.tournament-container .medal.medal-Runde1,
.tournament-container .medal.medal-Runde2,
.tournament-container .medal.medal-Runde3,
.tournament-container .medal.medal-Runde4,
.tournament-container .medal.medal-Runde5,
.tournament-container .medal.medal-Runde6 {
	display: none;
}

.tournament-container .medal.medal-Finale {
	background-position: -430px -95px;	
}

.tournament-container .medal.medal-Winner {
	background-position: -465px -95px;	
}

.tournament-container .medal.medal-Halbfinale {
	background-position: -395px -95px;	
}

.tournament-container .medal.medal-Viertelfinale {
	background-position: -360px -95px;	
}

.tournament-container .medal.medal-Achtelfinale {
	background-position: -325px -95px;	
}



#vdfl h2.courier {
	font-family: Courier;
	border: 0;
	margin-bottom: 8px;
}

#vdfl h2 {
	border-bottom: 2px solid #ffc600;
}

#vdfl img.vdfl-logo {
	float: right;
	margin-left: 8px;
}

#vdfl p {
	font-size: 85%;
	margin-bottom: 32px;
	text-align: justify;
}

/* ----- Ladder ----- */

#ladder .version.platform {
	float: right;
}

#ladder h2 {
	margin-bottom: 32px;
}

#ladder table {
	margin-bottom: 32px;
	color: #000;
	width: 100%;
}

#ladder table th,
#ladder table td {
	vertical-align: top;
	padding: 4px 10px 4px 2px;
	font-size: 77%;
	border-bottom: 1px solid #ccc;
}

#ladder table th {
	font-size: 85%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#ladder .ladder-data th {
	font-weight: bold;
	width: 40%;
	border: 0;
	font-size: 77%;
	border-bottom: 1px solid #ccc;
}

#ladder tr.even td,
#ladder tr.even th {
	background-color: #eeeeee;
}

/* ----- Nav ------ */

#profile-nav {
	position: absolute;
	top: -20px;
	left: 20px;
	padding: 0;
	margin: 0;
}

#profile-nav li {
	float: left;
	background-position: right -372px;
	padding-right: 5px;
	height: 46px;
	margin-left: -5px;
	position: relative;
	list-style-type: none;
}

#profile-nav li.first {
	margin: 0;
}

#profile-nav li a {
	float: left;
	background-position: left -326px;
	padding: 0 15px 0 20px;
	font-family: Courier, Verdana, Arial;
	font-size: 85%;
	text-decoration: none !important;
	line-height: 46px;
}

#profile-nav li span.tesa {
	width: 81px;
	height: 20px;
	background-position: right -53px;
	position: absolute;
	left: -3px;
	bottom: -14px;
	display: block;
}

#profile-nav li.Ligen {
	margin: -2px 0 0 0;
	z-index: 4;
}

#profile-nav li.Turniere {
	margin-top: 0;
	z-index: 3;
}

#profile-nav li.VDFL {
	margin-top: -3px;
	z-index: 2;
}

#profile-nav li.Ladder {
	margin-top: -1px;
	z-index: 1;
}

#profile-nav li.active {
	z-index: 51;
}

#profile-nav li:hover,
#profile-nav li.active {
	background-position: right -280px;
}

#profile-nav li:hover a,
#profile-nav li.active a {
	background-position: left -234px;
}

#profile-nav li.active a {
	font-weight: bold;
}

/* ----- Pagenav ----- */

.pagenav {
	position: absolute;
	bottom: 4px;
	right: -15px;
	margin: 0;
	padding: 0;
}

.pagenav li {
	background-position: right -464px;
	height: 47px;
	float: left;
	padding-right: 15px;
	list-style-type: none;
}

.pagenav li.forward {
	background-position: left -464px;
	margin-left: 2px;
	padding-left: 15px;
}

.pagenav li a {
	height: 100%;
	display: block;
	outline: none;
}

* .pagenav li a {
	float: left;	
}

.pagenav li.back a {
	background-position: left -417px;
}

.pagenav li.forward a {
	background-position: right -417px;
}

.pagenav li a span {
	height: 17px;
	display: block;
	text-indent: -9999px;
	margin: 0 20px 0 20px;
	position: relative;
	top: 15px;
}

.pagenav li.back a span {
	background-position: left top;
	width: 91px;
	margin-right: 10px;
}

.pagenav li.forward a span {
	background-position: right top;
	width: 51px;
	margin-left: 10px;
}


/* ----- Replays ----- */

#replays {
	position: relative;
	padding: 0 0 0 37px;
}

#replays span {
	display: block;
}

#replays a.replay {
	width: 126px;
	height: 161px;
	margin-right: 8px;
	background-position: left -17px;
	float: left;
	position: relative;
	text-decoration: none;
	color: #000000;
}

#replays a.replay:hover {
	margin-top: -5px;
}

#replays a.replay:hover span.description {
	text-decoration: underline;
}

#replays .container {
	width: 535px;
	overflow: hidden;
	position: relative;
}

#replays .replay-inner {
	padding: 8px;
	position: relative;
}

#replays .helper {
	width: 10000px;
	left: 0px;
	top: 0px;
	position: relative;
}

#replays .image {
	width: 110px;
	height: 86px;
	overflow: hidden;
	position: relative;
}

#replays .image span.date,
#replays .image span.category {
	display: block;
	position: absolute;
	padding: 2px;
	color: #fff;
	font-size: 77%;
}

#replays .image span.date {
	top: 0px;
	right: 0px;
	font-style: italic;
}

#replays .image span.category {
	bottom: 0px;
	left: 0px;
	background: url(../images/player-profile/black50.png) top left;
}

#replays span.description {
	font-size: 77%;
	margin-top: 8px;
}

#replays span.rating {
	font-size: 77%;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 8px;
	color: #666;
}

#replays h3 {
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 20px;
}

#replays p.results {
	clear: both;
	text-align: right;
	font-size: 77%;
	color: #999;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-right: 40px;
}

#replays .back,
#replays .forward {
	width: 14px;
	height: 19px;
	display: block;
	position: absolute;
	background-position: left -178px;
	cursor: pointer;
	text-indent: -9999px;
	top: 50%;
}

#replays .back {
	left: 7px;
}

#replays .back:hover {
	background-position: -14px -178px;
}

#replays .forward {
	background-position: -28px -178px;
	right: 7px;
}

#replays .forward:hover {
	background-position: -42px -178px;
}

#sort-rating {
	float: left;
	margin: 10px 0 0 0;
	width: 200px;
}

#sort-rating label,
#sort-rating input {
	float: left;	
	font-size: 77%;
}

#sort-rating label {
	margin-right: 8px;
	line-height: 20px;
}

/* ----- Scrollbar ------ */



#scrollbar #scroller:hover {
	left: 0px;
}

#scrollbar #scroller:active {
	background-position: right -151px;
}

#scrollbar #scroll-gradient {
	background-position: left -515px;
	width: 5px;
	height: 100%;
	position: relative;
}

.scrollControlsY{
	display:block;
	position: absolute;
	top:15px;
	right:0;
	height:539px;
	width:24px;
}

.scrollControlsY div {
	background-position: left -515px;
	width: 5px;
	height: 100%;
	position: relative;
}

.scrollControlsY div.scrollHandleMiddle {
	background: none;
	width: auto;
	height: auto;
}


.scrollControlsY .upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:24px;
	height:24px;
	background: url(../img/upBtn.gif) no-repeat 0 0;
	cursor:pointer;
	visibility: hidden;
}

.scrollControlsY .upBtn:hover{
	background: url(../img/upBtn.gif) no-repeat 0 -24px;
}

.scrollControlsY .upBtn-Active, .upBtn-Active:hover{
	background: url(../img/upBtn.gif) no-repeat 0 -48px;
}

.scrollControlsY .downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:24px;
	height:24px;
	background: url(../img/downBtn.gif) no-repeat 0 -48px;
	cursor:pointer;
	visibility: hidden;
}

.scrollControlsY .downBtn:hover{
	background: url(../img/downBtn.gif) no-repeat 0 -24px;
}

.scrollControlsY .downBtn-Active, .downBtn-Active:hover{
	background: url(../img/downBtn.gif) no-repeat 0 0;
}

.scrollControlsY .scrollBar{
	display:block;
	position: absolute;
	top:24px;
	right:0;
	bottom:24px;
	width:24px;
	height: auto;
	background: url(../img/scrollBar.gif) repeat-y center top;
}

.scrollControlsY .scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:32px;
	height:35px;
	min-height:13px;
	cursor: move;
	padding:11px 0;
	background: none;
}

.scrollControlsY .scrollHandleBG {
	display:block;
	position: relative;
	z-index: -1;
	height:100%;
	width:32px;
	background: url(../images/player-profile/scroller_middle.gif) repeat-y 0 0;
}

.scrollControlsY .scrollHandleTop{
	display:block;
	position:absolute;
	top:0;
	margin:0 0 0 0;
	width: 32px;
	height: 18px;
	background-position: right -111px;
}

.scrollControlsY .scrollHandleBottom{
	display:block;
	position:absolute;
	width:24px;
	height:11px;
	bottom:0;
	margin:0 0 0 0;
	width: 32px;
	height: 21px;
	background-position: right -129px;
}



/* ----- Sonstiges ------ */

.active-container {
	display: block;
}

hr.clearer {
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
