/*decorate*/
xbody { /*margin and padding must be cleared in order to align relative and fixed positioning*/
	margin:0;
	padding:0;
}
xh2[lang="el-polyton"] {
	letter-spacing:0.25em;
}
xspan.bibleversion { /*e.g, [NET] */
	/*font-variant:small-caps;
	text-transform:lowercase;*/
	font-size:0.83em; /*10:12pt*/  /*Prince doesn't recognize font-variant:small-caps*/
	text-transform:uppercase;
}
table#dir-books td.c1 {
	padding-right:1em;
	vertical-align:top;
	white-space:nowrap;
}

/*PREFS*/
div#prefs {
	background-color:whitesmoke;
	border-bottom:2px solid gray;
	position:fixed;
	left:0px;
	right:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}
div#spacer {
	border-bottom:2px solid white;
	padding-top:3px;
	padding-bottom:3px;
}

/*TITLES*/
h1, h2 {
	font-family:Georgia;
	font-weight:normal;
	text-align:center;
}

/*TABLE PARALLEL*/
table#parallel td.orig,
table#parallel td.base {
	text-align:justify; /*left-and-right justify verses*/
}
table#parallel .c2 {
	padding-right:0.3em;
}
table#parallel .c3 {
	padding-left:0.3em;
	white-space:nowrap;
}
table#parallel td { /*top-align verse numbers*/
	vertical-align:top;
}
table#parallel tr.controls td { /*interlinear checkbox, hide translation*/
	vertical-align:middle;
}
table#parallel td,
table#parallel th,
table#parallel {
	border:none;
}
table#parallel div.buttons {
	float:right;
	white-space:nowrap;
}

/*COPYRIGHT*/
div#bottom {
	margin-bottom:-7px;
	margin-left:4px;
	text-align:center;
	vertical-align:middle; /*for IE*/
}
div#bottom span#copyright {
	font-family:sans-serif;
	font-size:x-small;
	font-size:0.65em;
	font-weight:normal;
}
