
/* css for reference pages */
.item {
	margin-bottom: 1em;
	padding: 0px;
	position: relative;
	clear: both;
	background-color: white;
	color: #151515;
	border: solid 1px #55544D;
}
.entrytext {
	color: #151515;
}
.alt {
}
.itemDesc {
	padding-left: .5em;
	margin-right: 5px;
}
.item h4 {
	margin: 0px;
	padding: 2px;
	background-color: #ddd;
	font-size: 10pt;
}
.item h5 {
	margin: 1px;
	padding: 2px;
	background-color: #ddd;
}
.itemTags {
	margin-top: 1px;
}
.itemAttributes {
	position: relative;
	float: right;
	margin-top: 1px;
	margin-left: 5px;
}
.item ul {
	padding: 0px;
	margin: 0px;
	display: block;
}
.itemAttributes ul {
	margin-left: 5px;
}
.itemAttributes ul li {
	display: block;
	padding: 1px;
	margin: 1px;
	font-size: 80%;
}
.itemTags ul {
	margin: 2px;
	margin-top: 5px;
	text-align: center;
}
.itemTags ul:before {
	color: #666;
	content: ' | ';
}
.item li {
	display: inline;
	color: #666;
}
.itemTags li:after {
	content: ' | ';
}
.clear {
	clear: both;
}
.itemAttributes a {
	color: #666;
}
.selectedFilter {
	background-color: #f2ecac;
	display: block;
}
#filters {
	margin: .5em;
	background-color: #f2ecac;
	padding: .2em;
}

