@import url(all.css);
@import url(float-box-toc.inc.css);

* {
	padding:0;
	margin:0;
}

@page {
	size:portrait;
	padding:0;
}
@page:left {
	margin:1.875cm 1.5cm 3.75cm 2.5cm;
}
@page:right {
	margin:1.875cm 2.5cm 3.75cm 1.5cm;
}

#content p, #content ul, #content ol, #content blockquote, #content pre, #content table, #content .code, #content div.indent {
	widows:4;
	orphans:4;
}

body {
	font-family:serif;
	font-size:10pt;
	line-height:1.5;
	color:#000;
	background-color:#fff;
}

#header #accessmenu,
#infomenu,
#navigation,
#sitesuffix #siteinfo ul,
#sitesuffix #siteinfo h2,
#sitesuffix #sitetools,
#footer,
#backend .backendbutton,
#backend #system_bookmarks, .noprint
{
	display:none;
}

#header a.title {
	display:block;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	font-family:sans-serif;
	border-bottom:solid 2px #000;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:0.5em;
	margin-bottom:1em;
}

h1,h2,h3,h4,h5 {
	color:#000;
	background-color:#fff;
	font-weight:500;
	margin:1em 0;
	line-height:1;
}
h1 {font-size:200%; font-weight:bold;}
h2 {font-size:145%;}
h3 {font-size:130%;}
h4 {font-size:115%;}
h5 {font-size:100%;}

div.inner h1, h1:first-child {margin-top:0;}

p {
	text-align:justify;
}

table.usertable th, table.dtable th, div.inner h1, div.inner div.legend, fieldset legend {
	color:#fff;
	background-color:#333;
}

#content div.indent {
	font-size:90%;
	font-weight:bolder;
	border:solid 1px #000;
	font-family:sans-serif;
	color:#000;
}

#sitesuffix {
	font-size:80%;
	margin-top:4em;
	border-top:solid 1px #000;
	padding-top:1em;
	page-break-before:avoid;
}

div.floatbox div.inner, div.box div.inner, fieldset, #content blockquote {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

