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

/* Style for Usual tabs */
.usual {
  background:none;
  color:#fffae6;
  padding:0px;
  width:310px;
  margin:0px;
}
.usual li { 
  list-style:none; 
  float:left; }
.usual ul a {
  display:block;
  padding:0px 0px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0px;
  font:20px Bebas;
  color:#fffae6;
  background:#705b65;
}
.usual ul a:hover {
  color:#45383f;
  background: #d76a3a;
  }
.usual ul a.selected {
  margin-bottom:0px;
  color:#000;
  background:white;
  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:0px;
  background-color:orange;
}
.champtabs {
	width:50%; 
	padding:0px; 
	text-align:center; 
	background-color:#67535e;
}
.champtabsthree {
	width:33.333%; 
	padding:0px; 
	text-align:center; 
	background-color:#67535e;
}

/************************************************************************************
SFP CHAMPS TEAMS TABLE
*************************************************************************************/
table.sfpchampions {
	margin-bottom: 0px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}
/* Zebra striping */
table.sfpchampions tr:nth-of-type(odd) { background: #67535e; min-height: 25px;}
table.sfpchampions tr:nth-of-type(even) { background: #705b65; min-height: 25px;}
table.sfpchampions tr:nth-of-type(odd):hover { 
  background: #d76a3a; 
}
table.sfpchampions tr:nth-of-type(even):hover { 
  background: #d76a3a; 
}
table.sfpchampions th {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	width: 20px;
	height: 25px;
	vertical-align: middle;
	padding: 0px;
	background-color:#8d2825;
}
table.sfpchampions th + th{
	width: 35px;
}
table.sfpchampions th + th + th{
	width: 110px;
	text-align: left;   
}
table.sfpchampions th + th + th + th{
	width: 60px;
	text-align: center;   
}
table.sfpchampions th + th + th + th +th{
	width: 40px;
	text-align: center;   
}
table.sfpchampions th + th + th + th + th + th {
	width: 45px;
	font-weight: bold;
}
table.sfpchampions td {
	font-weight: normal;
	text-align: center;
	height: 25px;
	width: 20px;
	vertical-align: middle;
	padding: 0px;
}
table.sfpchampions td + td{
	width: 35px;
}
table.sfpchampions td + td + td{
	width: 110px;
	text-align: left;   
}
table.sfpchampions td + td + td + td{
	width: 60px;
	text-align: center;   
}
table.sfpchampions td + td + td + td + td{
	width: 40px;
	text-align: center;   
}
table.sfpchampions td + td + td + td + td + td {
	width: 45px;
	font-weight: bold;
}