/* = Database page and results styles
------------------------------------------------------------------*/

.database {
	display: block;
	margin: 25px 19px 32px 23px;
}

.database .text {
	float: left;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4e4c4c;
	border: 8px solid #ededed;
	width: 300px;
	padding: 8px 4px 8px 15px;
	margin: 0px 0px 14px 0px;
}

.database select {
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4e4c4c;
	font-weight: normal;
	border: 8px solid #ededed;
	width: 335px;
	padding: 8px 4px 8px 15px;
	margin: 0px 0px 14px 0px;
	background-color: #FFFFFF;
	background-image: none;
}

.database .gobutton {
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4e4c4c;
	font-weight: normal;
	float: left;
	border: 8px solid #ededed;
	margin: 0px 0px 14px 15px;
	background-color: #FFFFFF;
	background-image: none;
}

.database .note {
	float: right;
	display: block;
	width: 205px;
	height: 43px;
	background-image: url(../images/dropdown-note.gif);
	background-repeat: repeat;
	background-position: left top;	
}

.database .divider {
	display: block;
	clear: both;
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;	
	margin: 0px 0px 25px 0px;
}

.bookresult {
	display: block;
	margin: 1px 0px 1px 0px;
}
.bookresult a {
	text-decoration: none;
	color:#af0e30;
}
.bookresult a:hover {
	text-decoration: underline;
	color:#af0e30;
}
.database .resultdivider {
	display: block;
	clear: both;
	width: 500px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ababab;	
	margin: 0px 0px 20px 0px;
}
.database h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #444;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.database h2 a {
	color: #af0e30;
	text-decoration: none;
}
.database h2 a:hover {
	color: #af0e30;
	text-decoration: underline;
}
