@CHARSET "ISO-8859-1";

/***********************************************/
/* CSS Styles for the S&D Web Application      */
/*                                             */
/* note: Some of the styles defined below      */
/* are modified in component/customstyles.jsp. */
/*                                             */
/* NOTE - IF YOU CHANGE THIS FILE YOU MUST     */
/* CHANGE csd-mac.css AS WELL.  FONT SIZE IS   */
/*  THE ONLY DIFFERENCE BETWEEN FILES.         */ 
/***********************************************/

/***********************/
/* Default Page Styles */
/***********************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: black;
	background-color: white;
	font-family: Verdana, Georgia;
}

table#mainTable {
	width: 100%;
	height: 575px;
}

input {
	font-size: 8pt;
	color: black;
}

select {
	font-size: 8pt;
	color: black;
}

input.buttonPrimaryColor {
	border: 0px;
	font-size: 6pt;
	font-weight: bold;
	color: white;
	cursor: hand;
	cursor: pointer;
}

.largeText {
	font-size: 14pt;
	text-align: left;
}

.mediumText {
	font-size: 10pt;
	text-align: left;
}

.mediumTextPrimaryColor {
	font-size: 10pt;
	text-align: left;
}

.smallText {
	font-size: 8pt;
	text-align: left;
}

.smallTextPrimaryColor {
	font-size: 8pt;
	text-align: left;
}

.smallTextGray {
	font-size: 8pt;
	color: #999;
	text-align: left;
}

.extraSmallText {
	font-size: 6pt;
	text-align: left;
}

.extraSmallTextPrimaryColor {
	font-size: 6pt;
	text-align: left;
}

a.mediumLinkPrimaryColor {
	font-size: 10pt;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

a.mediumLinkPrimaryColor:hover {
	text-decoration: underline;
}

a.smallLinkPrimaryColor {
	font-size: 8pt;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

a.smallLinkPrimaryColor:hover {
	text-decoration: underline;
}

a.extraSmallLinkPrimaryColor {
	font-size: 6pt;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

a.extraSmallLinkPrimaryColor:hover {
	text-decoration: underline;
}

.clickable {
	cursor: hand;
	cursor: pointer;
}

/**********************/
/* Page header styles */
/**********************/

td#header {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 3px solid #ddd; 
}

div#headerDiv {
	width: 100%;
	text-align: left;
	vertical-align: top;
}

a#headerLink {
	text-decoration: none;
}

img#headerImage {
	height: 75px;
}

/******************************/
/* Page navigation bar styles */
/******************************/

td#navbar {
	text-align: left;
	vertical-align: top;
	border-right: 3px solid #ddd; 
	min-width: 175px;
	width: 175px;
	height: 100%;	
}

div#navScrollDiv {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100px;
	position: relative;
}

table#navbarTable {
	display: block;
	width: 175px;
}

table#navbarTableCollapsed {
	background-color: #ddd;
	display: none;
	width: 18px;
}

td.navbarComponent {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

td#navbarReturnToSite {
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

td#navbarThumbnail {
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

td#navbarCollapse {
	vertical-align: top;
	text-align: right;
	width: 18px;
	padding-top: 3px;
}
	
td#navbarBookTitle {
	font-size: 10pt;
}

td#navbarAuthor {
	font-size: 6pt;
}

td#navbarISBN {
	font-size: 6pt;
	padding-bottom: 20px;
}

td#navbarMoreInfo {
	padding-bottom: 20px;
}

td#navbarSearchLabel {
	background-color: #ddd;
	font-size: 10pt;
	vertical-align: middle;
}

td#navbarSearchForm {
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 15px;
}

td#navbarPurchaseLabel {
	background-color: #ddd;
	font-size: 10pt;
	vertical-align: middle;
}

td#navbarPurchaseLinks {
	font-size: 8pt;
	padding-top: 20px;
}

div#navbarNotAvailPurchase {
	width: 100%;
	text-align: center;
}

/***********************/
/* Page content styles */
/***********************/

td#content {
	text-align: left;
	vertical-align: top;
	height: 100%;
	width: 100%;
	padding: 0px;
}

div#scrollDiv {
	overflow: auto;
	height: 400px;
	position: relative;
}

a.thumbnailLink {
	text-decoration: none;
	border: 0px;
	cursor: hand;
	cursor: pointer;
}

img.thumbnailImage {
	border: 1px solid black;
}

input#btSearch {
	height: 21px;
	width: 60px;
}

input#btGo {
	height: 21px;
	width: 30px;
}

span.searchResultNavSpan {
	font-size: 8pt;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: center;
	padding: 5px;
}

span.searchResultNavSpan:hover {
	font-size: 8pt;
	background-color: #eee;
}

span.searchResultNavSpanCurrent {
	font-size: 8pt;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: center;
	color: black;
	background-color: #eee;
	padding: 5px;
}

span.searchResultNavSpanDisabled {
	font-size: 8pt;
	text-align: center;
	vertical-align: center;
	color: #999;
	padding: 5px;
}

/**********************/
/* Page footer styles */
/**********************/

td#footer {
	text-align: left;
	vertical-align: top;
	border-top: 3px solid #ddd;
}

td#footerSpacer {
	width: 100%;
}

.footerText {
	text-align: right;
	color: black;
	font-size: 6pt;
}

/************************/
/* Purchase link styles */
/************************/

a.purchaseLink {
	color: white;
	font-size: 6pt;
	text-decoration: none;
}

table.purchaseLinkTable {
	cursor: hand;
	cursor: pointer;
}

img.purchaseLinkImage {
	width: 82px;
	height: 20px;
}

/***********************/
/* Page excerpt styles */
/***********************/

span.CSDMatch {
	background-color: #ffffb0;
}

/*********************/
/* Widget styles */
/*********************/

.addToMySite {
	padding: 2px;
	font-size: 6pt;
	font-weight: bold;
	background-color: #ddd;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
}

div#widgetDiv {
	display: none;
	position: absolute;
	left: 150px;
	top: 50px;
	padding: 10px;
	background-color: #ddd;
	z-index: 6;
	border: 2px solid #999;
}

a.widget {
	text-decoration: none;
	font: 10px/10px arial;
	color: #ffffff;
	cursor: hand;
	cursor: pointer;
}

a.widget:hover {
	text-decoration:underline;
}

/************************************************/
/* User message and site information div styles */
/************************************************/

div#userMessageDiv {
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	border: 2px solid black;
	color: white;
	position: absolute;
	visibility: hidden;
	left: 15px;
	top: 15px;
	z-index: 4;
}

div#siteInfoDiv {
	font-size: 8pt;
	text-align: right;
	vertical-align: middle;
	background-color: #ddd;
	padding: 4px;
	width: 500px;
	height: 350px;
	border: 2px solid #999;
	color: white;
	position: absolute;
	visibility: hidden;
	left: 150px;
	top: 75px;
	z-index: 4;
}

iframe#siteInfoFrame {
	width: 496px;
	height: 312px;
	background-color: white;
}