/* Chromefix for background*/
html {
	height: 100%;
	background: #e5e4dc;
}

body
{
	margin: 0;
	padding: 0;
	font: 76%/1.4 Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #777;
	background: #e5e4dc;
}

a {
	color:#73A5D8;
	text-decoration: none;
}

h1 {
	font-size:140%;
	font-weight:normal;
	margin-bottom:0.9em;
	margin-top:0.6em;
	line-height: 1em;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}

h4 {
	font-family: Georgia, Times, serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}

p {
	margin: 0 0 1em 0;
}

dl {
	margin: 0 0 1em 0;
}

dd {
	margin: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}

.highlight {
	background-color:#f0f0f0;
}


ul.yearNavigation {
	float: left;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
}

ul.yearNavigation li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.yearNavigation li a {
	padding: 0 6px;
	border-left: 1px solid #777;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	display: block;
}

ul.yearNavigation li a.selected {
	color: #777;
}

ul.yearNavigation li:first-child a {
	padding: 0 5px 0 0;
	border-left: none;
}


.archiveLink {
	display: block;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 12px;
	background: url(images/pil.gif) no-repeat left center;
	text-decoration: none;
}


#WrapperContainer {
    margin: 0 auto 0 auto;
    width: 987px;
	background: #fff url(images/main-bg.png) repeat-y top left;
}


#HeaderContainer {
    position: relative;
    margin: 0 13px;
    height: 95px;
    width: 961px;
	background: #fff url(images/header-bg.png) repeat-y top right;
}

#HeaderContainer #LogoContainer {
    position: absolute;
    width: 199px;
    height: 35px;
    top: 37px;
    left: 17px;
	background: url(images/logo.png) no-repeat top left;
}

#HeaderContainer .rightPanel {
    /*float: right;*/
    position: absolute;
    top: 0px;
    right: 0px;
    width: 226px;
    padding: 13px 0 0 16px;
    min-height: 74px;
}

#HeaderContainer .rightPanel #Ticker {
    color: #fff;
    font-size: 0.9em;
    padding: 5px 0 10px 27px;
    margin: 0;
   /* float: left;*/
    white-space: nowrap;
}

#HeaderContainer .rightPanel #Ticker.tickerdown {
    background: url(images/icon-stock-arrow-down.png) no-repeat 0 0;
}
#HeaderContainer .rightPanel #Ticker.tickerup {
    background: url(images/icon-stock-arrow-up.png) no-repeat 0 0;
}
#HeaderContainer .rightPanel #Ticker.ticker {
    background: url(images/icon-stock-arrow-same.png) no-repeat 0 0;
}

#HeaderContainer .rightPanel #Search {
	padding: 5px 0 0 4px;
	margin: 0;
    float: left;
}

#HeaderContainer .rightPanel #SearchField {
    width: 130px;
    border: 1px solid #e1e9ee;
    color: #777;
    outline: none;
    font-size: 0.9em;
}

#HeaderContainer .rightPanel #SearchButton {
    width: 33px;
    background: #f3f6f9;
    border: 1px solid #e1e9ee;
    padding: 0;
    color: #777;
    font-size: 0.9em;
}


#MenuContainer {
	margin: 0 0 0 13px;
    width: 961px;
    display: inline;
    float: left;
    background: #6f5855 url(images/mainmenu-bg.png) repeat-x bottom left;
    position: relative;
}

#MenuContainer ul#MainMenu {
	margin: 0;
	padding: 0 0 1px 10px;
	list-style: none;
	float: left;
}

#MenuContainer ul#MainMenu li {
	margin: 0;
	padding: 0;
	float: left;
}

#MenuContainer ul#MainMenu li.selected {
	background: url(images/mainmenu-hover.png) no-repeat top left;
}

#MenuContainer ul#MainMenu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 28px;
	padding: 0 10px 0 25px;
	background: url(images/mainmenu-bullet.png) no-repeat 8px 50%;
}

#MenuContainer ul#MainMenu li.selected a,
#MenuContainer ul#MainMenu li a:hover {
	background: url(images/mainmenu-bullet-hover.gif) no-repeat 13px 50%;
}



#MenuContainer ul#Functions {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 4px 0 0 0;
	padding: 0;
	list-style: none;
}

#MenuContainer ul#Functions li {
	float: left;
	padding: 1px 7px;
	border-left: 1px solid #fff;
}

#MenuContainer ul#Functions li a {
	color: #fff;
	display: block;
	text-decoration: none;
}

#MenuContainer ul#Functions li:first-child {
	border-left: none;
}

#MenuContainer ul#Functions li.lang_sv a {
	background: url(images/flag_small_sv.gif) no-repeat top left;
	width: 19px;
	height: 16px;
}

#MenuContainer ul#Functions li.lang_sv a span {
	display: none;
}

#MenuContainer ul#Functions li.lang_en a {
	background: url(images/flag_small_en.gif) no-repeat top left;
	width: 19px;
	height: 16px;
	display: block;
}

#MenuContainer ul#Functions li.lang_en a span {
	display: none;
}


#MenuContainer ul#Functions li.key a {
	background: url(images/icon-key.gif) no-repeat left center;
	padding-left: 16px;
}



#MainContainer {
    width: 961px;
    padding: 0 13px 20px 13px;
    float: left;
}

#MainContainer #BreadCrumbs {
	clear: both;
	background: url(images/pil.gif) no-repeat 22px 9px;
	font-size:80%;
	padding: 8px 0 8px 34px;
	border-bottom: 1px solid #a2c3e6;
	line-height: 1em;
}

#MainContainer #BreadCrumbs a {
	text-decoration: none;
}

#MainContainer #LeftContainer {
    float: left;
    width: 245px;
    margin: 0 10px 0 0;
    overflow: hidden;
}

#LeftContainer div.submenu_header {
	margin: 12px 0 0 25px;
	font-size: 120%;
	font-family: Georgia, Times, serif;
}

#LeftContainer ul {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0;
}

#LeftContainer #SubMenu {
	margin: 27px 0 0 25px;
}

#LeftContainer #SubMenu li {
	padding: 1px 0;	
}

#LeftContainer #SubMenu li a {
	text-decoration: none;
	padding: 0 3px;
}

#LeftContainer #SubMenu li a.selectedhaschildren,
#LeftContainer #SubMenu li a.selected {
	background-color: #73A5D8;
	color: #fff;
}


#MainContainer #CenterContainer {
    float: left;
    width: 433px;
    margin: 10px 0 0 0;
    overflow: hidden;
}

#MainContainer #RightContainer {
    float: right;
    width: 222px;
    overflow: hidden;
    padding: 13px 18px 0 0;
}

#MainContainer #RightContainer a {
	text-decoration: none;
}

#MainContainer #RightContainer div.block {
	margin: 0 0 2em 0;
}
#MainContainer #RightContainer div.block dl {
	margin: 0 0 1em 0;
}

#FooterContainer {
	clear: both;
	padding: 20px 0 30px 34px;
	background: #e5e4dc url(images/footer-bg.png) no-repeat top left;
	font-size: 0.8em;
}


body.wide #MainContainer #CenterContainer {
	width: 655px;
}
body.wide #MainContainer #RightContainer {
	display: none;
}






/* Start page styles */
body.start a {
	text-decoration:none;
	color:#777;
}
body.start a:hover {
	text-decoration:underline;
	color:#0089c4;
}

body.start #MainContainer #LeftContainer {
	display: none;
}

body.start #MainContainer #CenterContainer {
	width: 696px;
	padding: 13px 0 0 18px;
	margin: 0 0 0 0;
}

body.start #MainContainer #CenterContainer .twocols {
	float: left;
	width: 696px;
}

body.start #MainContainer #CenterContainer .twocols .col {
	width: 335px;
	float: left;
	margin: 0 12px 0 0;
}


body.start #MainContainer #CenterContainer .postbox {
	background: url(images/postbox-bg.png) repeat-x 0px 0px rgb(243, 245, 248);
	border: 1px solid rgb(227, 233, 238);
	margin-bottom: 3px;
	overflow: hidden hidden;
	padding: 10px 8px;
}


body.start #MainContainer h2,
body.start #MainContainer h4 {
	margin-bottom:3px;
	padding-left:10px;
	color:#fff;
	font-family:Georgia, serif;
	font-size:0.95em;
	line-height:26px;
	background:#0089c4;
	font-weight: normal;
}
body.start #MainContainer .postbox {
	font-size: 1.15em;
	margin: 0 0 3px 0;
	padding: 10px 8px;
	border: 1px solid #e3e9ee;
	overflow: hidden;
	background: #f3f5f8 url(images/postbox-bg.png) 0 0 repeat-x;
}
body.start #MainContainer .postbox .headingbox {
	width:250px;
	margin-left: 58px;
	padding-top: 0.6em;
	font-weight:bold;
}

body.start #MainContainer .postbox .datebox{
	float:left;
	width:48px;
	margin-right:10px;
	font-family:Georgia, serif;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
}
body.start #MainContainer .postbox .day {
	line-height:21px;
	padding-bottom:3px;
	font-size:1.2em;
	border:1px solid #fff;
	background:#9cd2ed;
}
body.start #MainContainer .postbox .month {
	line-height:24px;
	font-size:0.80em;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #fff;
	background:#0089c4;
}
body.start #MainContainer .postbox dt {
	font-weight:bold;
	font-size: 0.85em;
}
body.start #MainContainer .postbox dd {
	margin: 0;
	font-size: 0.85em;
}

body.start #MainContainer .startpuffgrey,
body.start #MainContainer .startpuffgreen {
	color: #fff;
	position: relative;
	width: 335px;
	height: 177px;
	display: block;
	margin: 12px 0;
}

body.start #MainContainer .startpuffgreen span.heading,
body.start #MainContainer .startpuffgrey span.heading {
	font-family: Georgia, Times, serif;
	font-size: 165%;
	position: absolute;
	top: 60px;
	left: 30px;
	font-weight: normal;
}

body.start #MainContainer .startpuffgreen span,
body.start #MainContainer .startpuffgrey span {
	font-size: 110%;
	position: absolute;
	bottom: 65px;
	left: 30px;
	font-weight: bold;
	cursor: pointer;
}

body.start #MainContainer .startpuffgreen:hover,
body.start #MainContainer .startpuffgrey:hover {
	text-decoration: none;
}

body.start #MainContainer .startpuffgrey {
	background: url(images/startpuff_grey.png) no-repeat top left;
}

body.start #MainContainer .startpuffgreen {
	background: url(images/startpuff_green.png) no-repeat top left;
}




.imagebankitem
{
	border: 1px solid #73A5D8;
	padding: 5px;
	margin: 0;
	margin-right:10px;
	margin-bottom: 20px;
	width: 122px;
	height: 200px;
	float: left;
}
.imagebankitem h2
{
	font-size: 100%;
	padding-bottom: 0;
	padding-top: 5px;
	margin:0;
	color: #4B4B4B;
	font-weight: bold;
}
.imagebankitem a
{
	display:block;
	padding-top: 5px;
}



a.pdflink {
	background: url(images/pdf.gif) no-repeat center left;
	padding: 0 0 0 18px;
	text-decoration: none;
}


ul#Sitemap {
	list-style-type: square;
	/*border-left: 1px solid #000;*/
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
}

ul#Sitemap ul {
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
	border-left: 1px solid #000;
	list-style:none;
}

ul#Sitemap li {
	padding: 1px 0;
}



iframe.tickerFrame {
	border: none;
	width: 220px;
	height: 20px;
	overflow: hidden;
}

iframe.startPagePressFrame {
	border: none;
	width: 335px;
	height: 220px;
	overflow: hidden;
}

iframe.rightColPressFrame {
	border: none;
	width: 222px;
	height: 220px;
	overflow: hidden;
	margin: 0 0 1em 0;
}

iframe.pressArchiveFrame {
	border: none;
	width: 433px;
	height: 500px;
}

iframe.subscribePressFrame {
	border: none;
	width: 222px;
	height: 370px;
	overflow: hidden;
}
