/* TULOSTUSNAKYMAN TYYLIT */

/* YLEISET TYYLIT */

body	{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

/* lomake-elementit */

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p	{
	margin-top: 0px;
	margin-bottom: 1cm;
}

i, em			{font-style: italic;}
b, strong	{font-weight: bold;}
small			{font-size: 8pt;}


/* LINKIT */

a:link, a:active	{
	text-decoration: none;
	color: #014991;
}

a:visited	{
	color: #014991;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}


/* OTSIKOT */

h1	{
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0cm;
	margin-bottom: 0.8cm;
	line-height: normal;
}

h2	{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0cm;
	margin-bottom: 0.2cm;
}

h3	{
	font-size: 10pt;
	margin-bottom: 0.1cm;
	margin-top: 0cm;
}



/* TULOSTUSNÄKYMÄSTÄ PIILOTETUT ELEMENTIT */

#tools /* tyokalulinkit */,
#extranetLink /* extranet-linkki */,
#topNavi /* ylanavigaatio */,
#leftColumn /* vasen navigaatio */,
#rightColumn /* oikea palsta */,
.naviPath /* navigaatiopolku */,
.print /* tulostuslinkki */	{
	display: none;
}


/* TULOSTUSNAKYMAN ERITYISET MUOTOILUT */

/* logo */

#logo	{
	margin-bottom: 1cm;
}

/* footer */

.footer	{
	border-top: 1px solid #333333;
	padding-top: 0.1cm;
	margin: 1cm 0cm 0.5cm 0cm;
}

/* taulukot */

.feedback table td	{
	padding: 0cm 0.2cm 0.2cm 0cm;
}

table.listingTable	{
	margin-bottom: 0.5cm;
	border-top: 1px solid #e3e3e3;
}

table.listingTable td	{
	padding: 0.1cm 0.3cm 0.1cm 0cm;
	border-bottom: 1px solid #e3e3e3;
	font-size: 10pt;
}

table.listingTable .date	{
	text-align: right;
}

