BODY {
	margin: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica;
	font-size: 10pt;
	font-weight: bold;
	background-image: url('../images/bg.gif');
}

#header {
	width: 700px;
	height: 70px;
}

#topMenu {
	width: 220px;
	padding: 3px 0px 3px 5px;
	background-color: #C0C0C0;
}

#topMenuSlider {
	width: 360px;
	padding: 2px 0px 2px 5px;
	background-color: #C0C0C0;
}

#topMenuSliderEmpty {
	width: 360px;
	padding: 3px 0px 3px 5px;
	background-color: #C0C0C0;
}

#content {
}

/* ******************************** */
TABLE.homePage {
	margin-top: 20px;
}

INPUT.searchInput {
	width: 200px;
}

TABLE.searchPage {
	margin-top: 50px;
}

TABLE.searchResultsPage {
	margin-top: 10px;
}

#searchResults {
	width: 400px;
	height: 350px;
	overflow: auto;
}

TABLE.monthPage {
	margin-top: 10px;
}

P.monthBtn {
	width: 149px;
	height: 28px;
	padding: 6px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	background-image: URL('../images/monthButton.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

TABLE.dayPage {
	margin-top: 10px;
}

TD.bgCell {
	background-color: #C0C0C0;
}

P.dayBtn {
	width: 30px;
	height: 28px;
	padding: 6px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	background-image: URL('../images/dayButton.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

IMG.thumbnail {
	cursor: pointer;
	cursor: hand;
}

#hideShow {
	width: 120px;
	min-height: 16px;
	padding: 3px 0px 3px 0px;
	background-color: #C0C0C0;
}

#pageInstructions {
	width: 700px;
	height: 25px;
}

#fullPage {
	float: left;
	width: 420px;
	height: 430px;
	overflow: auto;
}

#thumbsGallery {
	width: 275px;
	height: 430px;
	overflow: auto;
}

#fullLargePage {
	width: 700px;
	height: 430px;
	overflow: auto;
}

P.volumeTxt {
	margin: 5px 0px 10px 0px;
}

P.instruction {
	margin: 10px 0px 10px 0px;
}

.menu {
	font-weight: bold;
	color: #000000;

	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

A.searchEntry {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
