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

.event_Header {  /* Controls the colour of all Column headings */
	background-color: #0A649B;
	color: #FFFFFF;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.event_Header a { color: #FFFFFF }
.event_Header:hover { color: #EEEEEE }

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

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

.event_link {  /* Controls the colour of links on the calendar */
	color: #0A649B;
}
.event_link a { color: #0A649B; }
.event_link:hover { color: #AF0023; }

.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: #0A649B;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "arial", sans-serif;
}

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

