html, body {
	padding: 0px;
	margin: 0px;
	background-color: #dbeef5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.clear
{
	clear:both;
	display:none;
}
#fbFooter {
	height: 50px;
	background-color: #00334e;
	background-image: url('../img/ebook/footerBackground.png');
	background-repeat: repeat-x;
}
.buttonToLess
{
	position:absolute;
	border:1px solid #08b2ff;
	display:none;
	left:100px;
	margin-top:14px;
}
.fbPaginationMinor {
	color: #fff;
}
#fbCurrentPages {
	color: #dfa600;
}
#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;
}
.fbContainer
{
	float:left;
}
#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover {
	color: #FFFFFF;
}
#fbContentsMenu
{
	display:none;
}
.eReaderBannerTop
{
	width:700px;
	height:100px;
	margin:0 auto;
}
.eReaderBannerRight
{
	float:right;
	width:200px;
	height:600px;
}

