﻿/*** Body **********************************************************/
body {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0em;
	margin: 1.6667em;
}
/*******************************************************************/

/*** Table *********************************************************/
table {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	padding: 0em;
	margin: 0em;
	border-spacing: 0em;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
table caption {
	background-color: RGB(0,67,128);
	color: RGB(255,255,255);
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;
	text-align: left;
	font-weight: bold;
}

td, th {
	padding: 0em;
	margin: 0em;
	border-spacing: 0em;
	border: none;
	vertical-align: top;
}
tbody th, tr.subheader {
	/* The prefered use is tbody, but due to an isse with the htx parser, an alternative way of doing this is to use a class */
	color: #000000;
	background-color: #E2E9F2;
	/* text-align: left; */
	font-weight: bold;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;
	border-bottom: 1px solid #999999;
	white-space: nowrap;
}

th, thead th {
	background-color: #00367F;
	color: #FFFFFF;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;
	vertical-align: bottom;
	white-space: nowrap;
}
tfoot th, tfoot td {
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;
}

tr.oddrow td, tr.evenrow td, tr.rowlight td, tr.rowdark td, td.light, td.darkwithbottom, tr.sumrow td, tr.rolight td, td.SEB-Table-Grid-RowEven, td.SEB-Table-Grid-RowOdd {
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;
	border-bottom: 1px solid #999999;
	vertical-align: baseline;
}
tr.oddrow td, tr.rowlight td, td.light, tr.rolight td, td.SEB-Table-Grid-RowOdd {
	background-color: #FFFFFF;
}
tr.evenrow td, tr.rowdark td, td.darkwithbottom, td.SEB-Table-Grid-RowEven {
	background-color: #F2F2F2;
}

tr.sumrow td {
	border-bottom: none;
	font-weight: bold;
}
tr.sumrowborder td {
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;
	border-bottom: 1px solid #999999;
	vertical-align: baseline;	
}
tr.fundrep td {	
	padding-top: 7px;
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;	
	border-top: 1px solid #999999;
	vertical-align: baseline;
	background-color: #F2F2F2;
	width: 100%;
	height: 30px;
}
td.numeric, th.numeric {
	text-align: right;
}
td.sum, th.sum {
	font-weight: bold;
}
tr.sumrowfund td {
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;
	border-bottom: 1px solid #999999;
	vertical-align: baseline;	
	font-weight: bold;	
}

tr.nodivider td {
	border-bottom-style: none;
}


/*** Text and other content ****************************************/
h1, .pagetitle, p.SEB-Heading-1 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 0em;
	padding: 0em;
	padding-bottom: .5em;
	float: none;
}
h2, .subtitle, p.SEB-Heading-2 {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	font-weight: bold;
	font-size: 1.2em;
	text-indent: 0em;
	font-style: normal;
}

dt {
	font-weight: bold;
}
b, .bold {
	font-weight: bold;
}
.value_up {
	/* Uppgång i värde */
	color: #006699;
}
.value_down {
	/* Nedgång i värde */
	color: #cc3333;
}

/*******************************************************************/

/*** Links *********************************************************/
a {
	color: #3b7a0f;
	text-decoration: underline;
}
a img {
	border: none;
}
/*******************************************************************/

select {
	font-size: 1em;
	color: black;
	font-style: normal;
	border:1px solid #999999;
}
select.combo {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
}

div.bf {
	margin: 0em 0em 0em 0em;
	font-size: 91.667%;
}
div.bf tr.oddrow td, div.bf tr.evenrow td, div.bf tr.rowlight td, div.bf tr.rowdark td, div.bf td.light, div.bf td.darkwithbottom, div.bf tr.sumrow td, div.bf tr.rolight td, div.bf td.SEB-Table-Grid-RowEven, div.bf td.SEB-Table-Grid-RowOdd {
	vertical-align: top;
}

/*******************************************************************/
