﻿/* ------------------------------------ */
/* GLOBALA TAGGAR */
/* ------------------------------------ */
html
{
	font-size: 16px;	
}

body 
{
	background-color: #bae4ef;
	background-image: url(../swedfund_images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

/* ------------------------------------ */
/* WRAPPERS */
/* ------------------------------------ */
#pageWrapperTopSpace
{
	height: 10px;
	width: 954px;
	position: relative;
	margin: auto;
	overflow: hidden;
}

#pageWrapperTop
{
	margin: auto;
	width: 954px;
	height: 2px;
	background-image: url(../swedfund_images/content_area_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}

#pageWrapper
{
	text-align: left;
	margin: auto;
	width: 954px;
	background-color: #fff;
	background-image: url(../swedfund_images/content_area_bg.gif);
	background-repeat: repeat-y;
	position: relative;
	font-size: 1.0em;
}

#pageWrapperBottom
{
	margin: auto;
	width: 954px;
	height: 4px;
	background-image: url(../swedfund_images/content_area_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
}

#pageContentContainer
{
	width: 940px;
	min-height: 550px;
	/* top right bottom left */
	padding: 4px 7px 5px 7px;
	margin: auto;
}

/* ------------------------------------ */
/* SIDHUVUD */
/* ------------------------------------ */
div#pageHead
{
	width: 940px;
	height: 80px;
	background-color: #003e51;
	position: relative;
}

div#swedfundTickerWrapper
{
	position: absolute;
	right: 6px;
	bottom: 5px;
	height: 24px;
	width: 590px;
}

img#swedfundLogo
{
	width: 181px;
	height: 58px;
	margin: 10px;	
}

div#languageToggle
{
	position: absolute;
	right: 9px;
	top: 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

div#languageToggle a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* ------------------------------------ */
/* TOPPNAVIGATION */
/* ------------------------------------ */

/* en DIV som omsluter toppnavigationen */
div#topNavContainer
{
	background-color: #003e51; 
	width: 940px;
	height: 28px;
	border: 0;
	margin-bottom:5px;
	font-size: 1.0em;
}

#topNav /* en stylad ul */
{
	padding: 6px 0 6px 0; /* top right bottom left */
	margin: 0;
	border-right: 0;
	border-top: 1px solid #fff;
	border-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #003e51;
	background-image: url(../swedfund_images/top_nav_tone.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#topNav li 
{
	list-style: none; 
	margin: 0;
	padding: 0;
	display: inline;

}

#topNav li#topNavEndTone 
{
	list-style: none; 
	margin: 0;
	padding: 0;
	display: inline;
}

#topNav li a 
{
	color: #c198c2;
	background-color: #003e51;
	padding: 6px 0.9em;
	border-right: 1px solid #fff;
	text-decoration: none;
	margin-right: -3px;
}

#topNav li a:hover
{
	background-color: #c198c2;
	color: #003e51;
}

#topNav li a.highlight
{
	color: #003e51;
	background-color: #c198c2;
}


/* ------------------------------------ */
/* VÄNSTERNAVIGATION */
/* ------------------------------------ */

div#leftNavContainer /* div som omsluter hela vänsternavigationsblocket */
{
	width: 190px;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}

/* ------ */
/* Nivå 1 */
/* ------ */
ul#leftNav /* detta är en stylad ul */
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #fff;
	font-size: 1.2em;
	font-weight: bold;
}

ul#leftNav a.highlight
{
	color: #003e51;
	background-color: #c198c2;
}

ul#leftNav li 
{
	border-top: 1px solid #fff;
	padding: 0;
	margin: 0;
}

ul#leftNav li.subLevelContainer /* Ingen vit linje när det kommer undernavigation */
{
	border-top: 0;
}

ul#leftNav li a 
{
	color: #c198c2;
	display: block;
	padding: 10px 15px 10px 10px; /* top right bottom left */
	background-color: #003e51;
	background-image: url(../swedfund_images/left_nav_white_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	width: 165px;
}

ul#leftNav li a:hover 
{
	background-color: #c198c2;
	color: #003e51;
}

/* ------ */
/* Nivå 2 */
/* ------ */
ul#leftNav li ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.0em;
	font-weight: normal;
	margin-top: -4px;
}

ul#leftNav li ul li 
{
	border-top: 0;
	margin: 0;
}

ul#leftNav li ul li a 
{
	display: block;
	padding: 5px 15px 5px 10px; /* top right bottom left */
	background-image: none;
	text-decoration: none;
	width: 165px;
	color: #fff;
}


/* ------ */
/* Nivå 3 */
/* ------ */
ul#leftNav li ul li ul 
{
	list-style: none;
	font-size: 1.0em;
	font-weight: normal;
}

ul#leftNav li ul li ul li
{
	border-top: 0;
	margin: 0;
}

ul#leftNav li ul li ul li a 
{
	display: block;
	padding: 5px 15px 5px 20px; /* top right bottom left */
	background-color: #003e51;
	text-decoration: none;
	width: 155px;
	color: #fff;
}

/* ------------------------------------ */
/* CONTENTYTA                           */
/* ------------------------------------ */
div#pageContentArea
{
	width: 745px;
	float: left;
	position: relative;
	background-color: #fff;
	border: 0;
	/* top right bottom left */
	padding: 0px 0px 5px 5px;
	margin: 0;
}

/* CONTENT HEADER */
div#headerWrapper
{
	border: 0;
	width:550px;
	height:167px; 
	position: relative; 
	background-image: url(../swedfund_images/headline_bg.png); 
	float:left;
}

div#headerWrapper h1
{
	position: absolute; 
	width: 257px; 
	bottom: 10px; 
	left: 10px; 
	color: #fff; 
	padding:0; 
	margin: 0px 0px -5px -5px;
}

div#headerWrapper h1.printerHeadline
{
	display: none;
}

img.headlineImage
{ 
	width: 290px;
	height: 147px;
}

img#headerImage
{ 
	width:293px;
	height:167px;
	float:right;
	position:relative;
}

div#tiltShadow
{
	width: 56px; 
	height: 167px;
	position: absolute; 
	left: 257px;
}

/* ------------------------------------ */
/* EXTENDED PAGE TEMPLATE */
/* ------------------------------------ */
div#headerWrapper.extended
{
	width:745px;
}

div#headerWrapper.extended img.headlineImage
{ 
	width: 440px;
	height: 147px;
}

div#tiltShadow.extended
{
	width: 56px; 
	height: 167px;
	position: absolute; 
	left: 452px;
}

div#pageTextArea.extended
{
	width: 725px;
}

div#pageTextArea.showPhoto
{
	width: 725px;
}

div#pageTextArea.showPhoto p
{
	margin-bottom: 0.8em;
}

/* ------------------------------------ */
/* TEXTDEL I HUVUDYTA */
/* ------------------------------------ */
div#pageTextArea
{
	width: 530px;
	float: left;
	position: relative;
	background-color: #fff;
	padding: 10px;
	border: 0;
	margin: 0px;
}

div#pageTextArea.aboveList
{
	padding: 10px 10px 0px 10px;
	margin-bottom: -10px;
}

div#pageTextArea h1
{
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}

div#pageTextArea h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
	color: #000;
}

div#pageTextArea p
{
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 1.6em;
	color: #000;
}

div#pageTextArea a
{
	/*color: #c198c2;*/
	color: #955897;
	text-decoration: none;
}

div#pageTextArea b, strong
{
	font-weight: bold;
	color: #000;
}

div#pageTextArea ul
{
	font-size: 1.2em;
	list-style-type: square;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1.2em;
}

div#pageTextArea li
{
	margin-bottom: 0.7em;
}

div#pageTextArea ol
{
	font-size: 1.2em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1.2em;
}

div#pageTextArea ol ol
{
	font-size: 1.0em;
	margin-bottom: 0;
}

div#pageTextArea p.newsTeaser
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

/* KALENDERGREJER */

div#pageTextArea p.calendarDate, div#pageTextArea p.newsDate
{
	font-size: 1.0em;
	margin-bottom: 0;
}

div#pageTextArea div.hr
{
	height: 1px;
	background: url(../swedfund_images/purple_pixel.gif) repeat-x scroll center;
	/* top right bottom left */
	margin: 10px 0px 10px 0px;
}
div#pageTextArea div.hr hr {
  display: none;
}

div#pageTextArea img.fileIcon
{
	/* top right bottom left */
	margin: 0px 0px -2px -5px;
}

div#pageTextArea a.backLink
{
	font-size: 1.2em;
	font-weight: bold;
}

div#pageTextArea a.newsLink
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.6em;
	display: block;
}

/* ------------------------------------ */
/* FINANSTABELL */
/* ------------------------------------ */
div#pageTextArea table.financeTable
{
	border: 0;
	width: 100%;
}

div#pageTextArea table.financeTable tr
{
	height: 1.6em;
	text-align: left;
}

div#pageTextArea table.financeTable td
{
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

div#pageTextArea table.financeTable td.left
{
	text-align: left;
}

div#pageTextArea table.financeTable th
{
	height: 1.4em;
	text-align: left;
	font-weight: bold;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

div#pageTextArea table.financeTable th.left
{
	text-align: left;
}

div#pageTextArea table.financeTable tr.colored
{
	background-color: #c198c2;
}

div#pageTextArea table.financeTable tr.total
{
	font-weight: bold;
}

/* ------------------------------------ */
/* TRYCKTA PUBLIKATIONER */
/* ------------------------------------ */
div#pageTextArea table.publicationTable
{
	border: 0;
	width: 100%;
}

div#pageTextArea table.publicationTable td
{
	font-size: 1.2em;
}


/* ------------------------------------ */
/* HÖGERSPALT */
/* ------------------------------------ */

/* CONTAINER FÖR HELA HÖGERSPALTEN */
div#pageRightArea
{
	position: relative;
	width: 190px;
	height: auto;
	float: right;
	padding: 0;
	border: 0;

}

div#pageRightArea p
{
	font-size: 1.1em;
	display: block;
	padding-left: 29px;
	width: 150px;
	position: relative;
	clear: both;
}

div#pageRightArea img
{
	position: relative;
	float: left;
	padding-bottom: 5px;
}

/* En div som används istället för hr eftersom hr:ar är
   notoriskt bökiga att få att se likadana ut i olika
   brynare */
div#pageRightArea div.hRule 
{
	height: 1px;
	border-top: 1px solid #003e51;
	/* top right bottom left */
	margin: 3px 0px 3px 0px;
	width: 188px;
}

/* hr finns dock med för riktigt gamla brynare, men den syns normalt inte */
div#pageRightArea hr 
{
	display: none;
}

/* ------------------------------------ */
/* GEMENSAMMA STILAR FÖR HEADERS */
/* ------------------------------------ */
div.relatedHeader
{
	height: 25px;
	background-color: #003e51;
	background-image: url(../swedfund_images/related_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: -3px;
}

div.relatedHeader h3
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
	padding-left: 29px;
}

/* ------------------------------------ */
/*CONTAINER FÖR RELATERADE DOKUMENT */
/* ------------------------------------ */
div#relatedDocs
{
	width: 188px;
	background-color: #fff;
	float: left;
	margin-bottom: 10px;
	padding: 0px 0px 5px 0px;
	border: 1px solid #003e51;
}

div#relatedDocs a
{
	display: block;
	padding-left: 3px;
	padding-top: 5px;
	width: 150px;
	position: relative;
	float: left;
	font-weight: bold;
	text-decoration: none;
	/*color: #c198c2;*/
	color: #955897;
	font-size: 1.1em;
}

/* ------------------------------------ */
/*CONTAINER FÖR RELATERADE LÄNKAR */
/* ------------------------------------ */
div#relatedLinks
{
	width: 188px;
	background-color: #fff;
	float: left;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	border: 1px solid #003e51;
}

div#relatedLinks a
{
	display: block;
	padding-left: 29px;
	padding-top: 5px;
	width: 150px;
	position: relative;
	float: left;
	font-weight: bold;
	text-decoration: none;
	/*color: #c198c2;*/
	color: #955897;
	font-size: 1.1em;
}

/* ------------------------------------ */
/* SIDFOT */
/* ------------------------------------ */
div#pageFooter
{
	height: 27px;
	width: 940px;
	background-color: #003e51;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}

div#pageFooter p
{
	color: #fff;
	padding-top: 6px;
	padding-left: 15px;
	font-size: 1.1em;
}

div#pageFooter a
{
	color: #fff;
}

/* ------------------------------------ */
/* UTSKRIFTSLÄNK */
/* ------------------------------------ */
a.printPage
{
	font-size: 1.2em;
	clear: both;
}


/* ------------------------------------ */
/* CLEARFIX */
/* ------------------------------------ */
.clearfix:after
{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/* Göm för IE Mac */
* html .clearfix { height: 1%; }
/* Sluta gömma för IE Mac */

/* ------------------------------------ */
/* SITEMAP */
/* ------------------------------------ */
div#sitemapArea
{
	width: 530px;
	float: left;
	position: relative;
	min-height: 350px;
	background-color: #fff;
	padding: 10px;
	border: 0;
	margin: 0px;
	font-size: 1.2em;
}

div#sitemapArea ul
{
	list-style-type: none;
	/* top right bottom left */
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

div#sitemapArea a
{
	/*color: #c198c2;*/
	color: #955897;
	text-decoration: none;
}

div#sitemapArea ul li
{
	margin-bottom: 1.2em;
}

div#sitemapArea ul li a
{
	font-weight: bold;
}

div#sitemapArea ul ul
{
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
	margin-left: 1.6em;
	margin-bottom: 0;
}

div#sitemapArea ul ul li
{
	margin-bottom: 0em;
}

div#sitemapArea ul ul li a
{
	font-weight: normal;
}

/* ------------------------------------ */
/* XSLT SEARCH */
/* ------------------------------------ */
.xsltsearch_result p {margin: 0; padding: 0; }
.xsltsearch_ordinal {font-weight: bold;}
.xsltsearch_title {font-weight: bold;}
.xsltsearch_score {font-size: 75%;}
p.xsltsearch_result_description 
{
	padding-bottom: 10px; 
	line-height: 1.4em;
}
.xsltsearch_description strong {background: #C5D3D7;} /* search term highlighting */
.xsltsearch_form
{
	padding-bottom: 15px;
}
#xsltsearch_summary {padding-bottom:15px;}
#xsltsearch_navigation {text-align: center;}
#xsltsearch_navigation .disabled {color: #999;}
#xsltsearch_navigation strong { background: none; }
#xsltsearch_stats {font-size: 75%; color: #666;}