.event_menuBG {  /* Controls the colour of the navigation bar above the calendar */
	background-color: #FFFFFF;
	color: #679000;
	font-size: 14px;
	text-align: left;
	padding: 5px;
}

#event_Header {  /* Controls the colour of all Column headings */
	background-color: #679000;
	color: #FFFFFF;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#event_Header a:link { color: #FFFFFF; }
#event_Header a:visited { color: #FFFFFF; }
#event_Header a:hover { color: #DDDDDD; }
#event_Header a:active { color: #FFFFFF; }

.event_BGodd {  /* Controls the colour of odd rows (lists) or columns (calendar) */
	background-color: #EEEEEE;
	color: #000000;
	font-weight: bold;
}

.event_BGeven {  /* Controls the colour of even rows (lists) or columns (calendar) */
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}

#event_link {  /* Controls the colour of links on the calendar */
	color: #000000;
}
#event_link a:link { color: #000000; }
#event_link a:visited { color: #000000; }
#event_link a:hover { color: #679000; }
#event_link a:active { color: #000000; }

.event_clear { background-color: transparent; }  /* creates a clear background for icons in the list */

.event_Form {  /* Controls the main colours of the Add/Edit events forms */
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: "arial", sans-serif;
	font-weight: bold;
}

.event_TxtBox  {  /* Controls the events details description colours */
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
}

