table {
margin-right:	auto;
}

img.eksote {
position:		relative;

}

#tausta {
padding:		none;

}

#sisalto {
display:		none;
}

#vali {
display:		none;
}

#taulu {
display:		table;
max-width:		99%;
}

#val {
display:		inline;
}

table.tablesorter thead {
border-width:		0px;
margin-left:		5px;
color:				black;
font-weight:		bold;
cursor:				pointer;
cursor: 			hand;
border-color:		black;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	max-width: 100%;
	text-align: center;
	border-color:black;

}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid black;
	font-size: 10pt;
	padding: 4px;
}
table.tablesorter thead .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: black;
	padding: 4px;
	background-color: #FFF;
	vertical-align: center;
	border: 1px solid black;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

a:link {
text-decoration: none;
color:			black;
}

a:visited {
text-decoration: none;
color:			black;
}

.tark {
display:		none;
}