
/* CSS Document */

* { margin: 0; }

body { background: #fff url(/pics/body_bg.gif); font: normal normal 11px Tahoma, Arial, Helvetica, sans-serif; margin-bottom: 15px;  }
 
h1 { font-size: 22px; margin: 0 0 15px 0; color: #065a6c; font-weight: normal; }

h2 { font-size: 16px; margin: 0 0 10px 0; color: #065a6c; }

h3 { font-size: 11px; margin: 0 0 10px 0; color: #065a6c; }

p { margin: 0 0 10px 0; font-size: 11px; }
	p.date { 
		color: #747474; 
		margin: 2px 0 2px 0;
	}

img { border: none; }



option { padding: 0 15px 0 0;  } 

ul { margin: 5px 0 5px 40px; }

ol { margin: 5px 0 5px 45px; }

blockquote { margin: 0 0 0 40px; }


.rss {
	margin: 0 0 15px 0;
	padding: 18px 0 0 0;
	position: absolute;
	right: 35px;
	color: #FC9;
}
 
#container  { 
	margin: 15px auto;
	width: 950px; 
	position: relative; 
	}

#page { 
	background: #fff; 
	width: 950px; 
	position: relative; 
	}
	
#page_column_content { 
	background: transparent url(/pics/page_bg.gif) repeat-y; 
	width: 950px; 
	position: relative; 
	}

/* headerin maaritykset */

#header { 
	background: transparent url(/pics/header_bg.jpg) 0 14px  no-repeat;
	width: 950px; 
	height: 262px;
	}

	
	a.logo { 
		height: 80px; 
		width: 190px; 
		position: absolute; 
		display: block; 
		left: 10px;
		top: 10px; 
		text-indent: -10000px; 
		outline: none; 
		z-index: 100000000;
		}

	a.kieli { 
		position: absolute; 
		left: 265px; 
		top: 30px;
		text-decoration: none; 
		color: #646464; 
		letter-spacing: 3px; 
		}
	
	a.kieli:hover {	
		text-decoration: underline; 
		}
	
	a.kuntoutussaatio { 
		position: absolute; 
		right: 15px; 
		top: 30px; 
		text-decoration: none; 
		color: #3e3e3e; 
		letter-spacing: 3px; 
		}
	
	a.kuntoutussaatio:hover { 
		text-decoration: underline; 
		}
	
	#header input.searchFP { 
		position: absolute; 
		left: 15px; 
		top: 225px;  
		border: 1px solid #24211d; 
		color: #646464;
		font-size: 11px;
		color: #404040;
		background: transparent url(../pics/searchFieldBg.gif) repeat-x;
		padding: 4px 20px 4px 4px;
		width: 160px;
		}
		
		
	
	#header input.searchBtn { 
		position: absolute; 
		left: 180px; 
		top: 230px; 
		}
	
	a.sivukartta { 
		position: absolute; 
		left: 205px; 
		top: 225px;
		color: #3e3e3e; 
		text-decoration: none; 
		font-weight: bold; 
		letter-spacing: 1px;   
		}
	a.sivukartta:visited { color: #000; }
	
	a.sivukartta:hover {
		text-decoration: underline;
		}
	


#header_2 { 
	background: transparent url(/pics/header_bg_2.jpg) 0 14px  no-repeat;
	width: 950px; 
	height: 122px;
	}
		

/* vasemman columnin maaritykset - etusivu */


#left_col_etusivu 	{
		padding: 25px 0 0 20px;
		position: relative;
		float: left;
		margin: 0 15px 20px 0;
		width: 220px;
		}
	
	#left_col_etusivu img.banner { border: none; }

	/* #left_col_etusivu  a { text-decoration: none; font-weight: bold; color: #065a6c;}
	
	#left_col_etusivu  a:hover { text-decoration: underline; } */

#databaseSearch {
	border: 3px solid #cccccc;
	position: relative;
	padding: 5px 10px 15px 10px;
	margin: 0 0 20px 0;
	}
	
	#left_col_etusivu #databaseSearch h2 {
		font-size: 18px;
		font-weight: normal;
		text-decoration: none; 
		}
		
		#left_col_etusivu #databaseSearch a { text-decoration: none; }

	#databaseSearch input.searchFP { 
		border: 1px solid #9a9a9a; 
		font-size: 11px;
		color: #404040;
		background: transparent url(../pics/searchFieldBg.gif) repeat-x;
		padding: 4px 20px 4px 4px;
		width: 140px;
		}

	#databaseSearch input.searchBtn { 
		position: absolute; 
		left: 180px; 
		top: 68px;
		}
	
	#databaseSearch hr { 
		margin: 10px 0 10px 0; 
		color: #bababa;
		background-color: #bababa;
		border: 0;
		height: 1px;
		}

#artikkeli h1 { font-size: 22px; margin: 8px 35px 30px; color: #065a6c; font-weight: normal; }

#article,
#blogFP {
	background: #f0f0f0;
	border: 1px solid #d4d4d4;
	padding: 0 15px 15px 15px;
	margin: 20px 0 0 0;
	}
	
	#article p,
	#blogFP p { 
		line-height: normal; 
		}
	
	#article img,
	#blogFP img {
		border: 1px solid #d4d4d4;
		float: left;
		margin: 0 5px 0 0;
		}

		#article img.right,
		#blogFP img.right {
			border: none;
			float: right;
			margin: 0 0 3px 5px;
			}



/* vasemman columnin maaritykset - alisivu */

#left_col { 
		padding: 25px 0 0 0;
		position: relative;
		float: left;
		margin: 0 50px 20px 0;
		width: 205px;
		}
	
	#left_col h2 { padding: 0 0 0 20px; }
	
	#left_col img.left { margin: 30px 0 30px 18px; border: 1px solid #7b7b7b; }
	
	#left_col img.left_higher { margin: 5px 0 15px 18px; border: 1px solid #7b7b7b; }
	
	
	#left_col #tutkimustietokantaan {
		position: relative;
		float: right; 
		top: 0;
		right: 20px;
		}
	
	#left_col #tutkimustietokantaan a { 
		color: #3e3e3e; 
		font-weight: bold; 
		letter-spacing: 1px;  
		text-decoration: underline; 
		}
		
	#left_col #pikahaku p { 
		padding: 0; 
		margin: 0; 
		color: #646464; 
		padding: 0 0 1px 0;
		font-size: 9px;
	 
		}
	
	#left_col #pikahaku input_kuva.pikahaku { 
		position: relative;

		}
	
	#left_col #pikahaku input.pikahaku { 
		margin: 3px 5px 0 0; 
		border: 1px solid #666666;
		}
	
	#left_col #pikahaku a.tarkennettu { 
		color: #646464; 
		text-decoration: none; 
		height: 23px; 
		width: 75px; 
		position: relative; 
		float: left; 
		margin: 0;
		padding: 0;
	
		}
	
	#left_col #pikahaku a.tarkennettu:hover { 
		text-decoration: underline; 
		}


/* ajankohtiasta-osion maaritykset etusivu */



#newsAndEvents { width:670px; position: relative; float: left; padding: 0 0 0 20px;  }


.etusivunosto {
	width: 300px; 
	padding: 15px 35px 20px 0;
	float: left;
	position: relative;
	/* padding: 0 0 20px 0; */
	}
	
	.otsikko { 
		background: transparent url(/pics/ak_otsikko_bg.gif) bottom repeat-x; 
		height: 30px; 
		margin: 0 0 15px 0;
		padding: 10px 0 0 0; 
		}
	
	.otsikko a.ajankohtaista { 
		font-weight: normal;
		font-size: 22px; 
		color: #055b6c; 
		}
		
	p.eventDate {
		margin: 0;
		color: #3e3e3e;
		font-weight: bold;
		}
	
	.etusivunosto ul { margin: 0 0 15px 0; padding: 0; }
	.etusivunosto ul li { list-style-type: none; } 
	
	.etusivunosto  h3 {  font-size: 12px; margin: 10px 0 0 0; color: #065a6c; }

	.etusivunosto  a { text-decoration: none; color: #000000;  }
	.etusivunosto a.katso_kaikki, .etusivunosto a.tiedota_tapahtumasta { color: #055b6c; font-weight: bold; font-size: 13px;  }
		.etusivunosto  a:hover { text-decoration: underline; }
	
.etusivunosto .content {
	margin: 30px 0 50px 0;
	font-size: 14px;

	}
	
	.etusivunosto .content p { font-size: 14px; }
	
	.etusivunosto .content h1 {  }
	
	.etusivunosto img.frontpageImage { 
		margin: 10px 0 15px 0; 
		}
	
	#list { font-size:12px; }
	
	#list h3 {  
		font-size: 12px; 
		margin: 8px 0 0 0; 
		color: #065a6c;
		font-weight: normal;
		}
	

	#list a { 
		font-size: 12px; 
		text-decoration: none; 
		color: #000000; 
		}
	
	#list a:hover { 
		text-decoration: underline; 
		}
	
	ul.bulletins_navi{ 
		margin-left: 0px;
		list-style-type: none; 
	}
	
	ul.bulletins_navi li { 
		display: inline; 
		border: 1px solid #bebebe; 
		padding: 2px 5px; 
		margin: 0 5px 0 0; 
		background: #eaeaea;
		}
	
	ul.bulletins_navi li.selected_bulletin { 
		background: #ededed url(/pics/ak_navi_bg.jpg); 
		}
		

	ul.bulletins_navi li a { 
		color:#3e3e3e;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: 1px;
		}
	
	ul.bulletins_navi li a:hover { 
		text-decoration: underline; 
		}



/* Tutkimukset */

span.message-action { 
	color: #6b6b6b; 
	font-style: italic; }

.tutkimukset-nosto { 
	line-height: 1.5em;
	margin-top: -10px; }

.tutkimukset-nosto h2 { 
	font-size: 18px;
	margin-bottom: 15px;  }

.tutkimukset-nosto ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; }
	
	.tutkimukset-nosto ul p { 
		margin: 0; }
	
	.tutkimukset-nosto ul li { 
		margin: 0 0 10px 0; }

#column_content_narrow .tutkimukset-nosto ul a { 
	display: block; 
	color: #444; 
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0; } 

	
	#column_content_narrow .tutkimukset-nosto ul a:hover { 
		text-decoration: underline; }

		
	#column_content_narrow .tutkimukset-nosto a.more-news { 
		background: transparent url(/pics/arrow.gif) left no-repeat; 
		text-decoration: none;
		padding: 0 0 0 10px;
		margin: 15px 0 0 10px;
		display: block; }
		
		#column_content_narrow .tutkimukset-nosto a.more-news:hover { 
			text-decoration: underline; }

.separator { 
	height: 1px; 
	background: #808080; 
	width: 100%; 
	margin: 20px 0 20px 0; }

/* Tapahtumakalenteri */ 

ul.years {  list-style-type: none; }
	
	ul.years li {  display: inline;  border: 1px solid #02596c; padding: 5px 10px; margin: 0 5px 0 0; }
	
	ul.years li.selected-year { background: #e2e2e2; }

	ul.years li a { text-decoration: none; }
	
	ul.years li a:hover { text-decoration: underline; }
		
ul.months{ list-style-type: none; }
	
	ul.months li { display: inline; border: 1px solid #02596c; padding: 2px 5px; margin: 0 5px 0 0; }
	
	ul.months li.selected-month { background: #e2e2e2; }
	
	ul.months li a { text-decoration: none; }
	
	ul.months li a:hover { text-decoration: underline; }

/* sivunumerointi */

.sivunumerot { 
	position: relative; 
	width: 100%; 
	text-align: center; 
	margin: 0 0 10px 0; 
	}
	
	.sivunumerot a.nuoli { 
		font-size: 13px; 
		padding: 0 5px; 
		}

	
	.sivunumerot a.active { 
		font-weight: bold; 
		font-size: 14px; 
		text-decoration: underline; 
		} 

/* Asiasanat, organisaatiot, rahoittajat listat */

table.search_result { 
	position: relative; 
	margin: 0 0 20px 0; 
	border-top: 1px solid #dee3ce; 
	}

	table.search_result th { 
		padding: 5px; 
		text-align: left; 
		vertical-align: top; 
		background: #fffdf0;
		border-bottom: 1px solid #dee3ce; 
		}
		

	table.search_result td { 
		padding: 5px; 
		background: #fffdf0; 
		border-bottom: 1px solid #dee3ce; 
		}
	
	table.search_result td a:link { color: #000000;}
	table.search_result td a:visited { color:#797979;}
	table.search_result td a:active {text-decoration: none; }
	table.search_result td a:hover { text-decoration: none; }
	

	
	.alphabets a { 
		background: #f9f9e3; 
		border: 1px solid #dadac4; 
		padding: 3px 5px 3px 5px; 
		color: #000000; 
		text-decoration: none; 
		margin: 0 5px 0 0;
		}

	.alphabets a:hover { text-decoration: underline; }
	
/* listaus-taulukko */

#content table.listaus { 
	margin: 0 0 10px 0; 
	border: 1px solid #999592;
	position: relative;
	width: 100%;
	height: 50px;
	}

	#content table.listaus th { 
		font-weight: bold; 
		text-align: left;
		vertical-align: bottom; 
		padding: 5px 10px 5px 5px; 
		color: #efefde; 
		background: #a59e8c;
		border-bottom: 1px solid #999592;
		color: #e9e8e5; 
		
		}
	
	#content table.listaus th a:link { 
		color: #e9e8e5; 
		text-decoration: none; 
		background: transparent url(/pics/jarjestus.gif) right top no-repeat; 
		padding: 0 13px 0 0; 
		}
	
	 #content table.listaus th a:active { 
		color: #e9e8e5; 
		text-decoration: none; 
		background: transparent url(/pics/jarjestus.gif) right top no-repeat; 
		padding: 0 13px 0 0; 
		}
	
	#content table.listaus th a:visited { 		
		color: #e9e8e5; 
		text-decoration: none; 
		background: transparent url(/pics/jarjestus.gif) right top no-repeat; 
		padding: 0 13px 0 0; 
		 } 
	
	#content table.listaus th a:hover { 
		text-decoration: underline; 
		}
	
	#content table.listaus td { 
		text-align: left; 
		padding: 5px;
		vertical-align: top;
		/* border-bottom: 1px solid #ced7c6; */
		}
	
	#content table.listaus tr.harmaa td { 
		background: #dee3ce; 
 		border-top: 1px solid #ced7c6; 
		}
	
	#content table.listaus tr.harmaa_ala td { 
		background: #dee3ce; 
		border-bottom: 1px solid #ced7c6; 
		text-align: left; 
		padding: 5px; 
		}
	
	
	#content table.listaus tr.valkoinen { 
		background: #ffffff;  
		}
		
	#content table.listaus tr.valitse_ala td { border-top: 1px solid #ced7c6; }
	
	
	#content table.listaus td a:link { color: #000000;}
	#content table.listaus td a:visited { color:#797979;}
	#content table.listaus td a:active {text-decoration: none; }
	#content table.listaus td a:hover { text-decoration: none; }
	
	
	
	#content .search-nosto_odd {
			background: #f2f1f1;
			padding: 5px 10px 5px 10px;
			border: 1px solid #e1e1e1;
			margin: 0 0 10px 0;
		}
		 
	#content .search-nosto_odd a { 
			font: normal bold 12px Arial, Helvetica, sans-serif; 
			padding: 0 0 5px 0; 
			text-decoration: underline;
			}
		
	#content .search-nosto_odd a:hover { 
			text-decoration: none; 
			}
		
	#content .search-nosto_odd p { padding: 0; }
		
	#content .search-nosto_even {
			padding: 5px 10px 5px 10px;
			margin: 0 0 10px 0;
		}
		
	#content .search-nosto_even a { 
			font: normal bold 12px Arial, Helvetica, sans-serif; 
			padding: 0 0 5px 0; 
			text-decoration: underline;   
			}
		
	#content .search-nosto_odd a:hover { text-decoration: none; }
		
	#content .search-nosto_even p { padding: 0; }
	
	#content #sivutus { margin: 30px 0 0 0; }
		
	#content #sivutus a { 
			background: #f2f1f1; 
			border: 1px solid #e1e1e1; 
			width: 18px; 
			height: 15px; 
			display: block; 
			float: left; 
			text-align: center;
			margin: 0 4px 5px 0;
			}
			
	#content #sivutus a:hover { background: #cdcdcd; }
		
	#content #sivutus a.selected { background: #cdcdcd; }
	
	
	
/* tarkennettu haku-taulukko */

table.haku { 
	margin: 0 0 20px 0;
	width: 600px;
	 
	}

	table.haku td { 
		padding: 3px 3px 3px 0; 
		}

	table.haku td input { width: 100%; }

	table.haku select { 
		width: 200px; 
		margin: 0; 
		}

	table.haku select.vuosi { 
		width: 80px; 
		margin: 0; 
		}
		


/* sivukartan maaritykset */

#sitemap ul { list-style-type: none; }

	#sitemap ul li { padding: 5px 0 0 0; }

	#sitemap ul li a { 
		text-decoration: none; 
		font-size: 12px; 
		color: #065a6c; 
		text-transform: uppercase; 
		font-weight: bold;
		}

	#sitemap ul li a:hover { text-decoration: underline; }

		#sitemap ul ul li li { padding: 0 0 0 15px;}

		#sitemap ul ul li li a { 
			text-decoration: none; 
			font-size: 12px; 
			color: #000;
			text-transform: none;
			font-weight: normal; 
			}

		#sitemap ul ul ul li li li { padding: 0 0 0 30px; }

/* bm2 tutkimukset */


#bm2-tutkimukset ul { padding: 0; margin: 0; list-style-type: none; }

#bm2-tutkimukset ul li a { color: #065a6c; font-weight: bold; text-decoration: none; }

#bm2-tutkimukset ul li p { margin: 0 0 5px 0; }

/* sisaltoalue ja murupolku */
	
#content {
	width: 650px;
	position: relative;
	float: left; 
	padding: 10px 0 20px 0;
	}


	
	#content a.hakuun {
		font-size: 16px; 
		margin: 0 0 10px 0; 
		color: #065a6c; 
		text-decoration: none;
		margin: 20px 0 0 0;
		display: block;
		width: 230px;
		outline: none;
		}
	
	#content a.hakuun:hover {
		text-decoration: underline;
		}
		
		
	#content a.tiedota_tapahumasta {
		font-size: 16px; 
		margin: 0 0 10px 0; 
		color: #065a6c; 
		text-decoration: none;
		margin: 20px 0 0 0;
		outline: none;
		
		}
	
	#content a.tiedota_tapahumasta:hover {
		text-decoration: underline;
		}
	
	/* LINKKIMAARITYKSET */

	/* boldattu turkoosi */	
	#content a.turkoosi_bold:link, 
	#column_content_narrow a.turkoosi_bold:link, 
	#column_content_wide a.turkoosi_bold:link, 
	#left_col_etusivu a.turkoosi_bold:link { color: #065a6c; font-weight: bold; text-decoration: none; }
	
	#content a.turkoosi_bold:visited, 
	#column_content_narrow a.turkoosi_bold:visited, 
	#column_content_wide a.turkoosi_bold:visited,
	#left_col_etusivu a.turkoosi_bold:visited { color: #628e97; text-decoration: none;  }
	
	#content a.turkoosi_bold:hover, 
	#column_content_narrow a.turkoosi_bold:hover, 
	#column_content_wide a.turkoosi_bold:hover,
	#left_col_etusivu a.turkoosi_bold:hover { text-decoration: underline; color: #065a6c;  }
	
	#content a.turkoosi_bold:active,  
	#column_content_narrow a.turkoosi_bold:active, 
	#column_content_wide a.turkoosi_bold:active,
	#left_col_etusivu a.turkoosi_bold:active {text-decoration: none; }
	
	
	/* turkoosi */		
	#content a.turkoosi:link, 
	#column_content_narrow a.turkoosi:link, 
	#column_content_wide a.turkoosi:link,
	#left_col_etusivu a.turkoosi:link  { color: #065a6c; text-decoration: none; }
	
	#content a.turkoosi:visited, 
	#column_content_narrow a.turkoosi:visited, 
	#column_content_wide a.turkoosi:visited,
	#left_col_etusivu a.turkoosi:visited  { color: #628e97; text-decoration: none;  }
	
	#content a.turkoosi:hover, 
	#column_content_narrow a.turkoosi:hover, 
	#column_content_wide a.turkoosi:hover,
	#left_col_etusivu a.turkoosi:hover { text-decoration: underline; color: #065a6c;  }
	
	#content a.turkoosi:active, 
	#column_content_narrow a.turkoosi:active, 
	#column_content_wide a.turkoosi:active,
	#left_col_etusivu a.turkoosi:active {text-decoration: none; }


	/* harmaa */
	#content a.harmaa:link, 
	#column_content_narrow a.harmaa:link, 
	#column_content_wide a.harmaa:link,
	#left_col_etusivu a.harmaa:link { color: #3e3e3e; text-decoration: none; }
	
	#content a.harmaa:visited, 
	#column_content_narrow a.harmaa:visited, 
	#column_content_wide a.harmaa:visited,
	#left_col_etusivu a.harmaa:visited { color: #a7a7a7; text-decoration: none;  }
	
	#content a.harmaa:hover, 
	#column_content_narrow a.harmaa:hover, 
	#column_content_wide a.harmaa:hover,
	#left_col_etusivu a.harmaa:hover { color: #3e3e3e; text-decoration: underline; }
	
	#content a.harmaa:active, 
	#column_content_narrow a.harmaa:active, 
	#column_content_wide a.harmaa:active,
	#left_col_etusivu a.harmaa:active {text-decoration: none; }
	
	/* default */
	
	#content a, #column_content_narrow a, #column_content_wide a { text-decoration: underline; color: #000000;}
	
	#content a:hover, #column_content_narrow a:hover, #column_content_wide a:hover { text-decoration: none; color: #000000;}
	
	#murupolku { position: relative; color: #646464; margin: 0 0 20px 0; }

	#murupolku a { color: #646464; font-size: 10px; text-decoration: none; }
	
	#murupolku a:hover { text-decoration: underline; }

/* column content -template styles */

#column_content_wide {
	width:421px;
	position: relative;
	float: left; 
	padding: 10px 0 20px 0;
	
	}


#column_content_narrow { 
	position: relative; 
	width: 194px;
	margin: 40px 0 20px 55px; 
	float: left;
	}
	
	.top { 
		position: absolute; 
		right: 0; 
		top: -26px; 
		background: transparent url(/pics/column_narrow_top.gif) no-repeat; 
		width: 265px;
		height: 300px;
		}

/* footer */

#footer { 
	background: transparent url(/pics/alareuna.gif) no-repeat;
	height: 38px;
	position: relative;
	margin: 0 0 20px 0;
	}
	
	#footer p { 
		color: #3e3e3e; 
		font-size: 11px; 
		padding: 15px 0 0 120px; 
		margin: 0; 
		position: relative;  
		float: left; 
		}
		
    #footer a.etusivu {  
		display: block; 
		width: 70px; 
		height: 25px; 
		position: relative; 
		float: left; 
		margin: 10px 0 0 28px; 
		text-indent: -10000px; 
		outline: none;
  
		}
	
	#footer a.tulostusversio {
		
		display: block; 
		width: 135px; 
		height: 25px; 
		position: absolute; 
		right: 30px;
		bottom: 0;
		text-indent: -10000px; 
		outline: none;  
		}
	 
	 #footer a { text-decoration: none; color: #000000; }
	 #footer a:hover { text-decoration: underline; }
	
	
	
