@import url("eforms.inc.css");
@import url("comments.css");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th.col1, th.col2 {
	text-align:left;


}
/* end of reset */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix            { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	color:#313131;
}

div#main {
	clear:both;

	margin:auto;
	padding:0;
  border:0px solid purple;
}

div#header {
	
	float:left;
  width:100%;
	border:0px solid yellow;
}


.module_esite_firstpage div#content {
}


p#logo {
	float:left;
	margin: 25px 0 0 32px;
}
h1,h2,h3,h4,h5,h6,legend {
	
	text-transform:uppercase;
	margin:0 0 1em;
  font-family:Dosis;
        
}

h1 {
	font-size:1.8em;
	font-weight:200;
}

h2,legend {
	font-size:1.25em;
	font-weight:400;
}

h3 {
	font-size:1.15em;
	font-weight:400;
}

h4 {
	font-size:1.1em;
	font-weight:400;
}

a {
	color:#A0BC0A;
	text-decoration:none;
	outline:none;
}



ul {
	list-style:none;
}



table,th,tr,td {
	vertical-align:top;
}

table {
	width:100%;
	border-collapse:collapse;
}

.spamfilter {
	display:none;
}

img#logger {
	position:absolute;
	bottom:0;
	right:0;
	width:0px !important;
  height:0px !Important;
}

a:hover {
	color:#839909;
	outline:none;
}

/*Tekstikoot*/
.introduction {
	font-size:1.15em;
	font-weight:bold;
	margin:20px 0;
}

.introduction b {
	color:#667707;
}

/*eForumthingie*/
div.postinfo h2,.module_eforum table span.button,.module_eforum table span.linkrow {
	font-size:1em;
}

/*Tekstityylit*/
ul.tree li li {
	font-weight:normal;
}

strong,caption,th,dt,span.button,ul.tree li {
	font-weight:bold;
	font-style:normal;
}

em,blockquote {
	font-weight:normal;
	font-style:italic;
}

blockquote strong,em strong,strong em {
	font-weight:bold;
	font-style:italic;
}

/*Elementit*/
p.note,dl.document,div.messageheader,dl.comments {
	padding:0;
}

blockquote,p,table {
	margin-bottom:1.6em;
}

/*Lisatoiminnot*/

p.further {
	margin-top:1.2em;
	margin-bottom:0;
	text-align:left;
}

dt {
	margin-top:1.6em;
}

.comments dt {
	font-size:1em;
}

dl.document dt,div.userinfo dt {
	margin-top:0;
}

/*Nappulat*/




/*Taulukot*/
caption {
	display:none;
}

table.discreet td,table.color td {
	padding:0.5em 1em;
}

table.discreet th,table.color th {
	background:#e8e8e8;
	padding:0.5em 0.8em 0.3em;
}

table.discreet td,table.color th {
	border-top:1px solid #e8e8e8;
}

table.discreet tr.last td {
	border-bottom:1px solid #e8e8e8;
}

table.color td,table.color th {
	border:1px solid #e8e8e8;
}

table.color tr.even td {
	background:#f3f3f3;
}

col.tablecol3 {
	color:red;
}

/*Listat*/
ul li {
	padding-left:20px;
	background:transparent url("/images/style/li.png") no-repeat 0 5px;
	
}

ol li,ul.disc li,ul.square li,ul.circle li {
	background:none;
}

ol {
	padding-left:20px;
	margin-left:10px;
}

ul.circle {
	list-style:circle;
}

ul.square {
	list-style:square;
}

ul.disc {
	list-style:disc;
}

ol.order_1 {
	list-style:decimal;
}

ol.order_a {
	list-style:upper-alpha;
}

ol.order_i {
	list-style:upper-roman;
}

/*Dokumentit*/
dl.document {
	padding-left:45px;
	background-image:url("/images/format_icons/unknown.png");
	background-repeat:no-repeat;
	background-position:0 0;
        margin-bottom:10px;
}

dl.document .secondary {
	padding:0;
  margin:0;
}
dl.document dt {
	font-size:13px;
}
dl.document dd {
	font-size:11px;
        color:gray;
}

div#content p.notify {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity:0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
	color:white;
	padding:0;
	border: 1px solid #313131;
}

div#content p.notify:hover {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

div#content p.notifyAbsolute {
	position:absolute;
	top:25px;
	left:120px;
	width:750px;
	background:#fff;
	cursor:pointer;
	z-index:1234;
	margin:0;
}

body div#content div > p.notifyAbsolute {
	/*position:fixed;*/
	position: fixed;
	left: 50%;
	top: 220px;
	margin-left: -375px;
}

div#content p.nsuccess {
	-moz-box-shadow:inset 0 0 15px #8fab21;
	-webkit-box-shadow:inset 0 0 15px #8fab21;
	box-shadow:inset 0 0 15px #8fab21;
	background:#b9d54b;
}

div#content p.nerror {
	-moz-box-shadow:inset 0 0 15px #a82b0e;
	-webkit-box-shadow:inset 0 0 15px #a82b0e;
	box-shadow:inset 0 0 15px #a82b0e;
	background:#e74823;
}

div#content p.notify span {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-radius:3px 3px 3px 3px;
	display:block;
	font-size:1.4em;
	line-height:1.6em;
	background:transparent url("/images/style/notify_close.png") no-repeat 610px 11px;
	width: auto;
	text-align:center;
	border:1px solid #f00;
	border-color:#a82b0e !important;
	margin:0;
	padding:15px 85px 15px 0;
}
div#content p.notify b {
	display: inline-block;
	padding: 0 0 6px 19px;
	margin: 0 0 0 10px;
	font-weight: normal;
	font-size: 0.9em;
	background: transparent url("/images/style/li.png") no-repeat 0px 3px;
	background-size: 12px 12px;
}

div#content p.notify span {
	border:none;
}

div.infobox {
	width:175px;
	background:#e4372a;
	min-height:250px;
	margin:10px 0 0 0;
	padding:0 25px 30px 25px;
  border-radius:15px 15px 15px 15px;
  color:white;
}


div.infobox ul li {
	background-image: url("/images/style/li_infobox.png");
}
div.infobox ul  {
	margin-left:0;
}


div.infobox h1 {
	font-size:1.4em;
  line-height:22px;
  background:#3b3b3b;
  color:white;
  width:100%;
  padding:15px 25px 15px 25px;
  margin:0px 0 20px -25px;
 	display:inline-block;
  border-radius:15px 0px 0px 0px;
}

div.infobox h2 {
	color:white;
	font-size:1.2em;
	line-height:20px;
}

.infobox_bottom {
	display:none;
}





/* ACCESSIBILITY area starts */

.accessibility_div {
	width:px;
	float:right;
	margin:10px 32px 0 0;
  border:0px solid red;
  height:85px;
  display:inline;
}

ul.helpers {
	float:left;
	margin:0;
	padding:0;
  margin-top:30px;
  border:0px solid yellow;
  width:110px;
}

ul.helpers li {
	float:right;
	background-color:transparent;
	background-image:none; 
  padding:0 0 0 10px;
  border:0px solid red;
}

ul.helpers li span {
	display:block;
	cursor:pointer;
  padding:0 0 0 0;
  text-transform:uppercase;
  font-family:Dosis;
  font-weight:500;
  font-size:11px;
  letter-spacing:1px;
  color:#595959;
  line-height:16px;
	background:white;
  opacity: 0.8; /* standard: ff gt 1.5, opera, safari */
 	zoom: 1;  filter: alpha(opacity=80); /* IE7 & IE8 */
  -khtml-opacity: 0,80; /* safari 1.x */
	-moz-opacity: 0,80; /* ff lt 1.5, netscape */
	-webkit-font-smoothing: antialiased;

}
    ul.helpers li span:hover {
			opacity: 1; /* standard: ff gt 1.5, opera, safari */
			filter: alpha(opacity=100); /* IE7 & IE8 */
			-khtml-opacity: 1; /* safari 1.x */
			-moz-opacity: 1; /* ff lt 1.5, netscape */
  		-webkit-font-smoothing: antialiased;
    }
ul.helpers .helper_font_minus span {
	text-indent:-3000px;
  width:28px;
  height:19px;
  
	background:transparent url("/images/style/fontminus.png") no-repeat 0 0px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/style/fontminus.png',sizingMethod='scale');
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

ul.helpers .helper_font_plus span {	
  text-indent:-3000px;
  width:31px;
  height:19px;
	background:transparent url("/images/style/fontplus.png") no-repeat 0 0px; 
}

ul.helpers li.helper_print span{
	text-indent:-3000px;
  width:16px;
  height:19px;
	background:transparent url("/images/style/printer.png") no-repeat 0 0px;        
}

ul.helpers li.helper_sitemap span{
	text-indent:-3000px;
  width:16px;
  height:16px;
	background:transparent url("/images/style/sitemap.png") no-repeat 0 0px;
}

ul.helpers .helper_extranet {
}

/* SOCIAL media follow starts*/

ul.helper_socialmedia {
	float:right;	
  width:100%;
  border:0px solid red;
}

ul.helper_socialmedia li {
	float:right;
	background-color:transparent;
	background-image:none; 
  padding:0;
  margin-left:2px;
}

ul.helper_socialmedia li span {
	display:block;
	text-indent:-2000px;
	cursor:pointer;
  opacity: 0.9;
}
ul.helper_socialmedia li span:hover {
	opacity: 1; 
}

    ul.helper_socialmedia.icons16 li span {width:16px;height:16px;}
    ul.helper_socialmedia.icons22 li span {width:22px;height:22px;}
    ul.helper_socialmedia.icons32 li span {width:32px;height:32px;}

    /* icons16 STARTS*/
    ul.helper_socialmedia.icons16 li.facebook span {
      background:transparent url("/images/social/16/facebook.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons16 li.twitter span {
      background:transparent url("/images/social/16/twitter.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons16 li.skype span {
      background:transparent url("/images/social/16/skype.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons16 li.linkedin span {
      background:transparent url("/images/social/16/linkedin.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons16 li.youtube span {
      background:transparent url("/images/social/16/youtube.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons16 li.rss span {
      background:transparent url("/images/social/16/rss.png") no-repeat 0 0px;
    }
    /* icons16 ENDS*/

    /* icons22 STARTS*/
    ul.helper_socialmedia.icons22 li.facebook span {
      background:transparent url("/images/social/22/facebook.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons22 li.twitter span {
      background:transparent url("/images/social/22/twitter.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons22 li.skype span {
      background:transparent url("/images/social/22/skype.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons22 li.linkedin span {
      background:transparent url("/images/social/22/linkedin.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons22 li.youtube span {
      background:transparent url("/images/social/22/youtube.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons22 li.rss span {
      background:transparent url("/images/social/22/rss.png") no-repeat 0 0px;
    }
    /* icons22 ENDS*/

    /* icons32 STARTS*/
    ul.helper_socialmedia.icons32 li.facebook span {
      background:transparent url("/images/social/32/facebook.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons32 li.twitter span {
      background:transparent url("/images/social/32/twitter.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons32 li.skype span {
      background:transparent url("/images/social/32/skype.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons32 li.linkedin span {
      background:transparent url("/images/social/32/linkedin.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons32 li.youtube span {
      background:transparent url("/images/social/32/youtube.png") no-repeat 0 0px;
    }
    ul.helper_socialmedia.icons32 li.rss span {
      background:transparent url("/images/social/32/rss.png") no-repeat 0 0px;
    }
    /* icons32 ENDS*/

/* SOCIAL media follow ENDS*/

/* FLAG / LANGUAGE area starts */

.accessibility_div .lang_pages {	
  margin:23px 0 0px 12px;
 	padding:0 12px 0 0;
  float:left;
  width:45px;
	border-left:1px solid #e3e6e8;
  border-right:1px solid #e3e6e8;
}

.accessibility_div .lang_pages li {
	float:right;
  padding:0;
  margin-left:5px;
  border:0px solid red;
 
}
.accessibility_div .lang_pages li:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
   -ms-transition: all 200ms ease-in-out;
   -o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
   box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px;
    
    border-radius: 20px;
 
}

.accessibility_div .lang_pages li a {
  display:block;
	width:32px;
  height:32px;
	text-indent:-2024px;
	border:0px solid gray; 
	
}
.accessibility_div .lang_pages li.lang_eng {
  background:transparent url("/images/style/lang_eng.png") no-repeat top left;	
}
.site_eng li.lang_eng {
	display: none;
}
.accessibility_div .lang_pages li.lang_fin {	
  background:transparent url("/images/style/lang_fin.png") no-repeat top left;	
}
.site_fin li.lang_fin {
	display: none;
}
.accessibility_div .lang_pages li.lang_swe {	
  background:transparent url("/images/flags/swe.png") no-repeat top left;	
}
.site_swe li.lang_swe {
	
}

/* FLAG / LANGUAGE area ENDS */

/* SEARCH area starts */

.search_site {	
	float:left;
  margin:18px 0 0 0;
  width:184px;
  height:44px;
	border:0px solid brown;
  background:transparent url("/images/style/search_bg.png") no-repeat top left;	
}
.search_site .submitlike, .search_site .submit {
	text-align:center;
	
	color:#5f5f5f;
	cursor:pointer;
	width:42px;
  line-height:26px;
  height:44px;
	float:right;
  font-size:12px;
  text-transform:uppercase;
  border:0px solid red;
  margin:0;
  padding:0;
  border-radius:0;
  text-indent:-3000px;
  -moz-border-radius:0px;
	-webkit-border-radius:0px;
  opacity: 0.7;
  filter: alpha(opacity = 70);
  -moz-opacity:0.7;
	-khtml-opacity: 0.7;
  -webkit-font-smoothing: antialiased;
}
.site_eng .search_site .submitlike, .site_eng .search_site .submit {
      
}
.search_site .submitlike:hover, .search_site .submit:hover {
	color:#000;
  
	opacity: 1;
  filter: alpha(opacity = 100);
  -moz-opacity:1;
	-khtml-opacity: 1;
  -webkit-font-smoothing: antialiased;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
   -ms-transition: all 300ms ease-in-out;
   -o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 1);
   box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 1);
  -webkit-border-radius: 20px;
    
    border-radius: 20px;
}

.search_site #searchterm {
	background:transparent;
	height:26px;
	float:left;
  width:134px;
	color:#a6a6a6;
	font-size:12px;
	padding:2px 0 0 8px;
	margin:8px 0 0 0;
  border-radius:0;
  line-height:26px;
  border:0px solid blue;
 
   
}
.search_site #searchterm:focus {	
	color:#313131; 
 outline:none;
  webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0), -15px -0px 20px rgba(0,0,0,.05);
  -moz-box-shadow:  0 1px 1px rgba(0,0,0,.0), -15px -0px 20px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.0), -15px -0px 20px rgba(0,0,0,.05);
}

/* SEARCH area starts */

/* ACCESSIBILTY area ENDS */

.hide_label {
	display:none;
}

form#generallogin fieldset {
	border:0;
	padding:0;
}

form#generallogin legend {
	display:none;
}

form#generallogin dl dt,form#generallogin dl dd {
	clear:none;
	float:none;
	display:inline;
	padding:0;
}
/*Alavalikko*/
ul#subnavi {
   margin:10px 0 0 10px;
}

ul#subnavi li,ul#subnavi a,ul#subnavi img,ul#subnavi strong,ul#subnavi ul {
	text-align:left;
	background-image:none;
}

ul#subnavi li {
	line-height:18px;
	margin:0;
	padding:6px 0 6px 22px;
	background:transparent url("/images/style/linkrow_icon.png") no-repeat 0 9px;
	
}

/* Yleisvaritykset */
ul#subnavi a,ul#subnavi ul li.idle a {
	color:#d22620;
	text-decoration:none;
}

/* Ja valitun varitykset */

ul#subnavi li.level2 a {
	font-weight:600;
  font-size:1.1em;
}
ul#subnavi li.level3 {
	background-image:url("/images/style/navi_bullet.pngX");
	background-repeat:no-repeat;
	background-position:20px 10px;
	background-size: auto;
	padding:2px 0 2px 23px;
}

ul#subnavi li.level3 a {
	color:#737373;
	font-size:1em;
	line-height:20px;
}
ul#subnavi a:hover, {
	color:#660805;
	text-decoration:none;
}
/* Kikkailua ekan elementin kanssa, joka on aina selected */
ul#subnavi .selected {
	background-color:#fff;
}

ul#subnavi .selected a {
	color:#600b0a;
}

ul#subnavi .level1 {
	background-color:transparent;
  
}
ul#subnavi li.level1 {
	background:none;
  padding:0;
  margin-bottom:10px;
 
}
ul#subnavi .level1 a, ul#subnavi .level1 a:visited {
	color:#3b3738;
  font-size:1.2em;
  font-weight:600;
  display:none;
}

ul#subnavi .current {
	background-color:#fff;
}

ul#subnavi a:hover {
	color:#600b0a;
}

/* Kolmostasolle varitykset */
ul#subnavi li.current.level3 {
	background-color:transparent;
}

ul#subnavi li.current.level3 a,ul#subnavi li.level3 a:hover {
	color:#660805;
}



/*eEvents*/
/* eEvents */
.module_eevents div.column2 {
	width:685px;
	padding-top: 0;/* 35px */
}

.module_eevents div.full_view .left {
	width:685px;
	float:left;
}

.module_eevents div.list_view .left {
	width:220px;
	float:left;
	padding-right:50px;
	
}

.module_eevents div.list_view .right {
	width:415px;
	float:left;
}


.module_eevents div.event_view .left {
	width:415px;
	padding-right:50px;
	float:left;
}

.module_eevents div.event_view .right {
	width:220px;
	float:left;
}

.module_eevents div.column2 .column_fullheader {
	width:685px;
}

.module_eevents .column_fullheader, .module_eevents div.list_column {
	padding-top: 35px;

}

.module_eevents div.list_view .left div.infobox {
	min-height: 0;
}

.module_eevents div.list_view .right h2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.4em;
}
.module_eevents div.list_view .right dt {
	padding: 0;
	margin: 15px 0 0 0;
	font-size: 1.2em;
}


/*eStaff*/
.module_estaff .userinfo p img {
	float:left;
	max-width:120px;
	max-height:120px;
	margin-right:10px;
	background:#fff;
	padding:5px;
}

.module_estaff .userinfo dt {
	margin-top:0;
}

/*eSite*/
div.rss{

	padding:10px;
}



.infobox_below_textarea {
	margin:15px 5px 0;
}

/*
Tassa tiedostossa
Tyylien resetoinnit
Maarattyjen elementtien piilottaminen, jos se nyt CSS:lla satutaan tekemaan
Framen asemointi ja tyylit
Asemointityokalut


Debug*/
div#debug {
	display:none;
	width:912px;
	background:#333;
	border:5px solid #111;
	margin:0 auto 20px;
	padding:10px;
}
ul#topnavi,div#content,table,p,h1,h2,div.column,div.messageheader {
	clear:both;
}

/* COLUMN OLETUSARVOT */

.content_container {
	width:94%;
  padding:35px 3% 3% 3%;
	float:left;	
	min-height:300px;
  height:auto !important;
  height:300px; 
  background:white;
  
}
.content_container .cimg_resized, .content_container .cimg_rounded{
  width:100%;
}
div.column1, div.column2, div.column3 {
	float:left;
}

div.column1 {
	width:22%;
  background:#fddddd;
}
.module_esite_firstpage div.column1 h1{
  
}
.firstpage_lift {
	
  background:#f6f6f6;
}
div.column2 {
  width:52%;
 	background:#efefef;
}
div.column2 .insider{
	padding:0 25px 0 25px; 
}
div.column2 h1{
 
}
.module_esite_firstpage div.column2 {
	
 
}
.module_esite_firstpage div.column2 h1{

}
div.column3 {
  width:26%;
  background:#e3e2f6;
}

div.column3 h1{
 	
}
div.column3 .insider{
	padding:0 25px 0 25px;
 
}
.module_esite_firstpage div.column3 {
	
}
.module_esite_firstpage div.column3 h1{

}
/* COLUMN OLETUSARVOT ENDS */

/* CONTENT LISTS STARTS */

.content_list {
	width:100%;
  margin:-20px 0 0 0;
  padding:0 0 15px 0;
}
.content_list .linkrow{
	width:100%;
  margin:10px 0 10px 20px;
}
  .content_list ul {
    padding:4% 0 4% 0;
 		width:100%;
  	float:left;
  	border-bottom:1px solid #e7e7e7; 	
  	margin:0 0 0 0;
  	
	}

    /* IE 7 and below NOIMAGE width fix starts*/
    .content_list ul.noimage p.items {*width:100%;/* IE 7 and below - width fix when no image in list */}
       
    .content_list ul li {
     	float:left;
  		padding:0 0 0 0;
  	
   		width:100%;
  		background:none; 
 
    }
      .content_list ul li h4 {
      	margin:0;
  			font-size:1.7em;
  			font-weight:400;
  			line-height:30px;
      }
      .content_list ul li h4 a:link, .content_list ul li h4 a:visited  {
      	color:#3c3635;
      }
      .content_list ul li h4 a:hover {
      	color:#b55041;
      }
      .content_list ul li p {
       	padding:0 0 0 0;
   			margin:0 0 0 0;		
      }
  
				.content_list ul li p.items {
  				display: table-cell;
  				vertical-align:top;
  				width:100%;
					*float:left;
  				*width:64%;
        }
	
					.content_list ul li span.intro_text {
          	width:100%;
  					float:left;	
          }

          .content_list ul li span.date {				
  					display:block;
						font-size:0.9em;
  					color:gray;
  					margin:0 0 5px 0;
          }
          .content_list ul li span.readmore {
           	float:left;
  					width:100%;
  					font-size:1.1em;
  					background:transparent url("/images/style/linkrow_icon.png") no-repeat 0 5px;
						padding:0 0 0  20px;
  					margin:5px 0 0 0;
  					font-weight:600;
          }
        .content_list ul li p.pic {
          width:35%;
					display: table-cell; 
  				*float: left ; /* targets IE6 and IE7 couse table-cell  not working */  		
  			 }
        .content_list ul.even p.pic{
          float:left;
          border:0px solid red;
        }
        .content_list ul.odd p.pic{
          float:right;
          border:0px solid red;
        }
        .content_list ul li p.pic a{
          		border:5px solid white;
  						display:block;
  						margin:0 15px 0 0;
              -moz-box-shadow: 0px 0px 5px 2px rgba(68,68,68,0.1);
           		-webkit-box-shadow: 0px 0px 5px 2px rgba(68,68,68,0.1);
          	  box-shadow: 0px 0px 5px 2px rgba(68,68,68,0.1);				
  			 }
        .content_list ul li .nocell {
         	display: table-cell;
  				width:1px;
  				height:0px;
   			}
         .content_list ul li p img {
            width:100%;		
  					border:0px solid white;						
          }
          
        /* CONTENT LIST SPECIFIC STARTS*/
        
           .module_esite_firstpage .content_list h4 {
              font-size:1.15em;
  						line-height:20px;
  						font-weight:600;
          }
           .module_esite_firstpage .content_list ul {
              padding:4% 4% 4% 6% ;
              float:left;
              border-bottom:1px solid #e7e7e7; 	
              margin:0;
              width:90%;
          }
          .module_esite_firstpage .content_list ul:hover {
            -webkit-box-shadow: inset 0px 0px 20px 10px rgba(230, 230, 230, 0.1);
            -webkit-transition-property: box-shadow;
            -webkit-transition-duration: 0.2s;
            -webkit-transition-timing-function: ease-in;
             -moz-transition-property: box-shadow;
             -moz-transition-duration: 0.2s;
             -moz-transition-timing-function: ease-in;
            -ms-transition-property: box-shadow;
            -ms-transition-duration: 0.2s;
            -ms-transition-timing-function: ease-in;
             -o-transition-property: box-shadow;
             -o-transition-duration: 0.2s;
             -o-transition-timing-function: ease-in;
              transition-property: box-shadow;
              transition-duration: 0.2s;
              transition-timing-function: ease-in;
              box-shadow: inset 0px 0px 30px 10px rgba(230, 230, 230, 0.4);
          }
          .module_esite_firstpage .content_list .linkrow {
             margin:15px 0 0 25px;
          }
        /* CONTENT LIST SPECIFIC ENDS*/

/* CONTENT LISTS ENDS */


/* TEMPLATE OLETUSARVOT */

.template_5 div.column2,.template_5 div.column3 {
	width:39%;
}

.template_3 div.column2 {
	
}

.template_3 div.column3 {
	
}

.template_2 div.column2 {

}

.template_2 div.column3 {
	
}

.template_10 div.column2, .template_1 div.column2 {
	width:78%;
}

/* TEMPLATE OLETUSARVOT ENDS */


/*eForum*/
.module_eforum div.column2 {
	width:680px;
}

/* eNews starts*/
.module_enews div.column2 {
	width:78%;
}
.module_enews div.one_columned .left {
	width:100%;
	float:left;
}
.module_enews div.one_columned .left .introduction, 
.module_enews div.one_columned .left .secondary {
	clear:none
}
.module_enews div.one_columned .left .float_image_right{
	width:30%;
	float:right;
}

.module_enews div.two_columned .left {
	width:64%;	
	float:left;
  padding-right:5%;
}

.module_enews div.two_columned .right {
	width:31%;
	float:left;
}

.module_enews div.column2 .column_fullheader {
	width:100%;
}
.module_enews .rss_icon {
	margin:30px 0 0 0;
  width:100%;
  float:left; 
}
.module_enews .rss_icon a {
  padding:0 0 0 22px;
 	background:transparent url("/images/social/16/rss.png") no-repeat 0 0px;
}
.module_esite_special div.column2 {
	width:78%;
}
.module_esite_special p  {
margin-bottom:20px;
}
.module_esite_special p a {
font-size:1.4em;
}
.module_esite_special p strong {
font-weight:600;
  color:darkred;
}
/* eNews ends*/

.module_ecareer div.column2 {
	width:680px;
}

/*eAdmin login*/

.content_container .eadminlogin {	
  width:390px;
  border:1px solid white;
  float:left;
  padding:20px;
  box-shadow: 40px 30px 50px rgba(255, 255, 255, 0.75) inset;
  border:1px solid #ececec;
  background: #f5f5f5; 
  border-radius: 0px 30px 0px 30px;
}
.content_container .eadminlogin span {	
  float:left;
  display:block;
  width:100%;
  border:0px solid darkgray;
  margin:0 0 10px 0;
}
.content_container .eadminlogin span label,
.content_container .eadminlogin span label{	
  display:inline-block;
  width:25%;
  border:0px solid gray;
  text-align:right;
  padding:0 10px 0 0;
 	float:left;
  line-height:25px;
  margin-top:10px;
  font-weight:400;
  font-size:1.1em;
  text-shadow: 1px 2px 0 #FFFFFF;
}
.content_container .eadminlogin span #form_username,
.content_container .eadminlogin span #form_passwd{	
  width:67%;
 	font-weight:400;
  font-size:1.1em;
 	border-radius: 0px 10px 0px 10px;
  border:1px solid white;
  background:white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  padding:  10px 0 10px 10px;
  text-shadow: 1px 1px 0 #FFFFFF;
  color:gray;
}

.content_container .eadminlogin span #form_username:hover,
.content_container .eadminlogin span #form_passwd:hover{	
  background: none repeat scroll 0 0 #fafafa;
  transition: all 0.5s ease 0s;
 color:black;
}
.content_container .eadminlogin span #form_username:focus,
.content_container .eadminlogin span #form_passwd:focus{	
  background: none repeat scroll 0 0 #fafafa;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2) inset;
  transition: all 0.5s ease 0s;
  color:black;
}
.content_container .eadminlogin span #form_loginsubmit{	
  width:40%;
  float:right;
 	font-weight:600;
  font-family:open sans;
  font-size:1.1em;
  margin:0 8px 0 0;
  border:1px solid #cbcbcb;
  background:#e3e3e3;
 	box-shadow: 0 0 5px rgba(255, 255, 255, 0.75) inset;
  padding:  10px 10px 10px 10px;
  text-shadow: 1px 1px 0 #FFFFFF;
  color:#818181;
  transition: all 0.5s ease 0s;
  border-radius: 0px 10px 0px 10px;
}
.content_container .eadminlogin span #form_loginsubmit:hover{	
  border:1px solid #cbcbcb;
  background:#d2d2d2;
 	box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8) inset;
  text-shadow: 1px 1px 0 #FFFFFF;
  color:#555555;
}



/* DROP MAINMENU STARTS*/

.mainnavi_container {

 margin-top:15px;
}

#dropdown_navi {
	width:98%;
  padding:0 0 0 2%;
	background:#301c0a;
	text-align:left;
  font-family:Dosis;
 	font-weight:600;
  font-size:14px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;	
  border:0px solid blue;
 
}

#dropdown_navi .link_lvl_1 {
	float:left;
	 line-height:50px;
}

#dropdown_navi .link_lvl_1 a {
	display:inline-block;
	padding:0 20px 0 0;
 
}

#dropdown_navi ul li {
	font-weight:400;
	padding:6px 0 6px 10px;
        
}

#dropdown_navi ul li:hover {
	background:#fff;
}

#dropdown_navi ul {
	background:transparent url("/images/style/drop_bottom.png") no-repeat bottom left;
	padding:5px 0 25px;
	width: 200px;      
	margin-top: 0px;
	color: #1f2f61;
}

#dropdown_navi ul ul {
	background-position:top left;
}

/* Paavari ylhaalla */

#dropdown_navi a {
	color:#A0BC0A;
}	
#dropdown_navi a:hover {	
    -webkit-transition: color linear .2s;
    -moz-transition: color linear .2s;
    -o-transition: color linear .2s;
    -ms-transition: color linear .2s;
    transition: color linear .2s;
}

/* Ylos valitun ja hoverin vari */

#dropdown_navi a:hover,#dropdown_navi a.topnavi_s {
	color:#fff;
}

/* Poppien varitys */

#dropdown_navi ul a,#dropdown_navi li:hover ul a {
	color:#313131;
}



#dropdown_navi li ul a:hover {
	color:#6C7F05;
}

/* DROP MAINMENU ENDS */



#kalkulaattori {
	width:680px;
	color:#535353;
	margin:15px 0 0;
}

#kalkulaattori label {
	display: block;
	vertical-align:middle;
	color:#535353;
	font-weight:bold;
	padding:0px 15px 0;
}
#kalkulaattori label.req {
	background: transparent url("/images/style/required.png") no-repeat 0 0.20em;
}

#kalkulaattori input {
	border:0;
	height:15px;
	width:42%;
	line-height:15px;
	font-size:13px;
	background:transparent url("/images/style/inpbg.png") repeat-x;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:right;
	margin:0 0 0 10px;
	padding:11px 7px 10px;
}

#kalkulaattori label input {
	margin-top: 0;
	margin-top: -8px;
}

#kalkulaattori input.box {
	width:auto;
	padding: 0;
	background: transparent;
}

#kalkulaattori .half {
	width:49%;
	float:left;
	margin:10px 0;
}

#kalkulaattori label.separate {
	display:inline-block;
	padding-top:3px;
	width:22%;
	float:left;
	vertical-align: top;
}

#kalkulaattori div ul {
	width:69%;
	float:left;
	margin:0;
	padding:0;
}

#kalkulaattori div ul li {
	background:transparent;
	margin:0;
	padding:0;
}

#kalkulaattori .half ul label {
	display:inline;
	font-weight:normal;
	float:none;
	margin:0;
	padding:2px 0 0;
}

#kalkulaattori .half ul label input {
	vertical-align:middle;
	float:none;
	margin:-2px 8px 0 0;
}

#kalkulaattori .full {
	width:auto;
	float:none;
	clear:both;
	margin:0;
	padding:20px 15px 0;
}

#kalkulaattori .childs {
	clear:left;
}

#kalkulaattori .submit {
	background-image:url("/images/style/inpsbg.png");
	width:auto;
	line-height:18px;
	font-size:16px;
	height:auto;
	text-transform:uppercase;
	float:none;
	cursor:pointer;
	color:#313131;
	opacity:0.8;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 15px;
	padding:5px 10px 4px;
}

#kalkulaattori .submit:hover {
	opacity:1;
}

#kalkulaattori .command {
	padding-top:3px;
	clear:both;
	width:20%;
}

#kalkulaattori .result {
	width:75%;
	font-size:1.3em;
	font-weight:bold;
}

#kalkulaattori .result b {
	font-size:1.4em;
	color:#92AC03;
	padding:0 0 0 15px;
}

.tooltip {
	padding: 5px 10px;
	margin: 0;
	background: #BCBCBC;
	border: 2px solid #313131;
	color: #313131;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0.9;
	max-width: 220px;
}
.tooltip:hover {
	opacity: 0.95;
}
#header .tooltip a, .tooltip a {
	color:#313131;
	font-variant: small-caps;
	text-decoration: none;
}
#header .tooltip a:hover, .tooltip a:hover {
	color:#7E7E7E;
}
#header .tooltip:hover, .tooltip:hover {
	background: #d4d4d4;
}
.FormContainer label.tipped {
	background: transparent url("/images/style/question_small.png") no-repeat right 5px;
	padding-right: 4px;
	margin-right: -4px;
}

.sitemap ul li {
	background: transparent;
}
#exit_print_preview {
	display: none;
}
/*Alaosan tiedot*/





/* FANCY GALLERY STYLES STARTS*/

a.fancy_gallery {
  position: relative;
  border:0px solid blue;
  display:inline-block;
	margin:0 2px 2px 0; 
	overflow:hidden;
  
}
a.fancy_gallery img{
	width:100px;
}
a.fancy_gallery span.duplicate_window {
 	position: absolute;
  left: 0;
  top: 0;
	height: 100%;
	width: 100% ;
  cursor:pointer;
  border:0px solid red;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	background:#222222 url("/images/style/zoom_icon_white.png") no-repeat center center;
 	
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	-ms-transition: opacity 0.2s ease-in-out 0s;
 	transition: opacity 0.2s ease-in-out 0s;
}

a.fancy_gallery span.duplicate_window:hover {
	-moz-box-shadow:inset 0px 0px 30px 15px #000000;
	-webkit-box-shadow:inset 0px 0px 30px 15px #000000;
	box-shadow:inset 0px 0px 30px 15px #000000;

  opacity: 0.5;    
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

/* FANCY GALLERY STYLES ENDS*/

































































/* DEBUGIN ONLY - REMOVE ME AFTER EADMIN5 IS DONE*/
/* Special grid styles
-------------------------------------------------- */

.show-grid {
 
}
.show-grid [class*="span"] {
  background-color: #eee;
  
 
  min-height: 40px;

}
.show-grid [class*="span"]:hover {
  background-color: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
 
}
.show-grid [class*="span"] [class*="span"] {
  background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
  background-color: #999;
}
/* ENDS */




.toppicture h2 {
	margin-bottom: 0;
}








































