/* SVN-ID: $Id$ */
#navigation,
#footer,
div.footer,
.pageTitle,
.siteFunctions,
#content div.menu,
.buttonPanel,
body > a {
	display: none !important;
}

.pageLogo {
	float: none !important;
}

#container {
	margin: 0px !important;
	width: 100% !important;
}

select,
textarea,
input[type="text"],
input[type="password"] {
	height: auto !important;
	border: none !important;
	padding: 0px !important;
}

.select2-container .select2-choice div,
.select2-drop {
	display: none !important;
}

.select2-container .select2-choice {
	border: none !important;
}

.select2-container .select2-choice span {
	color: #000000;
}

div.printing {
	display: block !important;
}

div.footer.printing {
	position: absolute; 
	bottom: 0px; 
	width: 100%;
}