.meta {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footnote {
	font-size: 0.9em;
	margin-left: 2em;
	
}

/*
 * Book view
 */
 
.book
{
	background-color: #FAFAFA;
	font-family: Verdana;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
	margin: 10px;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
}

.book h2
{
	line-height: 1.3em;
	font-size: 3.5em;
	font-weight: bolder;
	background: none;
	text-align:center;
	border-top: #003399 1px solid;
	border-bottom: #003399 1px solid;
}

/*  Hang the lists */ 
.book li {
	text-indent: -2em;
}

/*  Hang the lists */
.book li p {
	text-indent: 0em;
}



h2.subtitle {
	font-size: 3.5em;
	font-weight: bolder;
	background: none;
	text-align:center;
	border-top: #003399 1px solid;
	border-bottom: #003399 1px solid;
}

h2.chapter {
	font-size: 3em;
	border: none;
	background: none;
	text-align: center;
	border-top: #003399 1px solid;
	border-bottom: #003399 1px solid;
	
}

h2.division {
	font-size: 2em;
	font-weight: bold;
	border: none;
	background: none;
	text-align:center;
}

h2.subdivision {
	font-size: 2em;
	font-weight: normal;
	border: none;
	background: none;
	text-align:center;
}

h2.group {
	font-size: 1.75em;
	font-weight: normal;
	border: none;
	background: none;
	text-align:center;
	/* font-style: italic; */
}

h2.subgroup {
	font-size: 1.5em;
	font-weight: normal;
	border: none;
	background: none;
}	

.commentary
{
	line-height: 14pt;
}

/*  Hang the lists */
.commentary li {
	text-indent: -2em;
}
/*  Hang the lists */
.commentary li p {
	text-indent: 0em;
}

.print-dialog
{
	position: absolute;
	top: 200px;
	left: 45%;
	border: 1px solid black;
	width: 300px;
	background-color: #99BBEE;
	padding: 5px;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Shadow( color=#000000, direction=125, strength=3 );
}

.print-dialog p
{
	font-weight: bold;
	text-align: center;
}

.print-dialog .button
{
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;	
}


