var columnDefRosterPlayers = [
	 {id: "name", header: "Name", width: 140, sortable: true, resizable: false},
	 {header: "PO", width: 35, sortable: true, resizable: false},
	 {header: "", width: 40, sortable: true, resizable: false},
	 {header: "CO", width: 35, sortable: true, resizable: false},
	 {header: "IJ", width: 35, sortable: true, resizable: false},
	 {header: "CK", width: 35, sortable: true, resizable: false},
	 {header: "FG", width: 35, sortable: true, resizable: false},
	 {header: "DI", width: 35, sortable: true, resizable: false},
	 {header: "SK", width: 35, sortable: true, resizable: false},
	 {header: "ST", width: 35, sortable: true, resizable: false},
	 {header: "DU", width: 35, sortable: true, resizable: false},
	 {header: "PH", width: 35, sortable: true, resizable: false},
	 {header: "FO", width: 35, sortable: true, resizable: false},
	 {header: "PA", width: 35, sortable: true, resizable: false},
	 {header: "SC", width: 35, sortable: true, resizable: false},
	 {header: "DF", width: 35, sortable: true, resizable: false},
	 {header: "EX", width: 35, sortable: true, resizable: false},
	 {header: "LD", width: 35, sortable: true, resizable: false},
	 {header: "MO", width: 35, sortable: true, resizable: false},
	 {header: "OV", width: 35, sortable: true, resizable: false},
	 {header: "Age", width: 35, sortable: true, resizable: false},
	 {header: "Salary", width: 70, sortable: true, resizable: false},
	 {header: "Ctr", width: 30, sortable: true, resizable: false}                   
];

var columnDefRosterGoalers = [
	 {id: "name", header: "Name", width: 140, sortable: true, resizable: false},             
	 {header: "PO", width: 35, sortable: true, resizable: false}, 
	 {header: "", width: 40, sortable: true, resizable: false},
	 {header: "CO", width: 35, sortable: true, resizable: false}, 
	 {header: "IJ", width: 35, sortable: true, resizable: false},  
	 {header: "SK", width: 35, sortable: true, resizable: false}, 
	 {header: "DU", width: 35, sortable: true, resizable: false}, 
	 {header: "ST", width: 35, sortable: true, resizable: false}, 
	 {header: "SZ", width: 35, sortable: true, resizable: false}, 
	 {header: "AG", width: 35, sortable: true, resizable: false}, 
	 {header: "RB", width: 35, sortable: true, resizable: false}, 
	 {header: "SC", width: 35, sortable: true, resizable: false}, 
	 {header: "HS", width: 35, sortable: true, resizable: false}, 
	 {header: "RT", width: 35, sortable: true, resizable: false}, 
	 {header: "EX", width: 35, sortable: true, resizable: false}, 
	 {header: "LD", width: 35, sortable: true, resizable: false}, 
	 {header: "MO", width: 35, sortable: true, resizable: false}, 
	 {header: "OV", width: 35, sortable: true, resizable: false},
	 {header: "Age", width: 35, sortable: true, resizable: false},
	 {header: "Salary", width: 70, sortable: true, resizable: false},
	 {header: "Ctr", width: 30, sortable: true, resizable: false}                               
];

var columnDefRosterPlayer = [                     
	{header: "CO", width: 35, sortable: true, resizable: false},
	{header: "CK", width: 35, sortable: true, resizable: false},
	{header: "FG", width: 35, sortable: true, resizable: false},
	{header: "DI", width: 35, sortable: true, resizable: false},
	{header: "SK", width: 35, sortable: true, resizable: false},
	{header: "ST", width: 35, sortable: true, resizable: false},
	{header: "DU", width: 35, sortable: true, resizable: false},
	{header: "PH", width: 35, sortable: true, resizable: false},
	{header: "FO", width: 35, sortable: true, resizable: false},
	{header: "PA", width: 35, sortable: true, resizable: false},
	{header: "SC", width: 35, sortable: true, resizable: false},
	{header: "DF", width: 35, sortable: true, resizable: false},
	{header: "EX", width: 35, sortable: true, resizable: false},
	{header: "LD", width: 35, sortable: true, resizable: false},
	{header: "MO", width: 35, sortable: true, resizable: false},
	{header: "OV", width: 35, sortable: true, resizable: false}
];

var columnDefRosterGoaler =[                       
       {header: "CO", width: 35, sortable: true, resizable: false},
       {header: "SK", width: 35, sortable: true, resizable: false},
       {header: "DU", width: 35, sortable: true, resizable: false},
       {header: "ST", width: 35, sortable: true, resizable: false},
       {header: "SZ", width: 35, sortable: true, resizable: false},
       {header: "AG", width: 35, sortable: true, resizable: false},
       {header: "RB", width: 35, sortable: true, resizable: false},
       {header: "SC", width: 35, sortable: true, resizable: false},
       {header: "HS", width: 35, sortable: true, resizable: false},
       {header: "RT", width: 35, sortable: true, resizable: false},
       {header: "EX", width: 35, sortable: true, resizable: false},
       {header: "LD", width: 35, sortable: true, resizable: false},
       {header: "MO", width: 35, sortable: true, resizable: false},
       {header: "OV", width: 35, sortable: true, resizable: false}
];

var columnsDefStatsPlayers = [
	{id: "name", header: "Name", width: 105, sortable: true, resizable: false},
	{header: "PO", width: 32, sortable: true, resizable: false},
	{header: "GP", width: 32, sortable: true, resizable: false},
	{header: "G", width: 32, sortable: true, resizable: false},
	{header: "A", width: 32, sortable: true, resizable: false},
	{header: "Pts", width: 35, sortable: true, resizable: false},
	{header: "+/-", width: 32, sortable: true, resizable: false},
	{header: "PIM", width: 35, sortable: true, resizable: false}, 
	{header: "HIT", width: 32, sortable: true, resizable: false},
	{header: "HTT", width: 32, sortable: true, resizable: false},
	{header: "SHT", width: 32, sortable: true, resizable: false},
	{header: "SB", width: 32, sortable: true, resizable: false}, 
	{header: "PP", width: 32, sortable: true, resizable: false},
	{header: "SH", width: 32, sortable: true, resizable: false},
	{header: "GW", width: 32, sortable: true, resizable: false},
	{header: "GT", width: 32, sortable: true, resizable: false},
	{header: "EG", width: 32, sortable: true, resizable: false},
	{header: "HT", width: 32, sortable: true, resizable: false},
	{header: "MP", width: 32, sortable: true, resizable: false},
	{header: "FW", width: 32, sortable: true, resizable: false},
	{header: "FO", width: 32, sortable: true, resizable: false},
	{header: "PSG", width: 32, sortable: true, resizable: false},
	{header: "PSS", width: 32, sortable: true, resizable: false},
	{header: "GS", width: 32, sortable: true, resizable: false},
	{header: "PS", width: 32, sortable: true, resizable: false},
	{header: "WG", width: 32, sortable: true, resizable: false},
	{header: "WP", width: 32, sortable: true, resizable: false}                                         
];

var columnsDefStatsPlayer = [
	{header: "GP", width: 32, sortable: true, resizable: false},
	{header: "G", width: 32, sortable: true, resizable: false},
	{header: "A", width: 32, sortable: true, resizable: false},
	{header: "Pts", width: 35, sortable: true, resizable: false},
	{header: "+/-", width: 32, sortable: true, resizable: false},
	{header: "PIM", width: 35, sortable: true, resizable: false}, 
	{header: "HIT", width: 32, sortable: true, resizable: false},
	{header: "HTT", width: 35, sortable: true, resizable: false},
	{header: "SHT", width: 35, sortable: true, resizable: false},
	{header: "SB", width: 32, sortable: true, resizable: false}, 
	{header: "PP", width: 32, sortable: true, resizable: false},
	{header: "SH", width: 32, sortable: true, resizable: false},
	{header: "GW", width: 32, sortable: true, resizable: false},
	{header: "GT", width: 32, sortable: true, resizable: false},
	{header: "EG", width: 32, sortable: true, resizable: false},
	{header: "HT", width: 32, sortable: true, resizable: false},
	{header: "MP", width: 32, sortable: true, resizable: false},
	{header: "FW", width: 32, sortable: true, resizable: false},
	{header: "FO", width: 32, sortable: true, resizable: false},
	{header: "PSG", width: 35, sortable: true, resizable: false},
	{header: "PSS", width: 35, sortable: true, resizable: false},
	{header: "GS", width: 32, sortable: true, resizable: false},
	{header: "PS", width: 32, sortable: true, resizable: false},
	{header: "WG", width: 32, sortable: true, resizable: false},
	{header: "WP", width: 32, sortable: true, resizable: false}                                         
];

var columnsDefStatsGoalers = [
	{id: "name", header: "Name", width: 150, sortable: true, resizable: false},
	{header: "GP", width: 40, sortable: true, resizable: false},
	{header: "W", width: 40, sortable: true, resizable: false},
	{header: "L", width: 40, sortable: true, resizable: false},
	{header: "OTL", width: 40, sortable: true, resizable: false},
	{header: "PCT", width: 50, sortable: true, resizable: false},
	{header: "GA", width: 40, sortable: true, resizable: false},
	{header: "GAA", width: 40, sortable: true, resizable: false},
	{header: "MP", width: 40, sortable: true, resizable: false},
	{header: "PIM", width: 40, sortable: true, resizable: false},
	{header: "SO", width: 40, sortable: true, resizable: false},
	{header: "GA", width: 40, sortable: true, resizable: false},
	{header: "SA", width: 40, sortable: true, resizable: false},
	{header: "A", width: 40, sortable: true, resizable: false},
	{header: "EG", width: 40, sortable: true, resizable: false},
	{header: "PS %", width: 50, sortable: true, resizable: false},
	{header: "PSA", width: 40, sortable: true, resizable: false}
];


var columnsDefStatsGoaler = [
       {header: "GP", width: 40, sortable: true, resizable: false},
       {header: "W", width: 40, sortable: true, resizable: false},
       {header: "L", width: 40, sortable: true, resizable: false},
       {header: "OTL", width: 40, sortable: true, resizable: false},
       {header: "PCT", width: 50, sortable: true, resizable: false},
       {header: "GA", width: 40, sortable: true, resizable: false},
       {header: "GAA", width: 40, sortable: true, resizable: false},
       {header: "MP", width: 40, sortable: true, resizable: false},
       {header: "PIM", width: 40, sortable: true, resizable: false},
       {header: "SO", width: 40, sortable: true, resizable: false},
       {header: "GA", width: 40, sortable: true, resizable: false},
       {header: "SA", width: 40, sortable: true, resizable: false},
       {header: "A", width: 40, sortable: true, resizable: false},
       {header: "EG", width: 40, sortable: true, resizable: false},
       {header: "PS %", width: 50, sortable: true, resizable: false},
       {header: "PSA", width: 40, sortable: true, resizable: false}
];
