@CHARSET "UTF-8";


body, textarea{
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
}

.halfLine{line-height:8px;}

body, div, h1, h2, h3, h4, h5, form, input,p{
	margin:0;
	padding:0;
}


a, .fzLink {
	color:#669900;
	font: bold 12px Arial, sans-serif;
	line-height: 12px;
	text-decoration:none;
}

.fzLinkTopNavi{ color:#fff; }

img{ border:0; }

.fzNavHighlight { color:#000; font-weight:normal; }
.fzPagingHighlight { color:#000; font-weight:normal; }

.fzEmphasized{ font-weight:bold; }


/* AREAS */

#fzBackgroundArea{
	width:758px;
	background:url(/common/img/bg_shadow_740.png) repeat-y;
	margin-left:20px;
	padding:0px 9px 0 9px;
	z-index:1;
}

#fzTopArea{
	height:230px;
}

#fzCompleteArea {
	position:relative;
	width:740px;
	background-color:#ffffff;
	z-index:2;
	padding-bottom:40px;
}


#fzBottomArea {
	clear:both;
	width:100%;
	margin:60px 0 0 10px;
}

/* CONTAINER */

.fzSideContainer {
	width:100%;
	margin-bottom:32px;
}

.fzMainContainer {
	width:100%;
	margin-bottom:32px;
}

.fzBottomContainer {
	float:left;
	width:220px;
	margin-right:20px;
	margin-bottom: 24px;
	display:inline; /* avoid ie6 double margin bug */
}




/* COLUMNS */

#fzLeftColumn{
	width:220px;
	margin-left:10px;
	float:left;
	display:inline; /* avoid ie6 double margin bug */
}

#fzMainColumn{
	width:480px;
	margin-left:250px;
}


/* HEADLINES */

.fzSideHeadline, .fzBottomHeadline{
	font: bold 14px Arial, sans-serif;
	line-height: 14px;
	color:#666666;
	padding:4px 0 5px 10px;
	border-bottom:8px solid #e6e6e6;
	margin-bottom:12px;
}

.fzSideHeadline a {
	font: bold 14px Arial, sans-serif;
	line-height: 14px;
	color:#666666;
	text-decoration:none;
}

.fzSideHeadlineWithTable {
	margin-bottom:4px;
}

.fzMainHeadline{
	font: bold 18px Arial, sans-serif;
	line-height: 18px;
	color:#666666;
	padding:0 10px 5px 10px;
	border-bottom:8px solid #e6e6e6;
	margin-bottom:16px;
}

.fzMainHeadline a{
	color:#669900;
	font: bold 18px Arial, sans-serif;
	line-height: 18px;
	text-decoration:none;
}

.fzPrintHeadline{ display:none;}

.fzMainHeadlineIcon{ float:right; margin-right:10px; display:inline; }

.fzMainContent h3 {
	font: bold 14px Arial, sans-serif;
	line-height: 18px;
	color:#666666;
	margin-bottom:4px;
}

h3.fzSubHeadline {
	font: bold 14px Arial, sans-serif;
	line-height: 18px;
	color:#666666;
	margin-bottom:12px;
	padding:0 10px 5px 10px;
	border-bottom:4px solid #e6e6e6;
}

h3.fzSubHeadlinePure {
	font: bold 14px Arial, sans-serif;
	line-height: 18px;
	color:#666666;
	margin-bottom:12px;
	padding:0 10px 5px 10px;
}





/* CONTENTS */

.fzSideContent, .fzMainContent, .fzBottomContent{
	padding:0 10px 0 10px;
}
.fzContentSpace{ margin-bottom: 16px;}


.fzMainContent p {
	margin-bottom:12px;
}

.fzTopSpace{margin-top:32px;}

/* LISTS */

ul.fzLinkList{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.fzLinkList li{ 
	margin-bottom:4px; 
}

ul.fzTopNavigation{
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.fzTopNavigation li{
	display:inline;
	margin-right:12px;
}
ul.fzSubNavigation{
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.fzSubNavigation li{
	display:inline;
	margin-left:12px;
}
.fzSubNaviCaption { margin-left:10px;width:400px;}

/* SUBNAVIGATION */
div.fzSubNavigation{ width:100%; border-bottom:1px solid #f0f0f0; margin-bottom:9px; padding-bottom:4px; overflow:hidden;}
div.fzSubNavigationPlacer{ float:right; margin-right:10px; display:inline;}
.fzSubNaviCaption { margin-left:10px;width:400px;}

/* PADGING STANDALONE */
.fzStandAlonePaging {
	padding:0 10px 0 10px;
	height:24px;
    margin: 8px 0 16px;
    background-color:#f0f0f0;
	line-height:24px;	
}


/* TABLES */

/* base table */
table.fzTable{
	width:100%;	
	border-spacing:0;
	font: normal 11px Arial, sans-serif;
	table-layout:fixed;
	border-collapse:collapse;
}
table.fzTable caption {
	text-align:left;
	font: bold 12px Arial, sans-serif;
	padding-left:10px;
	padding-bottom:12px;
}
.fzTableLink{ 
	color:#669900;
	font: bold 11px Arial, sans-serif;
	line-height: 12px;
	text-decoration:none;
}
.fzCaptionRightPart{float:right; margin-right:10px; display:inline;}
table.fzTable thead th.fzFirst, table.fzTable tbody td.fzFirst { padding-left:10px; }
table.fzTable thead th.fzLast, table.fzTable tbody td.fzLast { padding-right:10px; }
table.fzTable thead th, table.fzTable tfoot td{
	height:24px;
	background-color:#f0f0f0;
	
}
table.fzTable thead th { text-align:left; font-weight:normal;}

table.fzTable tr{ height:24px; }
table.fzTable tbody tr td{ border-bottom:1px solid #ddd;}
table.fzTable tr:hover{ background-color:#f3f3f3; }
table.fzTable tr.spacer { height:8px;}
table.fzTable tr.spacer td { border:none;}
table.fzTable tr.spacer:hover { background-color:transparent; }
table.fzTable caption form select.fzMatchdaySelect {margin-right:10px;}

/* paging sub table */
table.fzPages{
	width:100%;	
	border-spacing:0;
	table-layout:fixed;
}
table.fzPages tbody tr td{ border:none;}
table.fzPages td.fzPagesLeft 	{padding-left:10px; width:20px;}
table.fzPages td.fzPagesCenter 	{text-align:center;}
table.fzPages td.fzPagesRight 	{padding-right:10px; width:20px;}
table.fzPages td.fzPagesRight div {float:right; display:inline;}
table.fzPages td.fzPagesCenter{color:#669900;}


/* neutral content table */
table.fzTableContent{ font: normal 12px Arial, sans-serif; table-layout:auto; }
table.fzTableContent tbody tr td{ border-bottom:none;}
table.fzTableContent thead th{ background-color:#fff; }
table.fzTableContent thead tr th{ border-bottom:1px solid #f0f0f0;}
table.fzTableContent tr.spacer { height:0; border:none; }
table.fzTableContent tr.spacer td {border:none; }
table.fzTableContent tr:hover { background-color:transparent; }


/* new player side table */
table.fzNewPlayer td.col-1  {font: normal 12px Arial, sans-serif;}
table.fzNewPlayer td.col-2  {font: bold 12px Arial, sans-serif;}
table.fzNewPlayer tr.spacer { height:0; }
table.fzNewPlayer col.col-1 { width:60px; }

/* internal team ranking for community info */
table.fzTableCommunityInfoRanking { font: normal 12px Arial, sans-serif; }
table.fzTableCommunityInfoRanking td.col-3, table.fzTableCommunityInfoRanking th.col-3 {text-align:right;}
table.fzTableCommunityInfoRanking col.col-1 {width:20px;}
table.fzTableCommunityInfoRanking tr.spacer { height:0; }

/* price list */
table.fzTablePrices th.col-1, table.fzTablePrices td.col-1 {width:100px;}
table.fzTablePrices th.col-2, table.fzTablePrices td.col-2 {width:140px; text-align:right;}
table.fzTablePrices th.col-3, table.fzTablePrices td.col-3 {text-align:right; padding-right:5px;}

/* account list */
table.fzTableAccount th.col-1, table.fzTableAccount td.col-1 {width:60px;}
table.fzTableAccount th.col-2, table.fzTableAccount td.col-2 {width:50px;}
table.fzTableAccount th.col-4, table.fzTableAccount td.col-4 {text-align:right; padding-right:5px;width:80px;}

/* friends list */
table.fzTableFriends th.col-2, table.fzTableFriends td.col-2 {text-align:right; padding-right:5px;}
table.fzTableFriends th.col-3, table.fzTableFriends td.col-3 {text-align:right; padding-right:5px;}
table.fzTableFriends th.col-4, table.fzTableFriends td.col-4 {text-align:right; padding-right:5px;}
table.fzTableInvitations th.col-2, table.fzTableInvitations td.col-2 {text-align:right;}
table.fzTableInvitations th.col-3, table.fzTableInvitations td.col-3 {text-align:right; padding-right:5px;}
table.fzTableInvitations th.col-4, table.fzTableInvitations td.col-4 {text-align:right; padding-right:5px;width:15px;}

/* community colleagues */
table.fzTableCommunityColleagues th.col-3, table.fzTableCommunityColleagues td.col-3 {text-align:right; padding-right:5px;}

/* leagues gameplan */
table.fzLeaguesGamePlan {table-layout:auto;}
table.fzLeaguesGamePlan th.col-6,  table.fzLeaguesGamePlan td.col-6 {text-align:right;}

/* wm gameplan */
table.fzWMGamePlan {table-layout:auto;}
table.fzWMGamePlan th.col-7,  table.fzWMGamePlan td.col-7 {text-align:right;}

/* message list */
table.fzTableMessages {table-layout:auto;}
table.fzTableMessages th.col-5, table.fzTableMessages td.col-5 {text-align:right; padding-right:5px;width:15px;}

/* media data */
table.fzTableMediaData th.col-2, table.fzTableMediaData td.col-2 {text-align:right;}
table.fzTableMediaData th.col-3, table.fzTableMediaData td.col-3 {text-align:right; padding-right:5px;}

/* highscore */
table.fzTableHighscore th.col-1, table.fzTableHighscore td.col-1 {width:90px;}
table.fzTableHighscore th.col-2, table.fzTableHighscore td.col-2 {width:50%;}
table.fzTableHighscore th.col-3, table.fzTableHighscore td.col-3 {text-align:right;padding-right:5px; width:100px;}
table.fzTableHighscore th.col-4, table.fzTableHighscore td.col-4 {text-align:right;padding-right:5px; width:11px;}

/* highscore matchday */
	table.fzTableHighscoreMatchday th.col-1, table.fzTableHighscoreMatchday td.col-1 {width:15%;}
	table.fzTableHighscore th.col-2, table.fzTableHighscore td.col-2 {width:50%;}
	table.fzTableHighscoreMatchday th.col-3, table.fzTableHighscoreMatchday td.col-3 {text-align:right;width:20%}
	table.fzTableHighscoreMatchday th.col-4, table.fzTableHighscoreMatchday td.col-4 {text-align:right;width:15%;}

/* highscore matchday teaser */
table.fzTableHighscoreMatchdayTeaser th.col-2, table.fzTableHighscoreMatchdayTeaser td.col-2 {text-align:right;}
table.fzTableHighscoreMatchdayTeaser th.col-3, table.fzTableHighscoreMatchdayTeaser td.col-3 {text-align:right;padding-right:5px;}

/* community price pool */
table.fzTableCommunityPool th.col-2, table.fzTableCommunityPool td.col-2 {text-align:right;padding-right:5px;}
table.fzTableCommunityPool th.col-3, table.fzTableCommunityPool td.col-3 {text-align:right;padding-right:5px;}

/* community highscore */
table.fzTableCommunityHighscore th.col-3, table.fzTableCommunityHighscore td.col-3 {text-align:right; padding-right:10px;}
table.fzTableCommunityHighscore th.col-4, table.fzTableCommunityHighscore td.col-4 {text-align:right;width:100px;}
table.fzTableCommunityHighscore th.col-5, table.fzTableCommunityHighscore td.col-5 {text-align:right;padding-right:5px;}

/* community history */
table.fzTableCommunityHistory th.col-2, table.fzTableCommunityHistory td.col-2 {width:200px;}
table.fzTableCommunityHistory th.col-3, table.fzTableCommunityHistory td.col-3 {text-align:right;}
table.fzTableCommunityHistory th.col-4, table.fzTableCommunityHistory td.col-4 {text-align:right;padding-right:5px;}

/* community tip detail */
table.fzTableCommunityTipDetail th.col-4, table.fzTableCommunityTipDetail td.col-4 {text-align:right;padding-right:5px;}

/* tip history */
table.fzTableTipHistory tbody tr{ height:48px;}
table.fzTableTipHistory thead tr, table.fzTableTipHistory tfoot tr{ height:24px; }
table.fzTableTipHistory th.col-1, table.fzTableTipHistory td.col-1 {width:80px;}
table.fzTableTipHistory th.col-3, table.fzTableTipHistory td.col-3 {text-align:right; padding-right:10px;}
table.fzTableTipHistory th.col-4, table.fzTableTipHistory td.col-4 {text-align:right; width:22px;}
table.fzTableTipHistory th.col-5, table.fzTableTipHistory td.col-5 {text-align:right; padding-right:5px;width:90px;}
table.fzTableTipHistory tr.notTipped  {background-color:#f0f0f0;}
table.fzTableTipHistory tr.forNothing {}
table.fzTableTipHistory tr.forTendency {font-weight:bold; background-color:#ffff00;}
table.fzTableTipHistory tr.forResult   {font-weight:bold; background-color:#669900;}

/* statistics result */
table.fzTableStatisticResults td.col-1,
table.fzTableStatisticResults td.col-2,
table.fzTableStatisticResults td.col-4,
table.fzTableStatisticResults td.col-6
{font-weight:bold;}
table.fzTableStatisticResults th.col-1, table.fzTableStatisticResults td.col-1 {width:90px;}
table.fzTableStatisticResults th.col-2, table.fzTableStatisticResults td.col-2 {text-align:right;width:60px;}
table.fzTableStatisticResults th.col-3, table.fzTableStatisticResults td.col-3 {text-align:right;width:60px;}
table.fzTableStatisticResults th.col-4, table.fzTableStatisticResults td.col-4 {text-align:right;width:50px;}
table.fzTableStatisticResults th.col-5, table.fzTableStatisticResults td.col-5 {width:100px;}
table.fzTableStatisticResults th.col-6, table.fzTableStatisticResults td.col-6 {text-align:right; width:60px;padding-right:5px;}
table.fzTableStatisticResults th.col-7, table.fzTableStatisticResults td.col-7 {width:20px;padding-right:5px;}

/* statistics tip count */
table.fzTableStatisticTipCount th.col-1, table.fzTableStatisticTipCount td.col-1 {width:160px;}
table.fzTableStatisticTipCount th.col-2, table.fzTableStatisticTipCount td.col-2 {text-align:right;}
table.fzTableStatisticTipCount th.col-3, table.fzTableStatisticTipCount td.col-3 {text-align:right;width:50px;}
table.fzTableStatisticTipCount th.col-4, table.fzTableStatisticTipCount td.col-4 {width:100px;}
table.fzTableStatisticTipCount th.col-5, table.fzTableStatisticTipCount td.col-5 {text-align:right; width:60px;padding-right:5px;}
table.fzTableStatisticTipCount th.col-6, table.fzTableStatisticTipCount td.col-6 {width:20px;padding-right:5px;}
table.fzTableStatisticTipCount tbody tr {font-weight:bold;}

/* hall of fame general */
table.fzTableHallOfFame th.col-4, table.fzTableHallOfFame td.col-4 {width:21px; text-align:center; padding-right:3px;}
table.fzTableHallOfFame th.col-5, table.fzTableHallOfFame td.col-5 {width:21px; text-align:center; padding-right:3px;}
table.fzTableHallOfFame th.col-6, table.fzTableHallOfFame td.col-6 {width:21px; text-align:center; padding-right:10px;}
table.fzTableHallOfFame th.col-7, table.fzTableHallOfFame td.col-7 {width:17px;text-align:center; padding-right:5px;}
table.fzTableHallOfFame th.col-8, table.fzTableHallOfFame td.col-8 {width:17px;text-align:center; padding-right:5px;}
table.fzTableHallOfFame th.col-9, table.fzTableHallOfFame td.col-9 {width:17px;text-align:center; padding-right:5px;}
table.fzTableHallOfFame th.col-10, table.fzTableHallOfFame td.col-10  {text-align:right; padding-right:5px;}

/* hall of fame content legend */
table.fzTableHallOfFameLegend tr {height:32px;}
table.fzTableHallOfFameLegend td.col-1,
table.fzTableHallOfFameLegend td.col-3,
table.fzTableHallOfFameLegend td.col-5
{width:21px; padding-right:10px;}

/* hall of fame history */
table.fzTableHallOfFameHistory th.col-2, table.fzTableHallOfFameHistory td.col-2,
table.fzTableHallOfFameHistory th.col-3, table.fzTableHallOfFameHistory td.col-3
{text-align:right;}

/* hall of fame details */
table.fzTableHallOfFameDetails th.col-3, table.fzTableHallOfFameDetails td.col-3,
table.fzTableHallOfFameDetails th.col-4, table.fzTableHallOfFameDetails td.col-4
{text-align:right;}


/* tip statistic */
table.fzTableTipStatistic td.col-2 {width: 30px; text-align:right;}
table.fzTableTipStatistic td.col-3 {width:100px;}

/* bazar encash */
table.fzTableEncash td.col-2 {width:80px; text-align:right;}

/* leagues table */
table.fzLeaguesTable {table-layout:auto;}
table.fzLeaguesTable th.col-3,  
table.fzLeaguesTable td.col-3,
table.fzLeaguesTable th.col-4,  
table.fzLeaguesTable td.col-4,
table.fzLeaguesTable th.col-5,  
table.fzLeaguesTable td.col-5,
table.fzLeaguesTable th.col-6,  
table.fzLeaguesTable td.col-6,
table.fzLeaguesTable th.col-7,  
table.fzLeaguesTable td.col-7,
table.fzLeaguesTable th.col-8,  
table.fzLeaguesTable td.col-8,
table.fzLeaguesTable th.col-9,  
table.fzLeaguesTable td.col-9
{ text-align:right; }

table.fzLeaguesTable-BL tr.fzRow-1,
table.fzLeaguesTable-BL tr.fzRow-2,
table.fzLeaguesTable-BL tr.fzRow-4,
table.fzLeaguesTable-BL tr.fzRow-5,
table.fzLeaguesTable-BL tr.fzRow-17,
table.fzLeaguesTable-BL tr.fzRow-18
{font-weight:bold;}
table.fzLeaguesTable-BL tr.fzRow-16,
table.fzLeaguesTable-BL tr.fzRow-3
{background-color:#f0f0f0;}

table.fzLeaguesTable-2B tr.fzRow-1,
table.fzLeaguesTable-2B tr.fzRow-2,
table.fzLeaguesTable-2B tr.fzRow-17,
table.fzLeaguesTable-2B tr.fzRow-18
{font-weight:bold;}
table.fzLeaguesTable-2B tr.fzRow-16,
table.fzLeaguesTable-2B tr.fzRow-3
{background-color:#f0f0f0;} 


table.fzLeaguesTable-PL tr.fzRow-1,
table.fzLeaguesTable-PL tr.fzRow-2, 
table.fzLeaguesTable-PL tr.fzRow-3,
table.fzLeaguesTable-PL tr.fzRow-5,
table.fzLeaguesTable-PL tr.fzRow-18,
table.fzLeaguesTable-PL tr.fzRow-19,
table.fzLeaguesTable-PL tr.fzRow-20
{font-weight:bold;}
table.fzLeaguesTable-PL tr.fzRow-4
{background-color:#f0f0f0;}


table.fzLeaguesTable-SL tr.fzRow-1,
table.fzLeaguesTable-SL tr.fzRow-3, 
table.fzLeaguesTable-SL tr.fzRow-4,
table.fzLeaguesTable-SL tr.fzRow-16,
table.fzLeaguesTable-SL tr.fzRow-17,
table.fzLeaguesTable-SL tr.fzRow-18
{font-weight:bold;}
table.fzLeaguesTable-SL tr.fzRow-2
{background-color:#f0f0f0;}

table.fzLeaguesTable-SA tr.fzRow-1,
table.fzLeaguesTable-SA tr.fzRow-2, 
table.fzLeaguesTable-SA tr.fzRow-3,
table.fzLeaguesTable-SA tr.fzRow-5,
table.fzLeaguesTable-SA tr.fzRow-18,
table.fzLeaguesTable-SA tr.fzRow-19,
table.fzLeaguesTable-SA tr.fzRow-20
{font-weight:bold;}
table.fzLeaguesTable-SA tr.fzRow-4
{background-color:#f0f0f0;}

table.fzLeaguesTable-PD tr.fzRow-1,
table.fzLeaguesTable-PD tr.fzRow-2, 
table.fzLeaguesTable-PD tr.fzRow-3,
table.fzLeaguesTable-PD tr.fzRow-5,
table.fzLeaguesTable-PD tr.fzRow-6,
table.fzLeaguesTable-PD tr.fzRow-18,
table.fzLeaguesTable-PD tr.fzRow-19,
table.fzLeaguesTable-PD tr.fzRow-20
{font-weight:bold;}
table.fzLeaguesTable-PD tr.fzRow-4
{background-color:#f0f0f0;}

table.fzLeaguesTable-AT tr.fzRow-2,
table.fzLeaguesTable-AT tr.fzRow-3, 
table.fzLeaguesTable-AT tr.fzRow-10
{ font-weight:bold;}
table.fzLeaguesTable-AT tr.fzRow-1
{ background-color:#f0f0f0;}

table.fzLeaguesTable-CL { margin:16px 0 24px 0; }
table.fzLeaguesTable-CL tr.fzRow-1, 
table.fzLeaguesTable-CL tr.fzRow-2
{ font-weight:bold;}
table.fzLeaguesTable-CL tr.fzRow-3
{ background-color:#f0f0f0;}

table.fzLeaguesTable-UC { margin:16px 0 24px 0;}
table.fzLeaguesTable-UC tr.fzRow-1,
table.fzLeaguesTable-UC tr.fzRow-2
{font-weight:bold;}

table.fzWMTable {table-layout:auto;}
table.fzWMTable th.col-4,  
table.fzWMTable td.col-4,
table.fzWMTable th.col-5,  
table.fzWMTable td.col-5,
table.fzWMTable th.col-6,  
table.fzWMTable td.col-6,
table.fzWMTable th.col-7,  
table.fzWMTable td.col-7,
table.fzWMTable th.col-8,  
table.fzWMTable td.col-8,
table.fzWMTable th.col-9,  
table.fzWMTable td.col-9,
table.fzWMTable th.col-10,  
table.fzWMTable td.col-10
{ text-align:right; }

table.fzLeaguesTable-WM { margin:16px 0 24px 0; }
table.fzLeaguesTable-WM tr.fzRow-1, 
table.fzLeaguesTable-WM tr.fzRow-2
{ font-weight:bold;}
table.fzLeaguesTable-WM tr.fzRow-2
{ background-color:#f0f0f0;}


/* BUTTON */

.fzButtonSection{
	margin-top:20px;
	height:40px;
	padding:0 5px 0 10px;
}

.fzButtonLabel{
	height:36px;
	border-spacing:0;
	padding:0;
	margin:0;
}
.fzButton{
	float:right;
	margin-left:2px;
	position:relative;
	display:inline;
	overflow:hidden;
}

.fzButton a, .fzButton div{
	display:block;
	height:39px;
	min-width:50px;
	text-align:center;
	padding-right:28px;
	background: transparent url(/common/img/button_fz.png) no-repeat right top;
	overflow: hidden;
	float:left;
}
.fzButton span{
	display:block;
	line-height: 16px;
	padding: 10px 0 13px 23px;
	background: transparent url(/common/img/button_fz.png);
	background-color:#fff;
	color:#000;
	font-weight: bold;
}

.fzButton input{
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:39px;
	width:100%;
	z-index:2;
}


.fzTypeConfirm a{
	width:50px !important;
}
.fzTypeDeny a{
	background: transparent url(/common/img/button_fz.png) no-repeat right -61px;
	width:50px !important;
}
div.fzTypeDeny div{
	background: transparent url(/common/img/button_fz.png) no-repeat right -61px;
}
.fzTypeDeny span{
	background: transparent url(/common/img/button_fz.png) no-repeat left -61px;
}
.fzButton a:focus, .fzButton a:active{
	outline:0;	
}

/* search input combined with button */
div.fzSearchInput{ float:right; display:inline;margin-right:80px;}
table.fzSearchInput{ height:36px;}
input.fzSearchInput {width:120px; margin-left:10px;}
.fzSearchError{margin-bottom:4px; display:block;}


/* TRIKOTS */
div.fzTrikot{
	position:relative;
	width:47px;
	height:39px;
	overflow:hidden;
}
div.fzTrikot img{ 
	position:absolute; 
	top:0; 
	left:0;
	width:320px;	
	height:1000px; 
}

/* Small Flags */
div.fzFlagSmall{
	position:relative;
	width:26px;
	height:17px;
	overflow:hidden;
}
div.fzFlagSmall img{ 
	position:absolute; 
	top:0; 
	left:0;
	width:320px;	
	height:1000px; 
}

/* ICONS */
div.fzIcon{
	position:relative;
	overflow:hidden;
}
div.fzIcon img, div.fzIcon input {
	position:absolute;
	top:0;
	left:0;	
	width:250px;
	height:270px;
	border:0;	
}


/* specific icons */
div.starComplete	{width:21px; height:20px;}
div.starResult		{width:21px; height:20px;}
div.starTendency	{width:21px; height:20px;}
div.trash			{width:14px; height:14px;}
div.mail			{width:13px; height:10px;}
div.topTip9			{width:17px; height:17px;}
div.topTip7			{width:17px; height:17px;}
div.topTip5			{width:17px; height:17px;}
div.chart			{width:27px; height:24px;}
div.tendencyUnchanged			{width:11px; height:5px;}
div.tendencyUp					{width:11px; height:12px;}
div.tendencyDown				{width:11px; height:12px;}
div.jokerOffensiveClickable		{width:43px; height:36px;}
div.jokerDefensiveClickable		{width:43px; height:36px;}
div.jokerSpyClickable			{width:43px; height:36px;}
div.jokerOffensiveUnavailable	{width:43px; height:36px;}
div.jokerDefensiveUnavailable	{width:43px; height:36px;}
div.jokerSpyUnavailable			{width:43px; height:36px;}
div.jokerOffensiveActive		{width:43px; height:36px;}
div.jokerDefensiveActive		{width:43px; height:36px;}
div.jokerSpyActive				{width:43px; height:36px;}
div.jokerOffensiveInactive		{width:43px; height:36px;}
div.jokerDefensiveInactive		{width:43px; height:36px;}
div.jokerSpyInactive			{width:43px; height:36px;}
div.jokerOffensiveBig			{width:85px; height:72px;}
div.jokerDefensiveBig			{width:85px; height:76px;}
div.jokerSpyBig					{width:93px; height:72px;}
div.jokerOffensiveUsed			{width:21px; height:18px;}
div.jokerDefensiveUsed			{width:21px; height:18px;}
div.jokerSpyUsed				{width:22px; height:18px;}
div.arrowLeft					{width:6px; height:11px;}
div.arrowRight					{width:6px; height:11px;}


/* mirando banner */

#fzSuperBannerPlacer{
	position:absolute;
	width:728px;
	height:90px;
	top:0px;
	left:29px;
	z-index:3;
	padding-left:12px;
	background-color:#f5f5f5;

}

#fzSkyScraperPlacer{
	position:absolute;
	width:200px;
	height:600px;
	top:90px;
	left:789px;
	z-index:3;
	
}

/* mirando wallpaper */
.mir-wallpaper-background {
	background-color:#005500;
	background:url(/common/img/FB/bg.jpg);
}

/* banner */
.fzCenterBannerContainer {margin-top:32px;}
.fzCenterBannerLabel{ color:#666666; padding-bottom:2px; font-size:11px;}
.fzCenterBanner{ overflow:hidden; border:1px solid #ddd;;}

/* COLORS */
.fzAlert{ color:#cc0000; }


/* FORMS */
select.fzTeamSelect{width:194px;}
select.fzMatchdaySelect {width:200px;float:right;display:inline;}
select.fzTournamentSelect{width:210px;height:21px;}

label.fzLabelAbove {
	display:block;	
	margin-bottom:4px;	
}
input.fzSide {
	width:194px;
	margin-bottom:10px;	
}

.fzFormFieldGroup{margin-bottom:16px;}
.fzFormField{ overflow:hidden; width:100%; margin-bottom:8px;}
.fzFormField label{
	float:left;
	width:220px;
	display:inline; /* avoid ie6 double margin bug */
}
.fzFormFieldResultCopy{
	float:left;
	margin-left:10px;
	width:220px;
	display:inline; /* avoid ie6 double margin bug */
}
.fzFieldError{ margin-bottom:4px; color:#cc0000;}
.fzFormField label span, .fzFormFieldResultCopy span  { font-weight:bold; }
.fzFormField input.fzInput, .fzFormField select, .fzFormField textarea, .fzFormField div.fzCheckbox {
	float:right;
	width:220px;
	margin-bottom:12px;
	display:inline; /* avoid ie6 double margin bug */
}
input.fzFileInput {width:220px; margin-top:8px;}
.fzFormField select, .fzFormField div.fzCheckbox { width:225px; }
.fzFormField textarea {  width:224px; height:104px; font:normal 12px Arial, sans-serif;}


/* PERCENTAGES */

.fzCenterPercentage{ overflow:hidden; width:100%; }
.fzCenterPercentage label{
	float:left;
	width:220px;
	margin-bottom:8px;
	height:24px;
	line-height:24px;
	display:inline; /* avoid ie6 double margin bug */
}
.fzCenterPercentage div.fzPercentageBar{
	float:right;
	margin-bottom:8px;
	margin-left:10px;
	width:200px;
	height:24px;
	background-color:#f0f0f0;
	display:inline; /* avoid ie6 double margin bug */
}
.fzCenterPercentage div.fzPercentageBar div.fzPercentageFill{
	height:24px;
	background-color:#669900;
}
.fzCenterPercentage div.fzPercentageNumber{
	float:right;
	margin-bottom:8px;
	width:30px;
	height:24px;
	color:#669900;
	font-weight:bold;
	line-height:24px;
	text-align:right;
	display:inline; /* avoid ie6 double margin bug */
}


.fzSmallPercentage{ overflow:hidden; width:100%; }
.fzSmallPercentage div.fzPercentageBar{
	float:right;
	margin-left:10px;
	width:100px;
	height:12px;
	background-color:#f0f0f0;
	display:inline; /* avoid ie6 double margin bug */
}
.fzSmallPercentage div.fzPercentageBar div.fzPercentageFill{
	height:12px;
	background-color:#669900;
}
.fzSmallPercentage div.fzPercentageNumber{
	float:right;
	width:30px;
	height:12px;
	color:#669900;
	font-weight:bold;
	line-height:12px;
	text-align:right;
	display:inline; /* avoid ie6 double margin bug */
}

/* TIP */

/* fixture lines */
div.fzLineOdd  { height:1px; width:100%; background-color:#f0f0f0; line-height:1px;}
div.fzLineEven { height:1px; width:100%; background-color:#ffffff; line-height:1px;}


/* select */
select.fzTipInput {width:240px;}

/* fonts */
.fzFontCurrentTip{ font-size:18px; font-weight:bold; }
.fzFontCurrentTipHeight{ line-height:18px; }
.fzFontCurrentTipSmall{ font-size:14px; font-weight:bold; }
div.ftTipPoints{ margin-top:8px; }

/* general fixture table */
table.fzFixtureTable { width:100%; border-spacing:0; table-layout:auto; border-collapse:collapse;}
table.fzFixtureTable tr {height:48px;} 
table.fzFixtureTable tr.fzOdd  { background-color:#f0f0f0; }
table.fzFixtureTable tr.fzEven { background-color:#ffffff; }


/* fixture display */
table.fzFixtureDisplay td.fzDate {width:140px; padding-left:10px;}
table.fzFixtureDisplay td.fzIconHome {width:47px; padding-right:0px; padding-top:8px;}
table.fzFixtureDisplay td.fzIconGuest {width:47px; padding-top:8px;}
table.fzFixtureDisplay td.fzTeams {padding-left:20px; padding-right:10px;}
table.fzFixtureDisplay tr.fzEven td { border-bottom:2px solid #f0f0f0; }

/* longtime tip display */
table.fzUntipableLongtimeDisplay tr td { padding:10px 0 10px 0; }
table.fzUntipableLongtimeDisplay td.fzType {width:100px; padding:8px 0 7px 10px;}
table.fzUntipableLongtimeDisplay td.fzTipText { padding:8px 10px 7px 10px; }
table.fzUntipableLongtimeDisplay td.fzResult {width:120px; padding:8px 0 7px 0; }
table.fzUntipableLongtimeDisplay td.fzStatistic {width:27px; padding:8px 10px 7px 0;}
table.fzUntipableLongtimeDisplay tr.fzEven td { border-bottom:2px solid #f0f0f0; }

table.fzTipableLongtimeDisplay tr td { padding:10px 0 10px 0; }
table.fzTipableLongtimeDisplay td.fzTime {width:100px; vertical-align:top; padding:8px 0 15px 10px;}
table.fzTipableLongtimeDisplay td.fzSelect { vertical-align:top; padding:8px 10px 15px 10px;}
table.fzTipableLongtimeDisplay tr.fzEven td { border-bottom:2px solid #f0f0f0; }
 
/* tipable fixture display */
table.fzTipableFixtureDisplay td.fzTime {width:100px; padding-left:10px;}
table.fzTipableFixtureDisplay td.fzIconHome {width:47px; padding-right:2px; padding-top:8px;}
table.fzTipableFixtureDisplay td.fzIconGuest {width:47px; padding-top:8px;}
table.fzTipableFixtureDisplay td.fzTeams {padding:0 10px 0 10px;}
table.fzTipableFixtureDisplay td.fzTip {text-align:right; padding-right:10px;}
table.fzTipableFixtureDisplay td.fzStatistic {width:27px; padding-right:10px;}
table.fzTipableFixtureDisplay td.fzJoker {width:43px; padding-right:10px;} /* for competitor fixture display, instead of fzStatistic */

/* tipable fixture input */
table.fzTipableFixtureInput tr {height:64px;} 
table.fzTipableFixtureInput td.fzTime 	{width:100px; padding-left:10px; vertical-align:top; padding-top:12px;}
table.fzTipableFixtureInput td.fzSelect {width:271px;}
table.fzTipableFixtureInput td.fzJokerOffensive {width:43px;padding-right:5px; vertical-align:top; padding-top:8px;}
table.fzTipableFixtureInput td.fzJokerDefensive {width:43px; padding-right:8px; vertical-align:top; padding-top:8px;}
table.fzTipableFixtureInput tr.fzEven td { border-bottom:2px solid #f0f0f0; }

/* untipable fixture input */
table.fzUntipableFixtureInput td.fzTime {width:100px; padding-left:10px; vertical-align:top; padding-top:12px;}
table.fzUntipableFixtureInput td.fzPointsLabel {width:106px;}
table.fzUntipableFixtureInput td.fzPoints {width:165px;}
table.fzUntipableFixtureInput td.fzJokerOffensive {width:43px;padding-right:5px; vertical-align:top; padding-top:8px;}
table.fzUntipableFixtureInput td.fzJokerDefensive {width:43px; padding-right:8px; vertical-align:top; padding-top:8px;}
table.fzUntipableFixtureInput tr.fzEven td { border-bottom:2px solid #f0f0f0; }


/* spy joker explanation */
.fzSpyJokerExplanation {width:100%;overflow:hidden;}
.fzSpyJokerExplanationImage {float:left; display:inline;}
.fzSpyJokerExplanationText {margin-left:110px;}


/* tip overview */
table.fzTableTipOverview {table-layout:auto;}
table.fzTableTipOverview td.col-5 {width:21px;}
table.fzTableTipOverview td.col-6 {text-align:right;}

/* SPECIFIC ELEMENTS */

/* top navi */
#fzTopNavigationLogoArea {
	height:49px;
	margin-left:10px;
	padding-top:90px;
}

#fzTopNavigationLogoArea .logoImage{
	margin-top:12px;
	margin-left:5px;
	border:0;
}

#fzSharing{
	position:absolute;
	right:144px;
	top:107px;	
}

#fzMediaSports{
	position:absolute;
	right:18px;
	top:101px;	
}

#fzTopNavigationBackground {
	width:726px;
	height:85px;
	margin-left:9px;
	background:url(/common/img/topnavibg-fz-fb.png);
}

#fzNavBall{
	position:absolute;
	left:662px;
	top:150px;
	width:60px;
	height:60px;	
}
#fzTournamentSelect{
	padding-top:31px;
	float:left;
	margin-left:11px;
	display:inline; /* avoid ie6 double margin bug */
}
#fzTopNavigation{
	padding-top:32px;
	margin-left:250px;
}
#fzRegisterLink{
	padding-top:32px;
	float:right;
	margin-right:100px;
	text-align:right;
	display:inline; /* avoid ie6 double margin bug */
}

/* login */
.fzLoginButtonSection {
	margin-top:6px;	
}

/* single player info */
.fzSinglePlayerImage{
	float:left;
	width:69px;
	display:inline; /* avoid ie6 double margin bug */
}
.fzSinglePlayerImage img{
	width:69px;
}
.fzSinglePlayerPoints{
	margin-left:80px;
	margin-bottom:16px;
	width:110px;
	height:92px;
}
.fzSinglePlayerJokerBox {
	clear:both;
	width:200px;
	padding:8px 10px 8px 10px;
	background-color:#f0f0f0;
}
.fzSinglePlayerJokerBox table { margin-bottom:4px;	}
.fzSinglePlayerJokerCol { padding-left:8px;	}
.fzSinglePlayerLinkBox { margin-top:1px; padding:8px 10px 8px 10px; background-color:#f0f0f0;}
.fzSinglePlayerLinkBoxHighlighted {background-color:#dcdcdc;}
.fzSinglePlayerLinkBox img {vertical-align:middle;}

/* community info */
.fzCommunityInfoTopBox{}
.fzCommunityInfoImage{
	float:left;
	width:92px;
	height:69px;
	overflow:hidden;
	display:inline; /* avoid ie6 double margin bug */
}
.fzCommunityInfoNoImage{
	float:left;
	width:92px;
	height:69px;
	display:inline; /* avoid ie6 double margin bug */
	background-color:#f0f0f0;
}
.fzCommunityInfoBelowPicture{
	float:left;
	width:92px;
	display:inline; /* avoid ie6 double margin bug */
	overflow:hidden;
}
.fzCommunityInfoImage img{ width:92px; }
.fzCommunityInfoPoints{
	margin: 0 0 8px 103px;
	width:90px;
	height:69px;
}
.fzCommunityInfoRanking {margin-top:1px; padding:8px 10px 8px 0; background-color:#f0f0f0;}

/* read message */
.fzMessageMetaArea {height:92px;}
.fzMessagePortrait {float:left; width:69px; display:inline}
.fzMessageMeta {margin-bottom:4px; margin-left:79px;}
.fzMessageMetaNoPortrait {margin-bottom:4px;}
.fzMessageBody {margin-top:12px; border-bottom:1px solid #f0f0f0;padding-bottom:8px;}

/* write message */
.fzMessageInput {width:460px; height:160px;}

/* link exchange */
ul.fzLinkExchange li {margin-bottom:8px;}
.fzLinkExchangeContainer {margin-top:24px; overflow:hidden; width:100%;}
.fzLinkExchangeBanner{margin-bottom:12px;}
.fzLinkExchangeSmallBanner{margin-bottom:8px; margin-right:8px; float:left; display:inline;}

/* webmaster */
textarea.fzWebmaster{width:468px; height:80px; font-family:monospace; margin:4px 0 24px 0;}

/* poll archive */
.fzPollArchive {margin-bottom:8px;}
.fzPollArchive label { height:100%; line-height:16px;}
.fzPollArchiveAnswers {margin-bottom:24px;}

/* home longtime tips */
.fzHomeLongtime {margin-bottom:8px;}
.fzHomeLongtime label { float:none; height:100%; line-height:36px; margin-left:10px; font-weight:bold;}
.fzHomeLongtime .fzTrikot {float:left; display:inline;}
.fzHomeLongtimeAnswer {margin-bottom:24px; padding-bottom:16px;  border-bottom:1px solid #ddd;}
.fzHomeLongtime div.fzPercentageBar{ margin-top:6px;}
.fzHomeLongtime div.fzPercentageNumber{ line-height:36px;}

/* my data */
textarea.fzMotto {height:40px;}
input.fzDateInput {float:left; width:50px; margin-right:10px;display:inline;}
input.fzYearInput {float:left; width:87px; display:inline;}

/* community data */
.fzCommunityDataPool {margin-top:8px; margin-bottom:24px;}

/* community activation */
.fzEmailPreview {
	padding:16px 10px 16px 10px;
	background-color:#f0f0f0;
}

/* player profile */
.fzPlayerProfile {overflow:hidden; width:100%; margin-top:24px;}
.fzPlayerProfileImage{ float:left; display:inline; }
.fzPlayerProfileInfo { width:290px; margin-left:160px;}
.fzPlayerProfileField{ overflow:hidden; width:290px; margin-bottom:8px;}
.fzPlayerProfileField div.fzLabel{
	float:left;
	width:140px;
	display:inline; /* avoid ie6 double margin bug */
}
.fzPlayerProfileField div.fzValue{
	float:left;
	width:150px;
	display:inline; /* avoid ie6 double margin bug */
	font-weight:bold;
}
.fzPlayerProfileField div.fzPlayerProfileFieldWide{ width:300px; margin-bottom:8px;}
.fzPlayerProfileEditLink{margin-top:16px;}
.fzPlayerProfileTextarea{height:52px;}

/* community profile */
.fzCommunityProfile {overflow:hidden; width:100%; margin-top:24px;}
.fzCommunityProfileImage{ float:left; display:inline; }
.fzCommunityProfileInfo { width:256px; margin-left:194px;}
.fzCommunityProfileField{overflow:hidden; width:256px; margin-bottom:8px;}
.fzCommunityProfileField div.fzLabel{
	float:left;
	width:118px;
	display:inline; /* avoid ie6 double margin bug */
}
.fzCommunityProfileField div.fzValue{
	float:left;
	width:138px;
	display:inline; /* avoid ie6 double margin bug */
	font-weight:bold;
}
.fzCommunityProfileField div.fzCommunityProfileFieldWide{ width:276px; margin-bottom:8px;}
.fzCommunityProfileEditLink {margin-top:16px;}

/* guestbook */
.fzGuestbookEntry{
	overflow:hidden; 
	width:460px;
	padding:8px 10px 8px 10px;
}
.fzGuestbookOdd { background-color:#f0f0f0; }
.fzGuestbookEven { background-color:#fff;}
.fzGuestbookTrash { float:right;}
.fzGuestbookText {margin-left:79px;}
.fzGuestbookImage { float:left; display:inline; }

/* player statistics */
.fzPlayerStatisticsExplanation {margin-top:8px;}

/* tip */
.fzTipHint{margin:16px 0px 16px 0px;}

/* tip statistic */
.fzTipStatisticTips { width:100%; overflow:hidden; padding-bottom:32px; border-bottom:1px solid #ddd;}
.fzTipStatisticList { width:50%; float:left;}
.fzTipStatisticHome {float:left; display:inline;}
.fzTipStatisticDraw {margin-top:24px;}

/* bazar product list */
.fzBazarList {width:100%; overflow:hidden; position:relative;}
.fzBazarList ul {margin:8px 0 0 0; padding:0;}
.fzBazarList ul li {margin:0; padding:0;}
.fzBazarImage {float:left; display:inline;}
.fzBazarText {margin-left:196px; width:274px;}
.fzBazarText div ul {padding-left:16px;}
.fzBazarProductName {display:block; margin-bottom:4px; font-weight:bold;}

/* share / bookmark */
.fzBookmarkLabel {margin-left:8px; vertical-align:middle; padding-top:5px;}
.fzBookmarkIcon {vertical-align:middle; }

/* side joker teaser */
.fzJokerTeaser {width:100%; overflow:hidden; margin-bottom:12px;}
.fzJokerTeaserImage {width:43px; float:left; display:inline;}
.fzJokerTeaserText {margin-left:53px;}

/* center news */
.fzCenterNews {width:100%; overflow:hidden; margin-bottom:24px;}
.fzCenterNews .fzCenterNewsImage {float:left; display:inline;}
.fzCenterNews .fzCenterNewsText {margin-left:100px;}
.fzCenterNewsNoImage {width:100%; margin-bottom:16px;}
.fzCenterNewsDate{color:#666666; font-weight:bold;}

/* login */
.fzLoginMessage {margin-bottom:16px;}

/* home page */
.fzHomeCopy{color:#666666;}
.fzHomeTopArea {height:196px; position:relative;}
.fzHomeLogo{padding:107px 0 0 18px;}
.fzHomeTopText1{position:absolute; width:220px; top:115px; left:260px;}
.fzHomeTopText2{position:absolute; width:220px; top:115px; left:500px;}
.fzHomeTournamentSelectArea {position:relative; height:400px; background:url(/common/img/home_bg_fz.jpg);}
.fzHomeSelectTeaser {width:100%; overflow:hidden; padding:20px 0 10px 0;}
.fzHomeSelectTeaserLeft {float:left; display:inline; margin-left:20px;}
.fzHomeSelectTeaserRight {float:right; display:inline; margin-right:20px;}
.fzHomeSelectTeaser div h1 { color:#b4b4b4; font: bold 11px Arial,sans-serif; line-height: 14px; letter-spacing:-0.09em; text-transform:uppercase;}
.fzHomeSelectFlash {height:300px; width:740px; text-align:center; margin-left:1px;}
.fzHomeSelectLinks{
	padding-top:2px;
	text-align:center;
}
.fzHomeSelectLinksAT{padding-top:10px;}
.fzHomeSelectLinks a {
	color:#ffffff;
	font: normal 12px Arial, sans-serif;
	line-height: 20px;
	text-decoration:none;
 	margin-right:18px;
 }
.fzHomeSelectBorder{height:10px; line-height:20px; background:url(/common/img/home_border_fz.gif); margin-bottom:20px;}
.fzHomeTextRow{width:740px; overflow:hidden; margin-bottom:22px;}
.fzhomeTextCol{width:220px; float:left; display:inline; margin:0 0 0 20px;}
.fzhomeTextCol h2{
	font: bold 14px Arial,sans-serif;
	line-height: 14px;
	color:#000;
	letter-spacing:-0.09em;
	text-transform:uppercase;
	margin-bottom:10px;
}
.fzHomeExplainImage{}
.fzHomeFooter{
		background-color:#f5f5f5; 
		margin-top:60px; 
		padding:12px 20px 12px 20px; 
		text-align:center; 
		color:#666666;
		font: normal 10px Arial, sans-serif;
		line-height: 14px;
}
.fzHomeFooter a {
	color:#666666;
	font: normal 10px Arial, sans-serif;
	line-height: 14px;
	text-decoration:none;
 	margin-right:12px;
 }
 .fzHomeFooter a:hover {color:#aaa;}
 .fzHomeCopyright{color:#aaa;}
