
/* styles for league TOP 20 and GOALIE stats */

table.stats {
	width: 400px;
	border-color: #333399;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 5px;
}


table.statsPLAYERlist {
	width: 100%;
}


table.statsGOALIES {
	width: 400px;
	border-color: #333399;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 5px;
}


table.statsGOALIESlist {
	width: 100%;
}


td.date {
	background-color: #333399;
	color: #ffffff;
	font-family: arial;
	font-size: 80%;
	padding-left: 5px;
	border-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.legend {
	text-align: right;
	background-color: #333399;
	color: #ffffff;
	font-family: arial;
	font-size: 80%;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.header {
	background-color: #333399;
	color: #ffffff;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	border-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.headerRIGHT {
	background-color: #333399;
	color: #ffffff;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	border-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.stats {
	background-color: #ccccff;
	color: #000099;
	font-family: arial;
	font-size: 80%;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.statsPOS {
	empty-cells: show;
	background-color: #ccccff;
	color: #000099;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.statsRIGHT {
	background-color: #ccccff;
	color: #000099;
	font-family: arial;
	font-size: 80%;
	text-align: right;
	padding-left: 5px;
	padding-right: 8px;
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.statsRIGHTgoalies {
	background-color: #ccccff;
	color: #000099;
	font-family: arial;
	font-size: 80%;
	text-align: left;
	padding-left: 5px;
	padding-right: 8px;
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.statsSPARES {
	font-size: 80%;
	border-top-color: #333399;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 10px;
}


td.statsGP {
	background-color: #ccccff;
	color: #000099;
	font-family: arial;
	font-size: 80%;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.statsNAME {
	background-color: #ccccff;
	color: #000099;
	font-family: arial;
	font-size: 80%;
	padding-left: 3px;
	padding-right: 10px;
	border-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.statsTEAM {
	width: 100%;
	background-color: #ccccff;
	color: #000099;
	font-family: arial;
	font-size: 80%;
	padding-left: 3px;
	padding-right: 3px;
	border-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


td.statsTEAMblank {
	empty-cells: show;
	width: 43%;
	background-color: #ccccff;
	border-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


table.legend {
	font-family: arial;
	font-size: 120%;
	color: #333399;
	margin-left: 3px;
	margin-right: 3px;
}


a.stats {
	color: #ffffff;
	text-decoration: none;
}


a.stats:hover {
	color : #cc0000;
}

