﻿/* The A to Z letter styles */
#alphabet {
	clear: left;
	float: left;
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

#alphabet li {
	float: left;
	padding: 0;
	font-size: 150%;
}

#alphabet li .selected, #alphabet li a {
	display: block;
	width: 1.5em;
	border-left: 1px solid #999999;
	background-color: #ecf7f3;
	text-align: center;
}
#alphabet li.letter0 .selected, #alphabet li.letter0 a { border-left: none; }

#alphabet li .selected {
	background-color: #1E634F;
	color: #FFFFFF;
}

#alphabet li a {
	color: #000000;
	text-decoration: none;
}

#alphabet li a:hover {
	background-color: #1E634F;
	color: #FFF;
}

#alphabetwrapper {
	padding: 5px 3px 5px 3px;
	background-color: #ecf7f3;
}

.bumper {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

/* The A-Z list styles */
#atozlist,
#atozlist ul {
	clear: left;
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

#atozlist li {
	clear: both;
	padding: 0.5em 0 0 0.5em;
	margin: 0;
}

#atozlist li ul.meta li {
	padding: 0;
}

#atozlist h2 {
	font-size: 12px;
	padding: 0;
	margin: 4px 0 8px 0;
}

#atozlist p {
	padding: 0;
	margin: 0;
}

/* 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: #1E634F;
	color: #FFF;
}

div.atozrelated ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #1E634F;
}

div.atozrelated ul li {
	margin: 0;
	padding: 0.5em;
}

div.atozrelated ul li a {
	font-weight: normal;
	display: block;
}

div.atozrelated ul li a:hover {
	font-weight: normal;
}

#atozlist, #atozwrapper {
	margin-top: 20px;
}

#atozlist .item {
	padding: 5px 0 10px 0;
	background: transparent url(../../../images/common/dots.gif) repeat-x scroll left top;
}
