table
{
	border: 1px solid #003706;
	border-left: 0;
	margin: 0;
	padding: 0;
}

table img
{
	vertical-align: middle;
}

td
{
	border-left: 1px solid #003706;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
}

th
{
	background-color: #003706;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-size: 0.8em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

th:first-child
{
	border-left: 1px solid #003706;
}

th.addBottomBorder
{
	border-bottom: 1px solid #ffffff;
}

tr.addBottomBorder td
{
	border-bottom: 1px solid #003706;
}

tr.addBottomBorder th
{
	border-bottom: 1px solid #ffffff;
}

tr.e td
{
	background-color: #cccccc;
	color: #000000;
}

tr.o td
{
	/*background-color: #ffffff;*/
	background-color: inherit;
	color: #000000;
}

span.helper
{
	color: #aaaaaa;
	display: block;
	font-size: 0.7em;
}

td.evenGame
{
	background-color: #ffffcc;
}

td.head
{
	font-size: 0.9em;
	text-align: center;
}

td.location
{
	font-size: 0.9em;
	text-align: center;
}

td.oddGame
{
	background-color: #cccccc;
}

td.played
{
	font-size: 0.8em;
}

td.score
{
	text-align: right;
}

td.team
{
	text-align: left;
}

td.winner
{
	font-weight: bold;
}

td.theDate
{
	color: #854011;
	font-size: 0.9em;
	text-align: center;
}

table.centerCells td
{
	text-align: center;
}

table.gameForm th
{
	width: 4.5em;
}

table.gameForm th:first-child
{
	width: auto;
}

table.noCellBorder
{
	border-left: 1px solid #003706;
}

table.noCellBorder td
{
	border-left: 0;
}

table.schedTable
{
	margin-bottom: 1.5em;
	width: 100%;
}

table.smaller
{
	font-size: 0.9em;
}

h3.tableCaption
{
	background-color: #003706;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 1.2em;
	margin: 0;
	padding: 0.25em;
}

#theKeys
{
	font-size: .8em;
	margin-top: 20px;
}

