

#resizeButtons {
	text-align: center;
	position: absolute;
	right: 30px;
	top: 10px;
	width: 90px;
	z-index: 2;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 62.5%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#columnTable {
	height: 100%;
	width: 960px;
}
#leftBorder {
	background-image: url(images/borderLeft.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #000000;
}
#rightBorder {
	background-color: #000000;
	background-image: url(images/borderRight.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainTable {
	height: 100%;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#pageTable {
	height: 100%;
	width: 100%;
}
#bookBackground {
	background-image: url(kb/kbImage/CSS_Styles/TheCoronadoBrief.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#websiteTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.5em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
#bookTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	color: #000000;
}
#authorTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.3em;
	color: #000000;
}

#menuTable {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#menuTable td {
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	height: 22px;
}
#menuTable a {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	height: 22px;
	display: block;
	text-decoration: none;
	line-height: 1.8em;
}
#menuTable a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

#contentTable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#contentTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
}
#contentTable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
}

#contactTable {
	width: 90%;
}
#contactTable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
}
#contactTable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.1em;
}

/*------CONTACT US TABLE-------------------------------------------------------------------------------*/
#contactUsTable {
	width: 100%;
}
#contactUsTable h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#contactUsTable td.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 0.8em;
	font-weight: bold;
}
#contactUsTable label.contactForm {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
}
#contactUsTable input.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFF99;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactUsTable input.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactUsTable input.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	
	
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactUsTable textarea.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactUsTable textarea.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactUsTable select.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactUsTable select.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFAA;
	text-align: left;
	vertical-align: bottom;
	border: 1px #50301A solid;
	padding-left: 5px;
}
#contactUsTable input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}

/*------FOOTER TABLE-------------------------------------------------------------------------------*/

#ecp {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
#ecp a {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
#ecp a:hover {
	text-decoration: underline;
	color: #A80000;
}

table.shortBookTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	line-height: 1.1em;
}
table.longBookTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	line-height: 1.1em;
}
a.moreInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
a.moreInfo:hover {
	color: #A80000;
	text-decoration: underline;
}
a.orderBook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	padding: 3px;
	text-decoration: none;
}
a.orderBook:hover {
	background-color: #FF0000;
	text-decoration: none;
	text-decoration: underline;
}
#allBooks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
#allBooks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#allBooks a:hover {
	color: #FFFFFF;
	background-color:  #000000;
}


