/* This is CSS that pertains to all pages on the site */

#ajaxBusy {
    float: right;
    position: relative;
    top: 0; right: 0;
    width: 600px;
    padding: 4px;
    color: #225486;
}

#letter_links {
	margin-top: 10px;
	margin-bottom: 20px;
}

#letter_links a {
	background-color: #ffa;
	padding: 3px 4px;
	margin: 0px 1px;
	border: 1px solid #dd9;
	text-decoration: none;
}

#letter_links a:hover {
	color: #000;
	background-color: #dd9;
	border: 1px solid #cc7;
}

#letter_links a.active {
	color: #dd9;
	background-color: #000;
	border: 1px solid #dd9;
}
