/*
	CSS for printing from the GOC website
	Handles differences to layout (mostly suppressing things) and modified panels etc.
	©Duncan Weaver, Three Degrees West 2008
*/

#Container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
	float: none;
}

#WrapperFixed {
	display: none;
}
#WrapperScroll {
}

#WrapperHeader {
	display: none;
}
#MenuHeader {
	display: none;
}
#YouAreHere {
	display: none;
}
#Login {
	display: none;
}

/*	Main section in the middle - navigation - content - customised links */

#WrapperMain {
	width: 100%;
	float: none;
}

/*	FLOAT POSITIONING */

#ContentPanel {
	margin: 0;
	float: none;
}

#NavPanel {
	display: none;
}
	
#LinkPanel {
	display: none;
}

#FooterPanel {
	margin: 50px 0;
	background-color: #E0E0E0;
	float: none;
}

/*	List style for header menu (level 1 links) */
/*	Note this is sized in pixels to properly control spacing */

#NavTop {
	display: none;
}

#NavSide {
	display: none;
}

/*	STYLES
 	Limited to adding borders/colours to cbox styles etc which normally use a background and no borders. 
	Note that most of the box style are used in menus only so not required for printing.
*/

.cboxOliveTop {
	color: #000000;
	border: 1px solid #666633;
}
.cboxOlive {
	color: #000000;
	border: 1px solid #F2F2E6;
}




