/** To be defined CSS-Print **/

/* Disable areas */

/*Header */

.headerArea {
	/* Print */
	visibility:hidden;
	position: absolute; left: -999em;
}

/* Module Selection Bar */
.moduleSelectionBar { 
	/* Print */
	visibility:hidden;
	position: absolute; left: -999em;
}

/* Contentmenu */
.content table.contentmenu 
{
	/* Print */
	visibility:hidden;
	position: absolute; left: -999em;
	}	

/* Redefine colours */
.content table.list { border-bottom: 1px solid #808080 ; }

.content table.detail td.nav td 
{
	/* Print */
	visibility:hidden;
	
 }
 
.content table.detail td.nav .active 
{
	/* Print */
	visibility:visible;
	position:absolute;
	left: 6px;
	
	color:black;
	border-bottom: 0px solid #DBDBDB; 
	font-size:medium;
	font-weight:bold;
 }

.content table.detail td.nav .rest 
{
	/* Print */
	display:none;
	position: absolute; 
	left: -999em;

}
	

