.author {
	font-style: italic;
}

.author, .category {
	white-space: nowrap;
}

.book-entry-height {
	height: 100px;
}

.full {
	width: 100%;
	height: 100%;
}

.fullwidth {
	width: 100%;
}

.fullheight {
	height: 100%;
}

.smallfont {
	font-size: 8pt;
}

A {
	color: #1789c7;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #073c5b;
}

A.back {
	text-decoration: overline;
}

BODY {
	margin: 1 1 1 1;
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffcb;
	scrollbar-face-color: #ffffcb;
	scrollbar-track-color: #073c5b;
	scrollbar-arrow-color: black;
	scrollbar-3dlight-color: #1789c7;
	scrollbar-darkshadow-color: #073c5b;
}

COL.label {
	width: 270px;
}

COL.smalllabel {
	width: 100px;
}

DIV.divimage {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	left: 10%;
	width: 80%;
	top: 30px;
	background-color: #FFFFCB;
}

DIV.form {
	visibility: hidden;
	overflow: visible;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffcb;
}

H1 {
	font-size: 12pt;
}

H2 {
	font-size: 11pt;
	padding-top: 1em;
}

INPUT.mandatory, INPUT.button, SELECT.mandatory, TEXTAREA.mandatory {
	color: black;
	background-color: #e3eff7;
	border-width: 1;
}

INPUT.button {
	width: 80px;
}

INPUT.optional, SELECT.optional, TEXTAREA.optional {
	color: black;
	background-color: #ffffff;
	border-width: 1;
}

INPUT.small {
	height: 20px;
	width: 18px;
}

P.booktitle {
	font-size: 12pt;
	font-weight: bold;
}

P.booksubtitle {
	font-size: 11pt;
}

P.booktitle, P.bookcover, P.booksubtitle {
	text-align: center;
}

TABLE.selectwindow {
	width: 300px;
}

TD {
	vertical-align: top;
}

BODY, TD, TH {
	font-size: 10pt;
}

BODY.intropage {
	background-color: #073c5b;
	margin: 50 150 50 150;
}

SPAN.logo1 {
	font-size: 16pt;
	line-height: 16pt;
}

SPAN.logo2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 30pt;
}

SPAN.logo1a {
	font-size: 24pt;
	line-height: 24pt;
}

SPAN.logo2a {
	font-family: arial, helvetica, sans-serif;
	font-size: 48pt;
}

TABLE.intropage {
	background-color: #ffffcb;
}

TD.addressbar {
        font-family: arial, helvetica, sans-serif;
        font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

.buttons {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

TD.book-entry {
	padding-left: 10px;
}

TD.list-booktitle, TD.list-client {
	font-weight: bold;
}

TD.bookspacer {
	height: 20px;
}

TD.list-isbn {
	font-size: 8pt;
	font-weight: normal;
	vertical-align: bottom;
	white-space: nowrap;
}

TD.list-price {
	vertical-align: bottom;
	text-align: right;
	height: 100%;
	white-space: nowrap;
}

TD.small, TH.small {
	font-size: 10pt;
	padding: 2 4 2 4;
}

TD.titleleft, TD.titleright {
	color: #073c5b;
	font-weight: bold;
	font-size: 11pt;
}

TD.titleleft, .left {
	text-align: left;
}

TD.titleright, .right {
	text-align: right;
}

TH, TH.small {
	text-align: left;
	font-weight: bold;
}

