body {
    background-color: #fff;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0px;
}

h1 { font-size: 120%; color: #000; padding-bottom: 5px; }
h2 { font-size: 110%; color: #000; }
h3 { font-size: 110%; color: #000; }
h4 { font-size: 110%; color: #000; }
h5 { font-size: 110%; color: #000; }
h6 { font-size: 105%; color: #000; }

a:link,a:active { color: #006B00; text-decoration: underline; }
a:visited { color: #006B00; text-decoration: underline; }
a:hover { color: #006B00; text-decoration: none; }

#header { background-color: #fff; height: 80px; }

#logo { margin: 0px; padding: 0px; height: 65px; width: 760px; background: transparent url('../gfx/bg_header.gif') no-repeat top left; float:left; }

#navi {
	position: absolute;
	left: 0;
	top: 65px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	border: solid #fff;
	border-width: 1px 0px 1px 0px;
	width: 100%;
	background-color: #F6F6F6;
}

#navi ul { list-style: none; height: 26px; display: block; padding: 0px; margin: 0px; }

#navi li { display: inline; }

#navi li a {
	float: left;
	height: 15px;
	border-right: 1px solid #fff;
	color: #000;
	font-weight: bold;
	font-size: 80%;
	padding: 6px 20px 5px 20px;
	text-decoration: none;
	background: #E7E7E7;
}

#navi li a.currentPage { color: #000; background: #C2E0C1; }

#path { margin: 15px 0px 0px 5px;   }

#wrap { padding: 0px; line-height: 1.2em; margin: 0px; width: 930px; }

#sidebar { width: 180px; float: left; margin: 0px; padding: 0px 0px 0px 5px; }

#banner { text-align: center; padding-top: 15px;}

#login { padding: 20px 0px 40px 0px; width: 180px; margin: 0px; }

#login h1 {
	background-color: #006B00;
	border: solid #195370;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
	font-size: 80%;
	padding: 2px 0px 2px 5px;
	color: #fff;
	width: 175px;
    margin: 0px;
}

#login p {
	height: 130px;
	background-color: #F2F2F2;
	font-size: 75%;
	font-weight: bold;
	padding: 15px 0px 2px 10px;
	color: #006B00;
	margin: 0px;
	width: 169px;
}

#login input { width: 150px; border-width: 1px; border-color: #C5C5C5; }

#login select { width: 155px; border-width: 1px; border-color: #C5C5C5; }

#logged_in { padding: 20px 0px 40px 0px; width: 180px; margin: 0px; }

#logged_in h1 {
	background-color: #006B00;
	border: solid #195370;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
	font-size: 80%;
	padding: 2px 0px 2px 5px;
	color: #fff;
	width: 175px;
}

#logged_in p {
	text-align: center;
	height: 70px;
	background-color: #F2F2F2;
	font-size: 75%;
	font-weight: bold;
	padding: 15px 0px 2px 10px;
	color: #20739D;
	margin: 0px;
	width: 169px;
}

#logged_in input { width: 150px; border-width: 1px; border-color: #C5C5C5; }

#menu { padding: 5px 0px 30px 0px; width: 180px; margin: 0px; color: #333; }

#menu ul { list-style: none; margin: 0px; padding: 0px; border: 0px; text-decoration: none; }

#menu li a {
	display: block;
	background-color: #E7E7E7;
	padding: 3px 0px 3px 10px;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #fff;
}

#menu li a.currentPage { color: #000; background: #C2E0C1; }

#menu li a:hover { background-color: #D0E8CF; color: #000; }

#menu .subPage {
	display: block;
	background-color: #E7E7E7;
	padding: 3px 0px 3px 20px;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	font-size: 90%;
}

#menu .subCurrentPage {
	display: block;
	background-color: #C2E0C1;
	padding: 3px 0px 3px 20px;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	font-size: 90%;
}


#menu h1 {
	background-color: #4EB857;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	font-size: 90%;
	padding: 4px 0px 4px 5px;
	color: #fff;
	width: 175px;
    margin: 0px;
}

#login_header {
	background-color: #4EB857;
	text-align: center;
	border: solid #fff;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
	font-size: 80%;
	padding: 2px 0px 2px 5px;
	color: #fff;
	width: 175px;
    margin: 0px;
}
#login_box {
	display: block;
	text-align: center;
	margin: 0px;
	font-size: 90%;
	padding	: 15px 0px 15px 10px;
	border: solid #D9D9D9;
	border-width: 0px 1px 1px 1px;
	text-decoration: none;
	background-color: #FFFDD5;
}

#menu h1 a { color: #fff; text-decoration: none; padding-bottom: 10px; }

#main { padding: 5px 15px 0px 0px; margin-left: 200px; background-color: #fff; width: 700px; }

#main .highlightbox{ width: 100%; background-color: #FAFAFA; padding: 5px; margin: 0px; border: 1px solid #D4D4D4;}

#main .inputs { width: 150px; border-width: 1px; border-color: #C5C5C5; }

#main .inputm { width: 200px; border-width: 1px; border-color: #C5C5C5; }

#main .inputl { width: 250px; border-width: 1px; border-color: #C5C5C5; }

#main .inputxl { width: 400px; border-width: 1px; border-color: #C5C5C5; }

#main .dataTable { width: 100%; text-align: left; background-color: #F7F7F7; padding: 0px; margin: 0px;}

#main .dataTable .headertop { text-align: left; background-color: #ECECEC; padding: 3px; font-weight: bold; }

#main .dataTable .header { text-align: left; background-color: #D6E3D6; padding: 3px; font-size: 90%; color: #011B00; font-weight: bold; }

#main .dataTable .row { text-align: left; color: #000; padding: 1px;}

#main .dataTable .inputS { width: 150px; }

#main .dataTable .inputM { width: 250px; }

#main .dataTable .inputL { width: 400px; }

#main .dataTable th { background-color: #ECECEC; }

#main .dataTable .actions { text-align: left; padding-top: 20px; padding-bottom: 10px; }

#main .dataTable .oddrow { text-align: left; background-color: #ECECEC; padding: 5px;}

#main .dataTable .evenrow { text-align: left; background-color: #FCFCFC; padding: 5px;}

#main .resultTable { text-align: left; background-color: #fff; width: 100%; margin-bottom: 20px;}

#main .back { float: right; text-align: right; display: inline; }

#main .iconLeft { float: left; width: 50px; padding-bottom: 5px; padding-top: 5px; }

#main .iconRight { float: left; padding-right: 20px; padding-bottom: 5px; margin-top: 7px; padding-top: 5px; }

#main .resultTable .evenrow td { padding: 2px 3px 2px 3px; }

#main .resultTable .headerRow { text-align: left; background-color: #ECECEC; font-weight: bold; }

#main .btnShowResult {
    background-color: #077C0E;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 20px;
	width: 50px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#mapList { margin-left: 0; padding: 10px; list-style: none; }
#mapList li { padding-left: 25px; background: url(../gfx/pdf_small.gif) no-repeat 2px 5px; line-height: 25px; }
#mapList ul { list-style: none; }

#mapList .jpg { padding-left: 25px; background: url(../gfx/jpg_small.gif) no-repeat 2px 5px; line-height: 25px; }

#browser { background-color: #ECECEC; padding: 5px; margin-top: 5px; margin-bottom: 5px; }

#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	margin: 0;
	height: 20px;
	color: #333;
    background-color: #fff;
}

/* Palauteviestit */

.text_green_feedback { font-size:100%; font-weight: bold; color: #077C0E; }
.text_red_feedback { font-size:100%; font-weight: bold; color: #A01C2B; }

/* Painikkeet */

.btnPositiveL {
    background-color: #077C0E;
	border-top: 1px solid #1C9C23;
	border-bottom: 1px solid #005205;
	border-left: 1px solid #1C9C23;
	border-right: 1px solid #005205;
	padding-bottom: 1px;
	height: 24px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnNegativeL {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 24px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnNeutralL {
	background-color: #D4D0C8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A6A6A6;
	border-left: 1px solid #fff;
	border-right: 1px solid #A6A6A6;
	height: 24px;
	width: 140px;
   	font-size: 85%;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.btnPositiveM {
    background-color: #077C0E;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 24px;
	width: 110px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnYellowM {
    background-color: #EAEA04;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 20px;
	width: 110px;
   	font-size: 85%;
	font-weight: bold;
	color: fff;
	text-align: center;
}
.btnSiirry {
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	height: 20px;
	width: 113px;
   	font-size: 85%;
	font-weight: bold;
	text-align: center;
	background-color: #D4D0C8;
	color: #000000;
}
.btnNegativeM {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 24px;
	width: 110px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnNeutralM {
	background-color: #D4D0C8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A6A6A6;
	border-left: 1px solid #fff;
	border-right: 1px solid #A6A6A6;
	height: 20px;
	width: 110px;
   	font-size: 85%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.btnPositiveS {
    background-color: #077C0E;
	border-top: 1px solid #1C9C23;
	border-bottom: 1px solid #005205;
	border-left: 1px solid #1C9C23;
	border-right: 1px solid #005205;
	padding-bottom: 1px;
	height: 20px;
	width: 70px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnNegativeS {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 20px;
	width: 70px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnNeutralS {
	background-color: #D4D0C8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A6A6A6;
	border-left: 1px solid #fff;
	border-right: 1px solid #A6A6A6;
	height: 20px;
	width: 70px;
   	font-size: 85%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.btnPositiveXS {
    background-color: #077C0E;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 20px;
	width: 70px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnNegativeXS {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 20px;
	width: 70px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnNeutralXS {
	background-color: #D4D0C8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A6A6A6;
	border-left: 1px solid #fff;
	border-right: 1px solid #A6A6A6;
	height: 20px;
	width: 70px;
   	font-size: 85%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.btnInfo {
	background-color: #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #BBBBBB;
	height: 17px;
	width: 20px;
   	font-size: 75%;
	font-weight: bold;
	color: #4F4F4F;
	text-align: center;
}

.btnComment {
	background-color: #494949;
	border-top: 1px solid #6F6F6F;
	border-bottom: 1px solid #303030;
	border-left: 1px solid #6F6F6F;
	border-right: 1px solid #303030;
	height: 25px;
	width: 160px;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.olFramedCloudPopupContent {
    padding: 2px;
    overflow: auto;
}

.ajaxloading { background: url(../gfx/anim_loading.gif) no-repeat center; }

.clearer {
	line-height: 1px;
	font-size: 1px;
	clear: both;
	height: 1px;
}

#legenda_viljavuus_fin {
	background: url(../gfx/sisalto_kaikki.png) no-repeat;
	width: 130px;
	height: 565px;
}
#legenda_viljavuus_swe {
	background: url(../gfx/sisalto_kaikki_s.png) no-repeat;
	width: 130px;
	height: 565px;
}
#legenda_kalkitus_fin {
	background: url(../gfx/kalkitus_legenda_fin.png) no-repeat;
	width: 130px;
	height: 565px;
}
#legenda_kalkitus_swe {
	background: url(../gfx/kalkitus_legenda_swe.png) no-repeat;
	width: 130px;
	height: 565px;
}

.left {
	float:left;
}

.right {
	float:right;
}

#vesistoTulokset{
	width:100%;
	border-bottom: 1px solid #000000;
}

.vesistoTulosRiviOtsikko{
	width:100%;
	border-top:	3px solid #000000;
	font-weight: bold;
}

.vesistoTulosRivi{
	border-bottom: 1px solid #000000;
	padding-top:3px;
	width:100%;
}

.vesistoTulosRiviOtsikko #sarake1{
	width:22%;
}

.vesistoTulosRiviOtsikko #sarake2{
	width:22%;
}

.vesistoTulosRiviOtsikko #sarake3{
	width:12%;
}

.vesistoTulosRiviOtsikko #sarake4{
	width:12%;
}

.vesistoTulosRiviOtsikko #sarake5{
	width:22%;
}

.vesistoTulosRiviOtsikko #sarake6{
	width:10%;
}

.vesistoTulosRivi #sarake1{
	width:22%;
}

.vesistoTulosRivi #sarake2{
	width:22%;
}

.vesistoTulosRivi #sarake3{
	width:12%;
}

.vesistoTulosRivi #sarake4{
	width:12%;
}

.vesistoTulosRivi #sarake5{
	width:10%;
}
