/* basic styles for stats tables */

.dataTableClass td {
	color:#000;
	background-color:#fff; /* was f2f2f2 */
	padding:2px;
	font-size:11px;
	border-bottom:1px solid #fff; /* was f2f2f2 */
	border-left:1px solid #fff; /* was f2f2f2 */
	vertical-align:top;
} /* color from cellTextColor cellBgColor - basic stats color */ 

.dataTableClass .headerRow a, .dataTableClass .headerRow a:link
.dataTableClass .headerRow a:hover, .dataTableClass .headerRow a:visited { 
	color:#fff;
} /* links in the header */

.dataTableClass .currSortDataCell a, .dataTableClass .currSortDataCell a:link,  
.dataTableClass .currSortDataCell a:hover, .dataTableClass .currSortDataCell a:visited { 
	color:#fff;
} /* links in sorted cells */

.dataTableClass .titleRow td, .dataTableClass .headerRow td { 
	color:#fff;
	font-weight:bold;
} /* aka tableTitleTextColor headerTextColor */

.dataTableClass .titleRow td { 
	background-color:#000;
} /* aka tableTitleBgColor - row above table w/ desc - usually black w/ white text */

.dataTableClass .headerRow td {
	background-color:#999; /* was 666 */
} /* aka headerBgColor - row above the table stats - click to sort */

.dataTableClass .currSortDataCell { 
	color:#fff;
	background-color:#999;
} /* aka sortedCellTextColor sortedCellBgColor - col for sorted data, usually white w/ dark bg */

.dataTableClass .highlightRow .dataCell { 
	color:#000;
	background-color:#eee; /* was d9d9d9 */
} /* aka highlightedCellTextColor highlightedCellBgColor - highlighted row on mousedown, usually a slightly darker grey */

.dataTableClass .highlightRow .currSortDataCell { 
	color:#fff;
	background-color:#777; /* was 333 */
} /* aka sortedHighlightedCellTextColor sortedHighlightedCellBgColor - cell thats sorted *and* highlighted */