/*
COLORS:
greyish green		#ACBE80
greyish green 50 %	#D5DEBF
greyish green 200 %	#748E40
greyish green 300 %	#4E6A20

light green		#efe
light blue		#DDEBFB

light yellow		#FFD88B
dark yellow/brown	#D6A14E

light grey		#f1f1f1

HY blue			#1E1C77


*/


#all {
	width: 980px;
	POSITION: RELATIVE;
}

#top {
	display: none;
}

.hide, #skipnavi, hr, .debug {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 86%;
	font-family: Arial, Helvetica, sans-serif;
}


/* HEADER
_____________________________________________*/

#logo {
	display: none;
}

#header {
	background: #FFD88B url(../header2fin.gif) bottom left no-repeat;
	border-top: 3px solid #D6A14E;
	border-bottom: 3px solid #D6A14E;
	height: 57px;
	POSITION: RELATIVE;
}


#title {
	min-width: 600px;
	margin: 0;
	POSITION: ABSOLUTE;
	BOTTOM: 0;
	LEFT: 0;
}

#title strong {
	margin-left: -10000px;
}

#header #contact {
	list-style-type: none;
	POSITION: absolute;
	BOTTOM: 5px;
	RIGHT: 6px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#header #contact li {
	float: left;
	margin: 0 0 0 1em;
	padding: 0;
}

#header #contact a:link,
#header #contact a:visited {
	text-decoration: none;
}

/*
#htsearch, #contact a {
	border: 1px solid blue;
}
*/

/* NAVI
_____________________________________________*/

/*
Eric Meyer's tabbed navbar
http://css.maxdesign.com.au/listamatic/horizontal05.htm
********************************************************* */

#navi {
	POSITION: ABSOLUTE;
	BOTTOM: 0;
	LEFT: 0;
	Z-INDEX: 5;
	width: 100%;
	margin: 0;
	padding: 4px 0;
}

#navi li {
	list-style: none;
	margin: 0;
	display: inline;

}

#navi li a {
	padding: 4px 0.6em;
	margin-left: 3px;
	background: #F9F5A8;
/*		background: #fff; */
	text-decoration: none;
		border-right: 1px solid #D6A14E;
}

#navi li a:link, #navi li a:visited {
	color: #009;
}

#navi li a:hover {
	color: #000;
	background-color: #fff;
}

#navi #home a {
	margin-left: 10px;
	margin-right: 10px;
}

.section-home #navi #visit a {
	margin-left: 10px;
}

#navi #xxx a {
	margin-left: 20px;
}

/* VALITUN TABIN TYYLIT */

.section0 #home a,
.section1 #visit a,
.section2 #research a,
.section3 #monitoring a,
.section4 #nature a,
.section5 #publications a,
.section6 #about a {
	background: #f1f1f1;
	border: 1px solid #D6A14E;
	border-bottom: 3px solid #f1f1f1;
}

/* *********************************************************
Eric Meyer's tabbed navbar ENDS
*/


/* SUBLINKS
_____________________________________________*/


#sublinks {
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
	border-bottom: 3px solid #D6A14E;
	background-color: #f1f1f1;
/*		background-color: #C9DAAC; */
}

#sublinks p {
	margin: 0;
}


/* CONTENT
_____________________________________________*/

#contentleft h2, #contentonly h2,
#contentleft h3, #contentonly h3 {
	margin-left: -5px;
}

#contenttable {
		border-collapse: collapse;
	width: 100%;
}

#contentsection td {
	padding: 0;
	background-color: #537195; /* blue */
	background-color: #7DAF2B; /* green */
}

#contentsection h1 {
	margin: 0;
}


#contentleft, #contentonly {
	padding: 10px 10px 10px 15px;
	text-align: left; /* Fixes IE6 bug */
	line-height: 135%;
	background-color: #fff;
}

#contentright {
	text-align: left; /* Fixes IE bug */
	line-height: 135%;
	font-size: 93%;
	width: 28%;
	padding: 0;
}

#sidebar form {
	margin-top: 0;
}

/* FOOTER
_____________________________________________*/

#footer {
	font-size: 93%;
	clear: both;
/* Jos tämän divin kaikki paddingit määrittää, laukeaa IE:ssä giljotiinibugi (tms.; teksti katoaa näkyvistä) */
	border-top: 3px solid #D6A14E;
	background: #f1f1f1 url(/0/hy-logo3kielta.gif) top right no-repeat;
	padding: 7px 170px 7px 10px;
	min-height: 51px;
}

#footer p {
	margin-bottom: 0.3em;
}


#clicklogo {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 550px;
	height: 25px;
}

#clicklogo a {
	display: block;
	width: 600px;
	height: 25px;
}



/* TEMP
_____________________________________________*/

#htsearch {
	POSITION: absolute;
	TOP: 7px;
	RIGHT: 5px;
}


/* EXH
_____________________________________________*/

/*
#contentleft {
	border-left: 10px solid #7DAF2B;
	border-left: 10px solid #537195;
	border-left: 10px solid #1D500E;
}

#contentleft {
	background: #fff url(../corner.jpg) no-repeat top left;
}

*/



/* ELSE
_____________________________________________*/

#langselect {
	float: right;
	margin: 0 0 0.3em 0.3em;
	padding: 0.5em 0.5em 0.2em 0.5em;
	border: 1px solid #ccc;
}

#sidebar h3, #sidebar h4 {
	margin-top: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #999;
	color: #000;
	font-size: 100%;
}

#sidebar ul, #sidebar ol {
	padding-left: 1.3em;
	margin: 0px;
}




.links {
	margin-left: 2em;
	padding-left: 0;
}

.links li {
	list-style:  url(../arrow_green.gif);
}

a:link {
	color: #009;
}

a:visited {
	color: #606;
}

a:hover {
	color: #00f;
}

a:active {
	color: #f00;
}


#sidebarcontent {
	padding: 10px;
	background: #f1f1f1 url(../corner2.gif) bottom right no-repeat;
}


#regform .basictable {
	border: 1px solid #ccc;
}

.basictable {
	border-collapse: collapse;
	margin-bottom: 1em;
}

.basictable th {
	text-align: left;
	background-color: #f1f1f1;
	color: #000;
}

.basictable td, .basictable th {
	padding: 5px 4px 3px 4px;
	vertical-align: top;
	border: 1px solid #ccc;
}


/* ? */
.basictable .emptyrow td,
.basictable .em-row td {
	padding: 0;
	background-color: #f1f1f1;
}

.basictable pre, .basictable p {
	margin: 0;
}

.basictable h4,
.basictable h5 {
	margin-top: 0;
}

#regform .basictable td, .basictable th {
	border-left: 0;
	border-right: 0;
}

.basictable table th {
	font-weight: bold;
	text-align: center;
}

.basictable table td, .basictable table th {
	border: 0;
	padding: 0;
	vertical-align: middle;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0.6em;
	line-height: 122%;
}

h3, h4, h5, h6 {
	margin-bottom: 0.3em;
	margin-top: 1.7em;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 110%; /* Melkein sama koko kuin h4:lla koska reunaviiva erottaa */

		font-size: 140%;
		color: #777;

		border-bottom: 3px solid #ccc;
/*
greyish green		#ACBE80
greyish green 50 %	#D5DEBF
greyish green 200 %	#748E40
greyish green 300 %	#4E6A20
*/
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 93%;
}

h6 {
	font-size: 86%;
}

p {
	margin-top: 0;
}

.summer, .winter {
	margin: 1em 0;
	padding: 5px 10px 1px 5px;
}

.summer h4, .winter h4 {
	margin: 0;
}

.summer {
	background: #dfd;
}

.winter {
	background: #DDEBFB;
}

.author {
	text-transform: uppercase;
}


.panorama {
	width: 650px;
	border: 3px solid #999;
	overflow: scroll;
}

* html .panorama {
	width: 480px; /* for all IE's */
}


.clear {
	height: 1px;
	clear: left;
}

/*
next: käytetään 100lajia-sivuilla.
*/

.next {
	text-align: right;
}

.next a {
	padding: 0.2em;
	background-color: #f1f1f1;
	color: #000;
}


.prevnext {
	border-top: 1px dotted #ccc;
	margin-top: 1.5em;
	padding-top: 0.5em;
}

.nextpage {
	text-align: right;
}

.prevpage {

}


.lutukka-summaries h4 {
	font-weight: normal;
	font-style: italic;
	margin-top: 2em;
}

.lutukka-summaries h5 {
	font-size: 115%;
	border-bottom: 1px solid #ddd;
	margin-top: 0.3em;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.publicationlist {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.publicationlist li {
	margin: 0.7em 0 0 1em;
	text-indent: -1em;
}

#contact-suggestion {
	padding: 5px;
	margin: -5px;
}


#contact-suggestion {
	background-color: rgb(216, 255, 177);
	color: #000;
}

#contact-suggestion h4 {
	color: #333;
	background-color: rgb(216, 255, 177);
}

.lead {
	font-weight: bold;
}

blockquote {
	margin-left: 5px;
	padding-left: 2.5em;
	background: url(/0/quote.gif) top left no-repeat;
	color: #333;
	background-color: #fff;
}

.indent {
	margin-right: 3em;
	margin-left: 3em;
}

p.caption {
	margin: -0.7em 0 1.3em 0;
	color: #555;
	font-size: 93%;
}

#sidebar p.caption {
	margin-top: 0.3em;
}

.keywords {
	margin-top: 2em;
	font-size: 93%;
}

u {
	text-decoration: none;
	background-color: #eec;
}


.odd {
	background-color: #eee;
	color: #000;
}


#utilities {
	padding: 10px;
	background: #ddd url(../corner3.gif) bottom right no-repeat;
}


#utilities ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#utilities .sub {
	margin-left: 1em;
}

.fxbox1 {
	width: 490px;
	margin-bottom: 1em;
	background: rgb(255,242,216) url("../yleis/box/yellow-top.gif") top left no-repeat;
}

.fxbox1 div {
	padding: 5px 5px 5px 7px;
	background: transparent url("../yleis/box/yellow-bottom.gif") bottom left no-repeat;
}

.fxbox1 p {
	margin-bottom: 0;
}

.fxbox1 h3 {
	margin-top: 0.2em;
}

.box {
	border: 2px solid #ccc;
	padding: 0.2em;
}

.box h4 {
	margin-top: 0;
}

.box2 {
	background-color: #F9F5A8; padding: 0.5em; margin: 2em 0 0 -0.5em;
	min-height: 150px;
}

.box2 h3 {
	margin: 0 0 0.2em 0;
}


.fxbox-exh-narrow {
	width: 240px;
	background: rgb(200,240,168) url("../yleis/box/240foxgreen-top.gif") top left no-repeat;
	margin-bottom: 1em;
}

.fxbox-exh-narrow div {
	background: transparent url("../yleis/box/240foxgreen-bottom.gif") bottom left no-repeat;
}


.fxbox-exh-wide {
	width: 490px;
	background: rgb(255,242,216) url("../yleis/box/yellow-top.gif") top left no-repeat;
	margin-bottom: 1.5em;
}

.fxbox-exh-wide div {
	background: transparent url("../yleis/box/yellow-bottom.gif") bottom left no-repeat;
}


.fxbox-exh-narrow div,
.fxbox-exh-wide div {
	padding: 7px 10px 7px 10px;
}

.fxbox-exh-narrow p,
.fxbox-exh-wide p {
	margin-bottom: 0;
}

.fxbox-exh-narrow div p {
	text-align: center;
}

.fxbox-exh-wide p strong {
	line-height: 150%;
}

.fxbox-exh-wide ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sanscons {
	background: #ccc url(../i/sanscons/bg_rounded.gif) top left no-repeat;
	border: 0;
	margin-bottom: -3px;
}

#contentleft .sanscons {
	border: 0;
	margin-bottom: -3px;
}

#all a:visited .sanscons  {
	border: 0;
}

#sc1 {
	margin-right: 5px;
}

.desc {
	margin: -4px 0 1em 0;
	color: #555;
}

#home-sites li {
	font-size: 93%;
	margin-bottom: 0.5em;
}

.projecttitle {
	margin: 0 0 4px -5px;
}

/* IMG's
_____________________________________________*/

#contentleft img,
#contentonly img {
	margin: 5px;
	border: 1px solid #666;
}

#contenttable a:link img {
	border: 1px solid #009;
}

#contenttable a:visited img {
	border: 1px solid #606;
}


#sidebar img {
	border: 1px solid #ccc;

}

#utilities a img {
	POSITION: relative;
	TOP: -4px;
}


#contentleft .panorama img,
#contentonly .panorama img {
	margin: 0;
}

.panorama + .caption {
	margin-top: 0.5em;
}

#contentleft #dexh img {
	border: 0;
	margin-right: 0;
}

.noborder {
	border: 0px;
}

.empos {
	color: #006600;
	font-weight: bold;
	font-size: 120%;
}

#blogi {
	background-color: #D5ECA8;
	padding: 5px;
}

#blogi h4 {
	position: relative;
	top: -5px;
}

#blogi p {
	margin: -3px 0 0 0;
}

.o1 {
	color: #090;
}

.o2 {
	color: #930;
}

.contactlink {
	margin-top: 1em;
}

.o3 {
	color: #069;
}

.hatikka {
	margin: -10px 0 1.7em 0;
}

#contenttable .hatikka a img  {
	border: 0;
}

#exhinfo {
	padding: 10px 10px 1px 10px;
	background-color: #f9f5a8;
	margin: -10px -10px 1em -10px;
}

#exhinfo h3 {
	margin-top: 0;
	font-size: 130%;
	border-bottom: 0;

}

#exhinfo h4 {
	margin-top: 0.5em;
	border-bottom: 0;

}

#exhinfo p, #exhinfo ul {
	margin-bottom: 1.5em;

}

#exhinfo ul ul {
	margin-bottom: 0.3em;

}

#exhinfo .eip {
	margin-bottom: 0.6em;

}

#exhtable td {
	vertical-align: top;
	padding: 0 7px 0 0;
}

#exhtable th {
	align: left;
}

#exhtable {
	border-spacing: 7px;
	margin: 0 0 -5px -5px;
}

#exhtable #e1 h3 {
	border-bottom: 3px solid #5971bb;
}

#exhtable #e2 h3 {
	border-bottom: 3px solid #ae5387;
}

#exhtable #e3 h3 {
	border-bottom: 3px solid #D6A14E; /* Dark yellow */
}

#exhtable #e3, #exhtable .e3bottom {
/*
	border-left: 5px solid #fff;
	*/
	max-width: 120px;
}

#exhtable h3 {
	font-size: 100%;
	border-bottom: none;
	margin: 0;
	color: #000;
}

#contenttable .piilo {
	margin-left: -10000px;
	POSITION: ABSOLUTE;
}

#nosto {
	width: 140px;
	height: 230px;
	border: 1px solid #ccc;
	margin: 7px 0 3px 0;
	scrolling: no;
}

.sponsors  {
	text-align: center;
}
	
.sponsors  p {	
	margin: 0 0 1.5em 0;
}

#sidebar .sponsors  p img {
	border: 0;
}

#iframe_tiedotteet  {
	border: 0px;
	width: 250px;
	height: 150px;
	margin-bottom: 1em;
}

#iframe_blogi  {
	border: 0;
	width: 350px;
	height: 55px;
	margin: 4px 0 0 0;
}

#iframe_100 {
	border: 0;
	width: 300px;
	height: 65px;
	margin: 4px 0 0 0;
	overflow: hidden;
}

.icontable td {
	width: 300px;
	vertical-align: top;
}

.icontable img {
	border: 0 !important;
}

.reservationbutton {
	margin-top: 1em;
	list-style-type: none;
}

.reservationbutton a {
	background-color: #f9f5a8;
	padding: 3px;
	border: 2px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	text-decoration: none;
}

.opastus {
	margin: 10px 0;
	padding: 5px;
	background-color: #eedbe7; /* yleisen osaston violetti */
	background-color: #ddd;
	clear: both;
}

.paivakoti {
	background-color: #d3f4a9;
}

/*
.oppilaitos {
	background-color: #a9def4;
}
*/

.engl {
	background-color: #f4e5ac;
}

.opastus h4 {
	margin-top: 0.3em;
}

#share {
padding: 10px 0 20px 0;
}

#insight a {
	text-decoration: none;
}

#insight i img {
	border: 1px solid #000;
}

#insight h4 {
	font-weight: normal;
	font-size: 93%;
	line-height: 120%;
}

#contacttable td {
	padding: 0 10px 0 0;
	width: 45%;
}

#contacttable {
	margin-top: -20px;
}


#contacttable td {
	vertical-align: top;
}


.ikaennatykset caption, .ikaennatykset th { background-color: #FFD88B; font-weight: normal; text-align: center; }
		
.ikaennatykset caption { text-align: left; line-height: 112%; font-weight: bold; padding: 5px; } 
		
.ikaennatykset table { border-collapse: separate; border-spacing: 1pt 1pt; } 
		
.ikaennatykset th, .ikaennatykset td { padding: 1px 5px; }
		
.ikaennatykset td { background-color: #F1F1F1; padding: 5px; }
		
.ikaennatykset table { width: 100%; max-width: 1200px; } 
		
.ikaennatykset .ika {  text-align: right; padding-right: 10px; }
		
.ikaennatykset .center { text-align: center; }

.logo {
	float:left;
	text-align: center;
}

.logo a img {
	border: 0 !important;
}
