@import url(../base/tinymce/styles/content.css);
@import url(content_cluster.css);
/* ----------Yleisiä tyylejä-------------*/

body{
	background-color:#f2f2f2;
	background-image:url(/images/background_klusteri.gif);
	background-repeat:repeat-y;
	background-position:top center;
	margin:0px;
	height:100%;
	color:#000000;
}

body, td, div, font, p, textarea {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

textarea {
	width: 300px;
}

p{
	font-family: Arial, Helvetica, sans-serif; 
	margin-top:5px;	
	text-align: left;
}

select{
	z-index:1;	
}

/* Layout */

.clearer{
	clear:both;
}

.pageElement{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.topElement{
	background-image:url(/images/topElement.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:38px;
}

.logo_klusteri{
	background-image:url(/images/logo_klusteri.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:89px;
}

.header_klusteri{
	background-position:bottom right;
	background-repeat:no-repeat;
	height:81px;
}

.content{
	background-position:top left;
	background-repeat:repeat-x;
	height:100%;
	display:table;
}

.contentContainer{
	padding-left:15px;
	padding-bottom:10px;
}

.lftCol{
	float:left;
	width:230px;
}

.rgtCol{
	float:left;
	width:730px;
}

.footer{
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:10px;
	font-size:10px;
	color:#a1a1a1;
}

.footer img{
	float:right;
	margin-left:20px;
}

.mainLftLift{
	background-image:url(/images/mainLftLift.gif);
	background-position:1px 0px;
	background-repeat:no-repeat;
	height:330px;
	width:205px;
	margin-bottom:11px;
}

.mainLftEvents{
	background-image:url(/images/mainLftEvents.gif);
	background-position:1px 0px;
	background-repeat:no-repeat;
	height:157px;
	width:205px;
	margin-bottom:5px;
}

.mainLift{
	float:left;
	width:420px;
}

.mainRgt{
	float:left;
	padding:0 0 0 24px;
}

.mainNews{
	background-image:url(/images/mainRgtNews.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:230px;
	width:284px;
	margin-bottom:9px;
}

.mainNewsInner{
	padding:45px 20px 10px 25px;
}

.mainGallery{
	height:259px;
	width:138px;
	margin-bottom:8px;
}

/* Top navigation */

#topNavi{
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	overflow:hidden;
	width:100%;
	padding:0;
	height:32px;
	line-height:100%;
}

.topNaviBkgColor_kas{
	background-color:#41cce1;
}

.topNaviBkgColor_bev{
	background-color:#ff4e48;
}

.topNaviBkgColor_ukl{
	background-color:#8BC662;
}

.topNaviInner{
	padding:10px 0 11px 37px;
}

#topNavi td{
	font-size: 16px;
}

#topNavi a{
	color: #FFF;
	text-decoration:none;
	padding-right:35px;
}

#topNavi a:hover{
	color:#333333;
}

#topNavi a.selNaviItem{
	color: #333333;
}

/* ----------Formit ja elementit-------------*/

form{
	display:inline;
}

.contactSelect{
	width:170px;
	margin-top:5px;
}

.fullSubSearch{
	display:block;
	position:relative;
	width:200px;
	height:80px;
	float:right;
}

.searchInput {
	margin-top:1px;
	font-size: 9px;
	color: #666666;
	width:125px;
	vertical-align: middle;
}

.searchButton{
}

input{
	font-size: 10px;
}

.feedback{
	width:90%;
	border: 1px solid #BEE3F5;
}

/* ----------Vakio linkkityylit-------------*/

A:link			{ color: #336699;text-decoration: underline}
A:hover			{ color: #336699;text-decoration: none}
A:visited		{ color: #336699;text-decoration: underline}
A:visited:hover		{ color: #336699;text-decoration: none}

.basicButton{
	text-align:center;
	padding-top:0px;
	height:18px;
	color:#DB2324;
	text-decoration:none;
	border-left:1px solid #C3C3C3;
	border-top:1px solid #C3C3C3;
	border-right:1px solid #A5A5A5;
	border-bottom:1px solid #A5A5A5;
}

.removeButton{
	text-align:center;
	padding-top:0px;
	border:0px;
	height:18px;
	color:#555;
	background-color:#D1D1D1;
	text-decoration:none;
	border-left:1px solid #B0AFAF;
	border-top:1px solid #B0AFAF;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;	
}

.arrowLinkRed{
	padding-left:10px;
	padding-top:2px;	
}

a.arrowLinkRed, a.arrowLinkRed:link, a.arrowLinkRed:visited{
	background-image: url(/images/link_arrow.gif);
	background-repeat: no-repeat;
	font-size: 10px;	
	color: #666666;
	text-decoration: underline;
}

a.arrowLinkRed:hover, a.arrowLinkRed:link:hover, a.arrowLinkRed:visited:hover{
	background-image: url(/images/link_arrow.gif);
	background-repeat: no-repeat;
	font-size: 10px;	
	color: #003300;
	text-decoration: none;
}

.arrowLink{
	display:block;
	padding-left:8px;
	margin-top:4px;
	text-align: left;
}

A.arrowLink, A.arrowLink:link, A.arrowLink:visited{
	color:#393939;
	text-decoration:none;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;	
}

A.arrowLink:hover, A.arrowLink:link:hover, A.arrowLink:visited:hover{
	color:#393939;
	text-decoration:none;
	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}

/* ----------Polun tyylit-------------*/

.pathBar{
	color:#898989;
	font-size:10px;
	padding:7px 0 0 15px;
	text-transform:uppercase;
}

A.path, A.path:link				{ color:#898989;text-decoration: none;}
A.path:link:hover, A.path:hover	{ color:#898989;text-decoration: none;}
A.path:visited					{ color:#898989;text-decoration: none;}
A.path:visited:hover			{ color:#898989;text-decoration: none;}

/* Vertical menu */

.menuWrapper{
	width:204px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #8f8f8f;
	padding:0;
}

.menuLinkMain, a.menuLinkMain, a.menuLinkMain:link, a.menuLinkMain:link:hover, a.menuLinkMain:hover, a.menuLinkMain:visited, a.menuLinkMain:visited:hover{
	background-image:url(/images/menuLinkMain.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
	padding: 2px 3px 4px 10px;
	margin: 0px;
	color:#4d4d4d;
}

a.menuLinkMainSel, a.menuLinkMainSel:link, a.menuLinkMainSel:hover, a.menuLinkMainSel:link:hover , a.menuLinkMainSel:visited, a.menuLinkMainSel:visited:hover, a.menuLinkSel, a.menuLinkSel:link, a.menuLinkSel:hover, a.menuLinkSel:link:hover , a.menuLinkSel:visited, a.menuLinkSel:visited:hover{
	font-weight:bold;
}

.menuTopPage{
	background-image:url(/images/menuWrapperTop.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-transform:uppercase;
	padding:12px 1px 0 17px;
	margin:0;
}

.menuTopPage a.menuLinkMain, .menuTopPage a.menuLinkMain:link, .menuTopPage a.menuLinkMain:link:hover, .menuTopPage a.menuLinkMain:hover, .menuTopPage a.menuLinkMain:visited, .menuTopPage a.menuLinkMain:visited:hover{
	border:0;
	background:#FFF none;
}

.menuLink2, .menuLink2:link, .menuLink2:hover, .menuLink2:visited, .menuLink2:visited:hover{
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 3px 2px 33px;
	margin: 0px;
	color:#4d4d4d;
	border-left:1px solid #8f8f8f;
	border-right:1px solid #8f8f8f;
}

a.menuLinkMainSel_2, a.menuLinkMainSel_2:link, a.menuLinkMainSel_2:hover, a.menuLinkMainSel_2:visited, a.menuLinkMainSel_2:visited:hover{
	background-image:url(/images/menuLinkMain_sel.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 2px 10px;
	margin: 0px;
	color:#4d4d4d;
}

a.menuLink, a.menuLink:link, a.menuLink:hover, a.menuLink:visited, .menuLink:visited:hover, a.menuLink:link:hover{
	font-size: 11px;
	display: block;
	padding: 2px 3px 2px 20px;
	text-decoration: none;	
	color:#4d4d4d;
	margin: 0px;
}

.menuLink2, .menuLink2:link, .menuLink2:hover, .menuLink2:visited, .menuLink2:visited:hover{

}

.menuLink3, .menuLink3:link, .menuLink3:hover, .menuLink3:visited, .menuLink3:visited:hover{
	font-size: 10px;
	display: block;
	padding: 1px 3px 1px 0px;
	text-decoration: none;	
	color:#4d4d4d;
}
/* <- Vertical menu */

.navTitle{
	font-size: 10px;
	padding: 3px 3px 3px 3px;
}

/*------------Lifts-----------*/

.Base_LiftsMainLift{
	padding:0;
}

.Base_LiftsMainLift2{
	padding:10px 11px 0 11px;
}

.Base_LiftsList{
	padding:0px;
	margin:0px;
}

.Base_LiftsListItem{
	padding:0px;
	margin:0px 0px 0px 0px;
}

.Base_LiftsMainImage{
	padding:0px;
	margin:0 0 23px 0;
}

.Base_LiftsMainTopic{
	font-size:18px;
	margin:0 0 4px 0;
	padding:0;
}

.Base_LiftsMainTopic_ukl{
	color:#599f28;
}

.Base_LiftsMainTopic_bev{
	color:#eb352e;
}

.Base_LiftsMainTopic_asuminen{
	color:#0092a7;
}

.Base_LiftsMainDescription2{
	color:#686868;
	font-size:12px;
}

.Base_LiftsMainImage2{
	padding:0;
	margin-bottom:13px;
}

.Base_LiftsMainDescription{
	font-size:14px;
	color:#767676;
	line-height:130%;
	padding:0;
	margin:0;
}

A.liftLink_ukl, A.liftLink_ukl:link, A.liftLink_ukl:visited, A.liftLink_ukl:hover, A.liftLink_ukl:link:hover, A.liftLink_ukl:visited:hover{
	color:#579b27;
	text-decoration:none;
	font-size:14px;
	float:right;
	margin-top:20px;
}

A.liftLink_kas, A.liftLink_kas:link, A.liftLink_kas:visited, A.liftLink_kas:hover, A.liftLink_kas:link:hover, A.liftLink_kas:visited:hover{
	color:#0092a7;
	text-decoration:none;
	font-size:14px;
	float:right;
	margin-top:20px;
}

A.liftLink_bev, A.liftLink_bev:link, A.liftLink_bev:visited, A.liftLink_bev:hover, A.liftLink_bev:link:hover, A.liftLink_bioenergia:visited:hover{
	color:#eb352e;
	text-decoration:none;
	font-size:14px;
	float:right;
	margin-top:20px;
}

A.liftLink2, A.liftLink2:link, A.liftLink2:visited, A.liftLink2:hover, A.liftLink2:link:hover, A.liftLink2:visited:hover{
	font-size:12px;
}

A.liftLink3, A.liftLink3:link, A.liftLink3:visited, A.liftLink3:hover, A.liftLink3:link:hover, A.liftLink3:visited:hover{
	font-size:11px;
	margin:0;
}

/* <- Lifts */

.Base_LiftsListItemContent .nuoliLinkki{
	padding:0px 0px 0px 0px;
}

.Base_LiftsListItemContent A{
	padding:0px;
	margin:0px;
}

.Base_LiftsListTitle{
	padding:0px;	
	margin:0px 0px 0px 0px;
}

.Base_LiftsListDescription{
	padding:0px;
	margin:0px;
}

/* Articles -> */

.articleContainer{
	padding-top:0px;
	padding-bottom:60px;
	margin-bottom:10px;
}

.articleTitle{
	color:#55ae17;
	font-weight:bold;
	font-size:14px;
	margin:0 0 22px 0;
}

.articleDate{
	border:1px solid #e0e0e0;
	background-color:#eeeeee;
	color:#333333;
	line-height:31px;
	padding-left:11px;
	font-size:12px;
}

.articleText{
	margin:20px 0 0 0;
}

.articleText P{

}

.articleImage{
	margin-left:15px;
}

/* functions_defaultTable -> */

table.functions_defaultTable{
	border-collapse: collapse;
	margin:0 0 8px 1px;
	border: 1px solid #e0e0e0;
}

table.functions_defaultTable thead{
	padding-bottom: 0px;
}

table.functions_defaultTable thead td,
table.functions_defaultTable th,
table.functions_defaultTable tr.headingRow td{
	background-color: #eee;
	padding: 10px;
	color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
	border: 0;
}

table.functions_defaultTable thead td a,
table.functions_defaultTable thead td a:link,
table.functions_defaultTable thead td a:visited,
table.functions_defaultTable th a,
table.functions_defaultTable th a:link,
table.functions_defaultTable th a:visited,
table.functions_defaultTable tr.headingRow td,
table.functions_defaultTable tr.headingRow td a,
table.functions_defaultTable tr.headingRow td a:link,
table.functions_defaultTable tr.headingRow td a:visited{
	color: #999;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	line-height:100%;
}

table.functions_defaultTable thead td a:hover,
table.functions_defaultTable thead td a:visited:hover{
	line-height:100%;
}

table.functions_defaultTable a.defaultOrderLink,
table.functions_defaultTable a.defaultOrderLink:link,
table.functions_defaultTable a.defaultOrderLink:visited{
	color: #2c2c2c;
	padding-right: 9px;
	text-decoration:none;
}

table.functions_defaultTable tbody td{
	padding: 8px 10px 8px 10px;
	border: 1px solid #e0e0e0;
	line-height:100%;
}

table.functions_defaultTable tbody tr td{
	padding: 8px 10px 8px 10px;
	line-height:100%;
}

table.functions_defaultTable tbody tr:hover td a,
table.functions_defaultTable tbody tr:hover td a:link,
table.functions_defaultTable tbody tr:hover td a:visited{

}

table.functions_defaultTable tbody tr:hover td{

}

table.functions_defaultTable tr.evenRow{
	background-color:#f9f9f9;
}

span.pagesSelectionWrapper{
	display: block;
	width: 100%;
	text-align: right;
	position: relative;
}

a.pagesSelectionPrev, a.pagesSelectionPrev:link, a.pagesSelectionPrev:visited{
	display: inline-block;
	padding: 2px 4px 2px 12px;
	background: url(../images/pageSelectionPrev.png) no-repeat left 6px;
	font-size:12px;
	color:#393939;
	text-decoration:none;
}

a.pagesSelectionNext, a.pagesSelectionNext:link, a.pagesSelectionNext:visited{
	display: inline-block;
	padding: 2px 12px 2px 4px;
	background: url(../images/pageSelectionNext.png) no-repeat right 6px;
	font-size:12px;
	color:#393939;
	text-decoration:none;
}

a.pagesSelectionPrev, a.pagesSelectionPrev:link, a.pagesSelectionPrev:visited,
a.pagesSelectionNext, a.pagesSelectionNext:link, a.pagesSelectionNext:visited{
}

span.pagesSelectionSelected,
a.pagesSelectionPage,
a.pagesSelectionPage:link,
a.pagesSelectionPage:visited{
	padding: 2px 4px;
	display: inline-block;
}

a.pagesSelectionPage, a.pagesSelectionPage:link, a.pagesSelectionPage:visited{
	background-color: #eee;
	border: 1px solid #e0e0e0;
	color: #333;
	text-decoration: none;
}

a.pagesSelectionPage:hover, a.pagesSelectionPage:visited:hover{
	background-color: #666666;
	border: 1px solid #525252;
	color: #fff;
	text-decoration: none;
}

span.pagesSelectionSelected{
	background-color: #666666;
	border: 1px solid #525252;
	color: #fff;
}

/* <- functions_defaultTable */

/* <- Articles */

/* EVENTS */

.eventContainer{
	padding:30px 15px 0 25px;
}

.eventContainer A.liftLink{
	margin-top:0;
}

.eventItem{
	margin:0 0 10px 0;
	padding:0;
}

.eventDate{
	color:#464646;
	font-size:11px;
}

A.eventLink_ukl, A.eventLink_ukl:link, A.eventLink_ukl:visited, A.eventLink_ukl:hover, A.eventLink_ukl:link:hover, A.eventLink_ukl:visited:hover{
	color:#5a8839;
	font-size:11px;
	text-decoration:none;
}

A.eventLink_kas, A.eventLink_kas:link, A.eventLink_kas:visited, A.eventLink_kas:hover, A.eventLink_kas:link:hover, A.eventLink_kas:visited:hover{
	color:#0092A7;
	font-size:11px;
	text-decoration:none;
}

A.eventLink_bev, A.eventLink_bev:link, A.eventLink_bev:visited, A.eventLink_bev:hover, A.eventLink_bev:link:hover, A.eventLink_bev:visited:hover{
	color:#EB352E;
	font-size:11px;
	text-decoration:none;
}

.eventsTitle{
	background-color:#333333;
	border-bottom:1px solid #000000;
	color:#FFFFFF;
	padding:6px 8px 2px 8px;
	font-weight:bold;
	text-align: left;
	height:14px;
}

.eventsTitle img{
	float: none;
}

/* <- */


/* Gallery -> */

div.mainPageGallery{
	width: 284px;
	overflow: hidden;
	margin-bottom:8px;
}

div.mainPageGallery div.gallery{
	width: 284px;
	background-image: url(/images/bg_mainpageGallery.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.gallery{
	width: 284px;
}

.galleryContainer{
}

.galleryImage{
	text-align: center;
}

.galleryImageName{
	padding: 5px;
}

.galleryImageName p{
	margin: 0;
	padding: 0;
	color: #666666;
	text-align: center;
}

.imageName{
	margin: 0;
	font-size:12px;
	color:#454545;
}

.galleryButtons{
	width: 100%;	
}

.galleryButtonsContent{
	padding: 0 10px 10px 10px;
}

a.galleryLinkNext, a.galleryLinkNext:link, a.galleryLinkNext:visited,
a.galleryLinkPrev, a.galleryLinkPrev:link, a.galleryLinkPrev:visited{
	font-size: 0.85em;
}

a.galleryLinkNext, a.galleryLinkNext:link, a.galleryLinkNext:visited{
}

a.galleryLinkNext:hover, a.galleryLinkNext:visited:hover{
}

a.galleryLinkPrev, a.galleryLinkPrev:link, a.galleryLinkPrev:visited{
}

a.galleryLinkPrev:hover, a.galleryLinkPrev:visited:hover{
}

#galleryLoading{
	color:#666666;
	text-align:center;
}

/* <- */

/* NEWS */

.newsDate{
	color:#464646;
}

.newsItem{
	margin-bottom:11px;
}

A.newsLink_ukl,  A.newsLink_ukl:link,  A.newsLink_ukl:visited, A.newsLink_ukl:hover, A.newsLink_ukl:link:hover, A.newsLink_ukl:visited:hover{
	color:#5a8839;
	text-decoration:none;
	font-size:12px;
}

A.newsLink_kas,  A.newsLink_kas:link,  A.newsLink_kas:visited, A.newsLink_kas:hover, A.newsLink_kas:link:hover, A.newsLink_kas:visited:hover{
	color:#0092A7;
	text-decoration:none;
	font-size:12px;
}

A.newsLink_bev,  A.newsLink_bev:link,  A.newsLink_bev:visited, A.newsLink_bev:hover, A.newsLink_bev:link:hover, A.newsLink_bev:visited:hover{
	color:#EB352E;
	text-decoration:none;
	font-size:12px;
}

.newsArchiveLink{
	color:#393939;
	font-size:12px;
	display:block;
	padding-left:10px;
}

A.newsArchiveLink,  A.newsArchiveLink:link,  A.newsArchiveLink:visited{
	color:#393939;
	text-decoration:none;
}

A.newsArchiveLink:hover,  A.newsArchiveLink:visited:hover{
	color:#393939;
	text-decoration:none;
}

.newsMainLink{
	margin-top:5px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

A.newsMainLink,  A.newsMainLink:link,  A.newsMainLink:visited{
	color:#FF3333;
	text-decoration:underline;
}

A.newsMainLink:hover,  A.newsMainLink:visited:hover{
	color:#FF3333;
	text-decoration:none;
}

/* <- NEWS */


/*------------ Sivukartta---------------*/

/*------------ Editorin käytössä---------------*/

.Sisalto{

}

.Sisalto P{
	font-size:10px;
}


/*---------- Sivupohjat ---------*/

.lay_basicTemplate{
    width:560px;
	 text-align: left;
}

.lay_TopCol{
	padding-left: 20px;
	padding-top: 50px;
	text-align: left;
	margin-bottom: 0px;
}

.lay_TopImage{
	padding-top: 8px;
}

.lay_BotCol{
	padding:20px 20px 20px 20px;	
	text-align:left;
	height:100%;
}

.lay_lftCol{
	color:#000000;
	padding: 20px 20px 20px 20px;
	width:380px;
	text-align:left;
	margin: 0px;
}

.lay_oneCol{
	color:#000000;
	padding: 20px 20px 20px 20px;
	text-align:left;
	margin: 0px;
}

.lay_lftColMain{
	color:#000000;
	padding: 20px 20px 20px 20px;
	width:60%;
}

.lay_rgtColMain{
	color:#000000;
	padding: 0px 0px 0px 0px;
	height:100%;
	width: 40%;
}

.lay_mainPage{
	color:#000000;
	padding: 0px 20px 20px 20px;
	width:380px;
	text-align:left;
	margin: 0px;
}

.lay_lftCol img{
	margin: 0px 0px 0px 0px;
}

.lay_lftCol, .lay_lftCol P, .lay_lftCol FONT, .lay_rgtCol{
	font-size: 8pt;
}

.lay_rgtCol{
	color:#000000;
	width: 180px;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	height:100%;
}

.lay_rgtImageCol{
	float: right;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
	font-style: italic;
}

.lay_rgtImageCol img{
	display: block;
}

.lay_rgtTextCol{
	text-align: left;
	margin: 0px;
	padding-right: 20px;
}

.lay_infoBox{
	border-left:1px solid #CCCCCC;
}

.lay_infoBoxTxt{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 0px;
}

.addressBar{
	color: White;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/*---------- Editorin tyylit ---------*/

.nuoliLinkki{
	display:block !important;
	display:inline-block;
	padding-left:8px;
	margin-top:4px;
	text-align: left;
}

A.nuoliLinkki, A.nuoliLinkki:link, A.nuoliLinkki:visited{
	color:#336699;
	text-decoration:underline;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;	
}

A.nuoliLinkki:link:hover, A.nuoliLinkki:visited:hover{
	color:#336699;
	text-decoration:none;
	background-repeat:no-repeat;	
}

.pdfLinkki, .dokumenttiLinkki, .kuvaLinkki, .powerPointLinkki, .txtLinkki, .wordLinkki, .excelLinkki{
	color:#336699;
	display:block !important;
	display:inline-block;
	padding:1px 0px 10px 20px;
}

A.pdfLinkki, A.pdfLinkki:link, A.pdfLinkki:visited{
	text-decoration:underline;
	background-image:url(/images/pdf.gif);
	background-repeat:no-repeat;	
}

A.pdfLinkki:link:hover, A.pdfLinkki:visited:hover{
	text-decoration:none;
}


A.dokumenttiLinkki, A.dokumenttiLinkki:link, A.dokumenttiLinkki:visited{
	text-decoration:underline;
	background-image:url(/images/doc.gif);
	background-repeat:no-repeat;	
}

A.dokumenttiLinkki:link:hover, A.dokumenttiLinkki:visited:hover{
	text-decoration:none;
}

A.kuvaLinkki, A.kuvaLinkki:link, A.kuvaLinkki:visited{
	text-decoration:underline;
	background-image:url(/images/img.gif);
	background-repeat:no-repeat;	
}

A.kuvaLinkki:link:hover, A.kuvaLinkki:visited:hover{
	text-decoration:none;
}

A.powerPointLinkki, A.powerPointLinkki:link, A.powerPointLinkki:visited{
	text-decoration:underline;
	background-image:url(/images/pp.gif);
	background-repeat:no-repeat;	
}

A.powerPointLinkki:link:hover, A.powerPointLinkki:visited:hover{
	text-decoration:none;
}


A.txtLinkki, A.txtLinkki:link, A.txtLinkki:visited{
	text-decoration:underline;
	background-image:url(/images/txt.gif);
	background-repeat:no-repeat;	
}

A.txtLinkki:link:hover, A.txtLinkki:visited:hover{
	text-decoration:none;
}

A.wordLinkki, A.wordLinkki:link, A.wordLinkki:visited{
	text-decoration:underline;
	background-image:url(/images/word.gif);
	background-repeat:no-repeat;	
}

A.wordLinkki:link:hover, A.wordLinkki:visited:hover{
	text-decoration:none;
}

A.excelLinkki, A.excelLinkki:link, A.excelLinkki:visited{
	text-decoration:underline;
	background-image:url(/images/excel.gif);
	background-repeat:no-repeat;	
}

A.excelLinkki:link:hover, A.excelLinkki:visited:hover{
	text-decoration:none;
}

/*---------- Lomakkeiden tyylit ---------*/

.fb_formInfo{
        margin-top:10px;
        display:block;
        padding:10px;
        background-color:#FFF;
        border:1px solid #999999;
        text-align:left;
        font-weight:normal;
        font-size:8pt
}

.fb_formPages{
        display:block;
        padding:4px 10px 4px 10px;
        background-color:#FFF;
        border:1px solid #999999;
        text-align:left;
        font-weight:bold;
        font-size:8pt
}

.fb_formWrap{
        display:block;
        padding:10px;
        background-color:#F9F9F9;
        border:1px solid #999999;
        top:10px;
        position:relative;
}

.fb_title_large{
        display:block;
        padding:6px 2px 6px 2px;
        margin-top:11px;
        font-weight:bold;
        color:#333333;
        background-color:#F1F1F1;
        border-top:1px solid #CCCCCC;
        border-left:1px solid #CCCCCC;
        border-right:1px solid #999999;
        border-bottom:1px solid #999999;
}

.fb_title_avg{
        margin-top:10px;
        font-weight:bold;
        color:#333333;
}

.fb_title_small{
        margin-top:10px;
}

.fb_avg_large{
        margin-top:10px;
}

.fb_small_large{
        margin-top:10px;
}

.fb_textArea{
        width:100%;
}

.fb_fieldTitle{
        margin-top:10px;
        display:block;
}

.fb_fieldTitle2{
        display:inline;
        position:relative;
        top:-2px;
}

.fb_field{
        display:block;
}

.fb_warning{
        border:1px solid #819F93;
        background-color:#F1F1F1;
        padding:10px;
        color:#333;
        font-weight:bold;
        text-align:center;
        margin-bottom:10px;
}

.fb_markedField{
        display:inline;
        color:#CC0000;
}

.fb_thanks{
        border:1px solid #819F93;
        background-color:#F1F1F1;
        padding:10px;
        color:#333;
        font-weight:bold;
        text-align:center;
}

.fb_buttons{
        border:1px solid #CCC;
        background-color:#F4F4F4;
        padding:3px;
}

.fb_submitBut{
        font-size:10px;
        color:#336699;
        border: 1px solid #799DB5;
        background-color:#F1F1F1;
        padding:1px;
        cursor:hand;
        cursor:pointer;
        background-image:url(../../../images/but_basic.gif);
}

.fb_resetBut{
        font-size:10px;
        color:#333333;
        border: 1px solid #666666;
        background-color:#F1F1F1;
        padding:1px;
        cursor:hand;
        cursor:pointer;
        background-image:url(../../../images/but_basic_grey.gif);
}

/*---------- Sivukartan tyylit ---------*/

.siteMapLevel{

}

.siteMapLevel_2{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	
}

.siteMapLevel_3, .siteMapLevel_4, .siteMapLevel_5, .siteMapLevel_6{
	padding-top:3px;
	padding-bottom:3px;
	
}

.fullSubSearchB{
	float:right;
	width:200px;
	
}


