body {
	position: absolute; 
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


a,a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.vkbutton {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#amountbounded {
	font-family: Verdana;
	font-size: 10pt;	
}

#boundstable tr td {
	font-size: 9pt;
	padding-left: 6px;
	vertical-align: top;
}

#boundsselecttable tr td {
	font-size: 9pt;
	padding: 3px;
	vertical-align: top;
	width: 100%;
}

#boundsselecttablecontainer {
	height: 200px;
	overflow: auto;
	border: 1px solid #CCCCCC;
}

.smallgrey {
	font-size: 8pt;
	color: #AAAAAA;
}

.boundsheaderrow td {
}

.datatable, #datatable {
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #ffffff;

}

.disabled #datatable, .disabled, .disabled .datatable {
	color: #888888;
	font-family: Verdana;
	font-size: 10pt;	

}

#datatable tr, .datatable tr  {
	font-size: 8pt;  
	vertical-align: top;
	font-family: Tahoma, Verdana, Arial;
}

#datatable td {
}

.evenrow {
	background-color: #d3e4d7;
}

td.totalcol {
	text-align: right;
}

.totalrow td{
	border-top: 8px solid white;
	background-color: #95beb4;
	font-weight: bold;
}

.boundlistevenrow {
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}

#tablecontainer {
	overflow: auto;
/*	border: 1px solid #EEEEEE; */
}

.rajaus {
	font-size: 8pt;
}

a.rajaus {
	color: #225588;
}

a.rajaus:hover {
	color: #DD0000;
}

.headerrow td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding-left: 20px;
	background-color: #95beb4;
	font-weight: bold;
	vertical-align: bottom; 
	text-align: right;
}

/*
.vertical {
	writing-mode: tb-rl; filter: flipv() fliph();
}
*/

td.varname {
	font-size: 10pt;
	padding-left: 2px;
	margin: 2px;
	text-align: left;
}

td.value {
	text-align: right;
}

td.headercol {
	white-space: nowrap;
	text-align: left;
}

.vksubheader {
	font-weight: bold; 
	font-size: 10pt;
	margin-bottom: 10px;
	background-color: #EEEEEE; 
	padding: 2px;
}

.boldlink {
	font-size: 10pt;
}

.formheader {
	font-size: 9pt;
	font-weight: bold;
	white-space: nowrap;
}

.formtext {
	font-size: 9pt;
	
}

.formtable tr td {
	padding: 3px;

}

#kuutiolayout, .kuutio {
	position: absolute;  
	top: 55px;
	left: 10px; 
	padding-left: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 2px solid #C6E3DE;
	Z-index: 1;
	background: white;
	margin-right: 12px;
	width: 95%; 
}


#desc {
	position: absolute; 
	top: 10px;
	left: 10px;
	Z-index: 1;
	font-size: 9pt;
}

p {
	margin-top: 0px;
}

/*
#header {
	font-size: 12pt;
	Z-index: 1;
	background: url("otsikko_tausta.gif");
	left: 10px;
	width: 420px;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-left: 8px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
*/

/*
#logo {
	position: absolute; 
	left: 457px;
	top: 10px;
}
*/
#updatebutton {
	width: 200px;
	height: 70px;
	border-left: 2px solid #C6E3DE;
	border-top: 2px solid #C6E3DE;
	border-right: 2px solid #2DBB8C;
	border-bottom: 2px solid #2DBB8C;
	background-color: #94DCBA;
	color: #FFFFFF;
	font-size: 14pt;
}


input, select {
	margin-left: 2px;
	Z-index: 1;
}

.fieldlabel {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 9pt;
}


.checkboxlabel {
	margin-bottom: 8px;
}

.tooltip {
	font-size: 8pt;
}

.formerror {

}

.textfield {
	border: 1px solid black;
	width: 70px;
}

.button {
	border: 1px solid black;
	margin-bottom: 0px;
}



table#tulokset {
	font-size: 8pt;
	border: 0px solid black;

}

#col2 {
	color: #AA0000;
}

.error {
	font-size: 7pt;
	color: red;
	margin-left: 10px;
	Z-index: 1;
	position: relative;
	top: -5px;
}

#boundselectstablecontainer {
	border: 1px solid #CCCCCC;
	background-color: white;
	height: 200px;
	overflow: auto;
	margin: 20px;
}

#sidebar {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	height: 100%;
	width: 300px;

}

#header a, #header a:visited, #header a:hover {
	font-size: 18pt;
	color: #000000;
}

#content {
}

.section {
	margin-bottom: 30px;
}

.subheader {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
}

.smallsubheader {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 3px;

}


#layout {

}

a.linkbutton {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 2px;
	margin: 2px;
	font-size: 10pt;
	color: #AA0000;
}

a.linkbutton:hover {
	text-decoration: none;
	background-color: #fafafa;
	color: #DD0000;
}

.boundseven {
	background-color: #eeeeee;
}

.boundsheadercol {
	font-size: 9pt;
	vertical-align: top;
	padding-right: 10px;
}

.boundsboundedvars {
	font-size: 8pt;
	vertical-align: top;
}

.boundedvarstable {
	padding: 0px;
	border: 0px;
	margin: 0px;
}


.boundedvarstablecell {
	width: 33%;
	vertical-align: top;	
	text-align: left;
	padding: 2px;
/*	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccddd; */
	white-space: nowrap;
	font-size: 8pt;

}

.infolink {
	font-size: 10pt;
	font-weight: bold;
	color: #6666FF;
	white-space: nowrap;
}

a.infolink:hover {

	font-size: 10pt;
	font-weight: bold;
	color: #DD0000;
}

#bounded td {
}

.calculatebutton {
	font-size: 12pt;
	font-family: Verdana;
	background-color: #eeeeee;
	width: 130px;
	height: 40px;
}

.vkbutton {
	font-family: Verdana;
	background-color: #eeeeee;
	font-size: 8pt;
}

