div.content {
	clear: left;
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #fbfde5;
}

div.content.inactive {
	display: none;
}

ol#toc {
	height: 30px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
}

ol#toc a {
	background: #bdf url(../images/jtabs/tabs.gif);
	color: #EAF4FD;
	display: block;
	float: left;
	height: 40px;
	padding-left: 20px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

ol#toc a:hover {
	background-position: 0 -120px;
	color: #FFF;
}

ol#toc a:hover span {
	background-position: 100% -120px;
	height: 20px;
}

ol#toc li {
	float: left;
	height: 40px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

ol#toc li a.active {
	background-position: 0 -60px;
	color: #FFF;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
}

ol#toc li a.active span {
	background-position: 100% -60px;
	height: 20px;
}

ol#toc span {
	background: url(../images/jtabs/tabs.gif) 100% 0;
	display: block;
	line-height: 20px;
	padding-right: 20px;
	height: 20px;
	padding-top: 15px;
}
div.foot {
	clear: left;
	background-image: url(../images/jtabs/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #D4E8DE;
	height: 40px;
}
div.topper {
	clear: left;
	background-image: url(../images/jtabs/topper.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
}
