@charset "UTF-8";

table.StatsTable
{	
	font-size: 10px;
	
/*	border-collapse: collapse;
border: solid thin black;
	*/
}


table.table.StatsTable thead tr th
{
	background-color: #99eeff;
	border-right: solid white 1px;
}

table.table.StatsTable thead th.TagCell
{
	border-bottom: none;
	text-align: center;
	padding: 0;
	text-indent: 0;
}

table.table.StatsTable thead tr:first-child th {
	text-align: center;
}

table.table.StatsTable thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

table.table.StatsTable thead tr:last-child th:first-child {
	border-bottom-left-radius: 10px;
}

table.table.StatsTable thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

table.table.StatsTable thead tr:last-child th:last-child {
	border-bottom-right-radius: 10px;
}

table.table.StatsTable tfoot td
{
	border-right: solid #d6d6d6 thin;
	height: 40px;
	font-weight: bold;
	background-color: #99eeff;;
}

table.table.StatsTable tfoot tr td:first-child {
	text-align: center;
}

/*
table.table.StatsTable tbody td:first-child
{
	width: 200px;
}
*/



/*
table.table.StatsTable thead tr:nth-child(2) th
{
	font-size: 90%;
}
*/


/*

div.StatsTableContainer table.StatsTable thead tr:first-child th:first-child
{
	vertical-align: bottom;
}

div.StatsTableContainer

div.StatsTableContainer table.StatsTable thead tr:nth-child(3) th
{
	border-top: none;
	height: 20px;
	text-align: center;
}






/*
div.StatsTableContainer
{
	display: inline-block;
	padding: 5px;
	width: 95%;
}

div.StatsTableContainer table.StatsTable
{	
	font-size: 9px;
	border-collapse: collapse;
	border: solid thin black;
}

div.StatsTableContainer table.StatsTable thead tr th
{
	background-color: #85dcfe;
	border-left: solid black thin;
	border-right: solid black thin;
}

div.StatsTableContainer table.StatsTable thead tr:nth-child(2) th
{
	font-size: 90%;
}

div.StatsTableContainer table.StatsTable thead tr:first-child th:first-child
{
	vertical-align: bottom;
}

div.StatsTableContainer table.StatsTable th.TagCell
{
	border-bottom: none;
	text-align: center;
	padding: 0;
	text-indent: 0;
}

div.StatsTableContainer table.StatsTable thead tr:nth-child(3) th
{
	border-top: none;
	height: 20px;
	text-align: center;
}

div.StatsTableContainer table.StatsTable tbody td
{
	height: 30px;
}

div.StatsTableContainer table.StatsTable th,
div.StatsTableContainer table.StatsTable td
{
	padding: 0px;
	width: 32px;
	text-align: center;
}

table.StatsTable tbody td:first-child
{
	width: 130px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.StatsTableContainer table.StatsTable tfoot td
{
	border-left: solid black thin;
	border-right: solid black thin;
	height: 30px;
	font-weight: bold;
	background-color: #85dcfe;
}

div.StatsTableContainer table.StatsTable tbody td.dataTables_empty {
	text-align: center;
	font-size: 15px;
	padding-top: 15px;
}
*/
