body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
}
hr {
	border: 1px solid #bbb;
	border-width: 1px 0 0;
}
#docs-header {
	background: #b5b5b5 url("../figs/tab-topline.png") repeat-x bottom;
	color: #fff;
}
#docs-header {
	height: 80px;
}
#docs-header #docs-rhlogo {
	border: 0;
}
#docs-header a {
	text-decoration: none;
}
#docs-header ul {
}
#docs-headerbar {
	height: 10px;
	background: #fff url("../figs/tab-bar.png") repeat-x;
}
#docs-content {
	font-size: small;
	padding: 2em 8em;
}
#docs-footer {
	margin-top: 0.5em;
	text-align: center;
	font-size: x-small;
	letter-spacing: 2px;
	color: #999;
}
li + li {
	margin-top: 1em;
}

.tab-set {
	display: inline;
	/* IE/Win needs a bit of help */
	margin-bottom: -3px;
	padding: 0;
	border-collapse: collapse;
	font-size: small;
}
body>div .tab-set {
	/* Hidden from IE */
	margin: 0;
}
table[class~=tab-set] {
	/* Move for Konq */
	position: relative;
	bottom: 27px;
	left: 200px;
}
table[class ~=tab-set] {
	/* Reset for non-Konq */
	position: static;
}
.tab-set a {
	text-decoration: none;
	color: rgb(63,63,63);
}
.tab-label, .current-tab-label {
	margin-left: 4px;
	padding: 5px 0 2px 10px;
}
.tab-label {
	background: rgb(225,225,225) url("../figs/tab-unselected.png") no-repeat;
	border-bottom: 1px solid #000;
}
.current-tab-label {
	background: #4668ad url("../figs/tab-selected.png") no-repeat;
	color: white;
}
.tab-end, .current-tab-end { width: 10px; }
.tab-end { background: url("../figs/tab-unselected-end.png") no-repeat top left; }
.tab-end { border-bottom: 1px solid #000; }
.current-tab-end { background: url("../figs/tab-selected-end.png") no-repeat top left; }
.tab-spacer { width: 3px; }

#docs-owl {
	position: absolute;
	top: 28px;
	right: 20px;
	border: 0;
}
body>div #docs-owl {
	/* Hidden from IE */
	top: 25px;
}
