/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed table *,
html.js fieldset.collapsed legend,
html.js fieldset.collapsed legend * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(menu-expanded.gif) 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(menu-collapsed.gif);
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
  display: block;
}


/* FIELDSET ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fs_fieldset_off{
	color: #3D474E;
	/*background-color: #D7DCDF;*/
	border: 2px solid #5D6366;
	font-size: 11px;
	padding: 5px;
}
.fs_fieldset_on{
	color: #3D474E;
	background-color: #D7DCDF;
	border: 1px solid #5D6366;
	font-size: 11px;
	padding: 5px;
}
.fs_fieldset_ist{
	color: #3D474E;
	/*background-color: #D7DCDF;*/
	border: 1px solid #5D6366;
	font-size: 11px;
	padding: 5px;
}
.fs_legend{
	margin-left: 5px;
	background-color: #788994;
	border: 1px solid #5D6366;
}
.fs_legend_light{
	color: #0066FF;
	background-color: #C2E9F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #0066FF;
	padding-right: 5px;
	padding-left: 5px;
}
.fs_legend_nobg_bold{
	margin-left: 5px;
	border: 1px solid #5D6366;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.fs_legend_link{
	color: #F1F2F3;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.fs_legend_link:hover{
	text-decoration: underline;
}
/* END FIELDSET ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
