span.think {
	font-style: italic;
}

span.think em {
	font-style: normal;
}

div.quote {
	text-align: right;
}

div.quoteOrigin {
	font-style: italic;
}

div.footnotes {
	font-size: 80%;
	margin-left: 50%;
	border-top: 1px solid #888;
}

span.yell {
	font-weight: bold;
}

span.foreign {
	font-family: Times;
	font-style: italic;
	font-size: 120%;
}

div.pov {
	text-align: center;
}

table.prevNext {
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

table.prevNext td {
	border: 1px solid #ccc;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 1.8em;
}

td.prev,td.next {
	width: 50%
}

a.prev {
	background-image: url('images/arrow_left.png');
	background-position: left center;
}

span.prev,span.toc {
	padding-left: 20px;
}

a.toc {
	background-image: url('images/arrow_undo.png');
	background-position: left center;
}

a.next {
	background-image: url('images/arrow_right.png');
	background-position: right center;
	text-align: right;
}

span.next {
	padding-right: 20px;
}

a.prev,a.next,a.toc {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-repeat: no-repeat;
	line-height: 1.6em;
}

a.prev:HOVER,a.next:HOVER,a.toc:HOVER {
	background-color: #e0e0e0;
}

span.fixme {
	border: 2px solid red;
	padding: 0px 2px;
	font-weight: bold;
	float: right;
	display: block;
}

div.toc {
	background-color: #f0f0f0;
	position: fixed;
	top: 1.8em;
	margin-top: 1px;
	right: 0;
	width: 21em;
	height: 38em;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	z-index: 1;
	padding-left: .5em;
}

div.teaser,div.summary {
	margin-right: 21.5em;
}

iframe.toc {
	background-color: #f0f0f0;
	border: 0;
	width: 100%;
	height: 30em;
	border-bottom: 1px solid #ccc;
}

div.content { /*border: 1px solid red;*/
	min-width: 25em;
	max-width: 33em;
	margin-left: 3em;
}

/* IE workaround */
* html div.content {
	width: 30em;
}

table.character,table.place {
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.character td,table.character th,table.place td,table.place th {
	border: 1px solid #e0e0e0;
	vertical-align: text-top;
	padding: 2px 4px;
}

table.character th,table.place th {
	text-align: right;
}

span.say,span.foreign,span.think {
	color: #000080;
}

li.index p {
	display: inline;
	color: #404040;
	font-size: 90%;
	font-style: italic;
}

