/* tables */
/*
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter tbody td { 
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
*/ 

/* teams: nfl, ncaafb */

/* byme, it was table.tablesorter thead tr .sub-heading.header, table.tablesorter thead tr .heading { */
table.tablesorter thead tr .sub-heading.header {	
	background-image: url(sort.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .sub-heading.header.headerSortUp, table.tablesorter thead tr .heading.header.headerSortUp {
	background-image: url(down.png) !important;
	background-repeat: no-repeat;
}
table.tablesorter thead tr .sub-heading.header.headerSortDown, table.tablesorter thead tr .heading.header.headerSortDown {
	background-image: url(up.png) !important;
	background-repeat: no-repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8 !important;
}

/* tablesorter2  */
/* defense: nfl, ncaafb */
/* nhl: goalie */
table.tablesorter2 thead tr .sub-heading.header {
	background-image: url(sort.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter2 thead tr .sub-heading.header.headerSortUp {
	background-image: url(down.png) !important;
	background-repeat: no-repeat;
}
table.tablesorter2 thead tr .sub-heading.header.headerSortDown {
	background-image: url(up.png) !important;
	background-repeat: no-repeat;
}
table.tablesorter2 thead tr .headerSortDown, table.tablesorter2 thead tr .headerSortUp {
	background-color: #8dbdd8 !important;
}

/* tablesorter3 */
/* mlb: defense, offense, teams */
.tablesorter3 thead tr .sub-heading.header, table.tablesorter3 thead tr .heading {
	 background-image: url(sort.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter3 thead tr .sub-heading.header.headerSortUp, table.tablesorter3 thead tr .heading.header.headerSortUp {
	background-image: url(down.png) !important;
	background-repeat: no-repeat;
}
table.tablesorter3 thead tr .sub-heading.header.headerSortDown, table.tablesorter3 thead tr .heading.header.headerSortDown {
	background-image: url(up.png) !important;
	background-repeat: no-repeat;
}
table.tablesorter3 thead tr .headerSortDown, table.tablesorter3 thead tr .headerSortUp {
	background-color: #8dbdd8 !important;
}


/* tablesorter4 */
/* mlb: umpires */
.tablesorter4 thead tr .heading, table.tablesorter4 thead tr .heading {
	 background-image: url(sort.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter4 thead tr .heading.headerSortUp, table.tablesorter4 thead tr .heading.headerSortUp {
	background-image: url(down.png) !important;
	background-repeat: no-repeat;
}
table.tablesorter4 thead tr .heading.headerSortDown, table.tablesorter4 thead tr .heading.headerSortDown {
	background-image: url(up.png) !important;
	background-repeat: no-repeat;
}
table.tablesorter4 thead tr .headerSortDown, table.tablesorter4 thead tr .headerSortUp {
	background-color: #8dbdd8 !important;
}

