/*******************************************************************************
 *     ___ ___ ___ 
 *   / __/ __/ __|
 *  | (__\__ \__ \
 *  \___|___/___/
 *   
 *   B A S I C
 *   basic print styles
 *
 *   Copyright 2006, Hyperwave AG
 *   www.hyperrwave.com
 * 
 ******************************************************************************/

body {
	color: #000;
	font: 8pt/160% Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
}
#wrapper {
	margin: 0;
	padding: 1.5cm 1cm 1.5cm 1cm;
	width: 15cm;
}
#sidebar,
#banner,
#navigation,
#footer,
.tabcontainer .console,
#pageswitcher {
    display: none;
}
.tabcontainer .tabcontent {
    position: static;
    visibility: visible;
}
#maincontent .tabcontainer .tabhandle {
    background: transparent;
    color: #f58f16;
    font-size: 250%;
    margin-bottom: 1em;
    padding: 0;
}
#maincontent a {
	color: #000;
	text-decoration: none;
}
#index #header,
#index #sidebar,
#index #banner,
#index #navigation,
#index #footer {
    display: block;
}
#pagebody {
	background: transparent;
	width: auto;
}
#maincontent {
	width: auto;
}
#maincontent p {
	orphans: 3;
}
#header {
	background: transparent;
	border-bottom: 1px solid #efefef;
	margin-left: 0.3cm;
}
#header h1 {
    background: transparent url("http://www.hyperwave.com/images/logo.gif") no-repeat 0 0;
	display: block;
    width: 227px;
    height: 24px;
	line-height: 400px;
    text-indent: 1000px;
    overflow: hidden;
    text-decoration: none;
}
#maincontent .infobox,
#maincontent .imagesection {
	page-break-inside: avoid;
}
