/* ----------Yleisiä tyylejä-------------*/

body{
	background-color:#BBD3C3;
	padding:0px;
	margin:0px;
	height:100%;
	color:#333333;
	font-size: 8pt;
}

body, td, div, font, p, textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top:5px;	
}

select{
	z-index:1;	
}

/* ----------Formit ja elementit-------------*/

form{
	display:inline;
}

.searchInput {
	font-size: 10px;
	color: #666666;
	width:145px;
}

INPUT{
	font-size: 10px;	
}

.feedback{
	width:90%;
	border: 1px solid #BEE3F5;
}

/* ----------Vakio linkkityylit-------------*/

A:link			{ color: #3366CC;text-decoration: none}
A:hover			{ color: #666666;text-decoration: underline}
A:visited			{ color: #3366CC;text-decoration: none}
A:visited:hover		{ color: #666666;text-decoration: underline}

.basicButton, A.basicButton, A.basicButton:link, A.basicButton:visited{
	display:block;
	text-align:center;
	padding-top:2px;
	border:0px;
	width:71px;
	height:18px;
	color:#666;
	text-decoration:none;
	background-image:url(/images/but_bg.gif);	
	background-repeat:no-repeat;
}

A.basicButton:link:hover, A.basicButton:visited:hover{
	text-decoration:none;
	color:#666666;
	background-image:url(/images/but_bg_2.gif);
	background-repeat:no-repeat;
}

.newsLink{
	display:block;
	padding-left:7px;
	margin-bottom:4px;
	background-image:url(/images/sublink_bg.gif);
	background-repeat:no-repeat;
}

A.newsLink, A.newsLink:link, A.newsLink:visited{
	color:#0D6F48;
	text-decoration:underline;
}

A.newsLink:link:hover, A.newsLink:visited:hover{
	text-decoration:none;
	color:#666666;
}


.printButton, A.printButton, A.printButton:link, A.printButton:visited{
	display:block;
	text-align:center;
	padding-top:2px;
	border:0px;
	width:71px;
	height:18px;
	color:#666;
	text-decoration:none;
	background-image:url(/images/but_print_bg.gif);	
	background-repeat:no-repeat;
}

A.printButton:link:hover, A.printButton:visited:hover{
	text-decoration:none;
	color:#666666;
	background-image:url(/images/but_print_bg_2.gif);
	background-repeat:no-repeat;
}

.upButton, A.upButton, A.upButton:link, A.upButton:visited{
	display:block;
	text-align:center;
	padding-top:2px;
	border:0px;
	width:71px;
	height:18px;
	color:#666;
	text-decoration:none;
	background-image:url(/images/but_up_bg.gif);	
	background-repeat:no-repeat;
}

A.upButton:link:hover, A.upButton:visited:hover{
	text-decoration:none;
	color:#666666;
	background-image:url(/images/but_up_bg_2.gif);
	background-repeat:no-repeat;
}
.backButton, A.backButton, A.backButton:link, A.backButton:visited{
	display:block;
	text-align:center;
	padding-top:2px;
	border:0px;
	width:71px;
	height:18px;
	color:#666;
	text-decoration:none;
	background-image:url(/images/but_back.gif);	
	background-repeat:no-repeat;
}

A.backButton:link:hover, A.backButton:visited:hover{
	text-decoration:none;
	color:#666666;
	background-image:url(/images/but_back_2.gif);
	background-repeat:no-repeat;
}

/* --------------Menu-----------------*/

A.menu:link				{ color: #FFF;text-decoration: none}
A.menu:hover			{ color: #FFF;text-decoration: underline}
A.menu:visited			{ color: #FFF;text-decoration: none}
A.menu:visited:hover	{ color: #FFF;text-decoration: underline}


/* ----------Otsikkotyylit-------------*/

H1{
	font-size: 14pt;
	font-weight: normal;
	color:#333333;
	margin-bottom:0px;		
}
H2{
	font-size: 10pt;
	font-weight: bold;
	color:#666666;	
	margin-top:0px;
}

H3{
	font-size: 10pt;
	font-weight: bold;
	color:#333333;	
	margin-bottom: 5px;
}

H4, H5{
	font-size: 9pt;
	font-weight: bold;
	color:#333333;	
	margin-bottom: 0px;
}

H6{
	font-size: 8pt;
	font-weight: bold;
	color:#666666;	
	margin-bottom: 3px;
	margin-top:0px;
}


/* ----------Polun tyylit-------------*/

.path{ 
	color:#999;
	text-decoration: none;
}
A.path:link			{ color:#666666;text-decoration: none;}
A.path:hover			{ color:#999999;text-decoration: none;}
A.path:visited			{ color:#666666;text-decoration: none;}
A.path:visited:hover	{ color:#999999;text-decoration: none;}

/*------------Layout-----------*/


.logoBar{
	width:100%;
	height:86px;
	background-color:#FFFFFF;
	z-index:1;
}

.logo{
	position:absolute;
	left:29px;
	top:22px;	
}

.menuBar{
	display:block;
	background-image:url(/images/lay_menubg.gif);
	height:28px;
	width:100%;
	z-index:1;
}

.menuContent{
	position:relative;
	width:1000px;
}

.subMenuBar{
	display:block;
	height:20px;
	width:100%;
	background-image:url(/images/lay_submenubg.gif);
	z-index:1;
}

.subMenuContent{
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
}

.subMenuLink, A.subMenuLink, A.subMenuLink:link, A.subMenuLink:visited{
	color:#333333;
	text-decoration:none;
}

A.subMenuLink:link:hover, A.subMenuLink:visited:hover{
	color:#666666;
	text-decoration:none;
}

.searchBox{
	display:block;
	position:relative;
	text-align:left;
	width:392px;
	height:58px;
	background-image:url(/images/lay_searchbg.gif);
	right:10px;
}

.searchInput{
	position:relative;
	left:15px;
	top:11px;
	width:200px;
	border:1px solid #666666;	
}

.searchButtonCont{
	display:block;
	position:absolute;
	text-align:center;
	left:223px;
	top:11px;
	padding-top:2px;
	border:0px;
	width:51px;
	height:18px;
	background-image:url(/images/but_search.gif);
	background-repeat:no-repeat;
}

A.searchButton, A.searchButton:link, A.searchButton:visited{
	color:#245F05;
	text-decoration:none;
}

A.searchButton:link:hover, A.searchButton:visited:hover{
	text-decoration:none;
	color:#666666;
	background-image:url(/images/but_search_2.gif);
}

.sitemapButton{
	position:absolute;
	top:10px;
	left:303px;	
	border:0px;
	width:71px;
	height:20px;
}

.finButtonNew{
	position:absolute;
	top:33px;
	left:303px;	
	border:0px;
	width:71px;
	height:20px;
}

.finButton{
	position:absolute;
	left:316px;
	top:37px;
	width:22px;
	height:14px;
	border:0px;
}

.engButtonNew{
	position:absolute;
	top:33px;
	left:303px;	
	border:0px;
	width:71px;
	height:20px;
}

.engButton{
	position:absolute;
	left:340px;
	top:37px;
	width:22px;
	height:14px;
	border:0px;
}

.fullSearch{
	position:absolute;
	left:16px;
	top:40px;	
}

A.fullSearch, A.fullSearch:link, A.fullSearch:visited{
	color:#666666;
}

.feedbackBut{
	position:absolute;
	left:150px;
	top:40px;	
}

A.feedbackBut, A.feedbackBut:link, A.feedbackBut:visited{
	color:#666666;
}


.navBar{
	width:180px;
	background-image:url(/images/lay_lft_bg_2.gif);
	background-repeat:repeat-y;
}

.navBottom{
	text-align:center;
	color:#465E4E;
	font-weight:bold;	
	
}

.navBottom SELECT{
	margin:5px 0px 5px 0px;
	width:150px;
	background-color:#EDEDED;
}

.navBottomLinks{
	text-align:left;
	padding-left:15px;
	margin-top:20px;
}

.navElem{
	display:block;
	width:179px;
	padding:7px 0px 7px 0px;
	color:#000000;
	background-image:url(/images/nav_bg.gif);
}

.navElem A, .navElem A:link, .navElem A:visited{
	position:relative;
	left:10px;
	display:block;
	color:#000000;
	text-decoration:none;
}

.navElem A:link:hover, .navElem A:visited:hover{
	text-decoration:none;
	color:#666666;
}

.navSubElem{
	display:block;
	margin:2px 2px 2px 12px;
	background-image:url(/images/lft_sublink_bg.gif);
	background-repeat:no-repeat;
}

.navSubElem A, .navSubElem A:link, .navSubElem A:visited{
	display:block;
	font-size:10px;
	padding: 2px 0px 2px 7px;
	color:#000000;
}

.navSubElem A:link:hover, .navSubElem A:visited:hover{
	display:block;
	font-size:10px;
	padding: 2px 0px 2px 7px;
	color:#000000;
}

.pathBar{
	display:block;
	margin:7px 0px 0px 10px;
	width:550px;	
}

.content{
	width:798px;
}

.subSearch{
	width:288px;
	height:37px;	
	background-image:url(/images/lay_searchbg_2.gif);
	float:right;
	
}

.fullSubSearch{
	display:block;
	position:relative;
	width:288px;
	height:100px;	
	background-image:url(/images/lay_searchbg_3.gif);
	float:right;	
}

.fullSubSearch SELECT{
	position:relative;	
	left:15px;
	top:5px;
	width:200px;
}

.contactBar{
	width:977px;
	display:block;
	padding: 2px 0px 2px 0px;
	background-color:#A7BFAF;	
	border-top:1px solid #809888;
	border-bottom:1px solid #809888;
	border-right:1px solid #809888;
}
a.contactBarLink, a.contactBarLink:link, a.contactBarLink:active, a.contactBarLink:visited{
	color:#333333;
	text-decoration:underline;
}
a.contactBarLink:hover, a.contactBarLink:link:hover, a.contactBarLink:active:hover, a.contactBarLink:visited:hover{
	color:#333333;
	text-decoration:none;
}
A.copyRight, A.copyRight:link, A.copyRight:visited{
	color:#333333;
	text-decoration:none;
}

A.copyRight:link:hover, A.copyRight:visited:hover{
	text-decoration:none;
	color:#666666;
}

.wrapper{
	width:978px;
	background-image:url(/images/content_bg.gif);
	background-repeat:repeat-y;
}

/*------------ Toiminnot ---------------*/

.tellFriendTable{
	border:1px solid #CCCCCC;	
	background-color:#F1F1F1;
	margin-bottom:5px;
}

.contactInfoTable{
	margin-bottom:8px;
}

.contactTitle{
	margin-top:12px;
}

.contactInfo{
	background-color:#F1F1F1;
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC;
	padding:0px 8px 0px 8px;
}

.productHeader{
	background-image:url(/images/product_header_bg.gif);
	background-repeat:repeat-x;
	color:#135C17;
	padding-left:15px;
	font-weight:bold;
}

.productFooter{
	background-color:#F1F1F1;
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	height:32px;
	padding:0px 8px 0px 4px;
}

.contactHeader{
	background-image:url(/images/product_header_bg.gif);
	background-repeat:repeat-x;
	color:#135C17;
	padding-left:15px;
	font-weight:bold;
}


.productInfo{
	font-size:10px;
	color:#666666;	
	padding:10px 15px 10px 15px;
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; 
}

.productImg{
	border-left:1px solid #CCCCCC;
	background-color:#F3F3F3;
}

.productSymLink{
	display:block;
	padding-left:24px;
	padding-top:3px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}

A.productSymLink, A.productSymLink:link, A.productSymLink:visited{
	color:#333333;
	text-decoration:underline;
}

A.productSymLink:link:hover, A.productSymLink:visited:hover{
	color:#666666;
	text-decoration:none;
}

.announcementYears, A.announcementYears, A.announcementYears:link, A.announcementYears:visited{
	display:block;
	color: #666666;
	border:1px solid #819F93;
	background-color:#F1F1F1;
	padding:2px;
	margin-bottom:2px;
}

.announcementsMonth{
	display:block;
	font-size: 9pt;
	font-weight: bold;
	color:#333333;
	margin-top:20px;
	border-bottom:2px solid #CCC;
}

.newsTitle{
	font-size: 14pt;
	font-weight: normal;
	color:#333333;
	margin:0px;
}

.newsTitleLine{
	font-size: 10pt;
	font-weight:bold;
	color:#666666;
}

.newsDate{
	display:block;
	font-weight:bold;
	color:#3D5545;
}
.newsIngress{
	font-weight:bold;
	color:#333333;
	font-size:10pt;	
	line-height: 12pt;
}

.galleryTable{
	width:100%;
	margin-top:40px;
}

.galleryTable td{
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	vertical-align: middle;
}

.galleryTable img{
	border:2px solid #FFFFFF;
}

.contactSearchInput{
	width:190px;
	margin-bottom:10px;
}

.contactsearchButton, A.contactSearchButton, A.contactSearchButton:link, A.searchBucontactSearchButtontton:visited{
	display:block;
	text-align:center;
	padding-top:2px;
	border:0px;
	width:51px;
	height:16px;
	color:#666666;
	text-decoration:none;
	background-image:url(/images/but_search.gif);	
}

A.contactSearchButton:link:hover, A.contactSearchButton:visited:hover{
	text-decoration:none;
	color:#666666;
	background-image:url(/images/but_search_2.gif);
}

.contactSelect{
	width:190px;
	margin-bottom:5px;
}

.menuLinkMain{
	display:block;
	padding-left:7px;
	margin-bottom:4px;
	background-image:url(/images/sublink_bg.gif);
	background-repeat:no-repeat;
}

A.menuLinkMain, A.menuLinkMain:link, A.menuLinkMain:visited{
	color:#333333;
	text-decoration:underline;
}

A.menuLinkMain:link:hover, A.menuLinkMain:visited:hover{
	color:#666666;
	text-decoration:none;
}

.menuLink{
	display:block;
	padding-left:7px;
	margin-bottom:4px;
	background-image:url(/images/sublink_bg.gif);
	background-repeat:no-repeat;
}

A.menuLink, A.menuLink:link, A.menuLink:visited{
	color:#333333;
	text-decoration:underline;
}

A.menuLink:link:hover, A.menuLink:visited:hover{
	color:#666666;
	text-decoration:none;
}

.arrowLink{
	display:block;
	padding-left:7px;
	margin-bottom:4px;
	background-image:url(/images/sublink_bg.gif);
	background-repeat:no-repeat;
}

A.arrowLink, A.arrowLink:link, A.arrowLink:visited{
	color:#333333;
	text-decoration:underline;
}

A.arrowLink:link:hover, A.arrowLink:visited:hover{
	color:#666666;
	text-decoration:none;
}

.contentMenuBottom{
	display:block;
	height:2px;
	margin:20px 0px 20px 0px;
	background-image:url(/images/content_menu_bot.gif);
}

.formButton{
	font-size:10px;
	color:#336699;
	border: 1px solid #999999;
	background-color:#F1F1F1;
	padding:2px 1px 2px 1px;
	cursor:hand;
	cursor:pointer;
	background-image:url(/images/form_but_bg.gif);	
}

.formError{
	margin:0px;
	margin-top:5px;
}

.formErrorData{
	color:#990000;
}

.infoBox_top{
	display:block;
	height:2px;
	margin:0px;
}

.infoBox_mid{
	display:block;
	width:209px;
	background-image:url(/images/infobox_mid.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
	padding:55px 0px 0px 0px;
}

.infoBox_mid_en{
	display:block;
	width:209px;
	background-image:url(/images/didyouknow.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	padding:55px 0px 0px 0px;
}

.infoBox_wrap{
	display:block;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
}

.infoBox_bot{
	display:block;
	height:2px;
	margin:0px;
}

.searchTitle{
	font-weight:bold;	
}

.pricesTitle{
	color:#3D5545;
	font-size:7pt;
	border: 1px solid #7F9787;
	background-color:#A7BFAF;
	height:30px;
}

/*------------ Sivukartta---------------*/
.mapHead{
	display:block;
	padding:4px;
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
}
/*------------ Editorin käytössä---------------*/

.SisaltoNosto{
	color:#333;
	width:100%;
	background-color:#F2F2F2;
	padding:10px;	
	text-align:left;
}

.SisaltoNosto P{
	font-size:10px;
}

.SisaltoNosto IMG{
	margin-top: 4px; 	
}

/*---------- Etusivu ---------*/
.main_mainNews{
	background-image:url(../images/main_news_bg.gif);
	background-repeat:repeat-x;
	width:587px;
	height:180px;
	overflow:hidden;
}

.main_mainNews p{
	font-size:12px;
	color:#1F2219;
}

.mainNewsTitle{
	font-size:18px;
	color:#095A25;
	margin-top:0px;
	margin-bottom:15px;
}

.main_subNews{
	background-image:url(../images/main_subnews_bg.gif);
	background-repeat:repeat-x;
	height:89px;
	border:1px solid #AFAFAF;
	background-color:#F6F6F6;
	overflow:hidden;
	width:368px;
}

.main_subNews TABLE{
}

.main_subNews H2{
	color:#1F2219;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	line-height:150%;
}

.main_subNews P{
	
}

.newsLinkMain{
	display:block;
	padding-left:7px;
	margin-bottom:4px;
	background-image:url(/images/sublink_bg.gif);
	background-repeat:no-repeat;
	font-size:12px;
}

A.newsLinkMain, A.newsLinkMain:link, A.newsLinkMain:visited{
	color:#344503;
	text-decoration:underline;
}

A.newsLinkMain:link:hover, A.newsLinkMain:visited:hover{
	text-decoration:none;
	color:#666666;
}

.miniBanner{
	margin:0px;
	width:180px;
	padding:0px;
}


/*---------- Sivupohjat ---------*/

.lay_basicTemplate{
	width:798px;
}

.lay_newsTemplate{
	width:580px;
	height:400px;
}


.lay_lftCol{
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	color:#333333;
}

.lay_lftCol, .lay_lftCol P, .lay_lftCol FONT{
	font-size: 8pt;
}

.lay_main_lftCol2{
	padding-top:0px;
	padding-bottom:10px;
	color:#333333;
}

.lay_main_rgtCol2{
	width:211px;
	padding-top:0px;
	padding-bottom:10px;
}

.lay_main_rgtCol2 p{
	margin: 0;
}

.lay_main_lftCol{
	padding-left:25px;
	padding-right:25px;
	padding-top:0px;
	padding-bottom:10px;
	color:#333333;
}

.lay_rgtCol{
	width:191px;
	padding-top:10px;
	padding-bottom:20px;
}

.lay_rgtCol, .lay_rgtCol P, .lay_rgtCol FONT{
	font-size: 8pt;
}

.lay_main_rgtCol{
	width:211px;
	padding-top:0px;
	padding-bottom:10px;
}

.lay_rgtColTop{
	width:191px;
	padding-top:10px;
	padding-bottom:20px;
}

.lay_oneColTemplate{
	width:578px;
	height:400px;
}

.lay_rgtFullCol{
	width:191px;
	padding-top:10px;
	padding-bottom:20px;
}

.lay_in_lftCol{
	width:60%;
	padding-right:10px;
	font-size: 9pt;
	color:#000000;
	line-height:140%;
}

.lay_in_lftCol, .lay_in_lftCol P, .lay_in_lftCol FONT{
	font-size: 9pt;
}

.lay_in_rgtCol{
	border:1px solid #CCCCCC;
	background-color:#F1F1F1;
	width:40%;
	padding:10px;
}

.lay_in_rgtColImg{
	width:40%;
	text-align:right;
}

.lay_in_table{
	margin-bottom:20px;	
}

.mapTable{
	background-image:url(/filebank/683-suomen-kartta.gif);
	background-repeat:no-repeat;
}

.mapTable TD{
	width:15px;
	height:16px;
	font-weight:bold;
	font-size:10px;
}

.mapScandTable{
	width:335px;
	background-image:url(/filebank/1020-suomiruotisviro.gif);
	background-repeat:no-repeat;
}

.mapScandTable TD{
	width:28px;
	height:28px;
	font-weight:bold;
	font-size:10px;
}

.energyHelp{
	border:1px solid #18590F;
	background-color:#FFFFFF;
	padding:1px;
	display:inline;
	position:relative;
	left:5px;
	font-weight:bold;
	color:#18590F;
}

.lay_pellettiTemplate{
	width:798px;
	background-image:url(/images/pelletti_main.gif);
	background-position:right bottom;
	background-repeat:repeat-x;
	height:410px;
}

.lay_pelletti_lftCol{
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	color:#333333; 
}

.lay_pelletti_rgtCol{
	width:191px;
	padding-top:10px;
	padding-bottom:20px;
}

/*---------- Editorin tyylit ---------*/

.nuoliLinkkiValk{
	display:block;
	padding-left:7px;
	margin-bottom:4px;
}
A.nuoliLinkkiValk, A.nuoliLinkkiValk:link, A.nuoliLinkkiValk:visited{
	color:#FFFFFF;
	text-decoration:underline;
	background-image:url(/images/sublink_bg_white.gif);
	background-repeat:no-repeat;	
}

A.nuoliLinkkiValk:link:hover, A.nuoliLinkkiValk:visited:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.nuoliLinkki{
	display:block !important;
	display:inline-block;
	padding-left:7px;
	margin-bottom:4px;
}
A.nuoliLinkki, A.nuoliLinkki:link, A.nuoliLinkki:visited{
	color:#333333;
	text-decoration:underline;
	background-image:url(/images/sublink_bg.gif);
	background-repeat:no-repeat;	
}

A.nuoliLinkki:link:hover, A.nuoliLinkki:visited:hover{
	color:#666666;
	text-decoration:none;
}


.pdfLinkki, .dokumenttiLinkki, .kuvaLinkki, .powerPointLinkki, .txtLinkki, .wordLinkki, .excelLinkki{
	display:inline-block;
	height:16px;
	padding:1px 0px 10px 20px;
}

A.pdfLinkki, A.pdfLinkki:link, A.pdfLinkki:visited{
	color:#333333;
	text-decoration:underline;
	background-image:url(/images/pdf.gif);
	background-repeat:no-repeat;	
}

A.pdfLinkki:link:hover, A.pdfLinkki:visited:hover{
	color:#666666;
	text-decoration:none;
}


A.dokumenttiLinkki, A.dokumenttiLinkki:link, A.dokumenttiLinkki:visited{
	color:#333333;
	text-decoration:underline;
	background-image:url(/images/doc.gif);
	background-repeat:no-repeat;	
}

A.dokumenttiLinkki:link:hover, A.dokumenttiLinkki:visited:hover{
	color:#666666;
	text-decoration:none;
}

A.kuvaLinkki, A.kuvaLinkki:link, A.kuvaLinkki:visited{
	color:#333333;
	text-decoration:underline;
	background-image:url(/images/img.gif);
	background-repeat:no-repeat;	
}

A.kuvaLinkki:link:hover, A.kuvaLinkki:visited:hover{
	color:#666666;
	text-decoration:none;
}

A.powerPointLinkki, A.powerPointLinkki:link, A.powerPointLinkki:visited{
	color:#333333;
	text-decoration:underline;
	background-image:url(/images/pp.gif);
	background-repeat:no-repeat;	
}

A.powerPointLinkki:link:hover, A.powerPointLinkki:visited:hover{
	color:#666666;
	text-decoration:none;
}


A.txtLinkki, A.txtLinkki:link, A.txtLinkki:visited{
	color:#333333;
	text-decoration:underline;
	background-image:url(/images/txt.gif);
	background-repeat:no-repeat;	
}

A.txtLinkki:link:hover, A.txtLinkki:visited:hover{
	color:#666666;
	text-decoration:none;
}

A.wordLinkki, A.wordLinkki:link, A.wordLinkki:visited{
	color:#333333;
	text-decoration:underline;
	background-image:url(/images/word.gif);
	background-repeat:no-repeat;	
}

A.wordLinkki:link:hover, A.wordLinkki:visited:hover{
	color:#666666;
	text-decoration:none;
}

A.excelLinkki, A.excelLinkki:link, A.excelLinkki:visited{
	color:#333333;
	text-decoration:underline;
	background-image:url(/images/excel.gif);
	background-repeat:no-repeat;	
}

A.excelLinkki:link:hover, A.excelLinkki:visited:hover{
	color:#666666;
	text-decoration:none;
}

.piilo {
	content: '@';
}

/*---------- Vapolehden editorin td-tyylit ---------*/

.nostoLaatikkoOtsikko{
        font-family:Arial, Verdana, Helvetica, sans-serif;
        color:#FFFFFF;
        font-weight:bold;
        font-size:12px;
        padding:9px 15px 9px 18px;
        background-image:url(/lehti/images/nostoYla.gif);
        background-repeat:no-repeat;
}
.nostoLaatikkoTeksti{
        font-family:Arial, Verdana, Helvetica, sans-serif;
        color:#343434;
        font-weight:normal;
        font-size:12px;
        padding:18px 18px 18px 18px;
        background-image:url(/lehti/images/nostoAla.gif);
        background-repeat:no-repeat;
        background-position:bottom left;
}
.nostoLaatikkoTeksti p{
        font-family:Arial, Verdana, Helvetica, sans-serif;
        color:#343434;
        font-weight:normal;
        font-size:12px;
        padding:0px;
        margin:0px 0px 5px 0px;
}
.nostoLaatikkoTeksti a, a:link, a:visited, a:active{
        text-decoration:underline;
}
.nostoLaatikkoTeksti a:hover, a:link:hover, a:visited:hover, a:active:hover{
        text-decoration:none;
}

/*---------- VapOil tyylit ---------*/

.lay_basicTemplateVapOil{
	width:586px;
}

.lay_lftColVapOilMain{
	padding-left:23px;
	padding-right:25px;
	padding-top:0px;
	padding-bottom:10px;
	color:#333333;
}

.lay_lftColVapOil{
	padding-left:23px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	color:#333333;
}

.lay_lftColVapOil, .lay_lftColVapOil P, .lay_lftColVapOil FONT{
	font-size: 8pt;
}

.lay_lftColVapOil H1, .vapoil_nostolaatikko H1{
	font-size: 25px;
	font-weight: normal;
	color:#505050;
	margin: 0 0 6px 0;
	line-height:100%;
}

.lay_lftColVapOil H2, .lay_lftColVapOilMain H2{
	font-size: 12px;
	font-weight: bold;
	color:#6a933e;
	margin: 0 0 13px 0;
	line-height:100%;
}

.lay_lftColVapOilMain H2{
	text-align:center;
	margin-top:30px;
}

td.vapoil_nostolaatikko{
	color:#154d02;
	font-weight:normal;
	font-size:11px;
	padding:9px 9px 9px 18px;
	background-image:url(/images/vapoil_otsikkonosto_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

td.vapoil_nostolaatikko img{
	float:right;
	margin-left:30px;
}