
.full-authority-listing {
	border: 1px solid #aaaaaa;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #333333;
	}
	.full-authority-listing a { color: #1b3828; }
	.full-authority-listing ul {
		margin-bottom: 0.5em;
		}
	.full-authority-listing-title {
		font-weight: bold;
		font-size: 14px;
		}
	.full-authority-listing.even {
		background: #a0a7a3;
		}
	.full-authority-listing.odd {
		background: #e1ece6;
		}

	/* File types */
	.full-authority-listing .image {
		list-style: none;
		margin-left: 0px;
		padding-left: 22px;
		background: url(../images/filetypes/image.png) 5px 2px no-repeat;
		}
	.full-authority-listing .text {
		list-style: none;
		margin-left: 0px;
		padding-left: 22px;
		background: url(../images/filetypes/text.png) 5px 2px no-repeat;
		}
	.full-authority-listing .pdf {
		list-style: none;
		margin-left: 0px;
		padding-left: 22px;
		background: url(../images/filetypes/pdf.png) 5px 2px no-repeat;
		}
	.full-authority-listing .unknown {
		list-style: none;
		margin-left: 0px;
		padding-left: 22px;
		background: url(../images/filetypes/unknown.png) 5px 2px no-repeat;
		}
				

