body {
	background-color: #FFF;
	/*background-image: url(images/entryBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;*/
	margin: 0px;
	width: 100%;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
}

.logo {
	height: 58px;
	text-align: left;
	vertical-align: middle;
	background-color: #ffee46;
	background-image: url(images/company_background_stripe.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



/* ADDED FOR SUPERYELLOWPAGES */
.footer {
	color: #FFF;
	text-decoration: none;
}
a.footer:hover {
	color: #666;
	text-decoration: underline;
}
.footerSlide {
	color: #F9EA39;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.footerSlide:hover {
	color: #F9EA39;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.footerEntry {
	color: #000;
	text-decoration: none;
}
a.footerEntry:link, a.footerEntry:visited, a.footerEntry:active {
	color: #000;
	text-decoration: none;
}
a.footerEntry:hover {
	color: #333;
	text-decoration: underline;
}

.linkPrivacy {
	color: #000;
	text-decoration: underline;
}
a.linkPrivacy:hover {
	color: #d90000;
	text-decoration: underline;
}

.linkSuperguides {
	color: #d90000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.linkSuperguides:hover {
	color: #d90000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
/* ADDED FOR SUPERYELLOWPAGES */



.textHeight {				/* height of text div - increase when there is more text (150px minimum) */
	height: 160px;
}

.entry {
	color: #CCC;
	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: #d90000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #d90000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.border {					/* entrymap_noanimation only - border of book images */
	border: 1px solid #333333;
}

.language {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
a.language:hover {
	color: #db0c04;
	font-size: 11px;
	text-decoration: underline;
}
.languageSeparator {
	color: #bfb234;
	font-size: 11px;
}
.languageSelected {
	color: #bcb03b;
	font-size: 11px;
}




/****************  DIRECTORY ONLY ****************/
.stripe {
	background-color: #222222;
	height: 31px;
	padding-left: 0px;
	color: #FFF;
}

.ypguide {						/* yellow pages guide */
	color: #555555;
	font-size: 12px;
	text-decoration: underline;
}
a.ypguide:hover {
	color: #d90000;
	font-size: 12px;
	text-decoration: underline;
}

.logoPlacement {
	text-align: center;
	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: #000;
	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: #FFF;
	font-size: 11px;
	text-decoration: none;
}
a.list:hover {
	color: #999;
	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;
}
