﻿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;
}

.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;	
}

/* Font for the production information in the cell (i.e. Opponent @ Time) */


.greyright
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;	

}

.calendarProductions
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;		
	background-color: #E4E6ED;
}


/* The next 3 items are the home production links.  */
A:link.city1
{
	text-decoration: underline;
	color: #003366;	
	font-weight: bold;
}

A:visited.city1
{
	text-decoration: underline;
	color: #003366;	
	font-weight: bold;
}

A:hover.city1
{
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}
A:link.city2
{
	text-decoration: underline;
	color: #993300;	
	font-weight: bold;
}

A:visited.city2
{
	text-decoration: underline;
	color: #993300;	
	font-weight: bold;
}

A:hover.city2
{
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}

A:link.city3
{
	text-decoration: underline;
	color: #999900;	
	font-weight: bold;
}

A:visited.city3
{
	text-decoration: underline;
	color: #999900;	
	font-weight: bold;
}

A:hover.city3
{
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}

A:link.city4
{
	text-decoration: underline;
	color: #009900;	
	font-weight: bold;
}

A:visited.city4
{
	text-decoration: underline;
	color: #009900;	
	font-weight: bold;
}

A:hover.city4
{
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}

A:link.city5
{
	text-decoration: underline;
	color: #006699;	
	font-weight: bold;
}

A:visited.city5
{
	text-decoration: underline;
	color: #006699;	
	font-weight: bold;
}

A:hover.city5
{
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}
/* Small text with blue links underlined.  */

A:visited.regtext
{
	text-decoration: underline;
	color: #0000FF;	
}

A:link.regtext
{
	text-decoration: underline;
	color: #0000FF;	
}

.regtext 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A:hover.regtext
{ 
	text-decoration: underline;
	color: #FF9900;
}
A:link.greyright
{ 
	text-decoration: underline;
	color: #333333;
}

A:visited.greyright
{ 
	text-decoration: underline;
	color: #333333;
}

A:hover.greyright
{ 
	text-decoration: underline;
	color: #FF9900;
}

td.daynumberNoProductions
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;		
}

