@charset "utf-8";
/* CSS Document */
body{
	font-size:14px;
	margin:10px auto;
	width:800px;
}
table{
	padding-bottom:50px;
}
tr.month_header td{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	height:auto;
}
tr.week_header td{	
	width:100px;
	height:30px;
	text-align:center;
	color:#ffffff;
	background:#666666;
}
td{
	width:100px;
	height:100px;
	vertical-align:top;
	background:#cccccc;
	border:1px solid #000000;
}
td.today{
	width:96px;
	height:96px;
	border:3px solid #ff0000;
}
td.home{
	background:#6c111c;
	color:#ffffff;
	position:relative;
}
td.sask{
	background:#acd373;
	color:#ffffff;
	position:relative;
}
td.away{
	background:#ffffff;
	color:#000000;
	position:relative;
}
td.pre_home{
	background:#dd7775;
	color:#ffffff;
	position:relative;
	font-style:italic;
	border:1px solid #dd7775;
}
td.pre_away{
	background:#eeeeee;
	color:#000000;
	position:relative;
	font-style:italic;
	border:1px solid #dd7775;
}
td.playoff_home{
	background:#6c111c;
	color:#ffffff;
	border:1px solid #fff200;
}
td.playoff_away{
	background:#ffffff;
	color:#000000;
	border:1px solid #ff0000;
}

td.blank{
	background:#ffffff;
	border:0;
}
.date{
	position:relative;
	left:5px;
	top:0px;
	font-weight:bold;
}	
.opponent{
	position:relative;
	left:20px;
	top:5px;
	font-size:18px;
	font-weight:bold;
}
.time{
	position:relative;
	left:20px;
	width:60px;
	text-align:center;
	top:5px;
	font-weight:bold;
}
.score_W{
	width:60px;
	background:#090;
	position:relative;
	left:20px;
	top:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.score_L{
	width:60px;
	background:#900;
	position:relative;
	left:20px;
	top:5px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.game_num{
	padding:5px 0 0 20px;	
	width:60px;
	text-align:center;
}