/**
 * Basic styles for formatting a page printed on paper.
 * Use this sheet to hide any elements that are unnecessary for print
 * !! Don't forget to change the base url in the content: property of a:after{}
 *
 */

html, body, #container, #header, #pageEssentials, #content, #promoArea, #footer {
	width: 100%;
}

.printOnly {
	display: block;
}

body {
	font-family: sans-serif;
	font-size: 90%;
	color: #000;
	background-color: #fff;
}

#container {
	margin: 0 auto;
}

#navigation, #userInformation, .filterContainer {
	display: none;
}

a {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
}

.ui-formulate, .ui-formulate-wrap {
	background: none !important;
	border: none !important;
	color: #000 !important;
	overflow: visible !important;
	filter: none !important;
}

.ui-formulate-current, .ui-formulate-value, .dropDownGloss, .ui-shadow, .ui-formulate-list-wrap {
	display: none !important;
}

.ui-formulate input, .ui-formulate select {
	display: block !important;
	visibility: visible !important;
	position: relative !important;
	background: none !important;
	color: #000 !important;
	filter: none !important;
}

.column1, 
.column2, 
.featureImage {
	width: 50%;
	margin: 0;
}

#featureImageSwitcher dd img {
	width: auto;
}

#overlays {
	display: none;
}

#promoArea {
	display: block;
	page-break-before: always;
}