body {
	background-color: #ffffff;
	color: #000000;
}

div:target {
	background-color: #eeeeee;
}

.Main > div + * > h1 {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: silver;
}


.Attribute {
	font-weight: bold;
}

.Attribute .Values {
	font-weight: normal;
}

.Attribute .Values:before {
	content: " = ";
}

.Tree ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 0 0em;
	padding: 0 0 0 1em;
}

.Tree > ul ul {
	border-left-style: solid;
	border-left-color: silver;
	border-left-width: 1px;
}

.Attribute .Type {
	font-style: italic;
}

.Attribute .Values .Default {
	font-weight: bold;
}

[class~='Required'][class~='Attribute'] + *:before {
	content: "Required. ";
}

[class='Attribute'] + *:before {
	content: "Optional. ";
}

.Center {
	text-align: center;
}
