/* Complete listing with key */

/*div#content-sidebar div.page-sidebar {
	position: relative;
	padding-top: 1em;
}*/
div#donorKey {
	/*position: fixed;*/
	width: 25em;
	border: 1px solid silver;
	padding: 1em;
	border-radius: 10px
}
div#content-sidebar div#donorKey * {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
div#content {
	min-height: 80em
}
div#page-footer {
	padding: 10px;
}
div#content-sidebar div#donorKey.noLink p#alphaFilter {
	display: none;
}
div#content-sidebar div#donorKey p#alphaFilter {
	padding-top: 1em
}
div#content-sidebar div#donorKey p#alphaFilter a {
	display: inline-block;
	font-size: 15px;
	padding: 1px 0;
	width: 1.6em;
	margin: 2px;
	background: silver;
	text-align: center;
	border-radius: 4px
}
/*div#content-sidebar div#donorKey p#alphaFilter a:hover {
	background-color: orange;
}*/
div#donorKey ul {
	list-style: none;
}
table#donorList {
	width: 46em;
}
table#donorList span:hover {
	cursor: help;
}
div#content-sidebar {
	border: none;
}
table#donorList caption {
	line-height: 1.5;
	font-size: 1.5em;
}
table#donorList caption span {
	display: block;
	font-weight: normal;
	font-size: .95em;
}
table#donorList caption span:hover {
	cursor: text;
}
div#content-sidebar div#donorKey a.currentFilter, div#content-sidebar div#donorKey  a.currentFilter:hover, div#content-sidebar div#donorKey p#alphaFilter a.currentFilter, div#content-sidebar div#donorKey p#alphaFilter a.currentFilter:hover {
	background: black;
	color: orange;
	cursor: text;
}
.flag-A, .flag-TRHT, .flag-L, .flag-R, .flag-F, .flag-P, .flag-FS, .flag-CS {
	display: inline-block;
	background-color: silver;
	font-size: 10px;
	text-align: center;
	padding: 2px 0;
	margin: 2px;
	border-radius: 2px;
	border: 1px solid silver;
}
.flag-A, .flag-L, .flag-R, .flag-F, .flag-P, .flag-FS, .flag-CS {
	width: 2.5em;
}
.flag-TRHT {
	width: 4em
	
}
.flag-A {
	background-color: yellow;
}
.flag-R {
	background-color: greenyellow;
}
.flag-P, div#content-sidebar div#donorKey .flag-P {
	background-color: royalblue;
	color: white;
}
.flag-F {
	background-color: aqua;
}
.flag-FS, div#content-sidebar div#donorKey .flag-FS {
	background-color: fuchsia;
	color: white;
}
.flag-L, div#content-sidebar div#donorKey .flag-L {
	background-color: red;
	color: white;
}
.flag-CS, div#content-sidebar div#donorKey .flag-CS {
	background-color: darkgreen;
	color: white;
}
.flag-A {
	background-color: yellow;
}
p.removeFilter {
	text-align: right;
}
div#content-sidebar div#donorKey p.removeFilter a {
	display: inline-block;
	padding: 2px 6px 2px 20px;
	background: #dedede url("/core/img/icons/remove-orange-black-12px.png") 4px center no-repeat;
	border-radius: 4px;
}
div#content-sidebar div#donorKey p.removeFilter a:hover {
	background-color: #333;
	color: #fff;
}
div#content-sidebar div#donorKey li span {
	margin-left: -34px;
	margin-right: 4px;
}
div#content-sidebar div#donorKey li a {
	padding: 2px 1px 2px 38px;
	display: block;
	border-radius: 4px;
	background-color: #ddd;
	margin: 4px 0;
}
div#content-sidebar div#donorKey li a:hover, div#content-sidebar div#donorKey p#alphaFilter a:hover {
	background-color: #333;
	color: white;
}
div#content-sidebar div#donorKey li li a {
	padding: 2px 6px;
}
div#content-sidebar div#donorKey li li {
	margin-left: 32px
}

