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

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

******************
202021
******************

HEADER
#101e22

LASER BLUE
#1595a0

RED
#e83a41

#eaeaea
off white


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

@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: 'getvoip';
    src: url('../fonts/getvoip-grotesque.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: url("../images/001_background_1440x900px.jpg");
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;
*/	background-color: #eaeaea;
	color: #101e22;
	font-family: OpenSans;
	font-weight: normal;
	font-style: normal;
	font-size: large;
}

.interviewbold {
	color:#101e22;	
	font-family: OpenSans;
	font-weight: bold;
	font-style: normal;
	font-size:large;
}
.interviewrow {
	color:#101e22;	
	font-family: OpenSans;
	font-weight: bold;
	font-style: normal;
	font-size:large;
	background-color:#67535e;
}
.interviewquestion {
	color:#101e22;	
	font-family: OpenSans;
	font-weight: bold;
	font-style: normal;
	font-size:large;
	background-color:#5f3049;
}
.interviewanswer {
	color:#101e22;	
	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: #101e22;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #101e22;
}
a:hover {
	text-decoration: underline;
	color: #eaeaea;
	background-color: #e2272a;
}
a:active {
	text-decoration: underline;
}
a.class2:link {
	color: #eaeaea;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.class2:visited {
	text-decoration: underline;
	color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
}
a.class2:hover {
	text-decoration: underline;
	color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
}
a.class2:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.hovernone:link, a.class3:active, a.class3:hover, a.class3:visited {
	color: #eaeaea;
	background: none;
	text-decoration: underline;
}

/************************************************************************************
ALL TABLES
*************************************************************************************/
/* Zebra striping */
table.standard {
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	text-align: left;
}
/* Zebra striping */
table.standard th { 
	color: #1595a0;
	background: #101e22;
	text-align: left;
	padding: 2px 2px;
}
table.standard td { 
    padding: 2px 2px;
}
table.standard tr:nth-of-type(odd) { 
  color: #101e22; 
  background: #fbfbfb; 
}
table.standard tr:nth-of-type(even) { 
  color: #101e22; 
  background: #f6f6f6; 
}
table.standard tr:hover { 
	color: #eaeaea;
	background: #e83a41;
}

/* horizontal quicklinks menu */

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

.quicklink:hover {
	color: #eaeaea; 
	background-color:#ffc300;
}

.quicklink a:link {
	color: #eaeaea; 
	background-color:#1595a0;
}
.quicklink a:visited {
	color: #eaeaea; 
	background-color:#1595a0;
}
.quicklink a:hover {
	color: #eaeaea; 
	background-color:#101e22;
}
.quicklink a:active {
	color: #eaeaea; 
	background-color:#1595a0;
}

/* header */

#headerclockwrapper {
	width:100%; 
	background-color:#101e22; 
	color: #eaeaea;
	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:#101e22; 
	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:#1595a0; 
	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: #101e22; 
	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: #eaeaea; background:#e83a41;}

table.topmenu a:link,
table.topmenu a:visited {color: #101e22; background: none; text-decoration: underline; }
table.topmenu a:hover,
table.topmenu a:active {color: #eaeaea; background: #e83a41; text-decoration: underline; }

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

table.menu { 
	position:absolute; 
	visibility:hidden; 
	z-index:1000; 
	background:#101e22; 
	text-align: center; 
	font-size: 18px; 
	font-family: bebas; 
	font-weight: normal;
	font-style: normal;
	margin: 0; 
	border-collapse:collapse;
}
table.menu th {
	color: #eaeaea; 
	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: #eaeaea; background: #e83a41;}

table.menu a:link,
table.menu a:visited {color: #eaeaea; background: none; text-decoration: underline; }
table.menu a:hover,
table.menu a:active {color: #eaeaea; background: #e83a41; text-decoration: underline; }

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


/* all pages */

.titleblock {
	font-family: bebas;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	width: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #1595a0; 
	background-color: #101e22;
	font-size: 40px;
	border-radius: 0px;
	text-transform: uppercase;
 	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: #1595a0; 
	background-color: #101e22;
	font-size: 18px;
	text-transform: uppercase;
}
.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: #1595a0; 
	background-color: #101e22;
	font-size: 16px;
}

.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:#eaeaea;
}

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

#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;
}

/************************************************************************************
LEAGUE TABLE
*************************************************************************************/
table.leaguetable { 
	color: #eaeaea; 
	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) { 
  color: #101e22; 
  background: #fbfbfb; 
}
table.leaguetable tr:nth-of-type(even) { 
  color: #101e22; 
  background: #f6f6f6; 
}
table.leaguetable tr:nth-of-type(1) { 
  color: #eaeaea; 
  background: #234951; 
}
table.leaguetable tr:nth-of-type(2) { 
  color: #eaeaea; 
  background: #24626a; 
}
table.leaguetable tr:nth-of-type(3) { 
  color: #eaeaea; 
  background: #217b84; 
}
table.leaguetable tr:nth-of-type(4) { 
  color: #eaeaea; 
  background: #1595a0; 
  border-bottom: dotted 1px;
}
table.leaguetable a:link,
table.leaguetable a:visited {color: inherit; background: none; text-decoration: none; }
table.leaguetable tr:hover, 
table.leaguetable a:hover,
table.leaguetable a:active {color: #eaeaea; background: #101e22; text-decoration: underline; }

table.leaguetable th { color: #eaeaea; background: #101e22; 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 th + th + th { text-align: left; width: 150px;}
table.expleaguetable th + th + th + th { text-align: center; width:auto;}

table.expleaguetable td {
	width: 30px;
	font-weight: normal;
	font-style: normal;
}
table.expleaguetable td + td + td { font-size: medium; font-style: normal; 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 */   
}

/************************************************************************************
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: #101e22; color: #eaeaea; 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: #101e22; 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: #101e22; font-size: 32px; font-weight: bold; text-align: left; }
table.supercupresults th + th + th + th + th + th { width: 150px; color: #101e22; 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: #101e22; 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: #101e22; font-size: small; font-style: italic; font-weight: bold; text-align: right; }
table.supercupresults td + td { color: #101e22; font-size: small; font-style: italic; font-weight: bold; text-align: left; }
table.supercupresults td + td + td + td + td + td { color: #101e22; font-size: small; font-style: italic; font-weight: bold; text-align: right; }
table.supercupresults td + td + td + td + td + td + td + td + td { color: #101e22; font-size: small; font-style: italic; font-weight: bold; text-align: left; }

/************************************************************************************
5ASIDE CUP TABLE
*************************************************************************************/
table.fiveaside { 
	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; 
}
table.fiveaside tr:nth-of-type(9) { 
  color: #101e22; 
  background: #bdc4c7; 
}
table.fiveaside tr:nth-of-type(10) { 
  color: #101e22; 
  background: #8e9b9f; 
}
table.fiveaside tr:nth-of-type(11) { 
  color: #101e22; 
  background: #bdc4c7; 
}
table.fiveaside tr:nth-of-type(12) { 
  color: #101e22; 
  background: #8e9b9f; 
}
table.fiveaside tr:nth-of-type(13) { 
  color: #101e22; 
  background: #bdc4c7; 
}
table.fiveaside tr:nth-of-type(14) { 
  color: #101e22; 
  background: #8e9b9f; 
}
table.fiveaside tr:nth-of-type(15) { 
  color: #101e22; 
  background: #bdc4c7; 
}
table.fiveaside th { 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 { 
  	background: #101e22; 
	color: #eaeaea;
	text-align: left;
	padding: 2px 2px;
}
table.transfers td { 
    padding: 2px 2px;
}
table.transfers tr:nth-of-type(1) { 
  background: #101e22; 
	color: #eaeaea;
}
/************************************************************************************
POOLPLAYERS TABLE
*************************************************************************************/
table.poolplayers {
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	text-align: left;
}
/* Zebra striping */
table.poolplayers th { 
	color: #eaeaea;
	background: #101e22;
	text-align: left;
	padding: 2px 2px;
}
table.poolplayers tr:nth-of-type(odd) { 
  color: #101e22; 
  background: #fbfbfb; 
}
table.poolplayers tr:nth-of-type(even) { 
  color: #101e22; 
  background: #f6f6f6; 
}
table.poolplayers tr:hover { 
	background: #101e22;
	color: #eaeaea;
}
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: #e2272a;
	color: #eaeaea;
	text-align: left;
	padding: 5px 5px;
}
table.fwp4table tr:nth-of-type(odd) { 
  color: #101e22; 
  background: #fbfbfb; 
}
table.fwp4table tr:nth-of-type(even) { 
  color: #101e22; 
  background: #f6f6f6; 
}
table.fwp4table tr:hover { 
	background: #e2272a;
	color: #eaeaea;
}
table.fwp4table td { 
    padding: 5px 5px;
}

/************************************************************************************
SFPCUP TABLE
black #101e22
pink #e2272a
sfp cup yellow #f8ce4a

background: #bdc4c7; 
background: #8e9b9f; 


*************************************************************************************/
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: #f8ce4a; 
}
table.sfpcup tr:nth-of-type(even) { 
  background: #f2ea77; 
}
table.sfpcup tr:nth-of-type(5) { 
  background: #bdc4c7; 
}
table.sfpcup tr:nth-of-type(6) { 
  background: #8e9b9f; 
}
table.sfpcup tr:nth-of-type(7) { 
  background: #bdc4c7; 
}
table.sfpcup tr:nth-of-type(8) { 
  background: #8e9b9f; 
}
table.sfpcup tr:hover {
	background: #e2272a;
}
table.sfpcup a:link {color: #eaeaea; background: none; text-decoration: underline; }
table.sfpcup a:visited {color: #eaeaea; background: none; text-decoration: underline; }
table.sfpcup a:hover {color: #eaeaea; background: #e2272a; text-decoration: underline; }
table.sfpcup a:active {color: #eaeaea; background: #e2272a; text-decoration: underline; }

table.sfpcup th { background: #101e22; color: #eaeaea; 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 { width: 150px;  text-align: right; }
table.sfpcupresults td + td { width: 20px;  text-align: center; }
table.sfpcupresults td + td + td + td { width: 150px;  text-align: left; }
table.sfpcupresults td + td + td + td + td  { width: 35px;  text-align: center; }
table.sfpcupresults td + td + td + td + td + td { width: 150px; text-align: right; }
table.sfpcupresults td + td + td + td + td + td + td { width: 25px;  text-align: center; }
table.sfpcupresults td + td + td + td + td + td + td + td + td { width: 150px; text-align: left; }

table.sfpcupresults th {
}
table.sfpcupresults tr:nth-of-type(odd) {
	color: #101e22; 
	font-size: 32px; 
	font-weight: bold; 
}
table.sfpcupresults tr:nth-of-type(even) {
	color: #101e22; 
	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: #eaeaeaae6;
}
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 th{
	font-weight: bold;
}
table.records td{
	font-weight: bold;
}
table.records th + th {
	font-weight: normal;
}
table.records td + td {
	font-weight: normal;
}

/************************************************************************************
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: #eaeaeaae6;
	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: #eaeaeaae6;
}
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: #eaeaeaae6;
	width:auto;
}
table.hof2 td{
	font-style: normal;
	padding: 5px 5px;
	text-align: left;
	color: #eaeaeaae6;
	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: #eaeaeaae6;
	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, .myButton:visited {
	background-color:#e83a41;
	display:inline-block;
	cursor:pointer;
	color:#eaeaea;
	font-family:bebas;
	font-size:22px;
	padding:10px 20px;
	text-decoration:none;
	border-radius: 10px;
}
.myButton:hover {
	background-color:#101e22;
	color:#eaeaea;
}
.myButton:active {
	position:relative;
	top:1px;
	background-color:#101e22;
	color:#eaeaea;
}