/* General Style for tables to close up gaps */
table {border-collapse: collapse }
td { margin: 0px; padding: 0px }

#resultcontent { width: 800px;
	height: 100%;
	color: black;
	background-color: white;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px; }

#footer { width: 780px;
	height: 30px;
	background-color: rgb(185, 185, 185);
	margin-left: auto;
	margin-right: auto;
	color: white;
	position: relative;
	top: 0px;
	vertical-align: middle;
	text-align: left;
	padding-top: 8px;
	padding-left: 20px;
}
	
#resultcontenttbl { position: relative;
	top: 2px;
	left: 0px;
	width: 800px;
	text-align: left;
	background-color: white;}

/* Style for the results table */
#resulttbl { width: 100%; 
	background-color: white; }

/* Style for the results table header */
#resulttbl th { background-color: orange;
	color: white;
	padding: 5px }
#resulttbl td { padding: 5px;
	border: 1px solid orange }
#resulttbl td a { color: black }

/* Style for when search returns no results */
#nomatch { background-color: white; 
	color: red; 
	border: 1px solid orange; 
	height: 300px;
	vertical-align: top;
	padding: 10px; }

/* Style for when there is no book image */
#noimage { padding-bottom: 30px; 
	float: left; 
	padding-left: 20px; 
	padding-right: 40px }

/* Style for when there is an image */
#image { margin-bottom: 40px; 
	float: left; 
	margin-left: 20px; 
	margin-right: 40px; 
	border: 1px solid gray }

/* Style for the border around the content area */
#ctl { width: 27px;
	vertical-align: bottom; }
#ctl img { display: block; }
#ct { background-image: url(../images/content-t.jpg);
	background-position: bottom;
	background-repeat: repeat-x; }
#ctr { width: 27px;
	padding-right: 5px;
	vertical-align: bottom; }
#ctr img { display: block; }
#cl { background-image: url(../images/content-l.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 27px; }
#cr { background-image: url(../images/content-r.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 27px;
	padding-right: 5px}
#cbl { width: 27px; }
#cb { background-image: url(../images/content-b.jpg);
	background-position: top;
	background-repeat: repeat-x; }
#cbr { width: 27px;
	padding-right: 5px }

/* Style for text in the content area */
#cc { padding-left: 20px;
	padding-right: 20px;
	font-family: Times New Roman, Arial;
	font-size: 12pt; }
