@charset "utf-8";
/* CSS Document */

/************************************************************************************
COLOUR PALETTE

******************
201718
******************
clockdark #323536
headerblock #171717
menu #323536
homeslide #44bee0
titleblock #44bee0

orange #e16543
yellow #f2eb77

body copy #323536

background white 1 #f1f3f5

*************************************************************************************/

@font-face {
    font-family: 'bebas';
    src: url('../fonts/BebasNeue.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/Lato-Reg.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'opensans';
  src: url('../fonts/OpenSans-CondLight-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans-CondLight-webfont..ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-CondLight-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	background-color: #f1f3f5;
	background-repeat:repeat;
	color: #323536;
	font-family: OpenSans;
	font-weight: normal;
	font-style: normal;
	font-size: large;
}

.interviewbold {
	color:#323536;	
	font-family: OpenSans;
	font-weight: bold;
	font-style: normal;
	font-size:large;
}
.interviewrow {
	color:#323536;	
	font-family: OpenSans;
	font-weight: bold;
	font-style: normal;
	font-size:large;
	background-color:#67535e;
}
.interviewquestion {
	color:#323536;	
	font-family: OpenSans;
	font-weight: bold;
	font-style: normal;
	font-size:large;
	background-color:#5f3049;
}
.interviewanswer {
	color:#323536;	
	font-family: OpenSans;
	font-weight:normal;
	font-style: italic;
	font-size:large;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Bebas;
    font-weight: normal;
    font-style: normal;
	margin-bottom:0px;
}
a:link {
	color: #323536;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #323536;
}
a:hover {
	text-decoration: underline;
	color: #323536;
}
a:active {
	text-decoration: underline;
}
a.class2:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.class2:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a.class2:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a.class2:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

/************************************************************************************
ALL TABLES
*************************************************************************************/
/* Zebra striping */
table.standard th { 
	background: #e16543;
	text-align: left;
	padding: 2px 2px;
}
table.standard tr:nth-of-type(odd) { background: #dbe2e9;}
table.standard tr:nth-of-type(even) { background: #c9d3de;}
table.standard tr:hover { 
	background: #f2eb77;
	color: #1e3e51;
}
table.standard td { 
    padding: 2px 2px;
}

/* horizontal quicklinks menu */

.quicklink {
	width:10.4%;
	float:left;
	text-align:center;
	padding:10px;
	overflow:auto;
	vertical-align:bottom;
	color: #f1f3f5; 
	background-color:#323536;
	font-size: 26px; 
	font-family: bebas; 
	font-weight: normal;
	font-style: normal;
	line-height:26px;
}

.quicklink:hover {
	color: #323536; 
	background-color:#f2eb77;
}

.quicklink a:link {
	color: #f1f3f5; 
	background-color:#323536;
}
.quicklink a:visited {
	color: #f1f3f5; 
	background-color:#323536;
}
.quicklink a:hover {
	color: #f1f3f5; 
	background-color:#323536;
}
.quicklink a:active {
	color: #f1f3f5; 
	background-color:#323536;
}

/* header */

#headerclockwrapper {
	width:100%; 
	background-color:#323536; 
	color: #fff;
	overflow:auto; 
	margin:auto;
}

#headerclockcontainer {
	width:980px; 
	background-color:none; 
	overflow:auto; 
	margin:auto
}

.clockcontent {
	padding-left:10px; 
	padding-right:10px; 
	background-color:none; 
	float:right; 
	text-align:right; 
	display: inline;
}

#headerlogowrapper {
	width:100%; 
	background-color:#171717; 
	overflow:auto; 
	margin:auto
}

#headerlogocontainer {
	width:980px; 
	background-color: none; 
	overflow: auto; 
	padding-top: 25px;
	padding-bottom: 25px;
	margin: auto;
	text-align: center; 
	font-family: Bebas;
    font-weight: normal;
    font-style: normal;
	font-size: 50px;
}

#headermenuwrapper {
	width:100%; 
	background-color:#323536; 
	overflow:auto; 
	margin:auto
}

#headermenucontainer {
	width:980px; 
	padding-left:0px; 
	padding-right:0px; 
	background-color: none; 
	overflow: auto; 
	margin: auto;
}

/************************************************************************************
TOP MENU
*************************************************************************************/
table.topmenu { 
	background-color: none; 
	text-align: center; 
	width: 960px; 
	color: #ffffff; 
	font-size: 22px; 
	font-family: bebas; 
	font-weight: normal;
	font-style: normal;
	margin: 0; 
	border-width: 0; 
	border-collapse:collapse;}

table.topmenu td:hover {color: #29404f; background: #f2eb77;}

table.topmenu a:link {color: #ffffff; background: none; text-decoration: underline; }
table.topmenu a:visited {color: #ffffff; background: none; text-decoration: underline; }
table.topmenu a:hover {color: #29404f; background: #f2eb77; text-decoration: underline; }
table.topmenu a:active {color: #29404f; background: #f2eb77; text-decoration: underline; }

/************************************************************************************
SUB TOP MENU
*************************************************************************************/

table.menu { 
	position:absolute; 
	visibility:hidden; 
	z-index:1000; 
	background:#323536; 
	text-align: center; 
	font-size: 18px; 
	font-family: bebas; 
	font-weight: normal;
	font-style: normal;
	margin: 0; 
	border-collapse:collapse;
}
table.menu th {
	color: #e16543; 
	background:none; 
	text-align: center; 
	font-size: 18px; 
	font-family: bebas; 
	font-weight: normal;
	font-style: normal;
}
table.menu td { line-height: 16px; padding: 5px 10px; }

table.menu tr:hover {color: #29404f; background: none;}

table.menu a:link {color: #ffffff; background: none; text-decoration: underline; }
table.menu a:visited {color: #ffffff; background: none; text-decoration: underline; }
table.menu a:hover {color: #29404f; background: #f2eb77; text-decoration: underline; }
table.menu a:active {color: #29404f; background: #f2eb77; text-decoration: underline; }

table.menuhead th {
	color: #e16543; 
	background: none; 
	text-decoration: underline; 
}
table.menuhead a:hover {color: #f2eb77; background: none; text-decoration: underline; }


/* all pages */

.titleblock {
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	width: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff; 
	background-color: #44bee0;
	font-size: 40px;
 	clear:both;
 }

.sub-titleblock {
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	width: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff; 
	background-color: #44bee0;
	font-size: 18px;
}
.sub-titleleague {
	float:left;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	width: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff; 
	background-color: #44bee0;
	font-size: 18px;
}

.sub-titletabledate {
	font-family: OpenSans;
	font-weight: normal;
	font-style:italic;
	float:right;
}

.latestnewsheadline {
	text-align: left;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 50px;
	line-height: 48px;
}

.middle-twitterfeeds {
	width:225px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-bottom:10px; 
	background-color:none;
}

.rightcolumn {
	width:225px; 
	padding-left:10px; 
	padding-right:10px; 
	background-color:none; 
	float:left;
}

.rightcolumn-twitterfeeds {
	width:225px; 
	padding-left:0px; 
	padding-right:0px; 
	background-color:none;
}

.containerwrapper {
	width:980px; 
	padding-top:10px; 
	background-color:none; 
	overflow:auto; 
	margin:auto
}

.container {
	width:auto; 
	padding-left:10px; 
	padding-right:10px; 
	background-color:none; 
	float:left;
}
.containerninesixty {
	width:960px; 
	padding-left:10px; 
	padding-right:10px; 
	text-align: center;
	background-color:none; 
	float:left;
}

.content {
	width:auto; 
	padding-left:0px; 
	padding-right:0px; 
	background-color: none;
}

/* homepage only blocks */

#leaguetablewrap {
	width:980px; 
	padding-top:20px; 
	background-color:none; 
	overflow:auto; 
	margin:auto
}

#leaguetableblock {
	width:715px; 
	padding-left:10px; 
	padding-right:10px; 
	background-color:none; 
	float:left;
}

#leaguetabledata {
	float:left;
 	width:715px; 
	padding-left:0px; 
	padding-right:0px; 
	background-color:#e3e3e3;
}

#submenu {
	width:205px; 
	padding-left:10px; 
	padding-right:10px; 
	padding-top:0px; 
	background-color: orange;
}

#homeslide {
	width: 100%; 
	height:600px; 
	background-color: #44bee0; 
	background-image: url(../images/header2018league_01.jpg); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#homeslidecountdown {
	width: 980px; 
	height:250px; 
	background-color: none; 
	background-image: none; 
	overflow: auto; 
	margin: auto; 
	padding-top:50px;
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 96px;
	line-height:96px;
	vertical-align:bottom;
}

#homeslideapril {
	width: 100%; 
	height:600px; 
	background-color: #44bee0; 
	background-image: url(../images/header2018fiveasidecup_F.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#homeslidemarch {
	width: 100%; 
	height:600px; 
	background-color: #FFB03B; 
	background-image: url(../images/header2018fiveasidecup_SF.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#homeslidefebruary {
	width: 100%; 
	height:600px; 
	background-color: #44bee0; 
	background-image: url(../images/header2017league_06.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#homeslidejanuary {
	width: 100%; 
	height:600px; 
	background-color: #44bee0; 
	background-image: url(../images/header2018ffacup_02.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#homeslidedecember {
	width: 100%; 
	height:600px; 
	background-color: #44bee0; 
	background-image: url(../images/header2018sfpcup_07.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#homeslidenovember {
	width: 100%; 
	height:600px; 
	background-color: #FFB03B; 
	background-image: url(../images/header2016league_blackwednesday.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#homeslideoctober {
	width: 100%; 
	height:600px; 
	background-color: #44bee0; 
	background-image: url(../images/header2017league_05.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#homeslideseptember {
	width: 100%; 
	height:600px; 
	background-color: #44bee0; 
	background-image: url(../images/header2017league_04.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#homeslideaugust {
	width: 100%; 
	height:600px; 
	background-color: #44bee0; 
	background-image: url(../images/header2017league_01.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#latestnewsblock {
	width:470px; 
	padding-left:10px; 
	padding-right:10px; 
	background-color:none; 
	float:left;
}

#middle-column-quicklinks {
	margin:0px;
	padding-top:0px; 
	padding-left:10px; 
	padding-right:0px; 
	float:left; 
	width:225px; 
	background-color:none; 
}

#middle-column {
	width:225px; 
	padding-left:10px; 
	padding-right:10px; 
	background-color:none; 
	float:left;
}

#right-column {
	width:225px; 
	padding-left:10px; 
	padding-right:10px; 
	background-color:none; 
	float:left;
}

/* squad page blocks */

.squadplayers {
	width: 280px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 74px; 
	background-color: none; 
	float: left;
}

.squadplayers {
	width: 280px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 74px; 
	background-color: none; 
	float: left;
}

.squadpointsmenu {
	width: 260px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: none;
	text-align: right;
}

.squadpointswrapper {
	width:410px; 
	padding-left:0px; 
	padding-right:0px; 
	background-color: none; 
	float:left;
}

.idtabsmenulist {
	display: inline; 
	list-style-type: none; 
	padding-right: 20px;
}

.squadpointsaugnov {
	width:25%; 
	padding-left:0px; 
	padding-right:0px; 
	background-color: none; 
	float:left;
}

.squadpointsdecfeb {
	width:33%; 
	padding-left:0px; 
	padding-right:0px; 
	background-color: none; 
	float:left;
}

.squadpointsmarmay {
	width:33%; 
	padding-left:0px; 
	padding-right:0px; 
	background-color: none; 
	float:left;
}

.squadpointstotal {
	width:25px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:74px; 
	background-color: none; 
	float:left;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/* ssuper cup page */

#supercupslide {
	width: 100%; 
	height:460px; 
	background-color: #20BCAD; 
	background-image: url(../images/header2017supercup_01_1800x460.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}

#sfpcupslide {
	width: 100%; 
	height:460px; 
	background-color: none; 
	background-image: url(../images/header2018sfpcup_F_1800x460.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
}

#sfpcupslidevideo {
	width: 100%; 
	height:550px; 
	background-color: #44bee0; 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
}
#sfpfivecupslide {
	width: 100%; 
	height:460px; 
	background-color: none; 
	background-image: url(../images/header2018fiveasidecup_F_1800x460.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
}
#sfpffacupslide {
	width: 100%; 
	height:460px; 
	background-color: none; 
	background-image: url(../images/header2018ffacup_SF_1800x460.png); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
}
#tapeslide {
	width: 100%; 
	height:400px; 
	background-color: none; 
	background-image: url(../images/header2016SFPTAPE_1800x400.jpg); 
	overflow: auto; 
	margin: auto; 
	background-position: center 0%;
	text-align: center;
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	vertical-align:bottom;
}


/************************************************************************************
LEAGUE TABLE
*************************************************************************************/
table.leaguetable { 
	color: #f1f3f5; 
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-align: center; 
	width: 100%; 
	margin-bottom: 0; 
	padding: 0; 
	border-collapse: collapse; }
/* Zebra striping */
table.leaguetable tr:nth-of-type(odd) { 
  background: #2aa2c2; 
}
table.leaguetable tr:nth-of-type(even) { 
  background: #209bc0; 
}
table.leaguetable tr:nth-of-type(1) { 
  background: #1e3e51; 
}
table.leaguetable tr:nth-of-type(2) { 
  background: #284c62; 
}
table.leaguetable tr:nth-of-type(3) { 
  background: #295f77; 
}
table.leaguetable tr:nth-of-type(4) { 
  background: #2a748e; 
}
table.leaguetable tr:nth-of-type(13) { 
  background: #506474; 
}
table.leaguetable tr:nth-of-type(14) { 
  background: #4c5b68; 
}
table.leaguetable tr:hover {
	background: #f2eb77;
	color: #1e3e51;
}
table.leaguetable a:link {color: #fff; background: none; text-decoration: underline; }
table.leaguetable a:visited {color: #fff; background: none; text-decoration: underline; }
table.leaguetable a:hover {color: #1e3e51; background: #f2eb77; text-decoration: underline; }
table.leaguetable a:active {color: #1e3e51; background: #f2eb77; text-decoration: underline; }

table.leaguetable th { background: #e16543; color: #fff; font-weight: bold; text-align: center; padding-top: 7px; padding-bottom: 6px; }
table.leaguetable th + th + th { text-align: left;}
table.leaguetable th + th + th + th  + th { text-align: center;}

table.leaguetable td { font-weight: bold; padding-top: 5px; padding-bottom: 5px; border: solid 0 #ccc; text-align: center; }
table.leaguetable td + td + td { font-style: normal; font-weight: normal; text-align: left; /* styles the third td */   
}
table.leaguetable td + td + td + td { font-style: italic; text-align: left; /* styles the fourth td */   
}
table.leaguetable td + td + td + td + td { font-style: italic; text-align: center; /* styles the fifth td */   
}
table.leaguetable td + td + td + td + td + td + td  + td  + td { font-style: normal; text-align: center; /* styles the sixth td */
}

/************************************************************************************
EXPANDED LEAGUE TABLE
*************************************************************************************/
table.expleaguetable { 
	color: #f1f3f5; 
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	text-align: center; 
	width: 100%; 
	margin-bottom: 0; 
	padding: 0; 
	border-collapse: collapse;
}
table.expleaguetable th { 
	background: #e16543; 
	color: #f1f3f5; 
	font-size: medium; 
	font-weight: bold; 
	text-align: center; 
	padding-top: 7px; 
	padding-bottom: 6px; 
	width: 30px;
}
table.expleaguetable th + th + th { text-align: left; width: 150px;}
table.expleaguetable th + th + th + th { text-align: center; width:auto;}

table.expleaguetable td {
	width: 30px;
}
table.expleaguetable td + td + td { font-size: medium; font-weight: normal; text-align: left; width: 150px; /* styles the third td */   
}
table.expleaguetable td + td + td + td { text-align: center; width:auto; /* styles the fourth td */   
}

/* Zebra striping */
table.expleaguetable tr:nth-of-type(odd) { 
  background: #2aa2c2; 
}
table.expleaguetable tr:nth-of-type(even) { 
  background: #209bc0; 
}
table.expleaguetable tr:nth-of-type(1) { 
  background: #1e3e51; 
}
table.expleaguetable tr:nth-of-type(2) { 
  background: #284c62; 
}
table.expleaguetable tr:nth-of-type(3) { 
  background: #295f77; 
}
table.expleaguetable tr:nth-of-type(4) { 
  background: #2a748e; 
}
table.expleaguetable tr:nth-of-type(13) { 
  background: #506474; 
}
table.expleaguetable tr:nth-of-type(14) { 
  background: #4c5b68; 
}
table.expleaguetable tr:hover {
	background: #f2eb77;
	color: #1e3e51;
}
table.expleaguetable a:link {color: #fff; background: none; text-decoration: underline; }
table.expleaguetable a:visited {color: #fff; background: none; text-decoration: underline; }
table.expleaguetable a:hover {color: #1e3e51; background: #f2eb77; text-decoration: underline; }
table.expleaguetable a:active {color: #1e3e51; background: #f2eb77; text-decoration: underline; }

/************************************************************************************
SUPERCUP TABLE
*************************************************************************************/
table.supercup { 
	color: #f1f3f5; 
	font-family: Bebas;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-align: center; 
	width: 100%; 
	margin-bottom: 0; 
	padding: 0; 
	border-collapse: collapse; 
}
/* Zebra striping */
table.supercup tr:nth-of-type(odd) { 
  background: #96DCD4; 
}
table.supercup tr:nth-of-type(even) { 
  background: #7ED5CD; 
}
table.supercup tr:nth-of-type(1) { 
  background: #20BCAD; 
}
table.supercup tr:hover {
	background: #193d58;
	color: #f1f3f5;
}
table.supercup a:link {color: #f1f3f5; background: none; text-decoration: underline; }
table.supercup a:visited {color: #f1f3f5; background: none; text-decoration: underline; }
table.supercup a:hover {color: #f1f3f5; background: #193d58; text-decoration: underline; }
table.supercup a:active {color: #f1f3f5; background: #193d58; text-decoration: underline; }

table.supercup th { background: #e16543; color: #f1f3f5; font-size: medium; font-weight: bold; text-align: center; padding-top: 7px; padding-bottom: 6px; }
table.supercup th + th + th { text-align: left;}
table.supercup th + th + th + th { text-align: center;}

table.supercup td, th { font-weight: bold; padding: 0px; border: solid 0 #20BCAD; text-align: center; }
table.supercup td + td + td { font-weight: normal; text-align: left; /* styles the third td */   
}
table.supercup td + td + td + td { font-weight: normal; text-align: center; /* styles the third td */   
}

/************************************************************************************
SUPERCUP RESULTS
*************************************************************************************/
table.supercupresults { text-align: center; width: 715px; margin-bottom: 0; padding: 0; border-collapse: collapse; }
table.supercupresults th { width: 150px; color: #323536; font-size: 32px; font-weight: bold; text-align: right; }
table.supercupresults th + th { color: #20BCAD; font-size: 32px; font-weight: bold; text-align: center; }
table.supercupresults th + th  + th  + th  { width: 150px; color: #323536; font-size: 32px; font-weight: bold; text-align: left; }
table.supercupresults th + th + th + th + th + th { width: 150px; color: #323536; font-size: 32px; font-weight: bold; text-align: right; }
table.supercupresults th + th + th + th + th + th + th { color: #20BCAD; font-size: 32px; font-weight: bold; text-align: center; }
table.supercupresults th + th + th + th + th + th + th  + th  + th { width: 150px; color: #323536; font-size: 32px; font-weight: bold; text-align: left; }
table.supercupresults th + th + th + th + th  {
	/* [disabled]color: none; */
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
table.supercupresults td { color: #323536; font-size: small; font-style: italic; font-weight: bold; text-align: right; }
table.supercupresults td + td { color: #323536; font-size: small; font-style: italic; font-weight: bold; text-align: left; }
table.supercupresults td + td + td + td + td + td { color: #323536; font-size: small; font-style: italic; font-weight: bold; text-align: right; }
table.supercupresults td + td + td + td + td + td + td + td + td { color: #323536; font-size: small; font-style: italic; font-weight: bold; text-align: left; }

/************************************************************************************
FFACUP TABLE
*************************************************************************************/
table.ffacuptables {   color: #f1f3f5; text-align: center; width: 715px; margin-bottom: 20px; padding: 0; border-collapse: collapse; }
/* Zebra striping */
table.ffacuptables tr:nth-of-type(odd) { 
  background: #8e44ad; 
  color: #f1f3f5; 
}
table.ffacuptables tr:nth-of-type(even) { 
  background: #9b59b6; 
  color: #f1f3f5; 
}
table.ffacuptables tr:nth-of-type(1) { 
  background: #4f2b4f; 
  color: #f1f3f5; 
}
table.ffacuptables tr:hover {
	background: #7c807a;
    color: #f1f3f5; 
}
table.ffacuptables a:link {color: #fffae6; background: none; text-decoration: underline; }
table.ffacuptables a:visited {color: #fffae6; background: none; text-decoration: underline; }
table.ffacuptables a:hover {color: #fffae6; background: #7c807a; text-decoration: underline; }
table.ffacuptables a:active {color: #fffae6; background: #7c807a; text-decoration: underline; }

table.ffacuptables th { background: #82221f; color: white; font-size: medium; font-weight: bold; text-align: center; padding-top: 7px; padding-bottom: 6px; }
table.ffacuptables th + th + th { text-align: left;}
table.ffacuptables th + th + th + th { width:30px;  text-align: center;}

table.ffacuptables td, th { font-size: medium; font-weight: bold; padding: 0px; border: solid 0 #ccc; text-align: center; }
table.ffacuptables td + td + td { font-size: medium; font-weight: normal; text-align: left; /* styles the third td */   
}
table.ffacuptables td + td + td + td { width:30px; font-size: medium; font-weight: normal; text-align: center; /* styles the third td */   
}

/************************************************************************************
5ASIDE CUP TABLE
*************************************************************************************/
table.fiveaside { color: #fffae6; text-align: center; width: 715px; margin-bottom: 20px; padding: 0; border-collapse: collapse; }
/* Zebra striping */
table.fiveaside tr:nth-of-type(odd) { 
  background: #2880b9; 
}
table.fiveaside tr:nth-of-type(even) { 
  background: #3498db; 
}
table.fiveaside tr:nth-of-type(9) { 
  background: #b8642b; 
}
table.fiveaside tr:nth-of-type(10) { 
  background: #c77e48; 
}
table.fiveaside tr:nth-of-type(11) { 
  background: #b8642b; 
}
table.fiveaside tr:nth-of-type(12) { 
  background: #c77e48; 
}
table.fiveaside tr:nth-of-type(13) { 
  background: #b8642b; 
}
table.fiveaside tr:nth-of-type(14) { 
  background: #c77e48; 
}
table.fiveaside tr:hover {
	background: #7c807a;
}
table.fiveaside a:link {color: #fffae6; background: none; text-decoration: underline; }
table.fiveaside a:visited {color: #fffae6; background: none; text-decoration: underline; }
table.fiveaside a:hover {color: #1e3e51; background: #f2eb77; text-decoration: underline; }
table.fiveaside a:active {color: #1e3e51; background: #f2eb77; text-decoration: underline;  }

table.fiveaside th { background: #e16543; color: white; font-size: medium; font-weight: bold; text-align: center; padding-top: 7px; padding-bottom: 6px; }
table.fiveaside th + th + th { text-align: left;}
table.fiveaside th + th + th + th { text-align: center;}

table.fiveaside td, th { font-size: medium; font-weight: bold; padding: 4px; border: solid 0 #ccc; text-align: center; }
table.fiveaside td + td + td { font-size: medium; font-weight: normal; text-align: left; /* styles the third td */   
}
table.fiveaside td + td + td + td { font-size: medium; font-weight: normal; text-align: center; /* styles the third td */   
}

/************************************************************************************
TRANSFERS TABLE
*************************************************************************************/
table.transfers {
	width: 960px;
	margin-bottom: 0px;
	border-collapse: collapse;
	text-align: left;
}
/* Zebra striping */
table.transfers th { 
	text-align: left;
	padding: 2px 2px;
}
table.transfers td { 
    padding: 2px 2px;
}
table.transfers tr:nth-of-type(1) { 
  background: #1e3e51; 
	color: #f2eb77;
}
/************************************************************************************
POOLPLAYERS TABLE
*************************************************************************************/
table.poolplayers {
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	text-align: left;
}
/* Zebra striping */
table.poolplayers th { 
	background: #e16543;
	text-align: left;
	padding: 2px 2px;
}
table.poolplayers tr:nth-of-type(odd) { background: #dbe2e9;}
table.poolplayers tr:nth-of-type(even) { background: #c9d3de;}
table.poolplayers tr:hover { 
	background: #f2eb77;
	color: #1e3e51;
}
table.poolplayers td { 
    padding: 2px 2px;
}

/************************************************************************************
AUCTION TABLE
*************************************************************************************/
table.auction {
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	text-align: left;
}
/* Zebra striping */
table.auction th { 
	background: #e16543;
	text-align: left;
	padding: 2px 2px;
}
table.auction tr:nth-of-type(odd) { background: #dbe2e9;}
table.auction tr:nth-of-type(even) { background: #c9d3de;}
table.auction tr:hover { 
	background: #f2eb77;
	color: #1e3e51;
}
table.auction td { 
    padding: 2px 2px;
}

/************************************************************************************
VIDIPRINTER TABLE
*************************************************************************************/
table.fwp4table {
	width: 960px;
	margin-bottom: 0px;
	border-collapse: collapse;
	text-align: left;
}
/* Zebra striping */
table.fwp4table th { 
	background: #e16543;
	text-align: left;
	padding: 5px 5px;
}
table.fwp4table tr:nth-of-type(odd) { background: #dbe2e9;}
table.fwp4table tr:nth-of-type(even) { background: #c9d3de;}
table.fwp4table tr:nth-of-type(odd):hover { 
  background: #9d9f9d; 
}
table.fwp4table tr:nth-of-type(even):hover { 
  background: #f2eb77; 
	color: #1e3e51;
}
table.fwp4table td { 
    padding: 5px 5px;
}

/************************************************************************************
SFPCUP TABLE
brown 1 #643c1b
brown 2 #75481f
brown 3 #7f4e23
brown 4 #8c5627
lighterblue 1 #7c807a
lighterblue 2 #828781
lighterblue 3 #959894
lighterblue 4 #9d9f9d


*************************************************************************************/
table.sfpcup { text-align: center; width: 100%; margin-bottom: 20px; padding: 0; border-collapse: collapse; background-color:none;}
/* Zebra striping */
table.sfpcup tr:nth-of-type(odd) { 
  background: #f3e53a; 
}
table.sfpcup tr:nth-of-type(even) { 
  background: #f2ea77; 
}
table.sfpcup tr:nth-of-type(5) { 
  background: #a4a5a5; 
}
table.sfpcup tr:nth-of-type(6) { 
  background: #bbbcbc; 
}
table.sfpcup tr:nth-of-type(7) { 
  background: #a4a5a5; 
}
table.sfpcup tr:hover {
	background: #44bee0;
}
table.sfpcup a:link {color: #323536; background: none; text-decoration: underline; }
table.sfpcup a:visited {color: #323536; background: none; text-decoration: underline; }
table.sfpcup a:hover {color: #323536; background: #44bee0; text-decoration: underline; }
table.sfpcup a:active {color: #323536; background: #44bee0; text-decoration: underline; }

table.sfpcup th { background: #e16543; color: #f1f3f5; font-size: medium; font-weight: bold; text-align: center; padding-top: 7px; padding-bottom: 6px; }
table.sfpcup th + th + th { text-align: left;}
table.sfpcup th + th + th + th { text-align: center;}

table.sfpcup td, th { font-size: medium; font-weight: bold; padding: 0px; border: solid 0 #ccc; text-align: center; height:30px;}
table.sfpcup td + td + td { font-size: medium; font-weight: normal; text-align: left; /* styles the third td */   
}
table.sfpcup td + td + td + td { font-size: medium; font-weight: normal; text-align: center; width:18px; /* styles the third td */   
}

/************************************************************************************
SFPCUP RESULTS
*************************************************************************************/
table.sfpcupresultsdate { width:auto; }
table.sfpcupresultsdate th { font-size:24px; font-style: normal; font-weight: normal; text-align:center; }

table.sfpcupresults { text-align: center; width: 715px; margin-bottom: 0; padding: 0; border-collapse: collapse; }
table.sfpcupresults th { width: 150px; text-align: left; }
table.sfpcupresults th + th { text-align: center; }
table.sfpcupresults th + th  + th  + th  { width: 150px; text-align: left; }
table.sfpcupresults th + th + th + th + th  {text-align: center; }
table.sfpcupresults th + th + th + th + th + th { width: 150px; text-align: left; }
table.sfpcupresults th + th + th + th + th + th + th { text-align: center; }
table.sfpcupresults th + th + th + th + th + th + th  + th  + th { width: 150px; text-align: left; }

table.sfpcupresults td { text-align: right; }
table.sfpcupresults td + td { text-align: center; }
table.sfpcupresults td + td + td + td { text-align: left; }
table.sfpcupresults td + td + td + td + td + td { text-align: right; }
table.sfpcupresults td + td + td + td + td + td + td { text-align: center; }
table.sfpcupresults td + td + td + td + td + td + td + td + td { text-align: left; }

table.sfpcupresults th {
}
table.sfpcupresults tr:nth-of-type(odd) {
	color: #323536; 
	font-size: 32px; 
	font-weight: bold; 
}
table.sfpcupresults tr:nth-of-type(even) {
	color: #323536; 
	font-size: small; 
	font-style: italic; 
	font-weight: bold; 
}

/************************************************************************************
HONOURS TABLE
*************************************************************************************/
table.honours {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	text-align: center;
	font-style: normal;
}
table.honours th {
	font-style: normal;
    padding: 5px 5px;
	text-align: center;

}
table.honours td {
	font-style: normal;
	padding: 5px 5px;
	color: #fffae6;
}
table.honours th, table.honours td {
	width: 60px;
}
table.honours th + th, table.honours td + td {
	width: 90px;
}
/* Zebra striping */
table.honours th { background: #82221f;}
table.honours tr:nth-of-type(odd) { background: #7c807a;}
table.honours tr:nth-of-type(even) { background: #828781;}
table.honours tr:nth-of-type(odd):hover { 
  background: #5b4953; 
}
table.honours tr:nth-of-type(even):hover { 
  background: #5b4953; 
}

/************************************************************************************
RECORDS ROOM TABLE
*************************************************************************************/
table.records {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	text-align: left;
	font-style: normal;
}
table.records th{
	font-style: normal;
    padding: 5px 5px;
	text-align: left;

}
table.records td{
	font-style: normal;
	padding: 5px 5px;
	color: #fffae6;
}
table.records td + td{
	color: #fffae6;
}
table.records th + th + th + th + th{
	font-style: normal;
}
table.records td + td + td + td + td{
	font-style: normal;
}
/* Zebra striping */
table.records th { background: #82221f;}
table.records tr:nth-of-type(odd) { background: #7c807a;}
table.records tr:nth-of-type(even) { background: #828781;}
table.records tr:nth-of-type(odd):hover { 
  background: #5b4953; 
}
table.records tr:nth-of-type(even):hover { 
  background: #5b4953; 
}

/************************************************************************************
HALL OF FAME TABLE
darkblue 1 #45383f
darkblue 2 #5b4953
darkblue 3 #67535e
darkblue 4 #705b65

*************************************************************************************/
.hofinvisable {
	opacity:0;
}
table.hof, table.hofhons {
	width:100%;
	border-collapse:collapse;
	cellspacing:0;
	cellpadding:0;
}
table.hof th, table.hof td, table.hofhons th, table.hofhons td {
	font-style: normal;
	font-weight: normal;
    padding: 5px 5px;
	text-align: left;
	color: #fffae6;
	width:20px;
}
table.hof th + th, table.hof td + td, table.hofhons th + th, table.hofhons td + td {
	text-align: left;
	width:300px;
}
table.hof th + th + th, table.hof td + td + td {
	text-align: center;
	width:auto;
}
table.hofhons th + th + th, table.hofhons td + td + td {
	text-align: center;
	width:60px;
}

/* Zebra striping */
table.hof th { background: #82221f;}
table.hof tr:nth-of-type(odd) { background: #7c807a;}
table.hof tr:nth-of-type(even) { background: #828781;}
table.hof tr:nth-of-type(odd):hover { 
  background: #5b4953; 
}
table.hof tr:nth-of-type(even):hover { 
  background: #5b4953; 
}
table.hof tr:nth-of-type(1) { 
  font:32px Bebas;
}
table.hof tr:nth-of-type(2) { 
  font:32px Bebas;
}
table.hof tr:nth-of-type(3) { 
  font:32px Bebas;
}
table.hof tr:nth-of-type(4) { 
  font:24px Bebas;
}
table.hof tr:nth-of-type(5) { 
  font:24px Bebas;
}
table.hof tr:nth-of-type(6) { 
  font:24px Bebas;
}
table.hof tr:nth-of-type(7) { 
  font:24px Bebas;
}
table.hof tr:nth-of-type(8) { 
  font:24px Bebas;
}
table.hof tr:nth-of-type(9) { 
  font:24px Bebas;
}
table.hof tr:nth-of-type(10) { 
  font:24px Bebas;
}

/* Zebra striping */
table.hofhons th { background: #82221f;}
table.hofhons tr:nth-of-type(odd) { background: #7c807a;}
table.hofhons tr:nth-of-type(even) { background: #828781;}
table.hofhons tr:nth-of-type(odd):hover { 
  background: #5b4953; 
}
table.hofhons tr:nth-of-type(even):hover { 
  background: #5b4953; 
}
table.hofhons tr:nth-of-type(1) { 
  font:32px Bebas;
}
table.hofhons tr:nth-of-type(2) { 
  font:32px Bebas;
}
table.hofhons tr:nth-of-type(3) { 
  font:32px Bebas;
}
table.hofhons tr:nth-of-type(4) { 
  font:24px Bebas;
}
table.hofhons tr:nth-of-type(5) { 
  font:24px Bebas;
}
table.hofhons tr:nth-of-type(6) { 
  font:24px Bebas;
}
table.hofhons tr:nth-of-type(7) { 
  font:24px Bebas;
}
table.hofhons tr:nth-of-type(8) { 
  font:24px Bebas;
}
table.hofhons tr:nth-of-type(9) { 
  font:24px Bebas;
}
table.hofhons tr:nth-of-type(10) { 
  font:24px Bebas;
}

/* Sortable tables */
table.sortable th {
	font-style: normal;
    font-weight: normal;
    cursor: default;
}
table.sortable td {
	font-style: normal;
    font-weight: normal;
    cursor: default;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}
/* Unsortable first column */
table.sortable tbody {
    counter-reset: sortabletablescope;
	font-style: normal;
    padding: 5px 5px;
	text-align:center;
	color: #fffae6;
}
table.sortable thead tr::before {
    content: "";
    display: table-cell;
	background: #82221f;
	width:50px;
}
table.sortable tbody tr::before {
    content: counter(sortabletablescope);
    counter-increment: sortabletablescope;
    display: table-cell;
    padding: 5px 5px;
	width:50px;
}

/* hof nonsort*/

table.hof2 {
	width:100%;
	border-collapse:collapse;
	cellspacing:0;
	cellpadding:0;
}
table.hof2 th{
	font-style: normal;
    font-weight: normal;
    padding: 5px 5px;
	text-align: left;
	color: #fffae6;
	width:auto;
}
table.hof2 td{
	font-style: normal;
	padding: 5px 5px;
	text-align: left;
	color: #fffae6;
	width:auto;
}
table.hof2 th + th{
	text-align: center;
	width:65px;
}
table.hof2 td + td{
	text-align: center;
	width:65px;
}

/* Zebra striping */
table.hof2 tr:nth-of-type(odd) { background: #7c807a;}
table.hof2 tr:nth-of-type(even) { background: #828781;}
table.hof2 tr:nth-of-type(odd):hover { 
  background: #5b4953; 
}
table.hof2 tr:nth-of-type(even):hover { 
  background: #5b4953; 
}

/* nonSortable tables */
table.nonsortable td {
	font-style: normal;
    font-weight: normal;
}
/* Unsortable first column */
table.nonsortable tbody {
    counter-reset: sortabletablescope2 34;
	font-style: normal;
    padding: 5px 5px;
	text-align:center;
	color: #fffae6;
	width:50px;
}
table.nonsortable thead tr::before {
    content: "";
    display: table-cell;
	background: #7c807a;
}
table.nonsortable tbody tr::before {
    content: counter(sortabletablescope2);
    counter-increment: sortabletablescope2;
    display: table-cell;
    padding: 5px 5px;
	width:50px;
}

/* ManagerOfTheMonth */
table.motm th {
	text-align:left;
	font:24px Bebas;
}
table.motm td {
	text-align:left;
	font:24px Bebas;
}
.myButton {
	background-color:#F1F3F5;
	display:inline-block;
	cursor:pointer;
	color:#44bee0;
	font-family:bebas;
	font-size:32px;
	padding:16px 31px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#44bee0;
	color:#F1F3F5;
}
.myButton:active {
	position:relative;
	top:1px;
}