@charset "utf-8";
/* CSS Document */


body {
	background-color: #5C6E86;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e3edf7
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: thin inset #2C333D;
	background-color: #777E84;
	
}

#header {
	background-image: url(images/bannerBooks.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 153px;
	width: 900px;
	background-color: #31383e;
	padding: 0px;
	
	
	
}#container h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	font-weight: bolder;
	color: #D4DFEB;
	text-align: right;
	padding: 10px;
	margin-top: 92px;
	margin-right: 15px;
}
#bksearch h4 {
	font-size: 1em;
	font-weight: bold;
	color: #D7DEE8;
	padding-left: 15px;
	padding-top: 15px;
}
#bksearch p {
	font-weight: bold;
	color: #D7DEE8;
	padding-left: 25px;
	font-size: 1em;
	padding-bottom: 15px;
}


#footer {
	background-image: url(images/bannerftr.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 900px;
	background-position: center;
	
}
table {
	padding: 2px;
	margin: 2px;
	border: thin ridge #2C333D;
}
li {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
form p input {
	background-color: #FFF;
	border: thin outset #2C333D;
	margin-left: 3px;
	margin-right: 3px;
}
form table {
	background-color: #292A1C;
	color: #C6D2E0;
	border: thin outset #2C333D;
}
table tr td input {
	background-color: #FFF;
	border: thin outset #2C333D;
}
form ul {
	border: thin none #2C333D;
}
form ul li {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
form ul li input {
	border: thin outset #2C333D;
	margin-right: 3px;
}
textarea {
	border: thin outset #2C333D;
	margin-right: 3px;
	margin-left: 3px;
}
select {
	border: thin outset #2C333D;
	margin-right: 3px;
	margin-left: 3px;
}
#nav {
	background-color: #343E47;
	width: 895px;
	border: thin solid #282f39;
	margin: 0px;
	text-align: center;
	background-position: center;
}
#nav li {
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
#nav li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2em;
	text-decoration: none;
	color: #EEF3F7;
}
#nav li a:hover {
	text-decoration: underline;
}

.bklst #nav #bklst a {
	font-weight: bold;
	color: #5f87ba;
}

.tblname {
	font-weight: bold;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: thin solid #2e343c;
	font-size: 1em;
}
.tblinfo1 {
	background-color: #aebbcb;
	text-align: left;
	padding: 5px;
	border: thin solid #2e343c;
	font-size: 1em;
}
.tblinfo2 {
	font-size: 1em;
	background-color: #65778d;
	text-align: left;
	padding: 5px;
	border: thin solid #2e343c;
}

.tblinfo3 {
	
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: thin solid #2e343c;
	font-size: 1em;
}

#bksearch {
	background-color: #343E47;
	background-position: center;
	width: 900px;
	border: thin ridge #282f39;
}
.search #nav #search a {
	font-weight: bold;
	color: #5f87ba;
}
