@charset "ISO-8859-1";

/* ESS.fi main style sheet
Version 1.0
Author: Nicklas Koski
----------------------------------- */

@import url(../css/reset.css);
@import url(../css/ads.css);

/* Fonts
----------------------------------- */

body {
	/* global font style */
	font-family:Arial, sans-serif;
	/* corresponds to 13px, browser standard is 16px */
	font-size: 81.26%;
	/* corresponds to 16px */
	line-height: 1.231em;
}

p {
    margin-bottom:0;
}
pre, code, kbd, samp, tt {
	/* monospace font style */
	font: 0.9em "Andale Mono", Courier, monospace;
	line-height: 1.2em;
}

#content-main .section-news,
#content-main .section-kiekko,
#content-main .section-sports, 
#content-main .section-discussion,
#content-main .section-theme,
#header-right #text-size,
#header-right #search-top p {
	/* section header and small bold text */
	font: bold 0.8em Verdana, sans-serif;
}

#content-right {
    font-size:11.5px;
    line-height:14px;
}
#content-right dl,
#content-right ul {
    line-height:13px;
}
#content-right .section-rcol {
    font-size:12px;
}

#content-right .rcol h5 {
	/* righ column headers */
	font-size: 1em;
}

#footer-text {
	/* footer */
	font: 0.8em/1.5 Verdana, sans-serif;
}

#content-right .section-rcol .section-inner,
#content-right .section-rcol-red .section-inner,
#content-right .section-first .section-inner, 
#content-right .section-events-inner, 
#navigation-left ul.menu-sub li a,
#content-main .date {
	/* right column headings and left navigation and sub menu */
	font-weight: bold;
        font-size:12px;
}

#content-right .section-rcol .section-inner,
#content-right .section-first .section-inner {
    font-weight:normal;
}

#content-main span.edrumParagraphtitle {
	/* body sub headings */
	font-weight: bold;
	font-size: 13px;
}

#content-main span.readmore {
        font-weight: bold;
        white-space: nowrap;
}

/* news flash */

#news-flash a, #news-flash span {
	font-size: 0.9em;
}

#news-flash #section-flash, 
#header-mid #date-names {
	font: normal 0.8em Verdana, sans-serif;
}

/* left navigation */

#navigation-left ul li a {
	font-size: 0.9em;
}

#navigation-left ul#menu-content li.heading-left {
	/* menu heading */
	font-weight: bold;
}

#navigation-left #adLeft .banner-item {
    margin-left: 0;
    margin-right: 0;
}

/* headings */

#content-main h1 {
	/* main heading */
	font-size: 1.85em;
}

#content-main h2 {
	/* other headings */
	font-size: 1.4em;
}

/* Grid
----------------------------------- */

#wrapper {
	/* page width */
	/* add max-width: 74.615em; position: relative; for flexible width */
	width: 975px; 
	margin: 5px 8px 8px 8px;
	padding: 0;
}

#mid-wrapper {
	/* wrapper for all columns */
	width: 831px;
}

#footer {
	/* footer */
	padding-top: 3px;
}

#navigation-left {
	/* left navigation column */
	width: 175px;
	margin: 0 2px 0 4px;
}

#content {
	/* mid and right column */
	width: 646px;
	margin-right: 4px;
}

#content-main {
	/* mid column */
	width: 445px;
	margin-right: 2px;
        padding-bottom:30px;
}

#content-right {
	/* right column */
	width: 199px;
	overflow: hidden;
}

/* Misc
----------------------------------- */

.fleft {
	float: left;
}

.fright {
	float: right;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.noborder {
	border: none;
}

.hide {
	display: none;
}

.spacer {
	height: 1.8em;
}

#content-main .dots {
    background:url(../p/content-mid-dots.gif) repeat-y top left;
}

div.dotdiv {
    margin:2px auto 5px auto;
    height:1px;
    width:98%;
    background:url(../p/dot-div.gif) repeat-x top left;
}

/* Colors
----------------------------------- */

body {
	/* base settings */
	color: #363636;
	background-color: #e7e7e7;
}

#content-wrapper {
	/* white background for content area */
	background-color: #fff;
}

img.section-preview,
img.section-preview-wide, 
div.section-preview-txt img, 
div.section-preview-wide-txt img {
	/* photo border */
	/* border: 1px solid #b5b5b5; */
	padding: 2px !important;
}

.date-s {
	/* date */
    margin:0 0 0 4px;
    color: #B7B7B7;
}

/* left navigation */

#navigation-left ul#menu-content {
	border-bottom: 1px solid #ededed;
}

#navigation-left ul#menu-content li {
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

#navigation-left ul#menu-content li a:link,
#navigation-left ul#menu-content li a:visited {
	background: #fdfdfd;
	border-right: 3px solid #fff;
	color: #195ab4;
}

#navigation-left ul#menu-content li a:hover,
#navigation-left ul#menu-content li a:active {
	background: #fff;
	color: #749ed8;
}

#navigation-left ul#menu-content li.heading-left {
	/* menu heading */
	border: 1px solid #eea531;
	color: #fff;
}

#navigation-left ul#menu-content li.heading-left span {
	/* menu heading */
	border: 1px solid #f1aa3a;
	background-color: #f0a227;
}

/* righ column */

/* footer */


#round-upper-r,
.round-upper-r {
	height: 5px;
	background-image: url(../p/round-upper-r.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.round-upper-l {
        margin-top:2px;
	background-color: #fff;
	background-image: url(../p/round-upper-l.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.round-lower-l {
        margin-bottom:2px;
	background-color: #fff;
	background-image: url(../p/round-lower-l.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.round-lower-r {
	height: 5px;
	background-image: url(../p/round-lower-r.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Links
----------------------------------- */

a:link, 
a.button:link span span span span {
	/* link color */
	color: #525252;
}

a:active, a:hover, 
a.button:active span span span span, 
a.button:hover span span span span {
	/* active and hover link color */
	color: #9B9B9B;
}

a:visited, 
a.button:visited span span span span {
	/* visited link color */
	color: #525252;
}

a:link, a:visited, a:hover, a:active, 
a.button:link span span span span, 
a.button:visited span span span span, 
a.button:hover span span span span, 
a.button:active span span span span {
	/* link style */
	font-weight: bold;
	text-decoration: none;
}

#content-main p a:link, 
#content-main p a:visited, 
#content-main p a:hover, 
#content-main p a:active {
	/* article ingress link */
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

/* Header
----------------------------------- */

#navigation-left #header-section-logo {
	/* section logo */
	text-align: center;
	height: 40px;
	margin: 0 0 2px -1px;
}

#header-mid {
	height: 40px;
	margin-left: -2px;
	margin-right: -2px;
}

#header-right {
	height: 40px;
}

/* Top navigation
----------------------------------- */

#navigation-wrapper {
	padding-top: 3px;
	margin-left: 5px;
}

#navigation-wrapper img {
	vertical-align: bottom;
}

#navigation-wrapper #navigation-links {
  float:right;
  position:relative;
  top: 15px;
  right: 10px;
}

#navigation-wrapper #navigation-links a {
  font-size: 12px;
  font-weight:900;
}

/* Left navigation
----------------------------------- */

#navigation-left ul {
	margin: 0;
}

#navigation-left ul li {
	/* menu item */
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 1px;
}

#navigation-left ul li a {
	/* menu item link */
	display: block;
	padding: 0.4em 0 0.4em 2em;
}

#navigation-left ul li a:link, 
#navigation-left ul li a:visited,
#navigation-left li.active-left a:link,
#navigation-left li.active-left a:visited {
	/* menu item link */
	text-decoration: none;
}

/* sub menu */

#navigation-left ul li.menu-sub-parent,
#navigation-left ul li.menu-sub-parent:hover{
	border: 0;
	list-style-image: none;
}

#navigation-left ul.menu-sub {
	margin-bottom: 1px;
}

#navigation-left ul.menu-sub li {
	margin-bottom: 0;
	border-width: 0;
	list-style-image: none;	
}

#navigation-left ul.menu-sub li a:link,
#navigation-left ul.menu-sub li a:visited, 
#navigation-left ul.menu-sub li.sub-active a {
	border-width: 0;
	padding: 0.2em 0.2em 0.2em 30px;
}

#navigation-left ul.menu-sub li.sub-active a {
	display: block;
}

#navigation-left ul.menu-sub li:hover {
	border: none;
}


/* Right column
----------------------------------- */

/* headings */

#content-right .section-rcol, 
#content-right .section-rcol-red, 
#content-right .section-first, 
#content-right .section-events-inner {
	height: 1.7em;
}

#content-right .section-rcol,
#content-right .section-first,
#content-right .section-rcol-red, 
#content-right .section-events {
        padding:4px 5px 2px 13px;
	margin:3px 0 -3px 0;
}

#content-right .section-rcol,
#content-right .section-rcol-red {
	min-height: 22px;
}

#content-right .section-rcol .section-inner,
#content-right .section-rcol-red .section-inner {
	margin:0;
	padding:0;
}

#content-right .section-rcol .section-inner img,
#content-right .section-rcol-red .section-inner img,
#content-right .section-first .section-inner img, 
#content-right .section-survey .section-inner img {
	vertical-align: middle;
	margin: -5px 3px 0 -10px;
}

#content-right .section-survey .section-inner img {
	z-index: 5;
	position: absolute;
}

#content-right .section-survey .section-inner .survey-txt {
	padding-left: 15px;
}

#content-right .section-events-inner {
	padding: 4px 5px 0 16px;
}

/* heading lists */
#content-right dl {
	padding: 0;
	margin:3px 0;
}
#content-right a {
    font-weight:normal;
}
#content-right dl dt {
    list-style-type: none;
    margin: 0;
    padding: 1px 0 3px 7px;
}

#content-right dl dd {
    list-style-type: none;
    margin: 0;
    padding: 1px 0 3px 7px;
}

#content-right .rcol dl dt.item-first, 
#content-right .rcol dl dt.item-noborder {
    border-top: none;
}

#content-right .rcol img.section-preview {
	/* article preview image */
	margin: 0;
}

#content-right .one-item img.section-preview {
	/* article preview image */
	margin: 0;
}

#content-right .one-item {
	margin:0;
}

#content-right .one-item .item-txt {
  padding-top: 4px;
}

#content-right .banner-item {
    line-height:0;
    margin:3px 0 3px 7px;
}
#content-right .rcol-text {
    margin:5px 5px 3px 7px;
    padding:0;
}

/* Section content
----------------------------------- */

/* headings */

#content-main .section-news {
    /* section heading */
    padding:6px 6px 0 12px;
}

#content-main .heading-normal {
    padding-left:12px;
    min-height: 29px;
}

#content-main h1, #content-main h2 {
	/* headings */
	margin: 0 0 1px 0;
}

#content-main h1 {
	/* main heading */
	padding-top:3px;
	padding-right:3px;
}

#content-main h2 {
	/* other headings */
	padding-top: 3px;
	padding-right: 2px;
}

#content-main .date {
	/* section front page article date */
	padding-bottom: 3px;
	margin-bottom: 2px;
}

#content-main .date img {
	/* section front page article date arrow */
	vertical-align: middle;
	margin-right: 0.3em;
}

#content-main p,
#content-main div.article-body {
	/* body content */
	padding: 2px 12px 18px 12px;
}
#content-main .article-body a{
    text-decoration:underline;
    font-weight:normal;
}
#content-main span.edrumParagraphtitle {
	/* body sub headings */
	display: block;
	margin: 1.2em 0 -1em 0;
}

#content-main div.edrumAlignRight {
	text-align: right;
}

#content-main div.edrumAlignLeft {
	text-align: left;
}

#content-main img.section-preview, 
#content-main div.section-preview-txt {
	/* article preview image */
	margin: 0 0 3px 6px;
}

#content-main img.section-preview.fleft, 
#content-main div.section-preview-txt.fleft {
	/* article preview image left */
	margin: 0 16px 6px 16px;
}

#content-main img.section-preview-wide, 
#content-main div.section-preview-wide-txt {
	/* article preview wide image */
	margin: 0 2px 4px 3px;
}

#content-main div.section-preview-txt, 
#content-main div.section-preview-wide-txt {
	margin-right: 6px;
}

#content-main div.section-preview-txt div.image-txt, 
#content-main div.section-preview-wide-txt div.image-txt {
	/* article preview image text */
	margin-top: 3px;
	font-size: 11px;
	line-height: 14px;
        padding-left:9px;
} 

/* theme heading */

#content-main .section-theme {
	font-weight: normal;
	margin-left: 3px;
	padding-left: 13px;
}
#content-main .heading-theme {
	/* heading inner right and top border */
	margin-left: 3px;
}

#content-main .heading-theme h2 {
	padding-top: 0.35em;
}

/* more links */

#content-main ul {
	margin: 5px 6px 15px 12px; 
	/* padding-left: 23px; */
}

#content-main ul li {
	list-style-type: none;
	margin-bottom: 4px;
}
#content-main ul li a {
         color: #000000;
}
#content-main ul img {
  vertical-align:middle;
}

#ymparisto-sidebar ul li img.bullet,
#kiekko-sidebar ul li img.bullet,
#rcol-tuokio ul li img.bullet,
#content-right ul li img.bullet {
  position:relative;
  top:-2px;
  left:-12px;
}
#content-right ul li.nobullet,
#content-right dl dt.nobullet,
#content-right dl.nobullet dt,
#content-right ul.nobullet li {
   font-size:11px;
   list-style-type:none;
   margin:2px 0 5px 0!important;
   padding-left:10px;
}
#content-right ul li.bullet {
    font-size:11px;
    background:url(/p/bullet-default.gif) no-repeat;
    background-position:2px 5px !important;
    list-style-type:none;
    margin:2px 0 5px 0!important;
    padding-left:12px;
}
#content-main ul li.bullet {
    background:url(/p/bullet-default.gif) no-repeat;
    background-position:2px 7px !important;
    list-style-type:none;
    margin:2px 0 5px 0!important;
    padding-left:12px;    
}
#content-right .basictext {
    font-size:11px;
    padding-left:12px;
    margin:2px 0 5px 0;
}
#content-right .basictext-bold {
    font-size:11px;
    font-weight:bold;
    padding-left:12px;
    margin:2px 0 5px 0;
}
/* more headings */

#content-main ul.headings-more {
	clear: both;
	margin: 0 6px 15px 12px;
	padding: 0 0 0 26px;
}

/* Content-embedded right column
----------------------------------- */
.no-sidebar {
    margin-right: -1px;
}

/* Special promo boxes */

#content-main div.kyselybox {
    margin: 0 auto;
    width: 332px;
}

#content-main div.kyselybox div.kysely_text {
    background: url(/p/ota_kantaa_nosto_middle.gif) repeat-y;
}

#content-main div.kyselybox div.kysely_text p {
  margin-bottom:0;
  font-size:11px;
}

#content-main div.kyselybox div.kysely_text h2 {
    padding-left:15px;
}

#content-main div.kyselybox div.foot {
    height:30px;
    background: url(/p/ota_kantaa_nosto_footer.gif);
}

#content-main div.tapahtumabox {
    margin:0 auto;
    width: 332px;
    background: #fefefe url(/p/katu_nosto_middle.jpg) repeat-y;
}

#content-main div.tapahtumabox h2.boxheading a {
      color: #bd2033;
}

#content-main div.tapahtumabox p {
    font-size:11px;
}

#content-main div.tapahtumabox a {
    font-weight:normal;
}
#content-main div.tapahtumabox a:active,
#content-main div.tapahtumabox a:visited,
#content-main div.tapahtumabox a:hover {
    color:#525252;
}

#content-main div.kyselybox div.title {
  background: transparent url(/p/ota_kantaa_nosto_header.gif) no-repeat;
  height: 45px;
}

#content-main div.kyselybox ul {
  margin:0 0 0 10px !important;
  padding:0;
}
#content-main div.kyselybox ul li {
  margin:0;
  padding:0;
}

#content-main div.tapahtumabox div.title {
    height: 50px;
    background: transparent url(/p/katu_nosto_header.jpg) no-repeat;
}
#content-main div.tapahtumabox div.foot {
    height:12px;
    background: transparent url(/p/katu_nosto_footer.jpg) no-repeat;
}

#content-main div.tapahtumabox img {
    margin:4px 6px;
}

#content-main div.tapahtumabox div.title span {
        color: #FF9900 !important;
}

#content-main div.tapahtumabox .boxheading,
#content-main div.kyselybox .boxheading {
        padding: 6px 10px 2px 10px;
}


/* Survey
----------------------------------- */

#content-right .survey {
	background-color: #f7f7f7;
	padding: 1.2em 0.7em 1.5em 1em;
}

/* results */

.result {
	width: 100%;
	margin: 0.9em 0;
}

.result .column-wrapper {
	float: left;
}

.result .percent {
	color: #fff; 
	font-weight: bold; 
	text-align: center; 
	overflow: hidden;
	height: 2em;
	line-height: 2em;
	text-shadow: #000 0.1em 0.1em 0.2em;
	width: 100%;
}

.result .column1 {
	background-color: #a8d574;
	padding: 1px;
	border-top: 1px solid #78a741;
	border-left: 1px solid #78a741;
	border-bottom: 1px solid #78a741;
}

.result .column2 {
	background-color: #8c8c8c;
	padding: 1px;
	border: 1px solid #585858;
}

.result .column3 {
	background-color: #d27777;
	padding: 1px;
	border-top: 1px solid #b24242;
	border-right: 1px solid #b24242;
	border-bottom: 1px solid #b24242;
}

.result .column1 .percent {
	background: #8fc750 url(../p/survey-bg1.gif) repeat-x top left;
	overflow: hidden;
}

.result .column2 .percent {
	background: #646464 url(../p/survey-bg2.gif) repeat-x top left;
	overflow: hidden;
}

.result .column3 .percent {
	background: #c45252 url(../p/survey-bg3.gif) repeat-x top left;
	overflow: hidden;
}

/* subsections */

#footer-left {
	float: left;
	width: 25%;
	padding-left: 5%;
	text-align: left;
}

#footer-right {
	float: right;
	width: 60%;
	padding-right: 5%;
	text-align: left;
}

/* Widgets
----------------------------------- */
/* latest news
----------------------------------- */

#content-right div.latestnavi {
    margin:3px auto 3px 10px;
    font-size:12px;
    border-bottom:1px solid #e5e5e5;
}

#content-right div.latestnavi a {
    font-weight:bold;
    color:#525252;
}

#content-right div.latestnavi a:hover {
    color:#9B9B9B;
}

#content-right ul,
#content-right dl{
    list-style:none;
    padding:0;
    margin:4px 0;
}

#content-right ul li,
#content-right dl dt {
    list-style:none;
    margin:0 6px 4px 16px;
    padding:0;
    display:block;
}

#content-right ul li img.pallo,
#content-right dl dt img.pallo {
    margin-left:-12px;
    padding-right:6px;
}

#content-right ul li.image,
#content-right dl dt.image {
    text-align:center;
    padding:0;
    margin:0 0 5px 0;
}
#content-right ul li.image img {
    margin:0 auto;
}

#content-right dl dt a {
    color:#525252;
}
#content-right dl dt a:hover,
#content-right dl dt a:active {
    color:#9B9B9B
}
#content-right dl dt a:visited {
    color:#525252;
}

/* top search */

#header-right #search-top {
	padding: 10px 5px 0 7px;
}

#header-right #search-top #search-top-field input {
	border: 0;	
}

#header-right #search-top #search-top-field #kw {
	/* search field */
	background-color: #fdfdfd;
	margin: 1px;
	width: 130px;
}

#header-right #search-top #search-top-field #submit {
	/* search button */
	float: right;
	background: #195ab4 url(../p/search-button.gif) repeat-x;
	border:1px solid #E2DFDA;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.1em 0.5em;
	margin: 0 0 0 0;
}

#header-right #search-top p {
	/* advanced search */
	padding: 1px 0 2px 3px;
        margin:0;
}

#header-right #search-top a:link, 
#header-right #search-top a:active,
#header-right #search-top a:visited,
#header-right #search-top a:hover {
	/* advanced search */
	color: #fff;
}

/* generic form */

.generic-form {
	margin: 0.4em 0 0.3em 0;
}

.generic-form form input.generic {
	background-color: #fff;
	border: 1px solid #ddd;
	width: 138px;
	font-size: 1.1em;
}

.generic-form form input.generic-submit {
	background-color: #195ab4;
	border: 1px solid #13478f;
	color: #fff;
	font-size: 0.9em;
	padding: 0.1em 0.4em;
}

/* long forms */

fieldset {
	background-color: #e1e1e1;
	padding: 1em;
	margin: 0;
        border: none;
}

fieldset legend span {
	display: block;
	position: relative;
	top: 2.5em;
	left: 0;
	padding-bottom: 2.4em;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

fieldset div.form-instructions {
	margin: 0 0 1em 0;
}

fieldset label {
	display: block;
	float: left;
	width: 33%;
	padding: 0.2em 0.2em 0.2em 0;
}

fieldset input, 
fieldset select {
        position: relative;
        z-index: 10;
	float: left;
	margin: 0.1em 0 1em 0;
}

fieldset input.input-txt {
	width: 19em;
}

fieldset select {
	margin-right: 0.8em;
}

fieldset .single-row {
	width: auto;
	margin-right: 0.5em;
}

fieldset fieldset {
	position: relative;
	top: -1em;
	padding: 0;
	margin-bottom: -1em;
	width: 100%;
}

fieldset fieldset.no-legend {
	top: -0.2em;
	margin-bottom: 0.7em;
}

fieldset fieldset legend span {
	font-weight: normal;
	font-size: 1em;
	top: 1.1em;
	padding-bottom: 1.3em;
}

fieldset fieldset input.checkbox {
	margin: 0.3em 0.5em 0 0;
	position: relative;
	z-index: 2;
}

div.form-submit {
	text-align: center;
}

div.form-submit input {
	margin: 0.9em 0 2em 0;
	width: 30%;
}

/* old forms hack */

#content-main .article-body table {
	width: 100%;
}

#content-main .article-body table td {
	border: none;
	padding: none;
}

#content-main .article-body table table td {
	padding: 0.6em 4px 0 4px;
}

#content-main .article-body table p {
	margin: 0;
	padding: 0;
}

/* button with rounded corners */

.button { 
	/* top left corner, top edge */
	float: right;
	background: #f6f6f6 url(../p/button.gif) no-repeat left top;
	margin-top: 0.4em;
}

.button * {
	display: block;
}

.button span { 
	/* top right corner */
	padding: 3px 0 0 0;
	margin-left: 2px;
	background: url(../p/button-corners.gif) no-repeat right top;
}

.button span span { 
	/* bottom left corner, left and bottom edges */
	padding: 0 0 0 6px;
	margin-left: -2px;
	background: url(../p/button.gif) no-repeat left bottom;
}

.button span span span { 
	/* bottom right corner */
	padding: 0 0 3px 0;
	background: url(../p/button-corners.gif) no-repeat right bottom;
}

.button span span span span { 
	/* right edge */
	padding: 3px 12px 2px 19px;
	background: none;
}

.button img {
	position: absolute;
	margin: 0.45em 0 0.45em -11px;
}

/*
  yhteystiedot
*/
#content-main dl.gallery {
    font-family: Arial,Helvetica,sans-serif;
    color:#525252;
    line-height: 14px;
    font-size: 11px;
    margin: 0.2em 2px 15px 0;
    background-color:#fffcf4;
    float:left;
    padding:0 5px 5px 5px;
    height:180px;
    width:125px;
    /* border:solid 1px #CCCCCC; */
    text-align:center;
    overflow:hidden;
}

#content-main dl.wide {
    font-size: 12px;
    height:110px;
    width:230px;
}

#content-main dl.paallikot {
    height:110px;
}

#content-main dl.gallery dd img {
    width:80px;
    height:100px;
    padding:0px;
    margin:0;
    margin-top:2px;
    padding-bottom:0;
}

#content-main dl.gallery dt {
    margin: 0;
    padding: 0 0 0 0;
    border:none;
    text-align:left;
}

#content-main dl.gallery dd { 
  text-align:left;
  margin: 0 0 0 0;
  padding: 0 2px 0 2px;
  border:none;
  word-wrap: break-word;
  overflow: hidden;
  min-height:100px;
}
.article-icon {
    margin: 0 10px;
}

#mediainfohead {
    margin:20px 0 30px 0;
}

#mediainfohead a {
    padding: 10px 15px;
    
}
#mediainfohead img {
      vertical-align:0%;
}

#ess_footer {
	background:url('/p/footer_bg.png') no-repeat top left;
	width:831px;
	height:93px;
}

#ess_footer p {
	margin:3px 0;
}

#ess_footer .footlinks {
	text-align:left;
	width:100%;
	height:20px;
	margin:0;
	padding:7px 0 0 0;
}

#ess_footer .footlinks  a {
	font-size: 13px;
	color:#000;
	padding:10px 20px;
}

#ess_footer .footlinks_left {
	float:left;
	padding:7px 0 7px 20px;
	text-align:left;
}

#ess_footer .footlinks_right {
	float:right;
	padding:7px 20px 7px 0;
	text-align:right;
}

#ess_footer .footlinks_right,
#ess_footer .footlinks_left {
	margin:0;
	width:15%;
}

#ess_footer .footlinks_right a,
#ess_footer .footlinks_left a {
	color:black;
        font-weight:normal;
        font-size:0.9em;
        line-height:0.98em;
}

#ess_footer .footlogos a{
	vertical-align:bottom;
}
#ess_footer .footlogos {
	margin: 0 16%;
	height:60px;
	padding:0 0 15px 0;
}

#ess_footer .footlogos img {
	vertical-align:bottom;
	float:left;
	padding: 0 10px;
}

/* lomakkeita */
.defaultForm
{
    padding: 10px 40px 10px 10px;
    width: 435px;
    margin:20px 0px;
}

.defaultForm p.selitys
{
    width: 435px;
    padding-left:120px;
    font-size:11px;
}

.defaultForm input[type="text"], 
.defaultForm textarea, 
.defaultForm input[type="file"]
{
    width: 145px;
    margin-bottom: 10px;
}

.defaultForm textarea
{
    width:350px;
    height:70px;
}

.defaultForm input[type="submit"]
{
    margin:10px;
    width:100px;
    font-weight:bold;
}
.defaultForm input[type="checkbox"] {
    margin:0 2px 0 4px;
}

.defaultForm span.small_label {
  padding:0 5px;
}

.defaultForm label
{
    width: 120px;
    display: block;
    float: left;
    margin-bottom: 10px;
    font-weight:bold;
    text-align: right;
    padding-right: 20px;
}
.defaultForm h4 {
    display:block;
    margin: 3px 0 5px 0;
    font-size:14px;
}
.defaultForm div {
    line-height:20px;
    display:block;
    margin: 10px 0 10px 0;
    padding: 0 10px;
    clear:both;
}

#content-main #data table {
    text-align:left;
    border:1px solid black;
    margin-top:3px;
}

#content-main #data table td {
    padding: 2px 10px;
}

#content-right .section-rcol .mediainfo {
  font-weight:bold;
  padding-left:5px;
}
.edrumImageRight {
    float:right;
}
.edrumImageLeft {
    float:left;
}
#navigation-left .palaute {
    background:url('/p/palaute-left-bg.jpg') repeat-x top left;
}
