/* CSS File Ekki, DF4OR 6. Mai 2005 */

#maincontent {
	width:80%;
	clear:both;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	background:#fff;
	font-size: 100%;
}

p {
	margin: 1em 0 1em 0;
}

.nomarginbelow {
	margin-bottom: 0;
}
.nomargintop {
	margin-top:  0;
}

table.swstd {
	font-size: 80%;
	border:1px solid #eee;
	empty-cells:show;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	margin-top:1em;
}
table.swstd tr td {
	padding: 0 0.3em 0 0.3em;
	border: 1px solid #ccc;
	empty-cells:show;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	margin-top:1em;
	text-align: center;
}

table.swstd tr th {
	background-color: #eee;
}

table.civstd tr.sec {
	background:#eee;
}

div.warning {
	border: solid 2px #f00;
	background-color: #fee;
	width: 80%;
	margin: 1em auto 1em auto;
	padding: 0.2em 0.5em;
}

code {
	 font-family: monospace;
	 white-space: nowrap;
}

div.example {
	background: #efe;
	margin: 1em 10px 1em 10px;
	border: solid thin #eee;
	padding: 0.5em;
	font-family: 'Courier New', monospace;
	font-size: 90%;
	white-space: pre;
}

span.new {
	background: #f00;
	font-weight: bold;
}