﻿table td.SeasonTopLeft
{
	background-image: url('Images/Season.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}

table td.SeasonTopCenter
{
	background-image: url('Images/Season.png');
	background-position: -15px 0px;
}

table td.SeasonTopRight
{
	background-image: url('Images/Season.png');
	background-position: top right;
	background-repeat: no-repeat;
	height: 15px;
	width: 36px;
}

table td.SeasonMiddleLeft
{
	background-image: url('Images/Season.png');
	background-position: 0px -15px;
	background-repeat: no-repeat;
}

table td.SeasonMiddleCenter
{
	background-color: #07111d;
}

table td.SeasonMiddleRight
{
	background-image: url('Images/Season.png');
	background-position: right -15px;
	background-repeat: no-repeat;
}

table td.SeasonBottomLeft
{
	background-image: url('Images/Season.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 35px;
	width: 15px;
}

table td.SeasonBottomCenter
{
	background-image: url('Images/Season.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

table td.SeasonBottomRight
{
	background-image: url('Images/Season.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 35px;
	width: 36px;
}

table.Season
{
	text-align: center;
}

table.Season td.TableBorder
{
	height: 4px;
	width: 4px;
	white-space: nowrap;
	background-color: #ff0e52;
}

table.Season td.CellBorder
{
	height: 2px;
	width: 2px;
	white-space: nowrap;
	background-color: #0285f1;
}

table.Season td.DayLabel
{
	padding-top: 10px;
	padding-bottom: 2px;
	vertical-align: bottom;	
}

table.Season td.MonthLabel
{
	text-align: left;
	padding: 2px 10px 2px 2px;
}
