/* Start of CMSMS style sheet 'CMT tyylitiedosto' */
body {
	font-family: Arial, geneva, helvetica;
	font-size: 13px;
	
	text-align: center;
	line-height:1.3em;
	color: #1E1E1E;
		
	margin-top: 0px;
	margin-bottom: 0px;
	
	background-image: url('images/cms/page-bg.jpg');
	background-repeat: repeat-x;
background-color: #EFF4F8;
}

#page {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	}

#header {
	height: 91px;
	width: 950px;
}

#logo {
	text-align: left;
	padding-top: 35px;
	float: left;
	width: 475px;
}

#logo img {
	padding-left: 10px;
}

#search {
	float: left;
	width: 255px;
	height: 91px;
	text-align: right;
}

#language {
padding-top: 65px;
	float: left;
	width: 220px;
	height: 26px;
	text-align: right;
}

#top-menu {
	width: 950px;
	background-image: url('images/cms/menu_bg.png');
	background-repeat: repeat-x;
}

#top-menu ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#top-menu li {
	float: left;
	margin: 0px;
	padding-right: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background-image: url('images/cms/split.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

#top-menu li a {
	font-size: 13px;
	color: #1F1F1F;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	font-weight: bolder;
	text-decoration: none;
	line-height: 30px;
}


#top-menu li a:hover {
	text-decoration: underline;
}

#top-menu li.currentpage {
	margin: 0px;
}

#top-menu li.currentpage h3 {
	float: left;
	color: #CF7000;
	font-weight: bolder;
	margin: 0px;
	font-size: 13px;
	padding: 0px 15px 0px 15px;
	line-height: 30px;
	height: 30px;

}

#top-menu ul li.activeparent a {
	color: #CF7000;
}

/********************
  VERTICAL MENU
*********************/
#sidebar {
	float: left;
	text-align: left;
	width: 250px;
min-height: 400px;
}

#vertical_menu {
margin: 10px;
}

#vertical_menu ul {
      margin: 0px;
padding: 0px;
}

/* third level has some padding to have it stand out */
div#vertical_menu ul ul ul {
   padding-bottom: 0.0em;
}

/* menu li block */
#vertical_menu li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#vertical_menu ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #vertical_menu li a { height: 1%; } 
* html #vertical_menu li hr { height: 1%; }
/** end fix **/

/* first level links */
div#vertical_menu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em 0.5em 0.2em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#vertical_menu ul ul a {
   font-size: 90%;
   padding: 0.2em 0.5em 0.2em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#vertical_menu ul ul ul a {
   padding: 0.2em 0.5em 0.2em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#vertical_menu a:hover {
   background-color: #E9F0F6;
}
div#vertical_menu a.activeparent:hover {
   background-color: #E9F0F6;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#vertical_menu li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #E9F0F6;
   color: black;
}

div#vertical_menu ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#vertical_menu ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #E9F0F6;
   display: block; 
   padding: 0.2em 0.5em 0.2em 1.5em;  /* some air for it */
   color: black;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#vertical_menu ul ul h3 {
   font-size: 90%;
   padding: 0.2em 0.5em 0.2em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#vertical_menu ul ul ul h3 {
   padding: 0.2em 0.5em 0.2em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#vertical_menu li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: black;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#vertical_menu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#vertical_menu li.separator hr {
   display: none; /* this is for accessibility */
}

















#m2moduleform_1 {
	padding-top:60px;
}

h2 {
	color:#14599B;
	font-family:Arial,geneva,helvetica;
	font-size:18px;
	margin:15px 0px;
}


#text {
	float: left;
	text-align: left;
	width: 700px;
}

h1#gray {
	background-color: #2E2E2E;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	
	height: 27px;
	line-height: 27px;
	
	font-family: Arial, geneva, helvetica;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
	color: #FFFFFF;
}

h1#blue {
	background-color: #3d76ad;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	
	height: 27px;
	line-height: 27px;
	
	font-family: Arial, geneva, helvetica;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
	color: #FFFFFF;
}

#content {
	width: 950px;
	background-color: white;
}

#sideleft {
	float: left;
	text-align: left;
	width: 480px;
}

#fp-image {
	height: 210px;
	width: 480px;
	float: left;
}

#sideleft-text {
	text-align: left;
	width: 480px;
	float: left;
}

#sideright {
	text-align: left;
	width: 470px;
	float: left;
}

#fp-text {
	height: 210px;
	width: 470px;
	float: left;
}

#sideright-text {
	text-align: left;
	width: 470px;
	float: left;
}



#footer {
	background-color: white;
}

#copyright {
	background-color: #5B8BB9;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	color: white;
}

#bottom-contact {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 10px;
	color: gray;	
	line-height: 13px;
}

#breadcrumb {
font-family: verdana, arial;
	margin-top: 15px;
	font-size: 10px;
	color: #5F5F5F;
}

#breadcrumb a {
	color: #5F5F5F;
text-decoration: none;
}

#breadcrumb a:link {
	color: #5F5F5F;
}

#breadcrumb span.lastitem {
	color: #E06C00;
font-weight: bolder;
}



.indent {
	margin: 0px 15px 20px 15px;
}

hr {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 0px;
	width: 0px;
}

dfn {
	display: none;
}

table.feedbacktable {
	width: 650px;
}


table.feedbacktable textarea {
width: 500px;
height: 100px;
}

td.vastaus {
color: white;
}

a {
text-decoration: none;
color: #0000EE;
}

a:link {
text-decoration: none;
color: #0000EE;
}

a:visited {
text-decoration: none;
color: #551A8B;
}

a:hover {
text-decoration: underline;
color: #551A8B;
}

table.etusivu2 {
	border-spacing: 2px 0px 0px 0px;
}
table.etusivu2 td {
	padding: 0px;
	font-size: 12px;
}

table.etusivu {

	border-spacing: 3px 0px 0px 0px;
}
table.etusivu td {
	padding: 0px;
	font-size: 15px;
	font-weight: bold;

}
/* End of 'CMT tyylitiedosto' */

