table.results {
	margin:10px 0 0 -1px;
	width:900px;
	border-collapse: collapse;
	border: 1px solid #ACACAE;
	background: white;
	clear:both;
}
table.short {
	width: 429px;
	margin: 10px 0 10px 12px;
	_margin-left: 6px;
	float: left;
}
table.odd {
	/*clear: left;*/
}
/*
table.even {
	margin-left: 30px;
}
*/
table.results td,
table.results th {
	text-align: left;
	margin: 0;
	padding: 3px 5px 3px 10px;
	vertical-align: top;
	border: 1px solid #ACACAE;
	color: black;
}
table.results td.int,
table.results th.int {
	text-align: right;
}
table.results th {
	background: transparent url('./images/block_bg.jpg') left center repeat-x;
}
table.results caption {
	text-align: center;
	line-height: 1.5em;
	border: none;
	background: transparent url('./images/block_bg.jpg') left center no-repeat-x;
	padding: 5px;
	font-weight: bold;
	color: black;
	font-size: 1.1em;
	text-indent: 0.4em;
}

.riks {
	padding:0;
	margin:10px 0 10px 25px;
	list-style-type:none;
	font-size: 1.1em;
}
.riks li {
	display:block;
	margin:0 0 3px 0;
}
.riks li a {
	color:black;
	text-decoration:none;
}
.riks li a:hover {
	text-decoration:underline;
}

ol.siks {
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}
ol.siks li {
	margin: 0 20px 5px 20px;
	padding: 0;
	width: 240px;
	list-style-type: none;
	float: left;
}
html>body ol.siks li {
	margin: 0 25px 5px 25px;
}

ol.siks li a {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	line-height: 20px;
	height: 20px;
}
ol.siks li a:hover {
	background: #F1EFE9;
}
ol.siks li a .sikno {
	float: right;
	cursor: pointer;
}