/* Pier

   Copyright (c) 2003-2007 Lukas Renggli
   Copyright (c) 2005-2006 Software Composition Group, University of Berne
*/

.contents h1.heading {
	font-size: 250%;
	margin-top: 0;
}
.contents h1 {
	font-size: 180%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.contents h2 {
	font-size: 160%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.contents h3 {
	font-size: 140%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.contents h4 {
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.contents h5 {
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.contents h6 {
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.contents p {
	margin-bottom: 1em;
	line-height: 1.2em;
}
.contents ul {
	margin-bottom: 1em;
}
.contents ol {
	margin-bottom: 1em;
}
.contents li {
	margin-left: 20px;
	line-height: 1.2em;
}
.contents pre {
	font-family: Courier, Courier New, Sans Serif;
	border: #092565 dashed 1px;
	background-color: #E7EBF2;
	padding: 0.5em;
	margin-bottom: 1em;
}
.contents table td {
	padding: 3px;
}

/* magritte forms */
.contents ul.errors {
	color: #aa0000;
}
.contents form th {
	text-align: right;
	padding-right: 0;
	padding-top: 6px;
}
.contents form .group th {
	text-align: left;
	font-size: 120%;
	padding-top: 15px;
}
.contents form .element th.error {
	color: #aa0000;
}
.contents form .element td.required:after {
	content: "*";
	color: #aa0000;
	margin-left: 2px;
	font-weight: bold;
}
.contents form .element input,
.contents form .buttons input {
	margin-right: 2px;
}
.contents form textarea {
	width: 500px;
	height: 300px;
}
.contents form textarea.wiki {
	width: 500px;
	height: 300px;
}
.contents form input.text,
.contents form input.password {
	width: 300px;
}
.contents form .buttons {
	margin-top: 5px;
}

.contents .tree .active {
	font-weight: bold;
}
.contents .tree ul {
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contents .tree li {
	list-style: none;
}
.contents .tree ul li li {
	margin-left: 40px;
}
.contents .tree .button {
	margin-right: 3px;
}
