html {
	height: 100%;
	max-height:100%;
	padding:0;
	margin:0;
	overflow:auto;
}

* {
	padding: 0px;
	margin: 0px;
}

body {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
}

img {
	border: 0;
}

label {
	padding-right: 6px;
}

label{
	float: left;
	display: block;
}




/**** ROWS SEPARATION LINE ****/

.separatorLine {
	height: 1px;
}

/**** HORIZONTAL SPACES ****/

/* Large space */
.space1Top {
	margin-top: 12px;
}

.space1Bottom {
	margin-bottom: 12px;
}

/* Small space */
.space2Top {
	margin-top: 6px;
}

.space2Bottom {
	margin-bottom: 6px;
}

/* Very small space */
.space3Top {
	margin-top: 3px;
}

.space3Bottom {
	margin-bottom: 3px;
}

/**** LIST STYLES ****/

.listStyle1.condensed {
	margin: 0;
	padding-left: 0;
	padding-right: 0px;
	white-space: nowrap;
}

.listStyle1.condensed li {
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
}

/**** BACKGROUND STYLES ****/

/* Default skin: white */
/* Occurrence: everywhere */
.bgColor1 {
	background-color: #fff;
}

/* Default skin: transparent */
/* Occurrence: cycle color 1, forum_topic (read post), assistant, briefcase, forum_search, office, index */
.bgColor2 {
	background-color: #FFFFFF;
}

/* Default skin: white */
/* Occurrence: cycle color 2, forum_topic (read post), assistant, briefcase, forum_search, office, index */
.bgColor3 {
	background-color: #F9F6E3;
}

/* Default skin: light yellow */
/* Occurrence: forum_topic (read post), assistant, briefcase, forum_search, office, index */
.bgColor4 {
	background-color: #F9F6E3;
}

/* Default skin: darker yellow */
/* Occurrence: forum_topic (unread post), assistant, comment, forum_faq, forum_search, forum_topic */
.bgColor5 {
	background-color: #F3EEC6;
}

/* Default skin: dark blue */
/* Occurrence: table head, comment, league, matches, rules, transfers */
.bgColor6 {
	background-color: #4B85B7;
}

/* Default skin: dark green */
/* Occurrence: arena, lineup, tactedit */
.bgColor7 {
	background-color: #308F00;
}

/* Default skin: gray */
/* Occurrence: assistant */
.bgColor8 {
	background-color: #E2EAE0;
}

/* Default skin: light orange */
/* Occurrence: assistant */
.bgColor9 {
	background-color: #FFE6D6;
}

/* Default skin: light green */
/* Occurrence: assistant */
.bgColor10 {
	background-color: #E2FFD0;
}

/* Default skin: olive */
/* Occurrence: ? */
.bgColor11 {
	background-color: #7C9631;
}

/* Arena seats */
.bgColor12 { background-color: white } /* empty */
.bgColor13 { background-color: #CFCFCF  } /* terraces */
.bgColor14 { background-color: #66AAFF } /* benches */
.bgColor15 { background-color: #FF9999 } /* seats */

/* Default skin: light yellow on mouse over */
/* Occurrence: briefcase, juniors */
.bgColor16 {
	background-color: inherit;
}
.bgColor16:hover {
	background-color: #F9F6E3;
}
.bgColor16:hover td {
	background-color: #F9F6E3;
}

/**** TEXT STYLES ****/

/* Large size */
.textSize1 {
	font-size: 12px;
}

/* Normal size */
.textSize2 {
	font-size: 10px;
}

/* Small size */
.textSize3 {
	font-size: 9px;
}

/* Align right */
.textAlign1 {
	text-align: right;
}

/* Align center */
.textAlign2 {
	text-align: center;
}

/* Italic text */
.textStyle1 {
	font-style: italic;
}

/* Bold text */
.textStyle2 {
	font-weight: bold;
}

/* Underlined text */
.textStyle3 {
	text-decoration: underline;
}

/* Normal text */
.textStyle4 {
	font-weight: normal;
}

/* Default skin: green */
/* Occurrence: ie. skill increase */
.textColor1, .textColor1 * { /*green*/
	color: #00AA00 !important;
}

/* Default skin: red */
/* Occurrence: ie. skill decrease, alerts, important notes */
.textColor2, .textColor2 * { /*red*/
	color: #CC0000 !important;
}

/* Default skin: white */
/* Occurrence: on dark background */
.textColor3, .textColor3 * { /*white*/
	color: #FFF;
}

/* Default skin: dark blue */
/* Occurrence: ? */
.textColor4, .textColor4 * { /*dark blue*/
	color: #4B87BD;
}

/* Default skin: dark brown */
/* Occurrence: ? */
.textColor5, .textColor5 * { /*dark brown*/
	color: #7B6E4B;
}

/* Default skin: black */
/* Occurrence: ? */
.textColor6, .textColor6 * { /*black*/
	color: #000;
}

/* Default skin: gray */
/* Occurrence: glowna, lineup */
.textColor7, .textColor7 * { /*gray*/
	color: #C0C0C0 !important;
}

/* Default skin: light red */
/* Occurrence: ? */
.textColor8, .textColor8 * { /*light red*/
	color: #FF6600;
}

.nobr { white-space: nowrap; }

/* (this definition will be removed from default.css) */
a.user_profile_icon {
	position: absolute;
	margin-top: 65px;
	margin-left: 837px;
	width: 45px;
	height: 23px;
}

/* (this definition will be removed from default.css) */
a.user_profile_icon_plus {
	position: absolute;
	margin-top: 65px;
	margin-left: 837px;
	width: 45px;
	height: 23px;
}

/* Help icon */
/* (this definition will be removed from default.css) */
A.linkStyle4 {
	display: block;
	width: 12px;
	height: 11px;
	text-align: center;
	line-height:10px;
	margin-right: 10px;
	border: 1px solid #C0C0C0;
}

.mainContainer {
	width: 708px;
}


/**** INDEX PAGE LAYOUT ****/

#indexBody{
	margin:0px;
	padding:0px;
	width:100%;

}

/* Page header */

div#indexHeadContainer {
	position:absolute;
	top:0px;
	left:0px;
	height:130px;
	width:100%;
	text-align:center;
}

.indexHead {
	width: 1006px;
	height: 98px;
	margin: 0 auto;
	padding: 0px;
	text-align:left;
}

.indexHead_plus {
	width: 890px;
	height: 98px;
	margin: 0 auto;
	padding: 0px;
	text-align:left;

}

div#googlePosition{
	height: 60px;
	width: 468px;
	margin-left: 238px;
	position:absolute;
	top: 17px;
}

iframe#googlePosition2 {
	margin: 4px 0px 0px 0px;
	overflow: hidden;
	visibility: hidden;
	width: 120px;
	height: 600px;
}

#indexGoogleLayer {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	overflow: hidden;
	visibility: hidden;
}

/* IE fix */
#indexGoogleLayer {
	height: expression( document.body.clientHeight + 'px' );
}

#indexGoogleContainer {
	margin:0 auto;
	padding:0px;
	width: 1006px;
	height:100%;
	text-align: right;
}

/* Page middle part */

#indexMiddleContainer {
	position:absolute;
	top:98px;
	bottom:0px;
	left:0px;
	width:100%;
	text-align: center;
}

/* IE fix */
#indexMiddleContainer {
	height: expression( document.body.clientHeight - 98 + 'px' );
}

body.main {
	background-color: transparent;
}

.indexMiddle {

	margin:0 auto;
	padding:0px;
	width: 1006px;
	height:100%;
	text-align: left;

}

.indexMiddle_plus{
	margin:0 auto;
	padding:0px;
	width: 890px;
	height:100%;
	text-align: left;
}

/* Left menu */

#leftBox {
	float: left;
	width: 115px;
	margin: 0px;
	padding:0px;
	height: 100%;
}

div#leftMenu
{
	width: 115px;
}

div.leftMenuTop
{
	height: 9px;
}

div.leftMenuBottom
{
	height: 9px;
}

div#leftMenu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

/* Content frame */

#centerBox {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 726px;
	height:100%;
}

#centerBox iframe {
	height:100%;
	width:726px;
}

/* Right menu */

#rightBox {
	width: 42px;
	float: left;
	padding: 0px;
	height: 100%;
}

#rightBox span {
	width: 36px;
	height: 40px;
}

#mailboxNotifier
{
	position: absolute;
	bottom: 0px;
	margin: 0px;
	width: 710px;
	line-height: 20px;
	background-color: #FFE6D6;
}

.leftNaviMenu
{
	display: none;
}
.leftNaviMenuHover
{
	display: none;
}

.iconNaviMenu
{
	display: none;
}
.iconNaviMenuHover
{
	display: none;
}

.iconNavi1 {
	background-image: url("http://files.sokker.org/skins/green/icon1.gif"); /* menu image: news */
	width: 36px;
	height: 40px;
	cursor: hand;
}
.iconNavi2 {
	background-image: url("http://files.sokker.org/skins/green/icon2.gif"); /* menu image: my team */
	width: 36px;
	height: 40px;
	cursor: hand;
}
.iconNavi3 {
	background-image: url("http://files.sokker.org/skins/green/icon3.gif"); /* menu image: players */
	width: 36px;
	height: 40px;
	cursor: hand;
}
.iconNavi4 {
	background-image: url("http://files.sokker.org/skins/green/icon4.gif"); /* menu image: matches */
	width: 36px;
	height: 40px;
	cursor: hand;
}
.iconNavi5 {
	background-image: url("http://files.sokker.org/skins/green/icon5.gif"); /* menu image: training */
	width: 36px;
	height: 40px;
	cursor: hand;
}
.iconNavi6 {
	background-image: url("http://files.sokker.org/skins/green/icon6.gif"); /* menu image: economy */
	width: 36px;
	height: 40px;
	cursor: hand;
}
.iconNavi7 {
	background-image: url("http://files.sokker.org/skins/green/icon7.gif"); /* menu image: arena */
	width: 36px;
	height: 40px;
	cursor: hand;
}
.iconNavi8 {
	background-image: url("http://files.sokker.org/skins/green/icon8.gif"); /* menu image: office */
	width: 36px;
	height: 40px;
	cursor: hand;
}
.iconNavi9 {
	background-image: url("http://files.sokker.org/skins/green/icon9.gif"); /* menu image: office */
	width: 36px;
	height: 40px;
	cursor: hand;

}
.iconNavi9_1 {
	background-image: url("http://files.sokker.org/skins/green/icon9_1.gif"); /* menu image: mail */
	width: 36px;
	height: 39px;
	cursor: hand;
}
IFRAME.frameIconNavi9 { 	/* mail icon floating frame */
	width: 36px;
	height: 40px;
}

BODY#mailcheck {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}


#extraLayer1 {
	position:fixed;
	top:60px;
	right:20px;
	width:400px;
	height:400px;
	background-color:white;
	border:1px solid black;
}

/* Additional layer */

#extraLayer1 > A {
	display:block;
	position:absolute;
	top:-15px;
	right:0px;
	height:15px;
	width:30px;
	line-height:15px;
	text-align:center;
	background-color:#6F6D6C;
	color:white;
	font-weight:bold;
}

#extraLayer1Content {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
}

.columnLeft{ width:66%; float:left; }
.columnRight{ width:33%; float:right; }


/*** Article vote ****/
.voteButtons a{ margin:1px; width:9px; height:9px; display:block; float:left;}
.voteButtons .active{ background:url(../green/vote_butt.gif) no-repeat; }
.voteButtons .unactive{ background:url(../green/vote_butt_off.gif) no-repeat; }
.voteButtons .unactive:hover{ background:url(../green/vote_butt.gif) no-repeat; }

/* Font used for skill numbers */
.skillNameNumber {
	font-family: courier new;
	font-size: 9px;
}


.playersList { }
.playersList .title {  }
.playersList .info { float: left; }
.playersList .skills  { float: right; }


/* Face player frame */
.playerFace {
	float:left;
	height:120px;
	margin-right:7px;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	clear:left;
}
.playerFace embed { width:90px; height:110px;}
.playerFace div   { background:#fff; padding:1px; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; }

body#trainingBody .playerFace {float:left; height:80px; margin-right:7px;border-right:1px solid #f5f5f5; border-bottom:1px solid #f5f5f5; }
body#trainingBody .playerFace embed { width:60px; height:76px; }

.linkStyle1 { position:relative; }
.linkStyle1 .playerFace { display: none; }
.linkStyle1:hover .playerFace{ z-index:25; display:block; position:absolute; width:90px; height:110px; margin-left:60px; margin-top:-120px;}


/* Facebook Like button */
body#playerBody .fbLikeButtonContainer { display: inline-block; }

/* Notifier window */
 div.dimmer { visibility: hidden; position:absolute; }
 #reminder > A {
	display:block;
	position:absolute;
	top:-15px;
	right:0px;
	height:15px;
	width:30px;
	line-height:15px;
	text-align:center;
	background-color:#6F6D6C;
	color:white;
	font-weight:bold;
}
 div.dimming { position:absolute; z-index:10000; }
 
 /* JSM */
.fleft{
	float: left;
}

.fright{
	float: right;
}

.tleft{
	text-align: left;
}

.tright{
	text-align: right;
}

.clear_hidd{
	clear: both;
	visibility: hidden;
}
