/* SIEMENS' new web appearance layout
   Copyright (c) 2008 Siemens AG
   ----------------------------------------------------

   Print Styles
	Author:     virtual identity AG
   Updated by: George Hite
	Division:   Siemens Government Services
   Updated: Wed 03.12.08 @ 11:55 a.m.
   ----------------------------------------------------*/

/* Style Sheet Purpose:
	Make content printable from a printer.
	
	All size units should be in pt or pc to be compatible
	with printers.
	   
	Style Sheet Organization:
	(.) HTML Tags
	(.) Generic
	(.) Primary Navigation Zone
	(.) Other Navigation
	(.) Footer Zone
	(.) Components
   ----------------------------------------------------*/

/* =HTML Tags
   ----------------------------------------------------*/

html {
	color:#000;
	background:#fff;
}	
	
body {
	font-size: 10pt;
	font:10pt Arial,Helvetica,Geneva,sans-serif;
	color:#000;
	background:#fff;
	}

h1 {
	margin: 0.5pc 0 0.8pc;
	font-size: 16pt;  
	}
	
h2, h3, h4, h5, h6 {
	margin: 0.5pc 0;
	}
	
h2 {
	font-size: 14pt;
	}

h3 {
	font-size: 13pt;
	}

h4 {
	font-size: 12pt;
	}

h5 {
	font-size: 11pt;
	}

h6 {
	font-size: 10pt;
	}

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

img {
	display:block;
	border: none;
	}
	
a img {
	border: none;
	}

caption, th {
	text-align: left;
	}

td, th {
	padding-right: 1em;
	}
	
hr {
	border:none;
	border-top: 0.75pt solid #000;
	height: 0.75pt;
	padding: 0;
	margin: 0;
	}
	
acronym, abbr {border: none;}
	
q:before, q:after {
   content: "";
	}

/* =Generic
   ----------------------------------------------------*/

.access, .skipsection a, .describe-selected, .page-up {
	display:none;
	}

/* =Primary Navigation Zone
   ----------------------------------------------------*/

#site-nav-zone ul li, #site-nav-zone hr, #search-zone {
	display:none;
	}

#site-nav-zone ul {
	margin:0;
	padding:0;
	}	

/* =Other Navigation
   ----------------------------------------------------*/
#breadcrumb-zone {
	display: none;
	}
	
/* =Footer Zone
   ----------------------------------------------------*/
	
#footer dd {
	display: none;
	}
	
/* =Components
   ----------------------------------------------------*/

.glossary-index,
#pagetools-zone,
.select-button-bar {
	display: none;
	}

a.image-magnifier, .magnified-wrapper a {
	display: none;
	}
	
.summary-list dt {
	font-weight:700;
}
