﻿.sys_atoz-control ul {
	list-style: none inside none;
	margin: 0;
}
.sys_atoz-control ul li a, .sys_atoz-control ul li.sys_noresults span {
	padding: 8px 6px 13px 6px;
	border: 1px solid #ddeae1;
	background: #ddeae1;
	display: inline-block;
	border-radius: 5px;
	margin: 10px;
	font-size: 133%;
	font-weight: bold;
	width: 2em;
	min-width: 2em;
	height: 2em;
	min-height: 1.3em;
	text-align: center;
}
.sys_atoz-control ul li.sys_noresults span {
	color: #303030;
	padding: 13px 6px 8px 6px;
}
.sys_atoz-control ul li {
	display: inline;
}
.sys_atoz-control ul li a:hover {
	border: 1px solid #206c49;
}
/* styles for the page listings */

ul.sys_itemslist {
	list-style: none inside none;
	margin: 20px 0 40px 0;
}
/* styles for the paging information */

div.sys_paginginfo {
	float: left;
	width: 49%;
	background: none;
	border: 0 none;
	margin: 0;
	padding: 0;
}
div.sys_navigation {
	float: right;
	width: 49%;
	background: none;
	border: 0 none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.sys_navigationprevious.sys_disabled span {
	color: #0b0c0c;
}
.sys_atoz-control {
	margin-left: -5px;
}
div.sys_atoz_heading {
	font-size: 1.7em;
	border: 1px solid #206c49;
	padding: 10px 0;
	margin: 20px 0;
	width: 100px;
	text-align: center;
}
dt.sys_generic_list-description {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#AZListing_List > ul > li:nth-child(even) {
	background-color: #f5f5f5;
}
dd.sys_generic_list-description {
	margin-left: 0;
}
/* The following adjustments were added when migrated in Dec 21 */
.sys_atoz-control ul { 
padding: 0;
}
.sys_atoz-control ul li a, .sys_atoz-control ul li.sys_noresults span {
	padding: 0px 6px 5px 6px;
/* delete height */
	min-height: 1.7em;
}
hr {
	clear: both;
}
