body {
	background: #fff;
	color: #000;
}

a, a:link, a:active, a:visited, a:hover {
	color: blue;
}

#DebugPanel,
#EnvironmentLabel,
#topmenu,
#FooterPanel {
	display: none;
}

#form1 .thfade {
    background-clip: border-box;
    background-color: #BEBEBE;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: inherit;
    border: medium none;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    height: 23px;
    margin: 3px;
    text-align: left;
    color: #000;
}

#form1 .headerfade th {
    background-image: none;
}
#form1 .headerfade th a:link, #form1 .headerfade th {
    background-color: white;
    color: black;
    font-size: inherit;
    vertical-align: bottom;
    white-space: nowrap;
}

#form1 #DataDiv {
  overflow: visible !important;
}

#wrapper .blockcontent {
  display: inherit;
}


