/*
 * print.css
 * ----------------
 * Woody Sabran / woody@plumdigitalmedia.com
 * Copyright 2007
 */
#language {
	display: none ;
}
#logo {
	float: none ;
}
#welcome {
	display: none ;
}
#header {
}
#navbar {
 	display: none ;
}
#content {
	width: 100% ;
}
#sidebar {
 	display: none ;
}
#bottomnav {
	display: none ;
}
button {
	display: none ;
}
h1 {
	padding: 0 !important ;
	margin: 0 !important ;
	margin-bottom: 1em ;
	height: auto !important ;
}
.file_upload img {
	display: block ;
	margin: 5px auto ;
}
.file_upload .preview {
	background-image: none !important ;
}
.printonly {
display: block ;
}