td {
	font-family: sans-serif;
}

span.lomakeotsikko {
	font-weight: bold;
	font-size: large;
}

span.lomakevaliotsikko {
	font-weight: bold;
	font-size: medium;
}

span.pienilivahoitulomaketeksti {
	font-weight: bold;
	font-size: small;
}

span.huomautusteksti {
	font-weight: bold;
	font-style: italic;
	font-size: small;
}

span.lomakelabel {
	font-weight: normal;
	font-size: medium;
}

label.lomakesolulabel {
	font-weight: lighter;
	font-size: x-small;
}

.lomakesolulabel2 {
	font-weight: normal;
	font-size: small;
}

label.lomakesolulabel2_number {
	font-weight: normal;
	font-size: small;
	text-align: right;
}

span.lomakesolulabel2_number {
	font-weight: normal;
	font-size: small;
	text-align: right;
}

input.lomakesolulabel2_number {
	font-weight: normal;
	font-size: small;
	text-align: right;
	width: 100%;
	height: 100%;
	background: inherit;
	color: black;
	border: none;
}

label.lomakesolulabel2_bold {
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
}

span.lomakesolulabel2_bold {
	font-weight: bold;
	font-size: small;
}

label.lomakesolulabel2_header {
	font-weight: normal;
	font-size: small;
	text-align: center;
}

span.lomakesolulabel2_header {
	font-weight: normal;
	font-size: small;
	text-align: center;
}

span.lomakedata {
	font-weight: bolder;
	font-size: medium;
}

span.lomakesoludata {
	font-weight: normal;
	font-size: medium;
}

span.lomakesoludatanowrap {
	font-weight: normal;
	font-size: medium;
	white-space: nowrap;
}

span.lomakebutton {
	
}

td.topAligned {
	vertical-align: top;
}

td.topAligned {
	vertical-align: top;
}

.lomakeDataTable {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
}

.lomakeDataTableColumn {
	font-size: medium;
	border-style: solid;
	border-color: black;
	border-width: thin;
	margin: 2px;
	padding: 1px;
	width: 2000px;
	vertical-align: top;
}

.lomakeDataTableCheckBoxColumn {
	font-size: medium;
	border-style: solid;
	border-color: black;
	border-width: thin;
	margin: 2px;
	padding: 1px;
	width: 30px;
	vertical-align: top;
}

.lomakeDataTableHalfColumn {
	font-size: medium;
	border-style: solid;
	border-color: black;
	border-width: thin;
	margin: 2px;
	padding: 1px;
	width: 50%;
	vertical-align: top;
}

.lomakeDataTableNumberColumn {
	font-size: medium;
	border-style: solid;
	border-color: black;
	border-width: thin;
	margin: 2px;
	padding: 1px;
	width: 1000px;
	vertical-align: top;
	text-align: right;
}

.lomakeDataTableNumberDisabledColumn {
	font-size: medium;
	border-style: solid;
	border-color: black;
	border-width: thin;
	margin: 2px;
	padding: 1px;
	width: 1000px;
	vertical-align: top;
	text-align: right;
	color: #000;
	background-color: #ddd;
}

.lomakeDataTableEiRivinvaihtoaColumn {
	font-size: medium;
	border-style: solid;
	border-color: black;
	border-width: thin;
	margin: 2px;
	padding: 1px;
	width: 1000px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}

.lomakeDataInnerTableColumn {
	font-size: medium;
	border-color: black;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: solid;
	border-right-color: black;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	margin: 2px;
	padding: 1px;
	width: 1000px;
	vertical-align: top;
}

.lomakeDataInnerTableFirstColumn {
	font-size: medium;
	border-color: black;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: thin;
	margin: 2px;
	padding: 1px;
	width: 1000px;
	vertical-align: top;
}

.lomakeDataInnerTableLastColumn {
	font-size: medium;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: black;
	border-left-width: thin;
	margin: 2px;
	padding: 1px;
	width: 1000px;
	vertical-align: top;
}

.lomakeDataInnerTableNoBorderColumn {
	font-size: medium;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-color: black;
	margin: 2px;
	padding: 1px;
	vertical-align: top;
}

.lomakeDataInnerTableNoBorderNoWrapColumn {
	font-size: medium;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-color: black;
	margin: 2px;
	padding: 1px;
	vertical-align: top;
	white-space: nowrap;
}

.lomakeDataInnerTableNoBorderCheckBoxLabelColumn {
	font-size: medium;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-color: black;
	margin: 2px;
	padding: 1px;
	width: 30px;
	vertical-align: top;
	text-align: center;
}

.lomakeDataInnerTableNoBorderCheckBoxColumn {
	font-size: medium;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-color: black;
	margin: 2px;
	padding: 1px;
	width: 30px;
	vertical-align: top;
}

.lomakeDataTableDataRow {
	background-color: white;
}

.lomakeDataTableHeaderRow {
	background-color: gray;
}

.maximized {
	width: 100%;
	/*	height: 300px;*/
}

.menurivi {
	padding: 2px 15px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: blue;
	background: transparent;
}

.menurivi a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: blue;
	background: transparent;
}

.menuriviValittu {
	padding: 2px 15px 2px 5px;
	color: blue;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.menuriviValittu a {
	text-decoration: none;
	color: blue;
	background: transparent;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.menurivinolink {
	padding: 2px 15px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: black;
	background: transparent;
}

td.mainheadercol1 {
	width: 10%;
	min-width: 10%;
	height: 100%;
	min-height: 100%;
	background-image: url('../images/logo2.jpg');
	background-repeat: no-repeat;
}

td.mainheadercol2 {
	width: 40%;
	min-width: 40%;
	height: 100%;
	min-height: 100%;
	text-align: left;
}

td.mainheadercol3 {
	width: 40%;
	min-width: 40%;
	height: 100%;
	min-height: 100%;
	text-align: right;
}

td.lomake102bPanelGrid1_3_col1 {
	width: 50%;
	height: 15px;
	vertical-align: top;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_3_col2 {
	width: 50%;
	height: 15px;
	vertical-align: top;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col {
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
	margin: 0px;
	padding: 0px;
	width: 100%;
	white-space: nowrap;
}

td.lomake102bPanelGrid1_4_col1 {
	width: 20px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
	margin: 0px;
	padding: 0px;
	width: 100%;
	white-space: nowrap;
}

td.lomake102bPanelGrid1_4_col2 {
	width: 200px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col3 {
	width: 400px;
	min-width: 400px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col4 {
	width: 80px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col5 {
	width: 80px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col6 {
	width: 200px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col7 {
	width: 200px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col8 {
	width: 50px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col9 {
	width: 80px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col10 {
	width: 50px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col11 {
	width: 60px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col12 {
	width: 50px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col13 {
	width: 50px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col14 {
	width: 50px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col15 {
	width: 50px;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bPanelGrid1_4_col16 {
	width: 100%;
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
}

td.lomake102bDataTable {
	font-size: medium;
	border: thin;
	border-style: solid;
	border-color: black;
	margin: 0px;
	padding: 0px;
}

th.lomake102bDataTableHeader {
	font-size: x-small;
	border-width: thin;
	border-color: black;
	border-style: solid;
	margin: 0px;
	padding: 0px;
}

.lomake102aDataTable {
	font-size: medium;
	border: thin;
	border-style: solid;
	border-color: black;
	margin: 0px;
	padding: 0px;
}

.lomake102aDataTableHeader {
	font-size: x-small;
	border: thin;
	border-color: black;
	border-style: solid;
	margin: 0px;
	padding: 0px;
}

td.lomake102aDataTableColumn {
	vertical-align: bottom;
	border: thin;
	border-color: black;
	border-style: solid;
	margin: 0px;
	padding: 0px;
	width: 100%;
	white-space: nowrap;
}

/**************************************************
 * css layout - Sampo
 **************************************************/
body {
	background-image: url(../images/pohja_pitka.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	font-family: Helvetica, Verdana, Arial;
}

p.logotext {
	margin: 0px 5px 0px 5px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

div.menu a {
	color: #006a39;
	text-decoration: none;
}

div.menu a:visited {
	color: #006a39;
}

div.menu a:hover {
	text-decoration: underline;
}

div.logo {
	position: absolute;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 72px;
	margin-top: 3px;
	margin-right: 3px;
	vertical-align: bottom;
}

div.menu {
	position: absolute;
	float: left;
	top: 72px;
	left: 10px;
	margin-top: 10px;
	width: 220px;
	margin-right: 10px;
	background-image: url(../images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
}

div.menu-mid {
	position: relative;
	top: 10px;
	background-image: url(../images/menu_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 2px 0 0 0;
}

div.menu-contents {
	position: relative;
	top: 0px;
	margin-top: 5px;
	background-image: url(../images/menu_mid2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	padding: 1px 0 0 0;
}

div.menu-contents ul {
	padding-left: 30px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

div.menu-contents hr {
	width: 93%;
	text-align: center;
}

div.menu-contents p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 5px;
}

div.menu-contents li.valittu {
	font-weight: bold;
}

div.menu-contents li.ei-valittu {
	font-weight: normal;
}

div.menu a.valittu {
	font-weight: bold;
}

div.menu a.ei-valittu {
	font-weight: normal;
}

div.menu-bot {
	position: relative;
	top: 10px;
	background-image: url(../images/menu_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}

div.info {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
	width: 220px;
	left: 10px;
	top: 20px;
}

div.info p {
	color: #000000;
}

div.contents {
	margin-left: 242px;
	font-family: arial;
}

div.contact {
	position: relative;
	float: left;
	color: #000000;
	font-size: 11px;
	width: 220px;
	top: 40px;
	left: 10px;
	margin-bottom: 60px;
}

div.contact p {
	margin: 0px 10px 0px 2px;
}

div.menu-contents span.status {
	font-size: 12px;
	font-weight: normal;
}

div.kuva {
	position: relative;
	top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	height: 72px;
	background-image: url(../images/pellava.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 3px;
}

div.contents-text {
	position: relative;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 70px 50px 70px 50px;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: arial;
}

.hide { 
	position:absolute; 
	visibility:hidden; 
}
.show { 
	position:absolute; 
	visibility:visible; 
}

