html.js fieldset.collapsible legend a 
{
padding-left: 0px;
background-image: none;
}
ul, quote, code, fieldset
{
margin-top: 0.5em;
margin-right: 0pt;
margin-bottom: 0.5em;
margin-left: 0pt;
}

html.js fieldset.collapsible legend a
{
padding-left: 2em;
background-color: transparent;
background-image: url(images/menu-expanded.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 50%;
}

html.js fieldset.collapsed legend a
{
background-color: transparent;
background-image: url(images/menu-collapsed.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 50%;
}

fieldset
{
margin-top: 1em;
margin-right: 0pt;
margin-bottom: 1em;
margin-left: 0pt;
padding-top: 1em;
padding-right: 1em;
padding-bottom: 1em;
padding-left: 1em;
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #d9eaf5;
border-right-color-value: #d9eaf5;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #d9eaf5;
border-left-color-rtl-source: physical;
background-color: #ffffff;
background-image: url(images/gradient-inner.png);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0pt 0pt;
}
