/* Statistics Sorting */

.sortable table {
	border-collapse: collapse;
}

.sortable thead th,
.sortable tfoot th,
.sortable thead td,
.sortable tfoot td {
	padding: 0px 14px 0px 0px;
}

.sortable thead td {
	padding: 0px 14px 0px 0px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.sortable tfoot td {
	border-top: 0px solid #ebebeb;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.sortable tbody td {
	padding: 0px 14px 0px 0px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;	
	font-size: 11px;
	text-align: center;
}

.sortable thead th {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #638620;
	text-align: center;
}

.sortable thead td {
	border-right: 1px solid #ebebeb;
	text-align: center;
}

.sortable tfoot td {
	padding: 0px 14px 0px 0px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}

.sortable tbody tr.odd {
	background-color: #ebebeb;
}

.sortable thead td.spacer,
.sortable thead th.spacer,
.sortable tfoot td.spacer,
.sortable tbody td.spacer {
	width: 1px;
	border-right: 1px solid #ebebeb;
}

.sortable tbody td.boldstat {
	font-weight: bold;
}

.sortable tbody td.spacer {
	background-color: #ebebeb;
	border-bottom: none;
}

.sortable tfoot td.spacer {
	border-top: none;
	border-bottom: none;	
}

.sortable td.numeric,
.sortable th.numeric {
	text-align: center;
}

.sortable td.text {
	text-align: left;
}
.sortable th.text {
	text-align: left;
}

.sortable tbody tr.totals {
	font-weight: bold;
}

.careerhigh {
	color: #b40000;
	font-weight: bold;
}

#morelink {
	text-align: center;
	font-size: 10px;
	padding-top: 8px;
}

#storelinks {
	font-size: 11px;
	border-bottom: 1px solid #ebebeb;
}

#storelinks img {
	float: right;
}

#storelinks strong{
	font-size: 12px;
}

