@import url(../base/tinymce/styles/content.css);
@import url(content.css);
/* ----------Yleisiä tyylejä-------------*/

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

body, td, div, font, p, textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

textarea {
	width: 300px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top:5px;	
	text-align: left;
}

select{
	z-index:1;	
}

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

.newsDate{
	font-size:10px;
	color:#666666;
	margin-bottom:0px;	
	margin-top:2px;
	padding-left:10px;
}

.newsArchiveLink{
	color:#333333;
	font-size:12px;
	display:block;
	padding-left:10px;
}

A.newsArchiveLink,  A.newsArchiveLink:link,  A.newsArchiveLink:visited{
	color:#336699;
	text-decoration:none;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
}

A.newsArchiveLink:hover,  A.newsArchiveLink:visited:hover{
	color:#336699;
	text-decoration:none;
}

.newsLink{
	color:#333333;
}

A.newsLink,  A.newsLink:link,  A.newsLink:visited{
	color:#333333;
	text-decoration:underline;
}

A.newsLink:hover,  A.newsLink:visited:hover{
	color:#333333;
	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;
}

.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:#336699;
	text-decoration:underline;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;	
}

A.arrowLink:link:hover, A.arrowLink:visited:hover{
	color:#336699;
	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}


/* ----------Otsikkotyylit-------------*/

H1{
	font-size: 16pt;
	font-weight: normal;
	color:#666666;
	text-align: left;
	margin:0px;	
}
H2{
	font-size: 9pt;
	font-weight: bold;
	color:#E12627;	
	margin-top:2px;
	margin-bottom:6px;	
}

H3{
	font-size: 8pt;
	font-weight: bold;
	color:#FFF;	
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top:0px;
	padding-top: 1px;
	padding-left: 2px;
	background-color:#CC0000;
}

H4, H5{
	font-size: 9pt;
	font-weight: bold;
	color:#333333;	
	margin-bottom: 0px;
}

H6{
	font-weight: normal;
	font-size: 8pt;
	color: Black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
}


/* ----------Polun tyylit-------------*/

.path{ 
	color:#000000;
}

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

.menuLinkMain, .menuLinkMain:link, .menuLinkMain:hover, .menuLinkMain:visited, .menuLinkMain:visited:hover{
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 3px 5px 2px;
	margin-left: 0px;
	color:#909090;
	border-top: 1px solid #C5C5C5;
}

.menuLinkMain2, .menuLinkMain2:link, .menuLinkMain2:hover, .menuLinkMain2:visited, .menuLinkMain2:visited:hover{
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 3px 5px 2px;
	margin-left: 0px;
	color:#DD2525;
	background-image: url(/images/menu_bckg2.gif);
	border-top: 1px solid #C5C5C5;
}

.menuLinkMainSel_2, .menuLinkMainSel_2:link, .menuLinkMainSel_2:hover, .menuLinkMainSel_2:visited, .menuLinkMainSel_2:visited:hover{
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 3px 5px 2px;
	margin-left: 0px;
	color:#DD2525;
	background-image: url(/images/menu_bckg2.gif);
	border-top: 1px solid #C5C5C5;
}

.menuLink, .menuLink:link, .menuLink:hover, .menuLink:visited, .menuLink:visited:hover{
	font-size: 10px;
	display: block;
	padding: 4px 3px 4px 0px;
	background-image: url(/images/link_arrow2.gif);
	text-decoration: none;	
	color: Black;
}

.menuLink2, .menuLink2:link, .menuLink2:hover, .menuLink2:visited, .menuLink2:visited:hover{
	background-image: url(/images/menu_bckg.gif);
	background-position: bottom left;
	border-top: 1px solid #C5C5C5;
}

.menuLink3, .menuLink3:link, .menuLink3:hover, .menuLink3:visited, .menuLink3:visited:hover{
	font-size: 10px;
	display: block;
	padding: 4px 3px 4px 0px;
	background-image: url(/images/link_arrow3.gif);
	text-decoration: none;	
	color: Black;
}

.navTitle{
	font-size: 10px;
	padding: 3px 3px 3px 3px;
}

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

.infoTable{
    
}

.infoTable H2{
    color:#333333;
    margin-top:0px;
    margin-bottom:10px;
}

.infoRgt{
    background-color:#F2F2F2;
}

.infoBot{
    background-color:#F2F2F2;
}

.infoContent{
    
    height:142px;
    border:1px solid #CCCCCC
}

.infoBlue{
    background-image:url(/kuvat/infobox_blue.gif);
}

.infoGrey{
    background-image:url(/kuvat/infobox_grey.gif);
}

.infoWrapper{
    padding:3px 10px 5px 10px;
}

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

a.mainFunctions, a.mainFunctions:link, a.mainFunctions:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	color: #323352;	
	text-decoration: none;
}

a.mainFunctions:hover, a.mainFunctions:link:hover, a.mainFunctions:visited:hover{
	text-decoration: underline;	
}

.newsList{
	display:block;
	color:#666666;	
	background-image:url(../images/sym_news.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:24px;
	margin-bottom:5px;
}

.newsIngress{
	margin-bottom:10px;
	border-bottom:2px solid #CCC;
	padding-bottom:3px;
	line-height:18px;
	font-size:12px;
}

.announcementImgText{
	color:#E12627;
/*	width:150px; */
width:300px;
}

.announcementTitle{
	background-color:#CC0000;
	border-bottom:1px solid #891D1B;
	border-top:2px solid #891D1B;
	color:#FFFFFF;
	padding:6px 8px 2px 8px;
	font-weight:bold;
	text-align: left;
	height:14px;
}

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

.announcementList{
	display:block;
	color:#666666;	
	background-color:#EBEBEB;
	padding:8px;
	border-bottom:1px solid #999999;
	border-left:1px solid #666666;
	background-image:url(../images/bg_announcements.gif);
}

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

