body {
	background-color: #E4E4E4;
	background-image: url(images/entryBG.jpg);
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
}

.logo {
	height: 100px;
	text-align: center;
	vertical-align: bottom;
}

.textHeight {				/* height of text div - increase when there is more text (150px minimum) */
	height: 160px;
}

.entry {
	color: #333333;
	font-size: 13px;
	font-weight: normal;
}
.entryBig {					/* "Welcome" */
	color: #555555;
	font-size: 23px;
	font-weight: bold;
}
.entryFlip {				/* entrymap_flip only - "(click on a catalog image...)" */
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.small {					/* Flash text at the bottom */
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}

.link {						/* entrymap_singlebook and entrymap_noanimation only */
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.border {					/* entrymap_noanimation only - border of book images */
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.language {
	color: #6A6A6A;
	font-size: 11px;
	text-decoration: none;
}
a.language:hover {
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
}
.languageSeparator {
	color: #9A9A9A;
	font-size: 11px;
}
.languageSelected {
	color: #A1A1A1;
	font-size: 11px;
}




/****************  Library Search ****************/
.libraryFrame {
	background: transparent;
	/*background-color: #E4E4E4;
	background-image: none;*/
	margin: 0px;
}
.libraryBG {
}

.libraryField {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	width: 340px;
	height: 23px;
	border: 1px solid #666666;
	padding-top: 3px;
	padding-left: 3px;
}
.libraryButton {
	color: #FFFFFF;
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 23px;
}

.libraryError {
	color: #CC0000;
	font-weight: bold;
}

.showall {
	color: #555555;
}
a.showall:hover {
	color: #000000;
}

