body {
	background-color: #ffffff;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #eeeeee;
	/*background-image: url(images/entryBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;*/
	margin: 0px;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
}

.logo {
	background-color: #333333;
	height: 70px;
	background-image: url(images/company_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
}


/************** ADDED FOR THIS CUSTOMER **************/
.entryWelcome {
	background-image: url(images/welcome_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.vstripe {
	background-color: #333333;
	width: 25px;
}
/************** ADDED FOR THIS CUSTOMER **************/



.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;
	height: 45px;
	vertical-align: bottom;
}
.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;
}

.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;
}




/****************  DIRECTORY ONLY ****************/
.stripe {
	background-color: #333333;
	height: 25px;
}

.ypguide {						/* yellow pages guide */
	color: #cd001b;
	font-size: 12px;
	text-decoration: underline;
}
a.ypguide:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

.logoPlacement {
	text-align: left;
	vertical-align: middle;
}
.langPlacement {
	vertical-align: top;
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
}


/*	********** search ***********/
.entrySearchOutside {
	background-color: #E6E6E6;
}
.entrySearchInside {
	background-color: #C2C2C2;
}	
.entryTitle {
	font-size: 15px;
	font-weight: bold;
}
.entry12 {
	font-size: 12px;
	font-weight: normal;
}
.entry11 {
	font-size: 11px;
	font-weight: normal;
}
.searchError {
	color: #e60b13;
	font-weight: bold;
	padding: 5px 0px 2px 0px;
}
input.entry {
	font-size: 11px;
}
select.entry, option.entry {
	font-size: 11px;
	overflow: visible;
}


/*	********** maplist and searchlist ***********/
.listCover1 {
	background-color: #FFFFFF;
	scrollbar-base-color: #D9D9D9;
	background-image: url(covers/cover1.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat;
	margin: 0px;
}
.listCover2 {
	background-color: #FFFFFF;
	scrollbar-base-color: #D9D9D9;
	background-image: url(covers/cover2.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat;
	margin: 0px;
}

.listTitle {
	color: #333333;
	background-color: #E6E6E6;
	border-bottom-color: #C0C0C0;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.list {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
a.list:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

.hint {				/* pop up hint */
	color: #000000;
	background-color: #FEFEE1;
	border: 2px solid #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	position: absolute;
	display: none;
	width: 220px;
	margin: -3px 0px 0px 5px;
	z-index: 1000;
}
