ul.tabbed-pane-header {
	list-style-type: none;
	margin: 0 0 1px 1em;
	padding: 0;
	line-height: 2em;
	white-space: nowrap;
}

ul.tabbed-pane-header li {
	display: inline;
	margin: 0 0.25em 0 0;
	padding: 0;
}

ul.tabbed-pane-header li a, ul.tabbed-pane-header li a:visited {
	background-color: #F9E0C8;
	border-top-color: #F3C18F;
	border-top-style: solid;
	border-top-width: 0.2em;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 0.25em 0.75em 0.5em 0.75em;
	text-decoration: none;
	-moz-border-radius: 0.5em 0.5em 0 0;
	border-radius: 0.5em 0.5em 0 0;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	cursor: pointer;
	color: #333333;
	font-style: italic;
}

ul.tabbed-pane-header li a.active-tab, ul.tabbed-pane-header li a.active-tab:visited {
	color: #004200;
	font-weight: bold;
	font-style: italic;
}

ul.tabbed-pane-contents {
	list-style-type: none;
	margin: 0;
	padding: 1em;
	border: 1px solid #BBBBBB;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color: #FFFFE1;
}

ul.tabbed-pane-header li a.active-tab {
	background-color: #FFFFE1;
	border-top-color: #DFDF00;
}
li {
	margin-top: 0 !important;
}