@charset "UTF-8";
/* 
   Cascading Style Sheet for MBS Online Help, version 2
   Author: Marcel Bresink
   Last change: 2007-11-27 
*/

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 40px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
	margin-top: 2em;
	margin-bottom: 0;
}

h3,h4,h5,h6 {
	font-size: 10pt;
	margin-top: 2em;
	margin-bottom: 0;
}

p {
	margin-top: 1em;
	margin-bottom: 0;
}

a {
	color: #69c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

cite {
	font-weight: bold;
	font-style: normal;
}

kbd {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	border: 1px solid #222;
	padding: 1px 3px;
	margin: 1px;
}

hr {
	border: 1px dotted #ddd;
	margin: 2em;
}

table {
	caption-side: bottom;
	margin: 1em;
	border: 1px solid silver;
	border-spacing: 0;
	background-color: #f2f2f2;
}

td {
	padding: 5px;
	border: 1px solid silver;
}

th {
	color: white;
	background-color: #69c;
	padding: 5px;
}

.notebox {
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	margin: 1em;
	padding: 1em;
}

.warningbox {
	border: 1px solid red;
	background-color: #f2f2f2;
	font-weight: bold;
	margin: 1em;
	padding: 1em;
}

.intropar {
	color: #69c;
	font-weight: bold;
	text-transform: uppercase;
}

.warningbox .intropar {
	color: red;
	text-transform: uppercase;
}

.picture {
	margin: 2em;
	text-align: center;
}

#bannerbox {
	background-color: #f2f2f2;
	position: fixed;
	top: -12px;
	left: 0;
	width: 100%;
	height: 1.5em;
	z-index: 1;
	float: left;
	border-bottom: 1px solid #ccc;
}

#bannercontentleft {
	position: absolute;
	top: 1px;
	left: 15px;
}

a#bannercontentleft {
	color: #666;
	font-size: 8pt;
	font-weight: normal;
}

#rightinsert {
	float: right;
	width: 40%;
	margin: 2em 0 2em 2em;
	padding: 1em;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
}

#rightinsert h2 {
	text-transform: uppercase;
}

@media print {
	#bannerbox, #bannercontent, #rightinsert {
		display: none;
	}
}
