body {
	font: 76%/1.4 /*Verdana, */Arial, sans-serif;
	padding: 0;
	margin: 0;
	background: #aaa /*url(/FrameworkIR/images/bg_cloth_grey.gif)*/;
	text-align: center;
}

p, table {
	margin: 0 0 1em 0;
}

a {
	color: #3c839b;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Georgia, Times New Roman, Serif;
	margin: 0 0 0.2em 0;
	padding: 0;
}

h1 {
	font-size: 160%;
	margin: 0 0 0.8em 0;
}


h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
}

.ingress {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 120%;
}



td {
	font-size: 100%;
	line-height: 1.4em;
}


#MainContainer {
	margin: 0 auto 0 auto;
	background: #fff /*url(/FrameworkIR/images/bg_cloth_white.gif)*/;
	width: 990px;
	text-align: left;
}



#TopPanel {
	float: left;
	padding: 0 16px 30px 16px;
	background: #fff /*url(/FrameworkIR/images/bg_cloth_white.gif)*/;
}

#TopPanel #PageHeader {
	list-style: none;
	padding: 0;
	margin: 0;
}

#TopPanel #PageHeader li {
	float: left;
	padding: 10px;
	margin: 0;
}

#TopPanel #PageHeader li.first {
	padding: 15px 10px 10px 0;
}

#TopPanel #PageHeader li.heading h2 {
	line-height: 43px;
	font-size: 140%;
	padding: 0;
	margin: 0;
	color: #aaa;
	
}

#TopPanel #PageHeader li.last {
	float: right;
	padding: 10px 0 10px 10px;
	text-align: right;
	width: 330px;
}

#TopPanel #PageHeader #QuickSearchBox {
	/*clear: both;*/
	float: right;
	padding: 10px 0 0 0;
}


#TopPanel #PageHeader #LanguageSelector {
	margin: 0;
	padding: 10px 15px 0 0;
	list-style: none;
	float: right;
}

#TopPanel #PageHeader #LanguageSelector li {
	padding: 2px;
}


#TopPanel #PageHeader #LanguageSelector a.selected {
	font-weight: bold;
	text-decoration: none;
}


#TopPanel ul#TopMenu {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 100%;
	padding: 2px 0;
	margin: 0;
	width: 958px;
	float: left;
	list-style: none;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

#TopPanel ul#TopMenu li {
	float: left;
	margin : 0;
	height: 26px;
	overflow: hidden;
}

#TopPanel ul#TopMenu li a {
	color: #000;
	text-decoration: none;
	padding: 5px;
	display: block;
}

#TopPanel ul#TopMenu li.selected {
	font-weight: bold;
	/*background: #505050 url(/FrameworkIR/images/topmenu-corner-left.gif) no-repeat left top;*/
	border-bottom: 2px solid #505050;
}

#TopPanel ul#TopMenu li.selected a {
	/*color: #fff;*/
	color: #000;
	/*background: url(/FrameworkIR/images/topmenu-corner-right.gif) no-repeat right top;*/
}


#LeftPanel {
	/*width: 290px;*/
	width: 266px;
	min-height: 530px;
	float: left;
	overflow: hidden;
	background: url(/FrameworkIR/images/v-seperator.gif) no-repeat 265px top;
}

#ContentPanel {
	/*width: 680px;*/
	width: 724px;
	float: left;
}

#ContentPanel #MainContentPanel {
	float: left;
	width: 410px;
	padding: 0 0 0 24px;
}

#ContentPanel #RightPanel {
	float: right;
	width: 250px;
}

#ContentPanel #BottomContentPanel {
	clear: both;
	padding: 0 0 0 24px;
}


#BreadCrumbPanel {
	margin-bottom: 20px;
}


#FooterPanel {
	clear: both;
	padding: 30px 0 50px 0;
}

#LeftMenu {
	font-size: 100%;
	padding: 5px 20px 0 0;
}

#LeftMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LeftMenu a {
	text-decoration: none;
	color: #424242;
}


#LeftMenu li.haschildren {
	background: url(/FrameworkIR/images/leftmenu-haschildren.gif) no-repeat left 0.6em;
}
#LeftMenu li.selected,
#LeftMenu li.selectedTopItem {
	background: url(/FrameworkIR/images/leftmenu-selected.gif) no-repeat left 0.7em;
}

#LeftMenu li.topItem {
	background-position: 10px 0.7em;
}

#LeftMenu li.expanded,
#LeftMenu li.expandedTopItem {
	background: url(/FrameworkIR/images/leftmenu-expanded.gif) no-repeat left 0.8em;
}


#LeftMenu a.selected,
#LeftMenu a.expanded,
#LeftMenu a.selectedTopItem {
	font-weight: bold;
}

#LeftMenu li.selectedTopItem {
	background: url(/FrameworkIR/images/leftmenu-topitemselected.gif) no-repeat top left;
}

#LeftMenu li.expandedTopItem {
	background: url(/FrameworkIR/images/leftmenu-topitemexpanded.gif) no-repeat top left;
}

#LeftMenu a.selectedTopItem,
#LeftMenu a.expandedTopItem {
	color: #fff;
	height: 17px;
	width: 241px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}

#LeftMenu ul ul {
	background: #ddd /*url(/FrameworkIR/images/bg_cloth_lightgrey.gif)*/;
	position: relative;
	left: -20px;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}

#LeftMenu ul ul ul {
	background: none;
	left: 0px;
	padding: 0;
}

#LeftMenu li.topItem,
#LeftMenu li.expandedTopItem,
#LeftMenu li.selectedTopItem {
	padding: 2px 0 2px 20px;
}


#LeftMenu ul li {
	padding: 3px 0 3px 10px;
	margin: 0;
	list-style: none;
	position: relative;
}


#BottomContent {
	clear: both;
	padding: 30px 0 0 24px;
	font-size: 90%;
	position: relative;
}



#SharePrice td,
#SharePrice tr,
#SharePrice table {
	background: none !important;
}

#SharePrice b {
	color: #000 !important;
	font-weight: normal;
}

#SharePrice td {
	font-weight: bold;
}



.pageListing {
	list-style: none;
	padding: 0;
	margin: 0;
}





td.tjocklinje {
	padding: 2px 0 2px 0;
	border-bottom: 2px solid #a50000;
}
td.tunnlinje {
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #000000;
}
td.summalinje {
	padding: 2px 0 2px 0;
	border-bottom: 2px solid #666666;
}
td.noline {
	padding: 2px 0 2px 0;
}
td.transpix {
}
td.ingenlinje {
}    



#PuffListArea {
	clear: both;
	padding: 20px 0 0 0;
}



.portalPuff {
	clear: both;
	position: relative;
	padding: 10px 0 10px 0;
	/*left: -24px;
	margin: 0 -40px 0 0;*/
	width: 724px;
}

#PortalPuff1 {
	border-top: 10px solid #8b4e81;
}

#PortalPuff2 {
	border-top: 10px solid #5f4827;
}

#PortalPuff3 {
	border-top: 10px solid #65aac1;
}

.portalPuff .PuffHeader {
	color: #fff;
	padding: 0 0 0 40px;
	height: 39px;
	width: 182px;
	overflow: hidden;
	position: absolute;
	top: -5px;
	left: 0;
}

.portalPuff .PuffHeader a,
.portalPuff .PuffHeader a,
.portalPuff .PuffHeader a {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 39px;
	width: 182px;
}

#PortalPuff1 .PuffHeader {
	background: url(/FrameworkIR/images/startpuff2_heading.gif) no-repeat top left;
}

#PortalPuff2 .PuffHeader {
	background: url(/FrameworkIR/images/startpuff3_heading.gif) no-repeat top left;
}

#PortalPuff3 .PuffHeader {
	background: url(/FrameworkIR/images/startpuff4_heading.gif) no-repeat top left;
}

.portalPuff .PuffHeader h3 {
	font-size: 140%;
	line-height: 42px;
	padding: 0;
	margin: 0;
	font-style: normal;
}


.portalPuff .PuffHeader a {
	color: #fff;
	text-decoration: none;
}


.portalPuff div.inner {
	padding: 30px 10px 10px 40px;
}



#RelatedLinks {
	border-top: 1px solid #adadad;
	margin: 30px 15px 30px 20px;
	padding: 8px 0;
	list-style: none;
}

#RelatedLinks .pdfLink {
	display: block;
	width: 175px;
	padding: 3px 0 3px 55px;
	background: url(/FrameworkIR/images/icon-pdf.gif) no-repeat left 0.2em;
}

#RelatedLinks .xlsLink {
	display: block;
	width: 175px;
	padding: 3px 0 3px 55px;
	background: url(/FrameworkIR/images/icon-excel.gif) no-repeat left 0.2em;
}
