/*
CSS for printing

Based on right-side bar theme:
Copyright (c) 2001, 2002, 2003 by Juergen Hermann

Logintas specific adaptions:
Copyright (c) 2006 Marcus Holthaus <marcus.holthaus@logintas.ch>
Copyright (c) 2006 Simon Huerlimann <simon.huerlimann@logintas.ch>
Copyright (c) 2006 Logintas AG <webmaster@logintas.ch>
*/

/*
Printing is optimized for Konqueror, you may use Firefox, but
will experience some rendering glinches.
*/

/*
 * 2009-03-13, dlutz: Don't show #message 
*/

/* content styles */

html {
	font-family: Times, serif;
	font-size: 12pt;
}

body {
    /* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
	margin: 1.5cm;
}

a, a:visited, a.nonexistent, a.badinterwiki {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.info a {
    color: gray;
}

pre {
	font-size: 10pt;
}

a.interwiki:before, a.badinterwiki:before {
	content: attr(title) ":";
}

a.interwiki img, a.badinterwiki img {
	display: none;
}

.footnotes div {
	width: 5em;
	border-top: 1pt solid gray;
}

/* user interface styles */

#header, #sidebar, #footer, #timings, #credits, #interwiki, #pagelocation {
	display: none;
}

/* IMSEC */

body {
	font-family: Verdana, Futura, Futura Bk BT, Futura Book BT, Tahoma, Arial, Helvetica, Lucida Sans, Lucida, sans-serif;
	font-size: 10pt;
}

#header, #sidebar, #timings, #credits, #interwiki, #pagelocation {
	display: none;
}

#footer {
	display: block;
	font-size: 7pt;
	text-align: center;

	margin-top: 8em;
}

#content, #address, #copyright {
	border: none;
}

/*
Konqueror need some bigger bottom margin for printing than for
screen. If this isn't big enough, you will see overlaps.
Sadly enough, firefox is very correct in interpreting this attribute
and thus inserts margins that are much bigger than you probably want...
*/

table {
	margin-bottom: 5em;
}

/* Logintas Style */

h1 {
  font-family: 'Myriad Web', 'Trebuchet MS', Arial, Swiss, Lucida, sans-serif;
  font-size: 2em;
}

h2 {
  font-family: 'Myriad Web', 'Trebuchet MS', Arial, Swiss, Lucida, sans-serif;
  font-size: 1.5em;
}

#page_title {
  font-family: 'Myriad Web', 'Trebuchet MS', Arial, Swiss, Lucida, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
}

#page_subtitle {
  font-family: 'Myriad Web', 'Trebuchet MS', Arial, Swiss, Lucida, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  font-style: italic;
}

/* don't show page-info */
#pageinfo {
  visibility: hidden;
}

#message {
  visibility: hidden;
}
