body {
	font: 12px Verdana, Geneva, sans-serif;
}
p, ul, ol, li {
	font: 10pt Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #06c;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}

#header {
	background: white url(../images/header-bg.gif) repeat-x;
	position: fixed;
	width: 100%;
	height: 95px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	border-bottom: 2px solid #cccccc;
	z-index: 2000;
}
#header h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align: left;
	font-weight:normal;
	color: #06c;
	margin-left: 310px;
    padding-left: 5px;
    padding-top: 20px;
}

a:link{
    color:#06c;
    text-decoration: none
}
a:visited{
    color:#028;
    text-decoration: none
}
/* only for 'a's with class="link" */
a.link:hover{
    color:#06c;
    text-decoration: underline
}
a.link:active{
    color:#06c;
    text-decoration: none
}



div.titlepage {
    padding-top: 2px;
}

div.chapter p {
	line-height: 1.5;
}
#leftnavigation {
	/* background-color:#91e7b3;*/
    overflow: auto;
	position: fixed;
	height: auto;
	top: 90px;
	bottom: 0;
	left: 0;
	width: 280px;
	z-index: 1500;
	border-right:2px solid #CCCCCC;
}
#content {
	position: relative;
	top: 90px; /* left: 240px;*/
	right: auto; /*  bottom: 20px;  */
	margin: 50px 0px 0px 310px;
	width: auto;
	height: inherit;
	padding-left: 5px;
	padding-right: 30px;
	color: #000000;
	/*border-left: 2px solid #cccccc; overflow :scroll;*/
    z-index: 1000;
	max-width: 70em;
	min-width:800px;
}
#navheader {
	position: fixed;
	top: 65px;
	right:4px;
}
#content h1, #content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color: #06c;
}
#content h2 {
	font-size:24px;
}
.navfooter {
	bottom: 2%;
}
.highlight {
	background-color: #c5d3c3;
}
.highlightButton {
	font-size: 0;
}
/*  Show Hide TOC tree */
.pointLeft {
	background: url("../images/showHideTreeIcons.png") 0 0 no-repeat;
	height: 28px;
	width: 15px;
	display: block;
	font-size: 0;
	cursor: pointer;
}
.pointRight {
	background: url("../images/showHideTreeIcons.png") -15px 0 no-repeat;
	height: 28px;
	display: block;
	font-size: 0;
	cursor: pointer;
}
/* Search results Styling */
.searchExpression {
	color: #0050A0;
	background-color: #EBEFF8;
	font-size: 12pt;
}
.searchresult li a {
	text-decoration: none;
	color: #0050A0;
}
.searchresult li {
	color: #0050A0;
}
.shortdesclink {
	color: gray;
	font-size: 9pt;
}
.searchText {
	border: #BFCEE9 solid 1pt;
	width: 11em
}
.searchButton {
	margin-left: 3px;
	background: #EBEFF8;
	color: #0050A0;
	border: #BFCEE9 solid 1pt;
	font-weight: bold;
	font-size: 10pt
}
.title, div.toc>p {
	font-weight: normal;
}
div.navfooter {

	padding-bottom: 20px;
}
div.navfooter a {
	color: #06c;
	text-decoration: none;
}
div.navfooter a:hover {
	text-decoration: underline;
}

div.creationtimestamp {
    padding-top: 20px;
}

div.sidebar {
	background-color: #FFC;
	border: 1px solid gray;
	padding-left: 10px;
	padding-right: 10px;
}

/* Customization for jadice webtoolkit */
div.note {
	background-color: #FFC;
	border: 1px solid gray;
	padding-left: 10px;
	padding-right: 10px;
}

/* Rendering of superscripts */
/* Make sure they don't change line heights */
sup {
	font-size: 0.6em;
	position: relative;
    vertical-align: top;
}