body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D8FFEC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, table {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
img {
	border:none;	
}
h1 {
	color: #00a751;
	font-size: 15px;
}
h2 {
	color: #00a751;
	font-size: 15px;
}
#front h1, #front h2 {
	margin-bottom: 0px;
}

#cal-wrap h3 {
	font-size: 14px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #014F8F;
}
a:hover {
	color: #008BFD;
	text-decoration: none;
}
#lang {
	width: 962px;
	height: 30px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
#lang ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:right;
}
#lang li {
	display: inline;
	text-align: left;
	display:block;
	float:left;
	padding-left:6px;
}
#lang li a {
	text-indent: -9999px;
	display: block;
	height: 14px;
	width: 23px;
	float:left;
	outline:none;
}
#lang a.lang-fi {
	background-image: url(images/flag_fi.jpg);
}
#lang a.lang-sv {
	background-image: url(images/flag_sv.jpg);
}
#lang a.lang-en {
	background-image: url(images/flag_en.jpg);
}
#wrapper {
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/mainBg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#inner-wrapper {
	margin-left: 16px;
	margin-right: 14px;
	background-color: #FFF;
	background-image: url(images/footLine.png);
	background-repeat: repeat-x;
	padding-bottom: 22px;
	background-position: left bottom;
}

#top-menu, #top-menu-fi, #top-menu-sv, #top-menu-en {
	background-image: url(images/topMenuBg.jpg);
	height: 44px;
}
#top-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top-nav ul li {
	display: block;
	float: left;
	background-image: url(images/menuRight.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#top-menu #top-nav ul li a, #top-menu-fi #top-nav ul li a {
	color: #FFF;
	display: block;
	float: left;
	line-height: 40px;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 18px;
}
#top-menu-en #top-nav ul li a {
	color: #FFF;
	display: block;
	float: left;
	line-height: 40px;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 10px;
}

#top-menu-sv #top-nav ul li a {
	color: #FFF;
	display: block;
	float: left;
	line-height: 40px;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#top-nav ul li a.act, #top-nav ul li a:hover {
	background-image: url(images/menuHover.png);
}

#top-nav {
	float: left;
	height: 44px;
	width: 770px;
}
#top-search {
	float: left;
	height: 44px;
	width: 222px;
}
#top-search input {
	border: 0px solid #FFF;
	margin-left: 11px;
	font-size: 11px;
	width: 140px;
}
#top-search  .searchInput {
	background-image: url(images/searchBg.png);
	width: 160px;
	padding-top: 12px;
	padding-bottom: 12px;
	float: left;
}
#top-search  .searchButton {
	background-image: url(images/searchBg.png);
	width: 62px;
	height:44px;
	float:left;
}


#top {
	height: 146px;
	width: 100%;
	position: relative;
}
#top1 {
	height: 146px;
	width: 170px;
	float: left;
	position: relative;
	background-image: url(images/images/Banner1.jpg);
}
#top1 #top1-bg {
	background-image: url(images/top1.gif);
	height: 8px;
	width: 30px;
	position: absolute;
	left: 62px;
	top: -8px;
}

#top2 {
	background-image: url(images/bannerImage.jpg);
	float: left;
	height: 146px;
	width: 667px;
}
#top2-fi {
	background-image: url(images/bannerImage.jpg);
	float: left;
	height: 146px;
	width: 667px;
}
#top2-sv {
	background-image: url(images/bannerImage-sv.jpg);
	float: left;
	height: 146px;
	width: 667px;
}
#top2-en {
	background-image: url(images/bannerImage-en.jpg);
	float: left;
	height: 146px;
	width: 667px;
}

#top3 {
	background-image: url(images/logo.jpg);
	float: left;
	height: 146px;
	width: 155px;
}
#top-login {
	position: absolute;
	top: 125px;
	left:828px;
}
#top-login a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#top-login-form {
	position:absolute;
	top:8px;
	left:775px;
	width:175px;
	background-color:#fff;
	border:solid 1px #ccc;
	padding: 8px;
	display:none;
	font-size: 11px;
}
#login-form-close {
	position: absolute;
	height: 15px;
	width: 15px;
	top: 2px;
	right: 2px;
	text-align: center;
	cursor: pointer;
}

#top-login-form p {
	margin:0;
	padding:0;	
}

#main {
	padding-top: 16px;
}

#left {
	float: left;
	width: 680px;
}
#left-full {
	width: 100%;
}
#maintext {
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#maintext-right {
	float: right;
	width: 300px;
	margin-left: 10px;
}

table.products th {
	line-height: 25px;
	background-image: url(images/tableThBg.gif);
	color: #FFF;
	background-color: #00A751;
	text-align: center;
	width: 32px;
	cursor: pointer;
}
table.products .company-th {
	width: 350px;
	text-align: left;
}
span.yes {
	background-image: url(images/greenBall.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	padding-top: 6px;
	padding-bottom: 3px;
}

.products .show {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 22px;
	width: 22px;
}
.arrow-up {
	background-image: url(images/arrowUp.gif);
}
.arrow-down {
	background-image: url(images/arrowDown.gif);
}
.company-info {
	padding-bottom:10px;	
}

table.products td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #00a751;
	border-right-color: #00a751;
	border-bottom-color: #00a751;
	border-left-color: #00a751;
	text-align: center;
	vertical-align: top;
}

.products .company {
	float: left;
	width: 320px;
	text-align: left;
}
.company-name {
	line-height: 22px;
	font-weight: bold;
}
.company-info {

}





#right {
	float: left;
	width: 287px;
	background-image: url(images/Rightbg.png);
	background-color: #D5F5E4;
	background-repeat: repeat-x;
}
#right-text {
	padding: 10px;
}
.right-box {
	margin-bottom: 10px;
}
#footer {
	color: #154021;
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	padding-right: 8px;
	padding-left: 7px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 12px;
}
#footer 	li.no-bg {
	background-image: none;
}
.cols4 {
	width:215px;
	float:left;
}
.cols4 ul {
	list-style-type: none;
	padding: 0px;
}

.cols3 {
	width:33%;
	float:left;
}
.cols3 ul {
	list-style-type: none;
	padding: 0px;
}

.clear {
	clear:both;
}
#news ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news li {
	padding-bottom: 15px;
	font-size: 11px;
	color: #0a1629;
}
#news a {
	color: #0a1629;
	text-decoration: none;
}

#news .read-more {
	font-weight:bold;	
}

.right-box h3 {
	font-size: 11px;
	line-height: 19px;
	color: #FFF;
	background-image: url(images/greenHeaderBg.png);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

p.created {
	color: #00a751;
	margin:0;
	padding:0;
	font-size:11px;
}
#article h1 {
	margin-bottom:15px;
}

#news .created, #news a .created {
	color: #00a751;
}


#kalenteri {
	position:relative;
	width:100%;
	margin: 0px;
	padding: 0px;
}

#kalenteri-listaus {
	width:540px;
	float:right;
}

#kalenteri_tapahtumat {
	position:relative;
	width:100%;
}

#tapahtumat {
 position:relative;
 width:100%;
}




#kalenteri .loading {
	background-image:url(images/spinner.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	height: 50px;
	width: 50px;
	top:100px;
	left:90px;
	position:absolute;
	border: solid 1px #cccccc;
}

#kalenteri_tapahtumat .loading {
	background-image:url(images/spinner.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	height: 50px;
	width: 50px;
	top:0px;
	right:0px;
	position:absolute;
	border: solid 1px #cccccc;
}

#kalenteri_tapahtumat h2 {
	border-top: solid 1px #cccccc;
	padding-top:10px;
	margin-top:10px;
}

#kalenteri a {
	text-decoration: none;	
}

#kalenteri table {
	margin:0;
	padding:0;
	border:none;
}
#kalenteri td {
	margin:0;
	border:none;
}
#cal-wrap {
	margin-top:20px;	
}
#cal-wrap #kalenteri {
	width:290px;
	float:left;	
}
#eventcalendar {
	margin:0;
	padding:0;	
}
#eventcalendar-nav {
	text-align: center;
	padding: 3px;
	color: #FFF;
	background-color: #9CD7B9;
}
#cal-wrap #eventcalendar-nav {
	text-align: center;
	padding: 12px;
	color: #FFF;
	background-color: #01ac50;
}

#eventcalendar .kk {
	color:#FFFFFF;
	line-height:12px;
	margin-left:0px;
	margin-right:0px;
}
#cal-wrap #eventcalendar-caltable {
	border: solid 3px #01ac50;
	margin-top:2px;
}
#eventcalendar th {
	text-align: left;
	background-color: #00A751;
	color: #FFFFFF;
	font-weight:normal;
	font-size:10px;
}
#eventcalendar .happen {
	display:none;
	text-indent:-9999px;
}
#eventcalendar td {
	font-size:10px;
	line-height:16px;
	background-color: #aed5af;
	color: #FFF;
}

#eventcalendar td .day {
	font-size:12px;
	text-align: center;
}

#eventcalendar td.other_month{
	background-color: transparent;
}

#kalenteri div.day a {
	display:block;
	font-weight:bold;
	background-color:#16a850;
	color:#FFFFFF;
}
#kalenteri td.other_month div.day a {
	background-color:#8DC58E;
}
#eventcalendar .kk-left{
	padding-right:15px;
}
#eventcalendar .kk-right{
	padding-left:15px;
}
#cal-wrap .e{
	border-bottom: 1px solid #05a857;
	padding-bottom:6px;
	margin-bottom:6px;
}
#cal-wrap .t{
	color: #05a857;
	display:block;
}
#kalenteri_tapahtumat h1, #calendar_day_events h1 {
	margin-bottom: 14px;	
}
.tooltip {
	background-color:#00a751;
	border:1px solid #fff;
	padding:10px 15px;
	width:150px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
}
