.offence,.defence,.goalie{
		display:none;
	}
	
	table{
		width:100%;
	}
	
	table th{
		background-color:#EEEEEE;
		font-size:11px;
	}
	
	table td{
		font-size:12px;
	}

	.username{
		font-weight:bold;
	}

	
	table th.player{
		background-color:#EEEEEE;
	}
	table th.goalie{
		background-color:#CCDDCC;
	}
	table th.offence{
		background-color:#DDCCBB;
	}
	table th.defence{
		background-color:#CCCCDD;
	}
    
    table th.player:hover{
		background-color:#FAFAFA;
	}
	table th.goalie:hover{
		background-color:#EEFFEE;
	}
	table th.offence:hover{
		background-color:#FFEEDD;
	}
	table th.defence:hover{
		background-color:#EEEEFF;
	}
	
	table td.player{
		background-color:#FFFFFF;
	}
	table td.offence{
		background-color:#FFEEDD;
	}
	table td.goalie{
		background-color:#EEFFEE;
	}
	table td.defence{
		background-color:#EEEEFF;
	}
	
	table th.rating:hover{
    	background-color:#FFDDDD;
    }

	
	table{
		border:1px solid #444444;
		border-left:2px solid #444444;
		border-bottom:2px solid #444444;
		
	}
	th{
		cursor:pointer;
	}
	
	table tr:hover td{
		background-color:#ffffe6;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		margin:-1;
	}
	
	
	
	.today,.last_7,.this_month{
		display:none;
	}