﻿
/* --- A to Z letters --- */
#alphabet {
	height: 1%; /* ie fix */
	margin: 2em auto;
	width: 28em;
	font-size: 130%;
}
#alphabet .letter {
	float: left;
	display: inline;
	margin: 1px;
}
#alphabet .letter a,
#alphabet .letter .selected {
	display: block;
	width: 1.2em;
	padding: 0.5em 0.4em;
	background-color: #cecece;
	text-align: center;
	color: black;
}

#alphabet > .letter a,
#alphabet > .letter .selected {
	width: auto;
	min-width: 1.2em;
}

#alphabet .letter .selected {
/*	background-color: #69a7e0; --- PDH Changed colour to green to match site */
	background-color: #669966;
	color: white;
}

/* --- A to Z article bits --- */
ul#atozlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#atozlist li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background-image: url(../../../images/common/green-dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#atozlist .atozheading { font-weight: bold; }
#atozlist .atozheading a { color: black; }
#atozlist .atozintrotext { margin-top: 0.5em; }
#atozlist .atozlink { margin-top: 0.5em; }
#atozlist .atozlink a { color: black; }

/* --- A to Z related blocks --- */
#atozlist .atozrelated {}

#atozlist .atozrelated .block0,
#atozlist .atozrelated .block2 { clear: left; }

#atozlist .atozrelated .atozrelatedblock {
	float: left;
	width: 46%;
	margin: 1em 1% 0px;
	border: 1px solid #dddddd;
}
#atozlist .atozrelated .atozrelatedblock h2 {
	margin: 0px;
	padding: 5px;
	background-color: #dddddd;
	font-size: 1em;
	font-weight: bold;
}
#atozlist .atozrelated .atozrelatedblock ul {
	margin: 0.5em 5px 0px;
	padding: 0px;
	list-style-type: none;
}
#atozlist .atozrelated .atozrelatedblock li {
	margin-bottom: 0.5em;
	padding-bottom: 0px;
	background-image: none;
}
#atozlist .atozrelated .atozrelatedblock li a {
	display: block;
	height: 1%;
	padding: 3px 0px 3px 20px;
	background-image: url(../../../images/common/rel-article-bullet.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	color: black;
}
#atozlist .atozrelated .atozrelatedblock li.media a {
	background-position: 0px center;
}
