
a {
/*	text-decoration: none; */
/*	color: rgb(187, 175, 139); */
	color: rgb(88, 76, 72);
}


a.button {
	display: block;
	background-color: transparent;
	background-image: url('../img/blank_button.jpg');
	background-repeat: no-repeat;
	border: 0;
	width: 128px;
	height: 20px;
	margin: 0px auto;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a.ratingButton {
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 25px;
	width: 21px;
	float: left;
}

body {
	font-size: 12px;
	font-family:  helvetica, verdana, sans-serif;
	background-color: rgb(242, 237, 217);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img {
	border: 0px;
}

input[type='checkbox'], 
input[type="image"] {
	border: 0;
}

input[type='submit'] {
	display: block;
	background-color: transparent;
	background-image: url('../img/blank_button.jpg');
	background-repeat: no-repeat;
	border: 0;
	width: 128px;
	height: 20px;
	margin: 0px auto;
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

input.wideButton {
	display: block;
	background-color: transparent;
	background-image: url('../img/blank_wide_button.jpg');
	background-repeat: no-repeat;
	border: 0;
	width: 198px;
	height: 20px;
	margin: 0px auto;
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}


a.wideButton {
	display: block;
	background-color: transparent;
	background-image: url('../img/blank_wide_button.jpg');
	background-repeat: no-repeat;
	border: 0;
	width: 198px;
	height: 20px;
	margin: 0px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

h3 {
	color: rgb(18, 77, 82);  /* 124D52 */
}

input, select {
	border: 1px solid rgb(73, 35, 22);
	padding: 0 0 0 0;
}


textarea {
	font-size: 11px;
	font-family:  helvetica, verdana, sans-serif;
}


/* ****************  General Classes ****************** */

.alignTop {
	vertical-align: top;
}

.bookList {
	margin: 10px;
}

.divHelp {
	margin: 30px 10px 10px 10px;
	border: 1px solid rgb(57, 158, 214);
	padding: 5px;
}

.divHelp a {
	text-decoration: underline;
}
.divHelp img {
	padding: 5px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.label {
	color: rgb(18, 77, 82);  /* 124D52 */
	text-align: right;
	vertical-align: top;
	font-size: 110%;
}

fieldset.major {
	margin-bottom: 20px;
}

fieldset.major div.results {
	max-height: 400px;
	overflow: auto;
}

fieldset.major legend {
	color: rgb(18, 77, 82);  /* 124D52 */
	text-align: right;
	vertical-align: top;
	font-size: 130%;
}

.linkUnderline {
	text-decoration: underline;
}


.additionalInfo {
	font-style: italic;
	margin-left: 25px;
	color: darkslategrey;
}

.blockImg {
	margin-right: 3px;
	height: 75px;
	float: left;
}

.blockBody {
	height: 80px;
	margin-top: 5px;
	overflow: hidden;
}

.blockMain {
	padding: 5px 10px 3px 10px;
	color: rgb(18, 77, 82);  /* 124D52 */
	float: none;
	cursor: pointer;
}

.blockMain:hover {
	background-color: rgb(242, 237, 217);
}

.blockOptions {
	text-align: right;
	margin-right: 10px;
}

.blockOptions a {
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 0px;
	color: rgb(187, 175, 139);
}

span#bookSynopsis {
	height: 100px;
	overflow: auto;
}

a.optionDefault {
	text-transform: uppercase;
	letter-spacing: 0px;
	color: rgb(88, 39, 0);
}

.blockHeadline {
	font-weight: normal;
	font-size: 140%;
	margin-bottom: 3px;
}


table.categoryList img.catIcon {
	padding: 0px 0px 0px 20px;
	border: 0;
}

.catIcon {
	height: 40px;
}

.catIconSmall {
	height: 25px;
	border: 0;
}

.catName {
	padding: 10px 10px 10px 10px;
}

.categoryLabel {
	color: rgb(18, 77, 82);  /* 124D52 */
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.displayValue {
	text-align: left;
	vertical-align: top;
}

.divContent {
	margin: 5px 5px 5px 5px;
}

.elementGroup {
	margin: 7px;
	background: #124D52;
/*	background: whitesmoke; */
}

.elementTitle {
	color: whitesmoke;  /* rgb(18, 77, 82); */ /* 124D52 */
	text-align: left;
	font-size: 115%;
/*	vertical-align: top; */
	white-space: nowrap;
	padding: 15px 0 15px 0;
}

.errorBox {
	background-color: rgb(255, 107, 101);
	color: #000000;
	font-size: 14px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	margin: 3px 3px 3px 3px;
}

.faqAnswer {
	font-style: italic;
	margin-left: 25px;
	color: darkslategrey;
}

.faqList {
	list-style-type: none;
}

.faqList li {
	margin-bottom: 8px;
}

.faqQuestion {
	color: rgb(18, 77, 82);  /* 124D52 */
	font-size: 140%;
	text-align: left;
}

.leftPaneButton {
	position: absolute;
	bottom: 3px;
}

.listPrimary {
	color: rgb(18, 77, 82);  /* 124D52 */
	font-size: 140%;
	text-align: left;
}

.listSecondary {
	margin-left: 25px;
	margin-bottom: 8px;
	color: darkslategrey;
	font-size: .9em;
}

.cellBoundary {
	background-image: url('../img/dotted_line.gif');
	background-repeat: repeat-y;
	padding: 5px;
}

.hiddenData {
	display: none;
	
}

.infoLogo {
	text-align: center;
	margin: 0px;
	height: 30px;
	border: 0px;
	white-space: nowrap;
}

.infoLogo a img {
	border: 0px;
	height: 20px;
}

.columnHeader {
	color: rgb(18, 77, 82);  /* 124D52 */
	text-align: center;
	vertical-align: top;
}

.label {
	color: rgb(18, 77, 82);  /* 124D52 */
	text-align: right;
	vertical-align: top;
}

.infoPane {
	border: 1px solid rgb(73, 35, 22);
	padding: 5px;
	margin: 5px;
}

.inputValue {
	text-align: left;
	vertical-align: top;
}

.linkBold {
	color: rgb(54, 93, 100);
	font-size: 1.3em;
	margin-top: 20px;
	padding-left: 20px;
}

.loginBox {
	margin: 20px;
	padding: 15px;
	width: 275px;
	border: 1px solid rgb(18, 77, 82);  /* 124D52 */
	vertical-align: top;
}

/* when you have a sequence of spans that wrap,  vertical-align: top  squishes the lines together */
.noWrapInput {
	text-align: left;
/*	vertical-align: top; */
	white-space: nowrap;
	padding: 0px;
}

.margin10 {
	margin: 0 0 0 10px;
}

.messageBox {
	background-color: rgb(242, 237, 217);
	color: #000000;
	font-size: 14px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	margin: 3px 3px 3px 3px;
}

.navRow a {
	color: rgb(54, 93, 100);
}

.notice {
	font-size: 16px;
	text-align: center;
	color: rgb(54, 93, 100);
	padding: 4px 0px 5px 0px;
}

.noWrap {
	white-space: nowrap;
}

.optionsTable {
	margin: 20px 0 20px 150px;
	border-spacing:30px;
}

.optionsTable td{
	width: 100px;
}

.optionsTable img{
	border: 0;
}

.paddedSection {
	margin: 0 15px 10px 15px;
}

.pageTitle {
	height: 50px;
	width: 580px;
	background-color: #124D52;
	color: #F2EDD9;
}

h1,
.pageTitle .title {
	font-size: 20px;
	padding: 15px 10px 5px 10px;
	margin-top: 0;
	width: 520px;
	white-space: nowrap;
	overflow: hidden; 
	font-weight: normal;
}

.pageTitle img {
	padding: 3px 2px 3px 3px;
	float: left;
}

.sectionTitle {
	height: 25px;
	width: 200px;
	background-color: #124D52;
	/* background-image: url('../img/SectionTitleBG.png'); */
	color: #F2EDD9;
}

.sectionTitle .title {
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	margin-top: 0;
	width: 180px;
	white-space: nowrap;
	overflow: hidden; 
}

.sectionTitle img {
	padding: 3px 2px 3px 3px;
	float: left;
}


.prompt {
	font-weight: bold;
}

.optionalPrompt {
	font-weight: normal;
}

.heading {
	color: rgb(54, 93, 100);
}

.rightDisplay {
	text-align: right;
}

.sectionHeading {
	background-color: rgb(211, 204, 161);
	color: black;
	padding: 4px 3px 1px 3px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
}

.subHeading {
	color: rgb(112, 150, 108);
	text-align: center;
}

.spacer10 {
	height: 10px;
}

.radioInput {
	border-width: 0px 0px 0px 0px;
}

.thankYouPane {
	border: 1px solid rgb(73, 35, 22);
	padding: 5px;
	margin: 5px 150px 10px 10px;
}


div.hintFrameMin
{
	text-align:right;
	padding-right: 160px;
	display: none;
}

div.hintFrameControl
{
	text-align:right;
	padding-right: 160px;
}

span.hintFrameControl
{
	background-color: rgb(112, 150, 108);
	padding: 2px 3px 1px 3px;
	color: white;
}


/* *******************  Universal Elements **************** */


#copyright {
	margin:0px auto;
	font-family:  helvetica, verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
/*	color: rgb(187, 175, 139); */
	color: rgb(88, 76, 72);
}

#divBanner {
	width: 900px;
	background-image: url('../img/NBR_Head_bg.jpg');
	margin: 0 auto;
}

#headLogo {
	float: left;
}

#divAdFrame {
/*	width: 160px;
	height: 600px;
*/
}

#divBreadcrumbs {
	width: 100%;
	height: 24px;
	background-color: rgb(215, 141, 62);
}

#divCanvas {
	width: 900px;
	margin: 0 auto;
	color: rgb(88, 76, 72);
	background-color: #FFF;
	background-image: url('../img/bg-shadow.png');
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
	border-left: 0;
	border-right: 0;
/*
	border-left: 2px solid grey;
	border-right: 2px solid grey;
*/
}

#divHeadMenu {
	position: relative;
	right: 10px;
	top: 20px;
	margin: 0px 10px 10px 100px;
}

#divHeadSearch {
	position: relative;
	top: 35px;
	right: 10px;
	text-align: right;
}

#divMainPane {
	width: 100%;
}

#divProfileAwards {
	border-bottom: 3px solid rgb(76,27,10);
	text-align: center;
}

#divProfileImage {
	padding: 20px 0px 20px 0px;
}

#divProfileImage, #divProfileAwards, #divProfileID {
	margin: 10px;
}

#divCenter {
	vertical-align: top;
}

#divLeft {
	vertical-align: top;
}

#divRight {
	vertical-align: top;
	text-align: right;
}


#footermenu a {
	text-decoration: none;
/*	color: rgb(187, 175, 139); */
	color: rgb(88, 76, 72);
}

#footer {
	margin:auto;
	text-align: center;
}

#headermenu a {
	text-decoration: none;
}

#pageTitle {
	letter-spacing: 1px;
	font-size: 25px;
	font-weight: 100;
	padding: 5px 5px 5px 10px;
	color: rgb(18, 77, 82);
}

#talkToUs {
	margin: 2px 20px 2px 10px;
}

#talkToUs a {
	text-decoration: underline;
}

#whyNovelList {
	font-size: 15px;
	line-height: 120%;
}


