/* Stylesheet for defining the printing area of the page. */
.noprint
{
	display: none;
}

/* changes in the general css-framework */
#menu
{
	display: none;
}

#crumb
{
	display: none;
}

/* Reset all nested css-levels, so they are technically ignored */
#container, #mainbg, #menubg, #main
{
	position: static;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: #fff;
	border: 0px;
	width: 100%;
	
	overflow: visible;
}

#RightPaneContent, #rightpanecontent
{
	display: none !important;
}

#Content, #content
{
	border: 0px;
	padding: 0px;
	width: 100%;
}

/* The padding on this h2 annoys me :) */
h2.icon
{
	padding-left: 0px;
}

/* Style for priority image at the cms viewers - don't print them */
.colpriority
{
	display: none;
}