/* Start of CMSMS style sheet 'calendar' */
/* CSS used to define the colours/styles used when displaying the calendar */

table.calendar
{
	background-color:#eeeeee;
	border-collapse:collapse;
	border: 1px solid #cccccc;
}

#stuffOn
{
	background-color:#eeeeee;
	border: 1px solid #cccccc;
	width:400px;
	height:450px;
}

.calendar td
{
	border-spacing: 3px;
	border: 1px solid #cccccc;
}

#CalNavPrev
{
	border: none;
}

#CalNavNext
{
	border: none;
}

#CalTitle
{
	border: none;
	text-align: center;
}

.NoEvent
{
	background-color: #e0e0e0;
}

.ClubRace
{
	background-color: #33FF99;
}

.InterClub
{
	background-color: #FFCC99;
}

.Sprint
{
	background-color: #FF6666;
}

.Novelty
{
	background-color: #FFFF66;
}

.ClubChampionship
{
	background-color: #CCCCFF;
}

.Social
{
	background-color: #FFCCFF;
}

.Day
{
	text-align:right;
}

.EventTypeMarker
{
	width:10px;
	height:10px;
}


/* End of 'calendar' */

