/* table with the Lions theme */

table.lions {
	border-collapse: collapse;
}

table.lions th {
	background-color: #3464C5;
	color: white;
	border: 1px solid #3464C5;
}

table.lions td {
	border: 1px solid #3464C5;
}

table.lions td.noborderleft {
	border-left: none;
}

table.lions td.noborderright {
	border-right: none;
}

form {
	margin: 0; /* no unwanted margin around forms */
}

ul.menu {
	list-style: none;
	margin: 7px 0 7px 0;
	padding: 0;
}

ul.menu li {
	padding: 2px;
	clear: both; /* float icons cleared in both Firefox and IE */
}

fieldset {
	margin: 15px 0 15px 0;
}

.menu_icon {
	float: left;
	margin-right: 3px;
	display: inherit;
}

.multidistrict_event, .district_event, .region_event, .zone_event, .club_event {
	padding: 1px;
	margin: 2px;
	border: 1px dotted;
	font-size: smaller;
	letter-spacing: 0.2em;
}

.multidistrict_event {
	background-color: #FFFFCC;
}

.district_event {
	background-color: #FFCCCC;
}

.region_event {
	background-color: #FFCC99;
}

.zone_event {
	background-color: #66CCFF;
}
