/* backend and frontend */

/* if user agent does not support css, .nocss elements can be used for layout purposes */
.nocss, .nocss hr {
	/* for some reason, text is not affected */
	display: none;
	visibility: hidden;
	border: none;
	height: 0;
	width: 0;
	max-height: 0;
	overflow: hidden;
	font-size: 1px;
}

.old {
	display: inline;
	text-decoration: line-through;
	color: #666;
}

.ahorn {
  color: #7a1;
}

a {
  color: #000;
}

del {
	text-decoration: inherit;
}

.new {
	display: inline;
	color: inherit;
}

.clear {
	clear: both;
}

#daytime_nav li {
	font-weight: bold;
}

#daytime_nav li a {
	font-weight: normal;
}

#map ul {
	list-style-type: none;
}

#map ul li ul {
	padding-left: 1.1em;
	margin: 0;
}