﻿body 
{
}


/* The currently selected month and year name */
h1
{
	font-family: Arial;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin: 1px
}

.currentMonth
{
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

/* The other months on the top right */
.otherMonths
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/* The legend text */
.legend
{
	font-family: Verdana;
	font-size: 10px;
	color: #A00000;
	font-weight: normal;
	border: 1px solid #CCCCCC;	
}


/* Cells for the calendar */
table.calendar
{
	border: none;
}

td.day
{
	border: 1px solid #999999;	
	border-left: none;
	border-bottom: none;
	background-color: #CCCCCC;
}

td.dayLeft
{
	border: 1px solid #999999;	
	border-bottom: none;
}

td.dayRight
{
	border: 1px solid #999999;	
	border-left: none;
	border-bottom: none;
}

td.dayTop
{
	border: 1px solid #999999;	
	border-left: none;
	border-right: none;
	border-bottom: none;
}

/* Font for the day number in the calendar */
td.daynumberNoProductions
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;	
}

td.daynumberAway
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;

}

td.daynumberHome
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;	
}

/* Font for the production information in the cell (i.e. Opponent @ Time) */
td.eventdataNoProductions
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;		
}

.eventdataAway
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;	
	background-color: #f7f7f7;
}

.greyright
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;	

}

.eventdataHome
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;		
	background-color: #E4E6ED;
	font-weight: bold;
}

/* The next 3 items are the home production links.  */
A:link.eventdataHome
{
	text-decoration: none;
	color: #003366;	
}

A:visited.eventdataHome
{
	text-decoration: none;
	color: #003366;	
}

A:hover.eventdataHome
{
	text-decoration: underline;
	color: #003366;	
}

/* The next 3 items are the away production links.  */
A:link.eventdataAway
{
	text-decoration: none;
	color: #003366;	
}

A:visited.eventdataAway
{
	text-decoration: none;
	color: #003366;	
}

A:hover.eventdataAway
{
	text-decoration: underline;
	color: #003366;	
}



