/*
 * styles to emulate FolioViews
 */

body {
  font-family: Verdana, sans-serif;
	margin: 20px 0.8em 4em 0.8em;
	padding-bottom: 4em;
}

/*
 aligned text
*/
h1.fff, h2.fff, h3.fff, h4.fff, h6.fff, p.center, h4.fff_13 {
	text-align: center;
}

p, ul {
	text-align: justify;
}

p.right {
  text-align: right;
}

/*
 coloured text
*/
h1.fff, h2.fff, h3.fff, h5.fff, p.link, a {
	color: #1b3e99;
}

a.popup {
  color: #f00;
}

/*
 bold text
*/
h1.fff, h3.fff, h5.fff, li.head, dt.head {
	font-weight: bold;
}

/*
 normal text
*/
h2.fff, span.normal {
  font-weight: normal;
}

/*
 italicised text
*/
h5.fff, span.reg {
	font-style: italic;
}

/*
 100% sized text
*/
h5.fff, h6.fff, h4.fff_13 {
	font-size: 100%;
}

/*
 text decorations
*/
a.footnotelink, a.popup {
  text-decoration: none;
}
span.strike {
  text-decoration: line-through;
}

/*
 margins
*/
h5.fff, p.link, table.fff, p.navigation_links {
	margin-top: 1em;
	margin-bottom: 1em;
}

h6.fff, p.center, h4.fff_13 {
  margin: 0.2em 10% 0.2em 10%;
}

p, ul {
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

/*
 line heights
*/
sup {
  line-height: 0;
}
p, ul {
	line-height: 1.4em;
}

/*
 * initial states of trans and ms DIVs
 */

/*
 half translation goes on right
*/
div.trans_on {
  float: right;
}

/*
 full translation, full manuscript and half manuscript go on right
*/
div.trans, div.ms, div.ms_on {
  float: left;
}

/*
 halves have half width
*/
div.trans_on, div.ms_on {
  width: 48%;
	display: block;
}

/*
 hide halves
*/
div.trans_off, div.ms_off {
  display: none;
}

/*
 full versions have full width
*/
div.trans, div.ms {
	width: 100%;
}

/*
 keep versions aligned so they start at same point
*/
div.chunk {
	clear: both;
}

/*
 * lists
 */
ul {
  list-style: none;
}

li.head, dt.head {
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}

dl, ul {
	margin-bottom: 0.5em;
	padding: 0;
	margin-left: 0;
}

/*ol.footnotes li {
  font-size: smaller;
}*/

ol.footnotes {
  display: none;
}

