/* The A to Z letter styles */
#alphabet {
	clear: left;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	overflow: auto;
	height: 100%;
}

#alphabet li {
	float: left;
	padding: 0;
	margin: 0.1em;
	font-size: 130%;
}

#alphabet li .selected, #alphabet li a {
	display: block;
	padding: 0.1em 0.2em 0.1em 0.2em;
	background-color: #0d7044;
	color: #fff;
	border: solid 1px #0d7044;
	font-size: 100%;
}

#alphabet li .selected {
	background-color: #fff;
	color: #076d45;
}

#alphabet li a {
	color: #fff;
	text-decoration: none;
}

#alphabet li a:hover {
	background-color: #fff;
	color: #0d7044;
	border: solid 1px #0d7044;
}

/* The A-Z list styles */
#atozlist {
	clear: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#atozlist li {
	clear: both;
	padding-bottom: 0.5em;
	margin: 0;
	border-bottom: solid 1px #126d4a;
	width: 100%;
	float: left;
}

#atozlist li li {
	border-top: solid 1px #126d4a;
	border-bottom: none;
	width: auto;
	float: none;
}
#atozlist li li.atozlinks {
	border-top: none;
	padding-top:0;
	padding-bottom:0;
}

#atozlist h3 {
	padding: 0.3em 0 0.3em 0;
	margin: 0;
	font-weight: normal;
	font-size: 100%;
}

#atozlist p {
	padding: 0;
	margin: 0;
}

#atozlist a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#atozlist a:hover {
	text-decoration: underline;
}

/* Any items floated on the right of an event */
div.atozrelated {
	float: right;
	width: 215px;
	margin: 0 0 0 0.5em;
}

div.atozrelated h2 {
	margin: 0;
	padding: 0.2em;
	font-size: 100%;
	font-weight: bold;
	background-color: #0C6F44;
	color: #FFFFFF;
}

div.atozrelated ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #EEEEEE;
}

div.atozrelated ul li {
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

div.atozrelated ul li a {
	font-weight: normal;
	background: url(../../images/welwynhatfield/common/arrowoff_3.gif) no-repeat;
	padding: 2px 2px 2px 0;
	text-decoration: none;
	display: block;
}

div.atozrelated ul li a:hover {
	font-weight: normal;
	background: url(../../images/welwynhatfield/common/arrow_black.gif) no-repeat;
	padding: 2px 2px 2px 0;
	color: #0C6F44;
}

.atozheading {
	float: left;
	font-weight: bold;
}

.introtext {
	clear: left;
	font-size: 90%;
}

.atozseelink {
	float: left;
}

.atozcontact {
	font-size: 90%;
}

.atozlinks {
	font-size: 90%;
	border-bottom: 0 !important;
}

#atozlist li p a, #atozlist div.atozseelink a {
	text-decoration: underline;
}

