@CHARSET "ISO-8859-1";

.specification .attribute, .specification .type, .specification .minElements
	{
	font-weight: bold;
}

.specification .optional, .specification  .required {
	font-style: italic;
}

.specification .description {
	font-style: italic;
}

.specification table {
	background-color: #fEfEfE;
	border: 1px solid #aaa;
	border-collapse: collapse;
	color: black;
	margin: 1em 1em 1em 0;
}

.specification table>*>tr>th {
	background-color: #f2f2f2;
	text-align: center;
	border: 1px solid #aaa;
	padding: 0.2em;
}

.specification table>*>tr>td {
	text-align: left;
	border: 1px solid #aaa;
	padding: 0.2em;
}
