/* READING LIST */

div.BLTitle {
	clear: both;
	text-align: center;

	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3B5598;

	margin-bottom: 1%;
}

div.BLSubTit {
	clear: both;
	text-align: left;
	margin-left: 1%;

	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin-top: 1%;
	margin-bottom: 1%;
}

div.book {
	clear: both;
	margin-left: 2%;
	padding-bottom: 1.5%;
	margin-top: 1%;
	margin-bottom: 2%;
	font-family: Garamond, Georgia, Times, serif;
}

div.author {
	float: left;
	width: 12%;
	padding-left: 2%;
	margin-right: 1%;
	border-bottom: 1px dotted #999999;
}

div.title {
	float: left;
	width: 75%;
	margin-left: 0.5%;
	padding-left: 0.5%;
	border-bottom: 1px dotted #999999;
	
	font-style: italic;
}

span.note {
	font-weight: normal;
	font-style: normal;
}

/* OLD STYLES */
table.tblBookList {
	margin-bottom: 2%;
	margin-left: 2%;
	white-space: nowrap;
	width: 90%;

	font-family: Garamond, Georgia, Times, serif;
}

table.tblBookList td {
	padding-top: 1%;
	padding-left: 2%;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}

table.tblBookList td.B {
	font-style: italic;
}

table.tblBookList td.A {
	width: 15%;
}

span.choose {
	font-weight: normal;
	font-size: 1em;
	font-family: Garamond, Georgia, Times, serif;
}

span.choose:before {
	content: ' - ';
}

