/* style sheet */
A {
	color: blue;
	text-decoration:none;
}
.searchformTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.searchBox {
}
.searchButton {
}
.searchInstruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smallest;
}
.resultListTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.listContainer {
	float: left;
	width: 300px;
}
.listHeader {
	color: black;
	/*text-decoration:underline;*/
	font-weight: bold;
	font-size: smaller;
}
.listRow {
	background-color:#F0F0F0;
}
.listRowAlt {
	background-color:#F8F8F8;
}
.listSubject {
	width: 250px;
	color:#0000cc;
	font-weight: normal;
	/*font-style:normal;*/
}
.listSubjectSelected {
	width: 250px;
	color: #cc0000;
	font-weight: bold;
	/*font-style: italic;*/
}
.listScore {
	width: 50px;
	color: blue;
}
.listSentence {
	color: black;
	font-style:italic;
}
.verseContainer {
	float: left;
	margin-left: 40px;
	/*width: 400px;*/
	/*padding: 10px 10px 10px 10px;
	border: 1px solid #f0f0f0; */
}
.verseTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
}
.verseText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style:italic;
}
