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

/* Style for Usual tabs */
.usual {
  background:none;
  color:#fffae6;
  padding:0px;
  width:715px;
  margin:0px;
}
.usual li { 
  list-style:none; 
  float:left; }
.usual ul a {
  display:block;
  padding:6px 6px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:20px Bebas;
  color:#fffae6;
  background:#705b65;
}
.usual ul a:hover {
  color:#45383f;
  background:#67535e;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:0px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
}
.usual div a { color:#000; font-weight:bold; }

.tabposition {
	margin-left:240px;
}
/************************************************************************************
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 */   
}

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

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

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

