body
{
width: 800px;
}
div.sect1>p
{
	font-family: Arial;
	padding: 10px;
}
div.screenshot
{
	padding: 10px;
}

div.warning
{
	margin: 10px;
	border: 1px double black;
	background: #e0e0e0;
}

div.abstract
{
	padding: 3px;
	margin: 0 0 10px 0;
	font-style: italic;
	font-size: 10pt;
}

.chapter div.toc
{
	display: none;
}

div.toc
{
	background: #F0F0F0;
	padding: 10px;
	margin: 10px 0 10px 0;
}

div.abstract p.title
{
	display: none;
}

div.example
{
	border: 1px solid black;
	margin-left: 20px;
	padding: 5px;
	font-style: italic;
}

.titlepage
{
	font-family: Arial;
	background: #F0F0F0;
	border-bottom:1px solid black;
	padding: 5px;
}

.titlepage hr
{
	display: none;
}

strong.keycap
{
	font-weight: bold;
	padding: 1px 2px 1px 2px;
/* 	display: block; */
	border: 1px solid black;
	-moz-border-radius:3px;
}

p
{
line-height: 1.5em;
text-align: justify;
}

li p
{
line-height: normal;
}

span.guibutton
{
	font-family: Tahoma, sans;
	font-weight: normal;
	font-size: 9pt;
	padding: 1px 5px 1px 5px;
/* 	display: block; */
	border: 2px outset #E0e0e0;
	background: #E0e0e0;
}
span.application
{
	font-family: Arial;
	font-weight: bold;
}
span.accel
{
	text-decoration:underline;
}
span.guimenu,
span.guimenuitem
{
	font-family: Arial;
	font-weight: bold;
}

strong.userinput code
{
	font-weight: normal;
	font-family: Courier New, monospace;
	background: #f0f0f0;
}

.errortext
{
font-family: monospace;
}
