html {
	margin-bottom: 1px;
	height: 100%!important; /* For Firefox */
	height: auto;
}
body {
	margin:  auto;
	padding: 0;
	margin-bottom: 1px;
	height: 100%!important; /* For Firefox */
	height: auto;
}
#eclass_ebook_header, #eclass_ebook_header div {
/*  padding: 0 !important; */
	/*  margin: 0 !important;  */
}
#eclass_ebook_header .ebook_right {
	float: right;
	padding: 3px;
	text-align: right;
}
#eclass_ebook_header .ebook_left {
	float: left;
	padding: 5px 10px !important;
	color: #ffffff;
}
#eclass_ebook_header .controls {
	padding-top: 8px !important;
	text-align: center;
}
#eclass_ebook_header a img {
	border: none;
	margin: 0px !important;
}
#eclass_ebook_header {
	position: fixed;
	top: 0;
	height: 100px;
	margin: 0 auto !important;
	width: 100%;
	border-bottom: 3px solid #827C78;
	background-color: #ffffff;
	text-align: right;
	min-width: 800px;
	z-index: 100;
}
#eclass_ebook_header .tools {
	height: 30px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	z-index: 1;
	background-color: #7DB7AE;
	float: left;
	width: 100%;
}
#eclass_ebook_header .tools a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#eclass_ebook_header .tools a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#eclass_ebook_header .logo img {
	float: left;
	padding-left:20px;
}
#eclass_ebook_header .logo .ebook-logo-dsch {
/* padding-top: 20px; */
}
.eclass_ebook_clear {
	clear: both;
}
#eclass_ebook_body {
	margin-top: 100px;
	clear: both;
}
span.glossary, a.glossary {
	border-bottom: 1px dotted #727266;
	color: #cc3333 !important;
	text-decoration: none !important;
	cursor: help;
}
a.glossary:hover {
	border-bottom: 1px solid #727266;
	cursor: pointer;
}
.info_message {
	background-color:#e1e9f9;
	border-top: 2px solid #7fa4e7;
	border-bottom: 2px solid #7fa4e7;
	padding: 10px 50px;
	background-image:url(info.png);
	background-repeat:no-repeat;
	background-position: left;
	margin: 10px auto;
	width: 600px;
}
.toggleDisplay {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-color: -moz-use-text-color #827c78 #827c78;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	bottom: -31px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: absolute;
	right: 50px;
	width: 30px;
	z-index: 300;
}
#hideDisplay {
	background-image: url("arrowup.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
#showDisplay {
	background-image: url("arrowdown.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	display: none;
}
