
.hidden { display: none; }

h2 { margin-bottom: 0.5em; }

h4 { 
	font-size: 90%;
	border-bottom: none;
	padding-left: 3px;
}

#menuContainer {
	position: fixed; 
	overflow: auto;
	max-height: 99%;
	margin: 0px;
	padding: 0px;
	background-color: white;
    z-index: 999;
    border: 1px dotted rgb(160,80,80);
}
#menuContainer h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.contentbox {
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 24%, rgb(240,240,240) 62%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 24%, rgb(240,240,240) 62%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, rgb(230,230,230)), color-stop(0.62, rgb(240,240,240)));
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 24%, rgb(240,240,240) 62%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 24%, rgb(240,240,240) 62%);
	background-image: linear-gradient(bottom, rgb(230,230,230) 24%, rgb(240,240,240) 62%);
	border: 1px solid rgb(230,230,230);
	line-height: normal;
	text-align:justify;
	text-justify:inter-word;
}
.contentbox p {
	padding: inherit;
	margin: inherit;
}

hr {
	 border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.info {
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	font-style: italic;
}


.toolbox, button {
	margin: 5px;
	padding: 5px;
	background-color:  rgb(249, 245, 168);
	float: right;
	border-radius: 5px;
	border: 1px solid rgb(214, 161, 78);
}
button { float: none; }

button:hover { background-color: #ffffff; cursor: pointer; } 

table tbody tr th {
	white-space: nowrap;
}
table {
	font-family:arial;
	font-size: 8pt;
	text-align: center; 
	table-layout:fixed;
}
table thead tr th, table tfoot tr th {
	font-size: 8pt;
	padding: 4px;
}
table thead tr th, table tfoot tr th {
	font-size: 8pt;
	padding: 4px;
	padding-right: 15px;
}
table thead tr .header {
	background-image: url(sort.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table tbody td {
	padding: 4px;
	vertical-align: top;
}
table thead tr .headerSortUp   { background-image: url(sort_up.gif); }
table thead tr .headerSortDown { background-image: url(sort_down.gif); }
table thead tr th, table tbody tr td { max-width: 160px; }

table tr.odd { background-color: #ffffdc; }

table { border-collapse: collapse; }

table td {
	border: dotted gray 1px;
	padding: 0px 10px 0px 10px;
}

table.ristiintaulukointi tbody tr:nth-child(odd) { background-color: #ffffdc; } 

.omatHeader th { vertical-align: top; }

tr.linkki a {
	text-decoration: underline;
	color: #009;
}

tfoot td {
	border-top: dashed 1px black;
}
.sum {
	border-left: dashed 1px black;
}

.search {
	width: 90%; 
	border: 1px solid grey;
	border-radius: 5px; 
	background-color: rgb(240, 240, 240);
	padding: 5px;
	margin-bottom: 10px;
}
.search li { list-style: none; }
.search label { display: block; float: left; width: 7em; }
.search select, .search input { margin: 5px; margin-left: 0px; }

.small { font-size: 80%; color: grey; }

#map {
	height: 580px; 
	width: 400px;
	border-radius: 5px; 
	margin-bottom: 30px;
	margin-left: 30px;
	border: 3px ridge #EEE;	
}
#map.bigMap {
	width: 100%;
}

div#menuContainer {
	padding-top: 10px;
}

