.tsc_gridtable{
	width: 100%;
}
.tsc_header{
	background-color: #26739f;
	padding: 5px;
	color: white;
	font-weight: bold;
}
.tsc_nbr, .tsc_name, .tsc_team, .tsc_goals{
	border-bottom: 2px solid #d6e2ec;
	padding: 5px;
}
.cal_gridtable{
	width: 100%;
}
.cal_header{
	background-color: #26739f;
	padding: 5px;
	color: white;
	font-weight: bold;
	border-right: 1px solid white;
}
.cal_column{
	border-bottom: 2px solid #d6e2ec;
	padding: 5px;
	vertical-align: top;
	border-right: 1px dotted #d6e2ec;
}
