/*--------------------------------------------------*/
/* Leaderboard Table Style		                    */

table.tablesorter {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

table.tablesorter thead {
	background: url("/a/img/league/tableBorder1.gif") repeat-x bottom left;
}

table.tablesorter th {
	font-weight: normal;
	border-left: 1px dotted #5b758f;
	padding: 2px 10px 5px 10px;
	text-align: left;
}

table.tablesorter td {
	padding: 3px 10px;
	border-left: 1px dotted #5b758f;
}

table.tablesorter td span {
	text-transform: uppercase;
}

table.tablesorter .noBorder {
	border-left: none;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-top: 5px;
}

table.tablesorter tbody tr.odd {
	background: #799ab8;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #7b72a3;
	padding-top: 5px;
}

table.tablesorter .selectedColumn {
	background-color: #7b72a3;
}

table.tablesorter tbody tr:hover td {
	background: #7a003c;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	padding: 2px 10px;
	font-weight: bold;
	color: #fff;
}

table.tablesorter td.sortedeven
{
    background-color:#7b72a3;
}
table.tablesorter td.sortedodd
{
    background-color:#686089 !important;
}

table.tablesorter a:link,
table.tablesorter a:visited {
	color: #000;
	text-decoration: none;
}

table.tablesorter tbody tr:hover td a:link,
table.tablesorter tbody tr:hover td a:visited {
	color: #fff;
	text-decoration: none;
}


table.tablesorter tbody tr:hover td a:hover,
table.tablesorter tbody tr:hover td a:active {
	color: #ffcb05;
	text-decoration: none;
}

table.tablesorter tbody tr.position1 {
	background: #fe9200 url("/a/img/league/top5Bg.gif") no-repeat left top !important;
}

table.tablesorter tbody tr.position2 {
	background: #fe9200 url("/a/img/league/top5Bg.gif") no-repeat left -20px !important;
}

table.tablesorter tbody tr.position3 {
	background: #fe9200 url("/a/img/league/top5Bg.gif") no-repeat left -40px !important;
}

table.tablesorter tbody tr.position4 {
	background: #fe9200 url("/a/img/league/top5Bg.gif") no-repeat left -60px !important;
}

table.tablesorter tbody tr.position5 {
	background: #fe9200 url("/a/img/league/top5Bg.gif") no-repeat left bottom !important;
}

table.tablesorter tbody tr.position1 td,
table.tablesorter tbody tr.position2 td,
table.tablesorter tbody tr.position3 td,
table.tablesorter tbody tr.position4 td,
table.tablesorter tbody tr.position5 td {
	padding: 2px 10px;
	border: 1px solid #c7dbef;
	border-left: none;
	border-right: none;
}









/*--------------------------------------------------*/
/* Transfers Table Style		                    */


table.transfers {
	color: #898989;
	width: 100%;
}

table.transfers strong {
	clear: both;
	display: block;
	color: #fff;
}

table.transfers td {
	width: auto;
	padding: 5px 0 5px 8px;
}

table.transfers td.tMiddle {
	padding: 5px 20px;
}

table.transfers td.tMiddle span {
	border: 1px dotted #000;
	border-top: none;
	border-bottom: none;
	display: block;
	padding: 0 20px;
}

table.transfers td.tRight {
	padding: 5px 8px 5px 0;
}

table.transfers td a:link,
table.transfers td a:visited {
	text-decoration: none;
}

table.transfers td a:hover,
table.transfers td a:active {
	text-decoration: underline;
}

table.transfers td.tLeft a:link,
table.transfers td.tLeft a:visited {
	color: #bbee09;
}

table.transfers td.tMiddle a:link,
table.transfers td.tMiddle a:visited {
	color: #fff;
}

table.transfers td.tRight a:link,
table.transfers td.tRight a:visited {
	color: #000;
	background: url("/a/img/mySuperhero/transferButton.gif") no-repeat top left;
	width: 100px;
	height: 18px;
	display: block;
	font-family: Arial Black, arial, verdana, helvetica, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	padding: 0 0 0 5px;
}

table.transfers tbody tr.odd td {
	background: #1f1f1f;
}





/*--------------------------------------------------*/
/* Super League Table Style		                    */


table.superLeagueTable {
	color: #000;
	margin: 5px auto;
}

table.superLeagueTable thead {
	background: url("/a/img/league/tableBorder1.gif") repeat-x bottom left;
}

table.superLeagueTable th strong {
	float: right;
}

table.superLeagueTable th {
	font-weight: normal;
	border-left: 1px dotted #5b758f;
	padding: 2px 10px 5px 10px;
	text-align: left;
}

table.superLeagueTable .team {
	width: 228px;
}

table.superLeagueTable .noBorder {
	border-left: none;
}

table.superLeagueTable .textCenter {
	text-align: center;
}

table.superLeagueTable td {
	padding: 3px 10px;
	border-left: 1px dotted #5b758f;
}

table.superLeagueTable td span {
	text-transform: uppercase;
}

table.superLeagueTable td a:hover,
table.superLeagueTable td a:active {
	text-decoration: underline;
}

table.superLeagueTable tbody tr.odd {
	background: #799ab8;
}

table.superLeagueTable tbody tr:hover td {
	background: #7a003c;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	padding: 2px 10px;
	font-weight: bold;
	color: #fff;
}

table.superLeagueTable a:link,
table.superLeagueTable a:visited {
	color: #000;
	text-decoration: none;
}

table.superLeagueTable tbody tr:hover td a:link,
table.superLeagueTable tbody tr:hover td a:visited {
	color: #fff;
	text-decoration: none;
}


table.superLeagueTable tbody tr:hover td a:hover,
table.superLeagueTable tbody tr:hover td a:active {
	color: #ffcb05;
	text-decoration: none;
}






table tbody tr.selected td {
	background: #64a100 !important;
	border: 1px solid #fff !important;
	border-left: none !important;
	border-right: none !important;
}