@import url(marketplace.css);
@import url(bbs.css);
/* ----------Yleisiä tyylejä-------------*/

body{
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	height:100%;
	color:#333333;
	font-size: 8pt;
	background-image:url(/peltoenergiaekstranet/images/lay_bg.gif);
	background-repeat:repeat-x;
}

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;	
}

label{
	display:block;
	margin-top:5px;
}

.fb_title_small{
	font-weight:bold;
}

.formCheckGroup{
	border:1px solid #CCC;
	background-color:#F9F9F9;
	width:100%;
	margin:5px 0px 10px 0px;
}

.formCheckGroup TD{
	padding:2px 5px 2px 5px;
}

.formGroup{
	padding:5px;
	background-color:#F1F1F1;
	border:1px solid #CCC;
	margin-bottom:10px;
}

.clearer{
	font-size:0px;
	line-height:0px;
}

/* ----------Formit ja elementit-------------*/

form{
	display:inline;
}

INPUT{
	font-size: 10px;	
}


/* ----------Vakio linkkityylit-------------*/

A:link				{ color: #0d6f48;text-decoration: underline}
A:hover				{ color: #666666;text-decoration: none}
A:visited			{ color: #0d6f48;text-decoration: underline}
A:visited:hover		{ color: #666666;text-decoration: none}

.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, 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;
}

.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(/peltoenergiaekstranet/images/but_back.gif);	
	background-repeat:no-repeat;
}

A.backButton:link:hover, A.backButton:visited:hover{
	text-decoration:none;
	color:#666666;
}


/* ----------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;}

/* ----------Yhteystietokortit-------------*/

.contactHeader{
	background-image:url(/images/product_header_bg.gif);
	background-repeat:repeat-x;
	color:#135C17;
	padding-left:15px;
	font-weight:bold;
}

.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;
}


/* ----------Materiaalipankki-------------*/

.materialInfoTable{
	margin-bottom:8px;
}

.materialTitle{
	margin-top:7px;
	font-weight:bold;
}

.materialDate{

}

.materialInfo{
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; 
	padding:5px 8px 5px 8px;
	height:80px;
	color:#6F6F6F;
}

.materialHeader{
	background-image:url(/peltoenergiaekstranet/images/material_header_bg.gif);
	background-repeat:repeat-x;
	color:#073300;
	padding-left:10px;
}

.materialFooter{
	background-color:#F1F1F1;
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	height:32px;
	padding:0px 8px 0px 10px;
	color:#6F6F6F;
}

.materialImg{
	border-left:1px solid #CCCCCC;
	background-color:#F3F3F3;
}

.materialSymLink{
	display:block;
	padding-left:20px;
	padding-bottom:2px;
	background-image:url(/peltoenergiaekstranet/images/sym_save.gif);
	background-repeat:no-repeat;
	background-position:left middle;
}

A.materialSymLink, A.materialSymLink:link, A.materialSymLink:visited{
	text-decoration:underline;
}

A.materialSymLink:link:hover, A.materialSymLink:visited:hover{
	text-decoration:none;
}

/*------------Lomake-----------*/
.fb_resetBut{
	display:none;
}


/*------------Layout-----------*/


.logoBar{
	width:100%;
	height:91px;
	z-index:1;
}

.lay_topFunctions{
	display:block;
	background-repeat:no-repeat;
	background-position:bottom left;
	width:360px;
	height:30px;
}

.lay_topFunctionsInner{
	padding:8px 0px 0px 0px;
}

.lay_topLink{
	display:block;
	float:left;
	margin-right:10px;
}

.menuBar{
	display:block;
	background-image:url(/peltoenergiaekstranet/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(/peltoenergiaekstranet/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(/peltoenergiaekstranet/images/lay_searchbg.gif);
	right:10px;
}

.searchInput{
	position:relative;
	left:15px;
	top:11px;
	width:200px;
	border:1px solid #666666;	
}

.navBar{
	width:180px;
	background-image:url(/peltoenergiaekstranet/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;
}

.navElem{
	display:block;
	width:179px;
	padding:7px 0px 7px 0px;
	color:#000000;
	background-image:url(/peltoenergiaekstranet/images/nav_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.navElem A, .navElem A:link, .navElem A:visited{
	position:relative;
	left:28px;
	display:block;
	color:#000000;
	text-decoration:none;
}

.navElem A:link:hover, .navElem A:visited:hover{
	text-decoration:none;
	color:#666666;
}


.navFolderElem{
	display:block;
	width:179px;
	padding:7px 0px 7px 0px;
	color:#000000;
	background-image:url(/peltoenergiaekstranet/images/nav_bg_2.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.navOpenFolderElem{
	background-image:url(/peltoenergiaekstranet/images/nav_bg_open.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.navFolderElem A, .navFolderElem A:link, .navFolderElem A:visited{
	position:relative;
	left:28px;
	display:block;
	color:#000000;
	text-decoration:none;
}

.navFolderElem A:link:hover, .navFolderElem A:visited:hover{
	text-decoration:none;
	color:#666666;
}

.navSubElem{
	display:block;
	width:179px;
	color:#000000;
	padding:4px 0px 4px 0px;
	background-image:url(/peltoenergiaekstranet/images/navsub_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	text-decoration:none;
}

.navSubElem A, .navSubElem A:link, .navSubElem A:visited{
	display:block;
	position:relative;
	color:#000000;
	left:40px;
	text-decoration:none;
}

.navSubElem A:link:hover, .navSubElem A:visited:hover{
	display:block;
	color:#000000;
	text-decoration:none;
}

.navSubSubElem A, .navSubSubElem A:link, .navSubSubElem A:visited{
	display:block;
	position:relative;
	color:#000000;
	left:50px;
	text-decoration:none;
}

.navSubSubElem A:link:hover, .navSubSubElem A:visited:hover{
	display:block;
	color:#000000;
}

.navSubFolderElem{
	display:block;
	width:179px;
	padding:4px 0px 4px 0px;
	color:#000000;
	background-image:url(/peltoenergiaekstranet/images/navsub_bg_2.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	text-decoration:none;
}

.navSubOpenFolderElem{
	background-image:url(/peltoenergiaekstranet/images/navsub_bg_open.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	text-decoration:none;
}

.navSubFolderElem A, .navSubFolderElem A:link, .navSubFolderElem A:visited{
	display:block;
	position:relative;
	color:#000000;
	left:40px;
	text-decoration:none;
}

.navSubFolderElem A:link:hover, .navSubFolderElem A:visited:hover{
	text-decoration:none;
	display:block;
	position:relative;
	color:#000000;
	left:40px;
}

.pathBar{
	display:block;
	margin:7px 0px 0px 10px;
	width:550px;	
}

.content{
	width:798px;
}

.contactBar{
	width:978px;
	display:block;
	padding: 4px 0px 4px 0px;
	background-color:#E9E6E6;
	color:#373737;
}
a.contactBarLink, a.contactBarLink:link, a.contactBarLink:active, a.contactBarLink:visited{
    color: rgb(51, 51, 51);
    text-decoration: underline;
}
a.contactBarLink:hover, a.contactBarLink:link:hover, a.contactBarLink:active:hover, a.contactBarLink:visited:hover{
    color: rgb(51, 51, 51);
    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(/peltoenergiaekstranet/images/content_bg.gif);
	background-repeat:repeat-y;
}

/*------------ Toiminnot ---------------*/

.formInputError{
	font-weight:bold;
	color:#CC0000;	
}

.productImg{
	border-left:1px solid #CCCCCC;
	background-color:#F3F3F3;
}

.newsTitle{
	font-size: 14pt;
	font-weight: normal;
	color:#333333;
	margin:0px 0px 15px 0px;
}

.newsImageTable{
	margin:0px 0px 10px 15px;
}

.newsImageCell{
	border:3px solid #E9E6E6;
}

.newsImageText{
	color:#666666;
}

.newsImageTable IMG{
	border:1px solid #FFFFFF;
}

.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;
}

.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(/peltoenergiaekstranet/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(/peltoenergiaekstranet/images/form_but_bg.gif);	
}

.formError{
	margin:0px;
	margin-top:5px;
}

.formErrorData{
	color:#990000;
}

/*------------ 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; 	
}

.etusivuTiedoteLaatikko{
	background-image:url(/peltoenergiaekstranet/images/tiedote_tausta.gif);
	background-repeat:repeat-y;
	padding:10px 20px 10px 20px;	
}

.etusivuTiedoteLaatikkoLevea{
	background-image:url(/peltoenergiaekstranet/images/tiedote_tausta_levea.gif);
	background-repeat:repeat-y;
	padding:10px 20px 10px 20px;	
}

/*---------- Sivupohjat ---------*/

.lay_basicTemplate{
	width:798px;
	height:400px;
}

.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_lftCol{
	padding-left:16px;
	padding-right:17px;
	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;	
}

/*---------- 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: '@';
}
