/* Sortable tables */
table.sortable thead {
	background-color:#eee;
	color:#666666;
	font-weight: bold;
	cursor: default;
}

.stat{
	width:4%;
	text-align:center;
}

.rank{
	width:2%;
}
/*.header{
	text-align:center;
	border-style:solid;
	border-color:#9c9c9c;
}*/

table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	/*text-shadow: 1px 1px 0px #fff;*/
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	border-radius:3px;

	/*box-shadow: 0 1px 2px #d1d1d1;*/
	margin-top:0;
}

table th {
	/*padding:4px 15px 12px 5px;*/
	border-top:1px solid #fafafa;
	border-bottom:1px solid #dddddd;
	border-left:0.1px solid #d8d8d8;
	text-align:center;
	text-shadow: 1px 1px 0px #fff;
	background: #e2e2e2;
	background: gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	border-left:0;
}

table tr:first-child th:first-child {
	border-radius-topleft:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	border-radius-topright:3px;
	border-top-right-radius:3px;
}

table td {
	border-top: 0.1px solid #ffffff;
        border-bottom: 0.1px solid #e0e0e0;
        border-left: 0.1px solid #e0e0e0;
}
tr.odd td {
	background-color: #fafafa;
	background-color: gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background-color: linear-gradient(top,  #fbfbfb,  #f9f9f9);
}

tr.even td {
	background-color: #f0f0f0;
	background-color: gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background-color: linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

table td:first-child {
	border-left:0;
}

table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
}

.name{
	width:15%;
}

.team{
	width:12%;
}

.teams{
	width:6%;
}

.sortcolheader{
	background-color:#dadada;
}
tr td.sortcol{
	background-color: #ebebeb;
	font-weight:bold;
}
tr.even td.sortcol{
	background-color: #e7e7e7;
	font-weight:bold;
}

tr.hoverRow:hover td{
        background-color: AliceBlue;
}

