/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table *
{
	display: inline;
}
fieldset
{
	border-color: #acacac;
	border-width: 2px;
}
fieldset.collapsible legend a
{
	margin: 0px 5px 0px 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	border: 1px solid #183B68;
	background: #C84B00;
}
fieldset.collapsible legend a:hover
{
	background: #E86B00;
}
html.js fieldset.collapsed
{
	padding-left: 2px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}
html.js fieldset.collapsed *
{
	display: none;
}
html.js fieldset.collapsed legend
{
	display: block;
}
html.js fieldset.collapsed legend a
{
	border-width: 1px;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper
{
	overflow: auto;
}
html.js fieldset.collapsible legend a
{
	display: block;
}
