#patternPage {
    font-family: arial,verdana,sans-serif;
    font-size: 105%;
    line-height: 1.5em;
}

h1 {
    margin: 0 0 0.5em;
    padding: 0.25em 0 0;
}
h2, h3, h4, h5, h6 {
    margin: 1em 0 0.1em;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1em;
}

h1 { font-size:215%; }
h2 { font-size:153%; }
h3 { font-size:133%; font-weight:bold; }
h4 { font-size:122%; font-weight:bold; }
h5 { font-size:110%; font-weight:bold; }
h6 { font-size:95%; font-weight:bold; }

h2, h3, h4, h5, h6 {
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
    height: auto;
    margin: 1.25em -10px 0.35em;
    padding: 0.25em 10px;
}

.patternHomePath, .patternInfo {
    font-size: 100%;
}

#patternSideBarContents {
    margin: 0 0 1em;
    padding: 0;
}

.patternWebIndicator {
    margin: 0 -1em 0.75em;
    padding: 0 1em 0.75em;
}

#foswikiLogo img {
	margin:0;
	padding:0;
	z-index: 2;
	position: relative;
	left: 40px;
	bottom: 35px;
}

#mscsBar
{
	height: 40px;
	width: 100%;
	z-index:-1;
	background-image: url(/foswiki/pub/Support/PatternSkinStyle/ecsheader.png);
}

#patternTopBarContents
{
	padding: 0em;
	background-color: #FFFFFF;
}

#patternSideBarContents .patternLeftBarPersonal,
#patternSideBarContents .patternWebIndicator 
{
	border-style:none none solid none;
	border-color: #e1e5e9;
	border-width:1px;
}

#patternSideBarContents .mscsLeftBar
{
	margin-bottom:0.7em;
	border:none;
}

#patternSideBarContents .patternLeftBarPersonal h3,
#patternSideBarContents .patternLeftBarPersonal h4,
#patternSideBarContents .patternLeftBarPersonal h5 {
	color:#000;
	font-size:100%;
	padding:0;
	margin:0;
}

#patternMainContents {
    padding-left: 0px;
    padding-right: 0px;
}

#patternBottomBar {
    margin-top: 0px;
}

#patternSideBarContents {
    padding-bottom: 0px;
}

.foswikiFormStep {
    border-style: solid none;
    border-width: 1px;
    margin: -1px -20px;
    padding: 5px 20px;
}

.printonly
{
    display: none;
}

@media print {
    .printonly
    {
        display: block;
    }
}
