@charset "utf-8";
/* SITE STYLES - PROPERTY OF METAVISUAL LTD */
/* FONTS *//* Open Sans Light 300; Light 300 Italic; Normal 400; Normal 400 Italic; Semi-Bold 600; Semi-Bold 600 Italic; Bold 700; Bold 700 Italic */ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,700italic,400italic);
/* TOP-LEVEL ELEMENTS */ body, input, textarea, select { font-family: 'Open Sans', Arial, Helvetica, sans-serif; } body { margin: 0px; padding: 0px; background-color: #fff; color: #404040; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .body-l3 { font-size: 15px; font-weight: 300; } #bcframe { margin: 0px; -moz-box-shadow: -20px -20px 20px rgb(220,220,220), 20px -20px 20px rgb(220,220,220); -webkit-box-shadow: -20px -20px 20px rgb(220,220,220), 20px -20px 20px rgb(220,220,220); box-shadow: -20px -20px 20px rgb(220,220,220), 20px -20px 20px rgb(220,220,220); border-bottom: 10px solid #5c743a; }
/* PAGES NAVIGATION MENU *//* language selection */ #lang_selection { } /* subpage menu *//* Note: IE10 has a problem with this: ul.subpagemenu_pages li:hover { font-weight: 700; } */ .subpagemenu_pages { padding: 0; } ul.subpagemenu_pages li { list-style: none; border-left: 0.5em solid #5d4833; padding-left: 1em; } ul.subpagemenu_pages li.menuitemblock_down { font-weight: 700; color: #4d6625; } ul.subpagemenu_pages li:hover { color: #4d6625; } ul.subpagemenu_pages li a { text-decoration: none; }
/* HEADINGS */
h1, h2, h3, h4, h5, h6, h7 { line-height: 1em; color: #4d6625; margin: 0px; font-weight: normal; }
.suppressheadings h1 { margin: 0px; font-size: 120%; line-height: 1em; color: #4d6625; padding-bottom: 5px; background: none; }
h1 { font-size: 163%; padding: 0px 0px 15px 0px; }
h2 { font-size: 100%; font-weight: 700; padding: 5px 0px 5px 0px; }
h3 { font-size: 100%; font-style: italic; padding: 5px 0px 5px 0px; }
h4 { font-size: 100%; padding: 5px 0px 5px 0px; }
h1 strong { text-transform: uppercase; font-weight: 600; }
/* SEARCH */
/* Compact form */
.formsizecompact { padding: 0px 10px; }
.formsizecompact h1 { float: left; margin: 0px; font-size: 120%; line-height: 1em; background: none; padding: 0px; border: none; transform: none; -moz-transform: none; -webkit-transform: none; -o-transform: none; text-shadow: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -o-border-radius:0px; }
.formsizenormal input.querybox, .formsizenormal input.submitbutton,
.formsizecompact input.querybox, .formsizecompact input.submitbutton { border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; }
.formsizecompact input.submitbutton {  }
/* prompt to show advanced search */
.searchterm-input .note { display: none; }
/* */
.searchtarget-input { margin: 1em 0em; width: 100%; }
.searchtarget_option { width: 50%; white-space: nowrap; }
/* */
.searchresults { width: 100%; border-spacing: 0 0.5em; }
.searchresults .resultinfo { padding-bottom: 1em; }
.searchresults .resultnumber { padding-right: 1em; }
.searchresults .resultnumber .symbol { display: none; }
.searchresults .title h1 { padding-top: 0; }
.searchresults .properties .property .label { display: none; }
.searchresults a { text-decoration: none; }
.searchresults a .title { text-decoration: underline; }
/* */
.searchresults .locationPrefix { display: none; }
.searchresults .locationCrumb { font-size: 90%; font-style: italic; }
.searchresults .articleCategory { display: none; }
/* POWERED BY */ #poweredby { color: inherit; color: rgba(0,0,0,0.4); font-size: 90%; text-align: center; } #poweredby:hover { color: inherit; } #poweredby-inner > span { display: inline-block; padding: 10px; } #poweredby .divider { border-right: 1px solid rgba(0,0,0,0.25); margin-right: 10px; } #poweredby .title, #poweredby .txt { padding: 12px 5px; }
/* ... site warning for old browsers */ .siteWarning { margin: 1em auto; color: black; font-size: 90%; color: #000; } .siteWarning a { font-weight: bold; color: #000 !important; }
/* ARTICLE */ .paragraph { margin: 0 0 1em 0; } .article .date { font-size: 90%; color: #939598; }
/* Unordered list */ ul li { list-style: disc; } ul, ol { text-align: left; padding-left: 20px; }
/* Read more */ .readmore_prompt { font-weight: normal; font-style: italic; } .before_readmore_prompt { display: none !important; height: 0px; } .warning { font-size: 90%; line-height: 1.2em; background-color: rgba(255,255,255,0.7); margin: 0px; padding: 0.25em; } .warning .aux { font-size: 90%; color: #666; }
/* pageTab */ .pageSelectionTabs { margin: 0 auto !important; } .pageTab.previousPage .icon, .pageTab.nextPage .icon { display: none; } .pageTab.previousPage .icon, .pageTab.nextPage .icon { display: none; } .pageSelectionTabs { display: table; border-spacing: 5px; margin: 0px; font-size: 10px; } a.pageTab, div.pageTab { background-color: transparent; border-color: #5d4833; border-image: none; border-style: solid; border-width: 1px; display: table-cell; padding: 3px 5px; } .pageTab.firstTab, .pageTab.lastTab, .pageTab.previousTab, .pageTab.nextTab { border-color: rgba(0, 0, 0, 0.05); } .pageTab:hover:not(.disabled), .pageTab.currentlyActive { background-color: #5d4833; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; color: #fff; font-weight: bold; } .pageTab.disabled { color: #CCC; }
/* FORMS */ form.submitForm table { width: 100%; } form.submitForm td { padding: 0 0.5em; vertical-align: top; } form.submitForm h2 { } form.submitForm h3 { margin-top: 0.5em; } form.submitForm .formButtons.bottom { text-align: right; } /* palautelomake */ form[name='palautelomake'] table td:nth-child(2):not(:first-child) { width: 60%; }
/* */
.pageSelectionTabs .pageTab.firstTab, .pageSelectionTabs .pageTab.lastTab { display: none; }