/* CSS Document used only for the manuals */
.author {
	font-size: 98%;
	color: #C17331;
	text-align: right;
	padding-right: 10px;
}
.docSubTitle {
	color: #C17331;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #C17331;
	margin-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0.4em;
}
.manualtitle {
	background-color : #9ccc3c; 
	padding: 0.25em 0.5em; 
	color: white; 
	font-size: 1.1em; 
	font-weight: bold;
	margin: 1em 0 0 0;
}
.title1 {
	font-size: medium;
	font-weight: bold;
	color: #C17331;
	margin-top: 1em;
}
.title2 {
	font-size: 110%;
	font-weight: bold;
	color: #C17331;
	margin: 1em 0;
}
.sup {
	font-size: 0.81em;
	vertical-align: super;
}
.table td {
	font-size: 1em;
	padding: 0.2em;
}
div.gray {
	background-color: #DBDBDB; 
	border: 1px solid #999999; 
	padding: 1em;
	margin: 2em;
}
.quoteright {
	float: right; 
	margin: 0 0 1em 2em; 
	font-size: 1.3em; 
	font-style: italic; 
	font-weight: bold; 
	width: 50%;
}
.quoteleft {
	float: left; 
	margin: 0 1em 1em 0; 
	font-size: 1.3em; 
	font-style: italic; 
	font-weight: bold; 
	width: 50%;
}