.fieldset 
{
	clear:both;
	padding-bottom: 10px;
	min-width: 0; /* IE7 Peekaboo bug fix */
	height: 1%; /* IE6 peekaboo bug fix */
	position:relative;
}

.fieldset-opened {

}

.fieldset-closed {

}

.fieldset .fieldset--legend a 
{
	background-image: url(../Images/Controls/FieldSet/state.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* fieldset closed */
.fieldset-closed .fieldset--legend a
{
	background-position: 0px -18px;
}

 .fieldset-closed .fieldset--legend a:hover
,.fieldset-closed .fieldset--legend a.hover
{
	background-position: 0px 0px;
}

.fieldset-closed .fieldset--content {
	display:none;
}


/* fieldset opened */
 .fieldset-opened .fieldset--legend a
{
	background-position: 0px 0px;
}

 .fieldset-opened .fieldset--legend a:hover
,.fieldset-opened .fieldset--legend a.hover
{
	background-position: 0px -18px;
}

.fieldset-opened .fieldset--content {
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* */

.fieldset .fieldset--legend {
	height: 18px;
	/*padding-bottom: 16px;*/
	font-weight: bold;
}
.fieldset .fieldset--legend .hyperlinkbutton
{
  background: url(../Images/Controls/FieldSet/line_bg.gif);
	background-position:left center;
	background-repeat:repeat-x;
	width:50px;
}
.fieldset .fieldset--legend .caption
{
 width:1px;
}
.fieldset .fieldset--legend .freespace
{
  background: url(../Images/Controls/FieldSet/line_bg.gif);
	background-position:left center;
	background-repeat:repeat-x;
}
.fieldset .fieldset--legend a
{
	float: left;
	width: 43px;
	height: 18px;
}

.fieldset .fieldset--legend .title {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 3px;
	margin-bottom:4px;
	background: transparent;
	white-space:nowrap;
	position:relative;
}
.fieldset--legend .text-color-caption
{
  background:none;
}
.fieldset .fieldset--legend .title a
{
	float: none;
	width: auto;
	height: auto;
	background: none;
	text-decoration: none;
}


.fieldset .fieldset--legend .title .groupboxState {
	padding-left: 5px;
	font-weight: normal;
}

.fieldset .fieldset--content 
{
	margin: 10px auto 0px auto;
	padding: 0px;
	padding-left: 10px;
}
