﻿/*
	---------------------------
	Differences from Screen.css
	---------------------------

	- Hiding the #ReportForm property from the report pages. 

	- Hiding all buttons inside a #Report tag
*/

#ReportForm {
	display: none;
}

#Report .formButton {
	display: none;
}


/*
	Also hides header and menu and alters content width
*/

#header { display: none; }

#column1 { display: none; }

#headerGradient { display: none; }

#curvecontainer { display: none; }

#container { width: 95%; }

#footer { clear:both; }

