﻿/* yleiset */
@media print
{
	.screenOnly 
	{
		display: none;
	}
}

@media screen
{
	.printOnly 
	{
		display: none;
	}
}

body
{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	/*background-color: #ffffff;*/
	/*background-image: url(kuva.ashx?kuva=background.gif);*/
	background-color: #f2f2f2;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}



textarea
{
	font-family: helvetica, arial, sans-serif;
}

a
{
	font-size: 1em;
	line-height: 14px;
	font-family: helvetica, arial, sans-serif;
	/*color: #108d16;*/ /*vaihda kaikki*/
	color: #1016a5;
	text-decoration: none;
}

a:visited
{
	color: #1016a5;
}

a:active
{
	color: #1016a5;
}

a:hover
{
	color: #07420a;
	text-decoration: underline;
}

hr
{
	height: 1px;
	color: #d1d6da;
}

.rajattuAlue 
{
	padding: 2px 2px 2px 2px;
	/*border: solid 1px #33aec7;*/
	margin: 2px 2px 2px 2px;
	background-color: #ffffff;
}

.header tbody tr td
{
	vertical-align: top;
}

.rajattuAlueMain
{
	/*padding: 2px 2px 2px 3px;*/
	border-collapse: collapse;
	/*border: solid 1px #33aec7;*/
	border: solid 1px #999999;
	margin: 2px 2px 2px 2px;
	background-color: #ffffff;
	width: 100%;
}

.otsikko
{
	padding-left: 16px; 
	/*FONT-FAMILY: Georgia, "Times New Roman", Times, serif; */
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	/*color: #5a8aaa;*/
	color: #ababab;
	margin-bottom: 5px;
}

.rajattuAlueMain.header 
{
	/*
	border-top: none;
	border-left: none;
	border-right: none;
	*/
}

.header .otsikko
{
	background-position: left 1.3em; 
}

.header .logo img
{
	padding: 0px;
	padding-left: 0px;
}

.imgMain
{
	margin-left: -16px;
	margin-top: -10px;
}

.alaotsikko
{
	/*FONT-FAMILY: Georgia, "Times New Roman", Times, serif; */
	font-family: Arial;
	font-weight: normal;
	font-size: 100%;
	padding-bottom: 6px;
	/*color: #94ac30;*/
	color: #989898;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
}

.viesti
{
	color: #00ff55;
}

.virhe
{
	color: #ff2222;
}

.virheKentta
{
	border: solid 3px #ff7777;
}

.nowrap td
{
	white-space: nowrap;
}

.contentPlaceHolder
{
	overflow: hidden;
	padding: 0px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 16px;
	padding-top: 10px;
	/*border-right: solid 20px #1b809b;*/
}

/********* ylälinkit *********/
.link 
{
	padding: 3px 3px 3px 3px;
}

.link a
{
}

.link:hover
{
}

.link:hover a
{
	color: #5076e1;
	text-decoration: underline;
}

.selectedLink
{
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}

.selectedLink a
{
	color: #5076a1;
}

.expand_plusminus { margin-bottom: 5px; background-image: url(../kuvat/expand_plus.png); background-repeat: no-repeat; width: 16px; float: left;}
.expand_plusminus:hover { cursor: pointer; }

.expand_plusminus_expanded { background-image: url(../kuvat/expand_minus.png); background-repeat: no-repeat; width: 16px; float: left;}
.expand_plusminus_expanded:hover { cursor: pointer; }

/* expander control */

.expanderControlCollapsed
{
	color: #1016a5;
	font-weight: normal;
	display: block;
	cursor: pointer;
	background-image: url(kuvat/expand_plus.png);
	background-repeat: no-repeat;
	background-position: left 65%;
	height: 1em;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.expanderControlExpanded 
{
	color: #1016a5;
	font-weight: bold;
	display: block;
	cursor: pointer;
	background-image: url(kuvat/expand_minus.png);
	background-repeat: no-repeat;
	background-position: left 65%;
	height: 1em;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.expanderControlExpanded:hover
{
	color: #07420a;
}

.expanderControlCollapsed:hover
{
	color: #07420a;
}
	
.analyysitilaus_yksinayte
{
    border: 1px dotted #000000;
    padding: 2px;
    margin: 2px;
}
.analyysitilaus_yksinayte_otsikko
{
    font-weight: bold;
}