#search {
	clear: both;
	padding-left: 1px;
	padding-top: 8px;
}
input, select, label {
	margin-top: 8px;
}
#search LABEL {
	padding-right: 10px;
	float: left;
	text-align: right;
	width: 100px;
}
UL {
	list-style: none;
	padding: 18px;
}
UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A {
	padding: 3px 5px;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: #333;
	color: #fff;
	padding-top: 7px;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs > div {
	padding: 5px;
	margin-top: 3px;
	border: 5px solid #333;
}

div.tabs > div h2 {
	margin-top: 0;
}

#mnh,#que,#brk,#brx,#lgi, #wch {
	display:none;
}
body {
	text-align:left;
	background-color: #fff;
}
a {
	font-size: 1em;
}
div.groupImage img {
	border: solid gray 1px;
}
li {
	/* list-style-type: decimal-leading-zero; */
	color: black;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: solid gray 1px;
}
.groupName {
	color: red;
}
li #libraryName {
	color: red;
}
li * {
	color: silver;
}
li:last-child {
	border-bottom: none;
}
li .more {
	color: gray;
	font-weight: normal;
}
li .more a {
	color: blue;
	font-weight: bold;
}
#locations {
	display: none;
}
.milemarker {
	display: none;
}