/*
 * Publishing Manager Stylesheet, PRINT VERSION
 *
 * $Id: style_print.css,v 1.4 2003/03/28 08:33:44 owl Exp $
 *
 */

body {
    margin: 0px;
    font-size: small; 
	}

/* Linkkien esitys, oletusarvoisesti */
a	{
	text-decoration:	none;
	font-weight:	normal; /* Links will be invisible in print */
	}
a:link	{
    color: #000000;
	}
a:visited	{
    color: #000000;
	}
a:active	{
    color: #000000;
	}
a:hover	{
    color: #000000;
	text-decoration:	underline;
	}

/* Luettelosisällön esittäminen */	
.content {
	font-weight: normal;
	font-size: small;
	margin: 20px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
/* P tagilla perusteksti. Muista huomioida leijuvat elementit, esim kuvat */
.content p {
	clear: both;
}
/* Tämä on hierarkia-puuta varten, A kannattanee muuttaa tässä yhteydessä */
.content .hierarchy {
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -1em;
	}
/* Kuvien esittäminen*/
.content image {
	margin: 0.3em 0em;
	}
/* Päiväys luettelosivun lopussa */
.content .update {
    font-size: xx-small;
	margin-top: 2em;
	}
/* Tuotetaulukot */
.content table {
    margin: 1em 0px;
    border-style: none;
	width: 100%;
	}
.content th {
	font-weight: bold;
	font-size: x-small;
	padding: 1px 5px 1px 5px;
	}
.content td {
	padding: 1px 5px 1px 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
/* Taulukon rivien väritys vaihtuu kahden arvon välillä: */
.content .rowbg0 {
	/* Käytetään TD oletusarvoa */
  	}
.content .rowbg1 {

	}
	
/* Hakutulokset korostetaan */
.content .searchmatch {

	}

/* Otsikkotasot */
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: large;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1em;
	}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: medium;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 0.3em;
	border: #CCCCCC;
	border-style: dashed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	}

.content h3 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: medium; 
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0.3em;
}

.content h4 {
	font-size: medium; 
	font-weight: normal; 
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
	}

/* Sivun otsikko. Sisältää myös tavallista tekstiä (linkit) */
.header {
	display: none; /* Piilota kokonaan */
}
.header h1 {
}

/* Sivun lopetus */
.footer {
	display: none; /* Piilota kokonaan */
	}
.footer a {
	}
/* Hakuboxi */
.searchbox {
	display: none; /* Piilota kokonaan */
	}
