/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height: auto;
}
 
body {
	background: none;
	padding: 30px;
}

*,
#mainContent *,
#mainContent .borderDottedBottom {
	background-color: transparent;
	background-image: none;
}

#mainContent .overflow {
	overflow: inherit !important;	
}

/*#711.23 right border position for vomhof printviews*/
.content .borderDottedBottom, #mainContent .borderDottedBottom, .content .version6 {
	overflow: hidden !important;	
}
#logo {
	display: block;
}

#title {
	display: none;
}

#subtitle {
	display: none;
}

#box {
	position: static;
	width: auto;
	margin: 0;
	background: none;
}

#header {
	display: none;
}

#col1 {
	display: none;
}

#col2 {
	float: none;
	position: static;
	width: auto !important;
	width: auto;
	padding: 0;
	margin-top: 20px;
	border: 0;
	background: url(../images/dot-x.gif) repeat-x 0 0;
}
	#mainContent {
		padding: 3px 0 0 0;
	}
		#mainContentToolbar {
			display: none;
		}
		
		#mainContent .lastChange {
			padding-bottom: 3px;
			margin-bottom: 18px;
			background: url(../images/dot-x.gif) repeat-x 0 bottom;
		}

	#rootline {
		display: none;
	}
	
	
	
	.content ul {
		list-style: disc;
		margin: 5px 0 5px 14px;
	}
	
	.content ul li {
		padding-left: 0;
		background: none;
	}
	
	.browsePages,
	.browse {
		display: none;
	}

	.ratingForm li {
		list-style-type: none;
	}

#col3 {
	display: none;
}

#footer {
	position: static;
	bottom: auto;
	clear: both;
	width: 100%;
	padding: 0;
	background: url(../images/dot-x.gif) repeat-x 0 0;
}

	#footer p {
		padding: 15px 0 15px 0;
		font-size: 12px;
		background: url(../images/dot-x.gif) repeat-x 0 bottom;	
	}