﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#e5e5e5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
form {border:0; padding:0;}
img {border:none;}
div.clearer{clear:both; height:1px; font-size:1px; margin:0; padding:0;}
div.clear {clear: both; }

/* Styles required for screen readers */
h1.HIDE, h2.HIDE{
	position:absolute; top:-200em; left:-2000
}
mail_error{font-size: 1.35em; color: #cc0000;}
/*padding: 0 15px 0 25px; display: inline; float: right; font-size: 1.35em; color: #cc0000;}*/

/* MAIN BUILD DIVS */
div#page{
	width:1024px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}
div#content{
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
div#columns_wrap{
	width:970px;
	clear:both;
	padding-top:26px;
}
div#col_1{
	width:480px;
	clear:both;
	margin-right:30px;
	float:left;
}
div#col_2{
	width:296px;
	float:left;
	overflow:hidden;
}
div#col_3{
	width:134px;
	float:right;
}

/* HEADER ITEMS */
div#header{
	width:970px;
	height:149px;
}
div#logo_wrap{
	float:left;
	padding-top:30px;	
}
div#issue_number
{
	visibility:hidden;  /*To only be displayed on paper print out */
	
	width:180px;
	height:120px;
	float:left;
	position:relative;
	text-transform: capitalize;
	padding-left:24px;
	color:#336699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20pt;
	line-height:20pt;
}
div#mag_cover_for_PRINTOUT{
	/* This is only to be displayed no a paper print out */
	display:none;
}
div#printed_message{
	display:none;
}
div#issue_number div{
	position:absolute;
	bottom:0;	
}
div#issue_number div a{
	text-decoration: none;
	color:#336699;
}
div#issue_number div a:hover{
	text-decoration: underline;
}
div#issue_number div a:visited{
	color:#336699;
}
div#issues_information{
	float:left;
	position:relative;
	width:130px;
	height:120px;
	padding-left:24px;
	color:#336699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20pt;
	line-height:20pt;
}
div#issues_information div{
	position:absolute;
	bottom:0;
}
div#sunfeather{
	float:left;
	position:relative;
	 width:315px; 
	 overflow:hidden;
	/*padding-left:4px;
	padding-top:30px;*/
}
div#VIEW_COMMENTS td.uxCaptcha
{
	padding:10px 20px 4px 0;
}

div#top_nav_wrap{
	clear:both;
	width:970px;
	position:relative;
	background:url(../Images/grey_H_dots.gif) repeat-x bottom;
}
div#top_nav_content{
	width:970px;
	background:url(../Images/grey_H_dots.gif) repeat-x top;
	font-size:0.7em;
}
div#top_nav_links{
	font-weight:bold;
	float: left;
}
div#top_nav_links a{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:0.5em 1.5em 0 1.5em;
	height:1.9em;
	text-transform:uppercase;
	background:url(../Images/top_nav_V_dots.gif) no-repeat right;
}
div#top_nav_links a.first_link{
	padding-left:0.6em;
}
div#top_nav_links a.last_link{
	padding-right:1.5em;
	background-image:none;
}
div#nav_search_wrap {
	float:right;
	width:180px;
}
div#nav_search_bg {
	position:absolute;
	left:1em;
	top:0.4em;
	z-index:1;
}
div#nav_search_bg img.seach_text_bg{
	width:23.31em;
	height:1.69em;
	vertical-align:top;
}


div#nav_search_text_box{
	position:absolute;
	left:1.45em;
	top:0.48em;
	z-index:2;
}
div#nav_search_text_box input{
	font-size:1.2em;
	width:18.7em;
	margin:0;
	padding:0;
	background-color:#eaede4;
	border:none;
	height:1.15em;
}
div#nav_search_bg button{
	border:none;
	background:none;
	cursor:pointer;
	font-size:1em;
	font-weight:bold;
	white-space:nowrap;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
div#nav_search_bg button img{
	vertical-align:middle;
	margin-right:0.2em;
}
div#nav_language_link {
	float:right;
	padding:0.5em 1.5em 0 3em;
	height:1.9em;
	text-transform:uppercase;
	background:url(../Images/top_nav_V_dots.gif) no-repeat;
	background-position: 1.5em center;
}
div#nav_language_link a{
	color:#993322;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
/* COL_1 CONTENT ELEMENTS */
div#col_1 a{
	font-weight:bold;
	color:#448822;
	text-decoration:none;
}
div#col_1 a:hover{
	text-decoration:underline;
}
div#TITLE_and_PRINT{
	width:480px;
	background-image:url(../Images/grey_H_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:8px;
	margin-bottom:12px;
}
div#TITLE_and_PRINT div#title{
	float:left;
	color:#bb1100;
	width:385px;
	font-size:1.25em;
	letter-spacing:0.03em;
	text-transform:uppercase;
}
div#TITLE_and_PRINT div#title img{
	vertical-align:baseline;
	margin-right:8px;
}
div#TITLE_and_PRINT div#print{
	float:right;
	white-space:nowrap;
	height:1.2em;
	line-height:1.2em;
}
div#TITLE_and_PRINT div#print a{
	font-size:0.7em;
	font-weight:normal;
	color:#448822;
}
div#TITLE_and_PRINT div#print img{
	vertical-align:middle;
	margin:0 0 0 8px;
}
div#undersida_PRINT_btn{
	width:480px;
	text-align:right;
	padding-bottom:3px;
}
div#undersida_PRINT_btn a{
	font-weight:normal;
	font-size:0.7em;
	color:#448822;
}
div#undersida_PRINT_btn img{
	vertical-align:middle;
	margin-left:10px;
}
div#col_1 p{
	font-size:0.7em;
	line-height:1.5em;
	margin:0 0 1em 0;
}

div#col_1 ul#punktlista{
	font-size:0.7em;
	line-height:1.1em;
	margin:0 0 1em 0;
}
div#col_1 ol{
	font-size:0.7em;
	line-height:1.1em;
	margin:0 0 1em 2.65em;
	padding:0px;
}

div#RfResearch_CONTENT_A ol
{
	font-size: 1em !important;
}

div#col_1 ol li{
	padding:0px;
	margin:0 0 1em;
}
div#col_1 ul ol{
	font-size:1em;
	line-height:1.1em;
	margin:1em 1em 1em 2em;
	padding:0px;
}
div#col_1 ul ol {
	line-height:1.1em;
}

div#fakta_text ul li
{
	font-size:0.7em;
	line-height:1.1em;
	margin:0 0 1em 0;
}


div#col_1 #main_content ul li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	line-height:1.1em;
	margin:0 0 1em 0;
}

#fakta_text ul li
{
	font-size:1.0em !important;
}

div.content_A, div.content_B, div.content_C {
	clear:both;
	padding-bottom:1px;
	/* margin-bottom:10px; */
	padding-top: 10px;
	background-image:url(../Images/red_H_dots.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
div.content_A
{
	background-image: none !important;
	padding-top: 0 !important;
}
div#col_1 h3 a{
	font-weight:normal;
	color:#000;
}
div.content_A h3 {
	font-family:"Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1.1em;
	font-weight:bold;
	color:#000;
	margin:0 0 8px 0;
	padding:0;
}
div.content_A img{
	/*margin-bottom:5px;*/
}
div.content_B h3, div.content_C h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	line-height:1.1em;
	font-weight:normal;
	color:#000;
	margin:0 0 5px 0;
	padding:0;
}
div.content_C div.picture_left{
	float:left;
	padding:0 5px 5px 0;
}
div.content_C div.picture_right{
	float:right;
	padding:0 0 5px 5px;
}
div.content_C div.picture_left, div.content_C div.picture_right{
	width:155px;
	padding-top:5px;
	margin:0;
}
div.content_C div.picture_left img, div.content_C div.picture_right img{
	margin-bottom:4px;
}
div#col_1 div.picture_left p, div#col_1 div.picture_right p{
	color:#333333;
	font-size:0.65em;
	line-height:1.2em;
	margin-bottom:0;
	padding-bottom:0;
}
div#col_1 div.picture_left p, div#col_1 div.picture_right p{
	color:#333333;
	font-size:0.65em;
	line-height:1.2em;
	margin-bottom:0;
	padding-bottom:0;
}
div#col_1 div.content_D{
	/*
	background-image:url(../Images/red_V_dots.gif);
	background-position:top center;
	background-repeat:repeat-y;
	*/
	background-image:url(../Images/two-col-bg.gif);
	background-position:top center;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-bottom: 8px;
}



div.content_D div.picture_in_column{
	padding:0 0 6px 0;
}

div.content_D div.picture_in_column{
	width:230px; /* */
	overflow:hidden;
	/*padding-top:5px; */
	margin:0;
	/*margin-bottom:4px;*/
}
div.content_D div.picture_in_column img{}
div#col_1 div.picture_in_column p{
	color:#333333;
	font-size:0.65em;
	line-height:1.2em;
	margin-bottom:0;
	padding-bottom:0;
}
/* min test, översta nyheterna på förstsidan i en dubbelspalt: */
div#col_1 div.content_X{
	padding-top: 10px;
	margin-bottom: 8px;
}
div#col_1 div.content_AX{
	background-image:url(../Images/two-col-bg-top.gif);
	background-position:top center;
	background-repeat: no-repeat;
}

div.content_X div.picture_in_column{
	padding:5px 0 5px 0;
}

div.content_X div.picture_in_column{
	width:230px; /* */
	overflow:hidden;
	padding-top:0px;
	margin:0;
}
div.content_X div.picture_in_column img{
	margin-bottom:4px;
}
div.content_X_left{
	clear:both;
	float:left;
	width:230px;
	padding-right:5px;
	overflow:hidden;
}

div.content_X_right{
	float:right;
	width:230px;
	overflow:hidden;
}

div.content_X_left h3, div.content_X_right h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	line-height:1.1em;
	font-weight:normal;
	color:#000;
	margin:0 0 5px 0;
	padding:0;
}


div.content_D_left{
	clear:both;
	float:left;
	width:230px;
	padding-right:10px;
	overflow:hidden;
}
div.content_D_right{
	float:right;
	width:230px;
	overflow:hidden;
}
div.content_D_left h3, div.content_D_right h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	line-height:1.1em;
	font-weight:normal;
	color:#000;
	margin:0 0 5px 0;
	padding:0;
}
div#col_1 div#ARTICLE_TEXT{
	width:480px;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
}
div#col_1 div#ARTICLE_TEXT span.first_letter{
	display:block;
	float:left;
	top:0;
	line-height:0.8em;
	padding-right:4px;
	font-family:"Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:3em;
	color:#abbdb1;
}
div#col_1 div#ARTICLE_TEXT p{
	line-height:1.3em;
}

div#col_1 div#ARTICLE_TEXT img#SlideShowImage
{
 max-width:550px;	
}

div#col_1 div#ARTICLE_TEXT div#ImageText
{
  margin-top:5px;
  margin-bottom:15px;
 padding-left:0px;
 font-size:0.7em;
  max-width:550px;
 
}
div#col_1 h4{
	font-size:0.7em;
	margin:0 0 3px 0;
}
div#col_1 div#RfResearch_CONTENT_A h4 
{
	font-size: 1em !important;
}

div#col_1 div.CONTENT_I{
	/*width:300px;*/
	width:480px;
	background-color:#dfe6df;
	margin-bottom:10px;
	/*margin-right: 20px;*/
	float: left;
	
}
div#col_1 div.CONTENT_I_text{
	width:462px;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}
div#col_1 div.CONTENT_I_text p{
	line-height:1.3em;
}
div#col_1 div.CONTENT_I_text h3{
	font-size:0.7em;
	margin:0 0 4px 0;
}
div#col_1 div.CONTENT_I_top{
	height:8px;
	font-size:1pt;
	background-image:url(../Images/cont_I_top.gif);
	background-repeat:no-repeat;
}
div#col_1 div.CONTENT_I_bottom{
	height:2px;
	font-size:1pt;
	background-image:url(../Images/cont_I_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
div#col_1 div.CONTENT_J h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	margin:0;
}
div#col_1 div.CONTENT_J p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
div#col_1 div.CONTENT_J span.red{
	color:#bb1100;
	font-weight:bold;
}
div#col_1 div.CONTENT_J a{
	font-weight:normal;
	color:#000;
}
div#col_1 div.CONTENT_K h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	margin:0;
}
div#col_1 div.CONTENT_K p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
div#col_1 div.CONTENT_K span.red{
	color:#993322;
}
div#col_1 div.CONTENT_L{
	clear:both;
	width:480px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image:url(../Images/grey_H_dots.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:3px;
}
div#col_1 div.CONTENT_L div.text_left{
	float:left;
	background-image:url(../Images/grey_H_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:1.2em;
}
div#col_1 div.CONTENT_L div.text_left a{
	text-decoration:none;
	font-weight:normal;
	color:#000;
}
div#col_1 div.CONTENT_L div.text_left a:hover{
	text-decoration:underline;
}
div#col_1 div.CONTENT_L div.text_left p,
div#col_1 div.CONTENT_L div.text_right p
{
	margin-bottom: 5px;
}
div#col_1 div.CONTENT_L div.text_left span#show_hide_comments{
	cursor:pointer;
}
div#col_1 div.CONTENT_L div.text_left span#show_hide_comments:hover{
	text-decoration:underline;
}
div#col_1 div.CONTENT_L div.text_left span.red{
	color:#993322;
}
div#col_1 div.CONTENT_L div.text_right{
	float:right;
	color:#999;
	width:270px;
	text-align:right;
}
div#col_1 div.CONTENT_L div.text_right a{
	color:#448822;
	font-weight:normal;
	text-decoration:none;
}
div#col_1 div.CONTENT_L div.text_right a:hover{
	text-decoration:underline;
}
div#col_1 div#undersida_INNER_col{
	width:176px;/* 180px should be ok, but for IE6. */
	float:right;
}
div#CONTENT_M{
	width:165px;
	float:right;
	background-color:#e5e5e5;
	margin-bottom:10px;
}
div#CONTENT_M_top{
	height:7px;
	font-size:1pt;
	background:url(../Images/cont_M_N_O_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div#CONTENT_M_text{
	width:147px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#993322;
}
div#CONTENT_M_text h3{
	display:block;
	float:left;
	font-size:0.4em;
	color:#fff;
	padding:1px;
	background-color:#993322;
	margin:0 0 4px 0;
	text-transform: uppercase;
}
div#CONTENT_M_text h4{
	clear:both;
	font-size:0.5em;
	margin:0 0 2px 0;
}
div#CONTENT_M_text p{
	font-size:0.5em;
}
div#CONTENT_M_text p a{
	font-weight:normal;
	color:#993322;
}
div#CONTENT_M_bottom{
	height:2px;
	font-size:1pt;
	background-image:url(../Images/cont_M_N_O_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div#CONTENT_N{
	width:165px;
	float:right;
	background-color:#99AACC;
	margin-bottom:10px;
}
div#CONTENT_N_text{
	width:147px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000;
}
div#CONTENT_N_text p{
	margin:4px 0 2px 0;
}
div#CONTENT_N_text a{
	font-weight:normal;
	font-size:0.7em;
	color:#fff;
}
div#CONTENT_N_bottom{
	height:8px;
	font-size:1pt;
	background-image:url(../Images/cont_N_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* backup
div#CONTENT_O{
	width:165px;
	float:right;
	background-color:#e5e5e5;
	margin-bottom:10px;
}
div#CONTENT_O_top{
	height:7px;
	font-size:1pt;
	background-image:url(../Images/cont_M_N_O_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div#CONTENT_O_text{
	width:165px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#993322;
}
div#CONTENT_O_text h3{
	display:block;
	float:left;
	position:relative;
	left:8px;
	font-size:0.4em;
	color:#fff;
	padding:1px;
	background-color:#000;
	margin:0;
	text-transform: uppercase;
}
div#CONTENT_O_text ul{
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
div#CONTENT_O_text ul li{
	margin:0;
	padding:4px 4px 4px 8px;
	font-size:0.5em;
	line-height:1.2em;
}
div#CONTENT_O_text ul li.stripe{
	background-color:#cecece;
}
div#CONTENT_O_text ul li a{
	color:#000;
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
div#CONTENT_O_bottom{
	height:8px;
	font-size:1pt;
	background-image:url(../Images/cont_M_N_O_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}


div#CONTENT_P{
	width:165px;
	float:right;
	background-color:#e5e5e5;
	margin-bottom:10px;
}
div#CONTENT_P_top{
	height:7px;
	font-size:1pt;
	background-image:url(../Images/cont_M_N_O_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div#CONTENT_P_text{
	width:165px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#993322;
}
div#CONTENT_P_text h3{
	display:block;
	float:left;
	position:relative;
	left:8px;
	font-size:0.4em;
	color:#fff;
	padding:1px;
	background-color:#000;
	margin:0 0 4px 0;
	text-transform: uppercase;
}
div#CONTENT_P_text ul{
	clear:both;
	padding-left:0;
	margin:0 0 0 22px;
}
div#CONTENT_P_text ul li{
	padding:0 4px 2px 8px;
	font-size:0.5em;
	line-height:1.2em;
	padding-left:0;
	margin-left:0;
	color:#009900;
}
div#CONTENT_P_text ul li.stripe{
	background-color:#cecece;
}
div#CONTENT_P_text ul li a{
	color:#000;
	font-weight:normal;
	text-decoration:none;
	color:#009900;
}
div#CONTENT_P_bottom{
	height:8px;
	font-size:1pt;
	background-image:url(../Images/cont_M_N_O_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
*/

div#CONTENT_O{
	/*width:165px;
	float:right;*/
	background-color:#e5e5e5;
	margin-bottom:10px;
}
div#CONTENT_O_top{
	height:7px;
	font-size:1pt;
	background-image:url(../Images/cont_M_N_O_top_2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div#CONTENT_O_text{
	/*width:165px;
	position:relative;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#993322;
}
div#CONTENT_O_text h3{
	display:block;
	float:left;
	position:relative;
	left:8px;
	font-size:0.4em;
	color:#fff;
	padding:1px;
	background-color:#000;
	margin:0;
	text-transform: uppercase;
}
div#CONTENT_O_text ul{
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
div#CONTENT_O_text ul li{
	margin:0;
	padding:4px 4px 4px 8px;
	font-size:0.5em;
	line-height:1.2em;
}
div#CONTENT_O_text ul li.stripe{
	background-color:#cecece;
}
div#CONTENT_O_text ul li a{
	color:#000;
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
div#CONTENT_O_bottom{
	height:8px;
	font-size:1pt;
	background-image:url(../Images/cont_M_N_O_bottom_2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
/*slut test */	
div#CONTENT_P{
	/*width:165px;
	float:right;*/
	background-color:#e5e5e5;
	margin-bottom:10px;
}
div#CONTENT_P_top{
	height:7px;
	font-size:1pt;
	background-image:url(../Images/cont_M_N_O_top_2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div#CONTENT_P_text{
	/*width:165px;
	position:relative;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#993322;
}
div#CONTENT_P_text h3{
	display:block;
	float:left;
	position:relative;
	left:8px;
	font-size:0.4em;
	color:#fff;
	padding:1px;
	background-color:#000;
	margin:0 0 4px 0;
	text-transform: uppercase;
}
div#CONTENT_P_text ul{
	clear:both;
	padding-left:0;
	margin:0 0 0 22px;
}
div#CONTENT_P_text ul li{
	padding:0 4px 2px 8px;
	font-size:0.5em;
	line-height:1.2em;
	padding-left:0;
	margin-left:0;
	color:#009900;
}
div#CONTENT_P_text ul li.stripe{
	background-color:#cecece;
}
div#CONTENT_P_text ul li a{
	color:#000;
	font-weight:normal;
	text-decoration:none;
	color:#009900;
}
div#CONTENT_P_bottom{
	height:8px;
	font-size:1pt;
	background-image:url(../Images/cont_M_N_O_bottom_2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

div.undersida_INTRO_A{/* Big pic at top */ 
	width:480px;
}
div#col_1 div.image{
	width:480px;
	display:block;
	position:relative;
}
div#col_1 div.image a.more_pics{
	position:absolute;
	background-color:#fff;
	font-size:0.7em;
	bottom:0px;
	right:0px;
	padding:1px 4px 1px 4px;
	text-decoration:none;
	color:#000;
}
div#col_1 div.image a.more_pics span.red{
	color:#993322;
}
div.undersida_INTRO_A div.caption, div.content_A div.caption{
	clear:both;
}
div.undersida_INTRO_A div.caption p, div.content_A div.caption p{
	font-size:1em;
}
div.undersida_INTRO_A div.caption p span.photographer, div.content_A div.caption p span.photographer{
	font-style:italic;
	line-height:1.5em;
}
div.undersida_INTRO_B, div#Editorial_INTRO_A{
	width:480px;
	margin-bottom:15px;
}
div#col_1 div.undersida_INTRO_B h3,
div#Editorial_INTRO_A h3{
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
div#col_1 div.undersida_INTRO_B h3.darrad,
div#Editorial_INTRO_A h3.darrad
{/* dårrad upper */
	font-size:1.1em;
	font-style:italic;
}
div#col_1 div.undersida_INTRO_B h3.main,
div#Editorial_INTRO_A h3.main{
	font-size:2em;
	line-height:1.2em;
}
div#col_1 div.undersida_INTRO_B h3.nedryck,
div#Editorial_INTRO_A h3.nedryck{/* lower */
	font-size:1.1em;
	font-style:italic;
	padding:0 0 0 0;
	margin:2px 0 0 0;
}
div.undersida_INTRO_C{
	width:480px;
	border-bottom:1px dotted #808080;
	margin:10px 0 10px 0;
	padding:0;
}
div.undersida_INTRO_C div.undersida_INTRO_C_text{
	display:block;
	float:left;
	border-top:1px dotted #808080;
	font-size:0.7em;
	line-height:1.4em;
	padding:4px 0 5px 0;
}
div.undersida_INTRO_C div.undersida_INTRO_C_text span.green{
	color:#448822;
}
div.undersida_INTRO_D{
	width:480px;
	font-size:1.4em;
}
div#col_1 div.RfResearch_INTRO_A{
	clear:both;
	width:480px;
	font-size:1.1em;
}
div#col_1 div.RfResearch_INTRO_A p{
	margin-bottom:3px;
}
div#col_1 div.RfResearch_INTRO_A p.Editor{
	margin-bottom:15px;
	font-size:0.6em;
	color:#448822;
}
div#col_1 div.RfResearch_INTRO_B{
	width:480px;
	padding-bottom:10px;
	background:url(../Images/grey_H_dots.gif) repeat-x bottom;
	margin-bottom:15px;
}
div#col_1 div.RfResearch_INTRO_B h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
div#col_1 div.RfResearch_INTRO_B h3.darrad{/* dårrad upper */
	font-size:1.1em;
	font-style:italic;
}
div#col_1 div.RfResearch_INTRO_B h3.main{
	font-size:1.8em;
	line-height:1.2em;
}
div#col_1 div.RfResearch_INTRO_B h3.nedryck {/* lower */
	font-size:1.1em;
	font-style:italic;
	padding:0 0 0 0;
	margin:3px 0 0 0;
}
div#RfResearch_CONTENT_A div.research{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.3em;
	margin-bottom:28px;
}
div#RfResearch_CONTENT_A p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.3em;
}
div#RfResearch_CONTENT_A p.research_source{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#335588;
	margin:10px 0 7px 0;
}
div#RfResearch_CONTENT_A span.research_title{
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:20px;
}
div#RfResearch_CONTENT_A p.research_source a{
	text-decoration:none;
	font-weight:normal;
	color:#335588;
}
div#RfResearch_CONTENT_A p.research_source a:hover{
	text-decoration:underline;
}
div#col_1 div.Conf_Startsida_INTRO_A{
	width:480px;
	font-size:1.1em;
	background:url(../Images/grey_H_dots.gif) repeat-x bottom;
	padding-bottom:5px;
}
div#col_1 div.Conf_Startsida_INTRO_A p{
	margin-bottom:3px;
}
div#Conf_Startsida_YEARS{
	padding:8px 0 10px 0;
	background:url(../Images/grey_H_dots.gif) repeat-x bottom;
	font-size:0.8em;
	color:#000;
	margin-bottom:6px;
}
div#Conf_Startsida_YEARS a{
	font-weight:normal;
}
div#Conf_Startsida_YEARS span.view{
	color:#000;
	font-weight:bold;
}
div#Conf_Startsida_YEARS span.selected{
	font-weight:bold;
}

div#Conf_Startsida_CONTENT_A p{
	display:block;
	padding-left:30px;
	background:url(../Images/conference_bullet.gif) no-repeat left top;
	font-size:0.8em;
}
div#Conf_Startsida_CONTENT_A span.date{
	line-height:1.9em;
}
div#Conf_Startsida_CONTENT_A a.location{
	color:#000000;
}
div#Conf_Startsida_CONTENT_A a.url{
	font-weight:bold;
	color:#000;
	font-size:0.85em;
}
div#Conf_Startsida_CONTENT_A a.moreInfo_LINK{
	color:#cc8800;
	position:relative;
	top:-1px;
	font-size:0.85em;
	color:#cc8800;
	cursor:pointer;
}
div#Conf_Aktivitet_INTRO_A{
	font-size:1.3em;
}
div#Conf_Aktivitet_INTRO_A p{
	line-height:1.4em;
}
div#Conf_Aktivitet_INTRO_A span.location{
	font-weight:bold;	
}
div#Conf_Aktivitet_INTRO_A a.url{
	color:#000;
	font-size:0.8em;
	font-weight:bold;
}

div.People_News_INTRO_A{
	font-size:1.1em;
	background:url(../Images/grey_H_dots.gif) repeat-x bottom;
	padding-bottom:1px;
	margin-bottom:15px;
}
div#People_News_CONTENT_A{
	width:480px;
	padding-bottom:20px;
}
div#People_News_CONTENT_A div.picture{
	float:left;
	padding:15px 0 0 0;
}
div#People_News_CONTENT_A div.text{
	float:right;
	position:relative;
	width:385px;
	padding:10px 0 20px 0;
	font-size:1.1em;
	background-color:#dfe6df;
	/* min-height hack: */
	min-height:120px;
	height:auto !important;
	height:120px;
}
div#People_News_CONTENT_A div.text p{
	padding:0 15px 0 15px;
}
div#People_News_CONTENT_A div.text span.name{
	padding-left:15px;
	background:url(../Images/bullet_people_news.gif) no-repeat left;
	font-weight:bold;
}
div#People_News_CONTENT_A div.text p.photographer{
	position:absolute;
	bottom:0px;
	font-style:italic;
	line-height:1em;
	color:#666;
	font-size:0.6em;
}

div.back_Issues_INTRO_A{
	font-size:1.1em;
	background:url(../Images/grey_H_dots.gif) repeat-x bottom;
	padding-bottom:1px;
	margin-bottom:15px;
}
div#back_issues_CONTENT_A{
	width:480px;
	padding-bottom:20px;
}
div#back_issues_CONTENT_A div.an_issue{
	
}
div#back_issues_CONTENT_A div.magaz_img{
	float:left;
	padding:0 0 0 0;
}
div#back_issues_CONTENT_A div.text
{
	float: right;
	position: relative;
	width: 385px;
	padding: 0 0 20px 0;
	
	/* min-height hack: */
	min-height:120px; 
	height:auto !important;
	height:120px;/**/
}
div#back_issues_CONTENT_A div.text a.issue_title
{
	display: block;
	padding: 4px 0 4px 15px;
	margin: 0;
	margin-bottom: 1px;	
	background-color: #99AACC;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
div#back_issues_CONTENT_A div.text div.theme
{
	padding: 3px 0 2px 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #B8C4DB;
	font-size:0.8em;
	line-height:1.5em;
}
div#back_issues_CONTENT_A div.text div.theme a
{
	color:#000000;
	font-weight:normal;
}
div#back_issues_CONTENT_A div.text div.info
{
	padding:4px 15px 0 15px;
	margin-top: 1px;
	margin-bottom:2px;
	background-color: #d5dddc;
	/*font-style:italic;*/
	min-height:70px; 
	height:auto !important;
	height:70px;
}

div#back_issues_CONTENT_A div.text div.info p
{
	 font-size:0.8em;
	 line-height:1.5em;
}

div#back_issues_CONTENT_A div.text div.info a.issue_link
{
	color:#333333;
	font-weight:normal;
}
div#back_issues_CONTENT_A div.text p.lower_issue_link{
	position:absolute;
	bottom:0px;
	line-height:1em;
	font-size:0.6em;
}
div#back_issues_CONTENT_A div.text p.lower_issue_link a{
	font-weight:normal;
	color:#333333;
}
/* Back issues, with NO magazine pics */
div#back_issues_CONTENT_A.NO_ISSUE_PICS div.magaz_img{
	display:none;
}
div#back_issues_CONTENT_A.NO_ISSUE_PICS div.text{
	float:left;
	width:480px;
}

div.Article_List_INTRO_A{
	font-size:1.1em;
	background:url(../Images/grey_H_dots.gif) repeat-x bottom;
	padding-bottom:1px;
	margin-bottom:15px;
}

div#Article_List_CONTENT_A{
	width:480px;
	padding-bottom:20px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

div#Article_List_CONTENT_A h3 {
	font-size:0.8em;
	font-weight:bold;
	text-transform: uppercase;
	margin: 10px 0 3px 0;
}

div#Article_List_CONTENT_A a {
	font-size:0.8em;
}

div#Article_List_CONTENT_A a.link
{
	font-weight:normal;
}
div#List_CONTENT_A{
	width:480px;
	padding-bottom:20px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

div#List_CONTENT_A a {
	font-size:0.8em;
}

div#List_CONTENT_A a.link
{
	font-weight:normal;
}
div#List_CONTENT_A span.date
{
	color:#335588;
}
div#search_area{
	clear:both;
	font-size:0.8em;
	color:#993322;
}
div#search_area span.selected{
	font-weight:bold;
}
div#search_area a{
	color:#993322;
	font-weight:normal;
	text-decoration:underline;
}
div#search_area a.selected {
	font-weight: bold;
	text-decoration: none;
}
div#search_area a.nonselected {
	font-weight: normal;
	text-decoration: underline;
}
div#simple_search_wrap {
	float:left;
	position:relative;
	width:32.7em;
	height:2.4em;
	margin-top:5px;
}
div#simple_search_bg {
	position:absolute;
	top:0.4em;
	z-index:1;
}
div#simple_search_bg img.seach_text_bg{
	width:20.39em;
	height:1.45em;
	vertical-align:top;
}
div#simple_search_text_box{
	position:absolute;
	left:0.45em;
	top:0.5em;
	z-index:2;
}
div#simple_search_text_box input{
	font-size:1em;
	width:17em;
	margin:0;
	padding:0;
	background-color:#eaede4;
	border:none;
	height:1.25em;
}
div#simple_search_bg input{
	border:none;
	background:none;
	cursor:pointer;
	font-size:0.85em;
	font-weight:bold;
	white-space:nowrap;
	background-image: url(../Images/search_icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 19px;
	background-color: #fff;
	text-transform: uppercase;
	width: 80px;
	text-align: left;
	margin-top: 1px;
	margin-left: 4px;
	height: 20px;
}
div#simple_search_bg button img{
	vertical-align:middle;
	margin-right:0.2em;
}
div#search_summary{
	clear:both;
	font-size:1.05em;
	padding-bottom:10px;
	background:url(../Images/grey_H_dots.gif) repeat-x bottom;
	margin-bottom:10px;
}
div#search_summary p{
	margin-bottom:0;
}
div#search_summary span.selected{
	font-weight:bold;
	color:#993322;
}
div#search_summary a{
	font-weight:normal;
	text-decoration:underline;
	color:#993322;
}
div#search_summary span.divide{
	color:#993322;
}

div#advanced_search .option_group
{
	clear: both;
	float: left;
	border-top: 1px solid #bbb;
	background-color: #eee;
	font-size: 80%;
	width: 470px;
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
}

div#search_extras .info_panel
{
	margin: 0 0 10px 0;
	border-top: 1px solid #bbb;  /* 1px solid #993322; */
	padding: 7px;
	background-color: #DFE6DF;
	font-size: 80%;
}

div#search_extras .info_panel h2
{
	margin: 0;
	font-size: 110%;
}

div#search_results p{
	font-size:0.8em;
	line-height:1.35em;
	margin-bottom:22px;
}
div#search_results span.number{
	padding-right:10px;
	font-weight:bold;
	color:#448822;
}
div#search_results a.title{
	text-decoration:none;
	color:#448822;
	font-weight:normal;
	background:url(../Images/green_H_dots.gif) repeat-x bottom;
}
div#search_results span.sample{
	clear:both;
	display:block;
	padding:4px 0 4px 0;
}
div#search_results span.date{
	padding-right:15px;
}
div#search_results span.file_size{
	padding-right:15px;
}
div#search_results a.option{
	font-size:0.85em;
	font-weight:normal;
	text-decoration:none;
	color:#666;
}
div#search_results a.option:hover{
	text-decoration:underline;
}
div#search_results p.results_index{
	display:block;
	padding:5px 0 5px 0;	
}
div#search_results p.results_index a, div#VIEW_COMMENTS p.results_index a{
	margin:0 5px 0 5px;
	font-weight:normal;
	color:#993322;
}
div#search_results p.results_index a.prev, div#VIEW_COMMENTS p.results_index a.prev{
	text-decoration:none;
	margin-right:20px;
}
div#search_results p.results_index a.next, div#VIEW_COMMENTS p.results_index a.next{
	text-decoration:none;
	margin-left:20px;
}
div#search_results p.results_index a.end, div#VIEW_COMMENTS p.results_index a.end{
	text-decoration:none;
	margin-left:15px;
}
div#search_results p.results_index a.start, div#VIEW_COMMENTS p.results_index a.start{
	text-decoration:none;
	margin-right:15px;
}
div#Standard_CONTENT_A
{
	font-family:Georgia, "Times New Roman", Times, Serif;
}
div#Standard_CONTENT_A p{
	font-size:1em;
	line-height:1.3em;
}
div#Standard_CONTENT_A div h4
{
	font-size:1em;
}

div.Contact_INTRO_A{
	font-size:1.1em;
	background:url(../Images/grey_H_dots.gif) repeat-x bottom;
	padding-bottom:1px;
	margin-bottom:15px;
}
div#Contact_CONTENT_A{
	font-size:0.8em;
}
div#Contact_CONTENT_A span.red{
	color:#993322;
}
div#Contact_CONTENT_A table tr td, div#VIEW_COMMENTS table tr td{
	padding:10px 20px 10px 0;
}
div#Contact_CONTENT_A input,
div#Contact_CONTENT_A textarea,
div#VIEW_COMMENTS input,
div#VIEW_COMMENTS textarea{
	width:210px;
	border:1px solid #448822;
}
div#Contact_CONTENT_A input.send_button, div#VIEW_COMMENTS input.send_button{
	border:none;
	background-color:#448822;
	width:5em;
	height:2em;
	font-size:0.9em;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
}
div#Contact_CONTENT_A input.send_button:active{
	padding:2px 0 0 2px;
}
/* COL_1 Editorial page */
div#ARTICLE_TEXT div.editor_footer{
	display:block;
	padding-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
div#ARTICLE_TEXT div.editor_footer img{
	float:left;
	margin-right:10px;
}
div#ARTICLE_TEXT div.editor_footer span.editors_name{
	display:block;
	float:left;
	padding-top:15px;
}
/* COL_1 View comments */
div#VIEW_COMMENTS{
	width:480px;
	padding-top:10px;
	font-size:1.1em;
}
div#VIEW_COMMENTS h3{
	margin:0 0 10px 0;
}
div#VIEW_COMMENTS p.Comments_INTRO_A a{
	text-decoration:none;
	font-size:0.9em;
	color:#000;
}
div#VIEW_COMMENTS span.red{
	color:#993322;
}
div#VIEW_COMMENTS p.comment_header{
	display:block;
	margin:0;
}
div#VIEW_COMMENTS span.number{
	padding-right:10px;
	font-weight:bold;
	color:#448822;
}
div#VIEW_COMMENTS span.commentator{
	text-decoration:none;
	font-weight:bold;
	color:#448822;
	background:url(../Images/green_H_dots.gif) repeat-x bottom;
}
div#VIEW_COMMENTS span.comment{
	clear:both;
	display:block;
	padding:6px 0 0 0;
}
div#VIEW_COMMENTS p.date{
	display:block;
	background:url(../Images/green_H_dots.gif) repeat-x bottom;
	padding-bottom:10px;
	font-size:0.6em;
	color:#333333;
}
div#VIEW_COMMENTS p.bottom_comment{

}
div#VIEW_COMMENTS p.date span.time{
	padding-right:10px;
}
div#VIEW_COMMENTS p.results_index{
	display:block;
	padding:0 0 15px 0;
	background:url(../Images/green_H_dots.gif) repeat-x bottom;
}
div#VIEW_COMMENTS table{
	font-size:0.7em;
}
/* COL_2 CONTENT ELEMENTS */
div#content_E { /*BLUE col*/
	clear:both;
	width:296px;
	padding:7px 0 0 0;
	background-image:url(../Images/blue_col_top_dark.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#99AACC;
	margin-bottom:15px;
}

div#listHeader 
{
	background-color:#335588;
	width:296px;
	height:30px;
	padding: 2px;
}

span#listSpan
{
	margin: 0 0 0 18px; 
	color:White ; 
	font-size:1.1em ; 
	font-family:Georgia,'Times New Roman',Times,serif; 
	width:296px;
	text-transform:capitalize;
}

div#content_E_bottom {
	clear:both;
	width:296px;
	padding:0 0 7px 0;
	background-image:url(../Images/blue_col_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
div#content_E h3{
	color:#fff;
	font-size:0.8em;
	padding:5px 0 0 36px;
	margin:0 0 2px 0;
	background-image:url(../Images/blue_col_dot.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-transform: uppercase;
}
div#content_E h3.focus {
	background-image: none;
	padding: 0 0 0 20px;
}
div.wave_on_blue{
	clear:both;
	height:3px;
	font-size:1pt;
	background-image:url(../Images/blue_col_wave.gif);
	background-repeat:repeat-x;
	padding:0 0 4px 0;
	margin:7px 0 0 0;
}
div#content_E a.link_E1{
	padding:0 0 0 20px;
	width:276px;
	display:block;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#484848;
}
div#content_E a.link_E2{
	padding:3px 6px 3px 20px;
	width:270px;
	display:block;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	color:#773333;
}
div#content_E a.link_E3{
	padding:3px 6px 3px 20px;
	width:270px;
	display:block;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	color:#000;
}
div#content_E a.link_E4{
	clear:both;
	display:block;
	padding:0 8px 0 18px;
	margin-top:0.4em;
	text-decoration:none;
	min-height:1em;
	height:auto !important;
}
div#content_E a.link_E4 span.link_E4_category{
	cursor:pointer;
	display:block;
	float:left;
	margin:2px 0 0 0px;
	background-color:#000;
	color:#fff;
	font-size:0.6em;
	font-weight:bold;
	padding:1px 3px 1px 3px;
	text-transform:uppercase;
}
div#content_E a.link_E4 span.link_E4_text{
	cursor:pointer;
	display:block;
	width:200px;
	float:right;
	color:#000;
	font-size:0.8em;
}
div#content_E a.link_E4 span.link_E4_text_nobox{
	cursor:pointer;
	display:block;
	margin-left: 3px;
	color:#000;
	font-size:0.8em;
}
div#content_E a.link_E5{
	padding:3px 0 3px 20px;
	width:276px;
	display:block;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	color:#335588;
}

div#content_E a div.tooltip 
{
	display:none;
}

div#tooltip 
{
	display:none;
	position:absolute;
	margin:-21px 0 0 -243px;
	padding:8px 33px 7px 12px;
	width:222px;
	min-height:48px;
	background:url(../Images/tooltip.png) no-repeat 0 0;
	font-size:10px;
	z-index:1000;
}

div#tooltip p 
{
	margin:0;
}

div#tooltip p.contents 
{
	margin:0;
	max-height:468px;
	overflow:hidden;
}

div#tooltip p.contents div.image_right 
{
	display:none;
}

div#tooltip div.footer 
{
	background:url(../Images/tooltip.png) no-repeat bottom left;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:0;
	right:0;
}

div#content_E a span.tooltiptext 
{
	display:none;
}

div#content_E a.link_E2 span.black{
	color:#000;
	font-weight:normal;
}
div#content_E a.stripe{
	background-color:#b8c4db;/*  */
}
/*div#content_E a.link_E1:hover, div#content_E a.link_E2:hover, div#content_E a.link_E3:hover, div#content_E a.link_E4:hover, div#content_E a.link_E5:hover{
	background-image:url(../Images/blue_col_pointer.gif);
	background-position:left;
	background-repeat:no-repeat;
}
div#content_E a.link_E4:hover{
	background-image:url(../Images/blue_col_pointer.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div#content_E a.stripe:hover{
	background-image:url(../Images/blue_col_pointer_stripe.gif);
	background-position:left;
	background-repeat:no-repeat;
}
div#content_E .selected{
	background-image:url(../Images/blue_col_pointer.gif);
	background-position:left;
	background-repeat:no-repeat;
}
div#content_E .selected_stripe{
	background-image:url(../Images/blue_col_pointer_stripe.gif) !important;
}
*/
div#content_E .selected_top{
	background-position:top left !important;
}
div#content_F { /*RED col*/
	clear:both;
	width:296px;
	padding:7px 0 0 0;
	background-image:url(../Images/red_col_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#993322;
}
div#content_F_bottom {
	clear:both;
	width:296px;
	height:7px;
	font-size:1pt;
	padding:0 0 7px 0;
	background-image:url(../Images/red_col_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
div#content_F div#cF_title_digit{
	float:left;
	width:2.3em;
	height:3em;
	padding:0 0 0 5px;
	position:relative;
	overflow:hidden;
}
div#content_F div#cF_title_digit span{
	position:absolute;
	top:-0.38em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.5em;
	color:#fff;
}
div#content_F div#cF_title{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height:1.1em;
	color:#fff;
}
div#content_F a.link_F1{
	clear:both;
	padding:3px 0 3px 10px;
	width:286px;
	display:block;
	text-decoration:none;
	font-size:0.7em;
	color:#fff;
}
div#content_F a.link_F1 span.digit{
	display:block;
	float:left;
	width:1.6em;
	height:1.25em;
}
div#content_F a.stripe{
	background-color:#ad5c4e;
}
/* COL_3 CONTENT ELEMENTS */

div#text_adjust{
	width:134px;
	font-size:0.7em;
	margin-bottom: 8px;
}
div#text_adjust img{
	vertical-align:top;
	margin:0 5px 4px 0;
}
div#text_adjust img#AAA{
	margin-bottom:8px;
}
div#text_adjust span{
	cursor:pointer;
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
}
div.magazine_cover_wrap{
	width:134px;
	height:118px;
	padding-top:10px;
	position:relative;
}
div.magazine_cover_wrap img{
	position:absolute;
	margin-left:14px;
}
div.mag_box{
	width:134px;
	margin-bottom:15px;
	background-image:url(../Images/mag_box_sides.gif);
	background-position:left;
	background-repeat:repeat-y;
}
div.mag_box_top{
	height:8px;
	font-size:1pt;
	background-image:url(../Images/mag_box_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div.mag_box_bottom{
	height:8px;
	font-size:1pt;
	background-image:url(../Images/mag_box_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
div.mag_text{
	width:124px;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.65em;
	font-weight:bold;
	text-align:center;
}
div.mag_text p.green{
	color:#448822;
	margin:0 0 8px 0;
}
div.mag_text p.red{
	color:#993322;
	margin:0;
}
div#RSS_box{
	width:134px;
	font-size:0.7em;
	padding-bottom:14px;
}
div#RSS_box a{
	text-decoration:none;
	color:#000;
}
div#content_G{
	width:134px;
	background-color:#dfe6df;
	margin-bottom:14px;
	overflow:hidden;
}
div#content_G_top{
	width:134px;
	padding:7px 0 10px 0;
	background-image:url(../Images/cont_G_top.gif);
	background-repeat:no-repeat;
	background-color:#335588;
	overflow:hidden;
}
div#content_G_top h3{
	color:#fff;
	font-size:0.8em;
	padding:5px 0 0 22px;
	margin:0 0 2px 0;
	background-image:url(../Images/Dblue_col_dot.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-transform:uppercase;
}
div#content_G ul{
	margin:0;
	padding:0;
	list-style:none;
}
div#content_G ul li{
	padding:4px 4px 8px 8px;
	font-size:0.7em;
}
div#content_G ul li a{
	display:block;
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;
}
div#content_G ul li a.more{
	padding-top:8px;
}
div#content_G ul li.stripe{
	background-color:#c8cfc8;
}
div#content_G_bottom{
	height:7px;
	background-image:url(../Images/cont_G_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}


div.free_form{
	width:134px;
	padding-bottom:15px;
	margin-top: 15px;
}
div.free_form img{
	width:134px;
	margin:0 0 0 0;
	overflow:hidden;
	border: 0;
}
div.free_form_photo{
	width:134px;
	overflow:hidden;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#335588;
}
div.free_form_text a{
	text-decoration:none;
	color:#fff;
}
div.free_form_text{
	color:#fff;
	background-color:#335588;
	padding-bottom:2px;
	padding-top:4px;
	overflow:hidden;
}
div.free_form_text p
{
	font-size:0.7em;	
	margin:0 4px 4px 8px;
	overflow:hidden;
}
div.free_form_text h3{
	font-size:0.8em;
	padding:0px 0 0 8px;
	margin:0 0 2px 0;
}



div.focus_box{
	width:134px;
	padding-bottom:15px;
}
div.focus_box_photo{
	width:134px;
	overflow:hidden;
}
div.focus_box_text{
	color:#fff;
	background-color:#335588;
	padding-bottom:6px;
}
div.focus_box_text a{
	text-decoration:none;
	color:#fff;
}
div.focus_box_text h3{
	font-size:0.8em;
	padding:5px 2px 0 8px;
	margin:0 0 0 0;
}
div.focus_box_text p{
	font-size:0.7em;
	margin:0 2px 0 8px;
}
div#content_H{
	width:134px;
	background-color:#dfe6df;
	margin-bottom:14px;
	overflow:hidden;
	background-color:#335588;
}
div#content_H_top{
	width:134px;
	padding:7px 0 10px 0;
	background-image:url(../Images/cont_G_top.gif);
	background-repeat:no-repeat;
	background-color:#335588;
	overflow:hidden;
}
div#content_H_top h3{
	color:#fff;
	font-size:0.8em;
	padding:5px 0 0 22px;
	margin:0 0 2px 0;
	background-image:url(../Images/Dblue_col_dot.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-transform:uppercase;
}
div#content_H ul{
	margin:0;
	padding:0;
	list-style:none;
}
div#content_H ul li{
	padding:4px 4px 4px 8px;
	font-size:0.7em;
	color:#fff;
	line-height:1.2em;
}
div#content_H ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
div#content_H ul li a:hover{
	text-decoration:underline;
}
div#content_H ul li a.backissuesLink{
	color:#fff;
	font-weight:normal;
	text-decoration:none !important;
}
div#content_H ul li a.backissuesLink:hover{
	text-decoration:underline !important;
}

div#content_H ul li.stripe{
	background-color:#5c77a0;
}
div#content_H_bottom{
	height:7px;
	background-image:url(../Images/cont_H_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
/* FOOTER */

div#footer{
	clear:both;
	width:970px;
	padding:16px 0 20px 0;
	border-top:25px solid #fff; /* margin-top was not working in Firefox! */
	font-size:0.7em;
	color:#333;
	background-image:url(../Images/footer_wave.gif);
	background-position:top;
	background-repeat:no-repeat;
}
div#footer a{
	text-decoration:none;
	color:#333;
}
div#footer div#footer_left{
	float:left;
	width:485px;
}
div#footer_left span.copyright{
	font-weight:bold;
}
div#footer div#formas_logo{
	float:right;
	padding:0 0 0 10px;
}
div#footer div#footer_right{
	float:right;
	width:28em;
	text-align:right;
}
div#footer_right span.address{
	display:block;
	height:1.8em;
}
div#col_1 div.Conf_Startsida_INTRO_A{
	width:100%;
}
/* BILDSPEL */
body.bildspel{
	background-color:#fff;
}
div#bildspel_wrap{
	width:900px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
}
div#bildspel_header_L{
	float:left;
	width:300px;
	margin:10px 0 0 10px;
	padding-bottom:15px;
}
div#bildspel_header_R{
	float:right;
	position:relative;
	width:300px;
	height:45px;
	margin:10px 10px 0 0;
	text-align:right;
	font-size:0.7em;
}
div#close_win img{
	margin-left:5px;
}
div#bildspel_header_R a{
	text-decoration:none;
	color:#000;
}
div#bildspel_header_R img{
	vertical-align:middle;
}
div#perv_next{
	position:absolute;
	bottom:0px;
	right:0px;
}
div#perv_next img.prev{
	margin-right:5px;
}
div#perv_next img.next{
	margin-left:5px;
}
div#perv_next span.bild_nummer{
	margin:0 5px 0 5px;
}
div#bildspel_frame{
	clear:both;
	width:880px;
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
}
div#bildspel_frame div#image_wrap{
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:center;
}
div#bildspel_text{
	width:880px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 15px 0;
	font-size:0.8em;
	color:#333;
}
div#bildspel_text p{
	margin:0 10px 10px 10px;
}
div#bildspel_text p.copyright{
	font-size:0.85em;
	font-style:italic;
}
div#bildspel_text span.copyright{
	font-size:0.85em;
	font-style:italic;
}
/* FAKTA */
body.fakta{
	background-color:#fff;
}
div#fakta_frame{
	width:500px;
	border:1px solid #ccc;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
div#fakta_close_window{
	display:block;
	height:1.8em;
	border-bottom:1px solid #ccc;
	padding:0.3em 0 0 0;
	text-align:right;
	font-size:0.6em;
}
div#fakta_close_window a{
	text-decoration:none;
	color:#000;
}
div#fakta_close_window img{
	margin:0 10px 0 7px;
	vertical-align:text-bottom;
}
div#fakta_text{
	padding:10px;
	font-size:0.8em;
	line-height:1.6em;
	color:#333;
	height:370px;
	overflow:auto;
}
div#fakta_text h3{
	font-weight:normal;
	font-size:1.5em;
	margin:0 0 10px 0;
}
div#fakta_text h4{
	font-size:1em;
	margin:0 0 0 0;
}
div#fakta_text p{
	margin-top:5px;
}
div#fakta_text span.facts{
	padding:2px;
	margin-right:8px;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
	background-color:#993322;
	text-transform: uppercase;
}

/* GENERAL */
.uppercase
{
	text-transform: uppercase;
}

.image_left, .image_right, .image_left p, .image_right p
{
	font-size: 11px !important;
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	
}

.image_left
{
	margin: 10px 8px 5px 0 !important;
	float: left;
}

.image_right
{
	margin: 10px 0px 5px 8px;
	float: right;
}

.image_left img, .image_right img
{
	display: block;
	margin-bottom: 6px
}

div.error_message
{
	padding: 10px;
	color: #fff;
	border: 3px double #fff;
	background-color: #f00;
	margin-bottom: 10px;
	font-weight: bold;
}

div.ok_message
{
	border: 1px solid #448822;
	padding: 10px;
	margin-bottom: 10px;
}

div.search_box
{
	height: 19px;
	background-image: url(../Images/search_bg_left.gif);
	background-repeat: no-repeat;
	padding: 0;
	border: none;
	float: left;
	width: 80px;
	margin-top: 1px;
}

div.search_box_inner{
	height: 19px;
	background-image: url(../Images/search_bg_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 0 0 0;
	width: 100%;
}

div.search_box input{
	height: 17px;
	background-repeat: no-repeat;
	background-color: Transparent;
	border:none;
	padding: 1px 0 1px 7px;
	width: 90%;
}

div#nav_search_wrap input.button {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	border: none;
	background-image: url(../Images/search_icon.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 0 0 0 19px;
	text-align: left;
	margin-top: 2px;
	margin-left: 4px;
	float: left;
	height: 20px;
}
/* SWEDISH VERSION (tweak widths) (maybe tweak EN widths) */
div#top_nav_content.SE_nav_version div#nav_search_wrap {
	width:270px;
}
div#top_nav_content.SE_nav_version div.search_box {
	width:180px;
}

/*
div#fakta_text
{
	display: none;
} */


/* #206 - 2009.08.28 */
div#Conf_Aktivitet_CONTENT_A{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height:1.5em;
}

div#Conf_Aktivitet_CONTENT_A h2
{
	font-size: 1.4em;
	margin-bottom: 0px;
	margin-top: 2px;
	}
	
div#Conf_Aktivitet_CONTENT_A h3
{
	font-size: 1em;
	}	
	
div#Conf_Aktivitet_CONTENT_A .plattetxt, div#Conf_Aktivitet_CONTENT_A p
{
	font-size: 1em;
	}
	
	
div#Conf_Aktivitet_CONTENT_A .importanttxt
{
	font-weight: bold;
	}
	
/* #288 2010.05.17*/
div#shareFooter
{
	padding:8px;
	height:65px;
	background-image:url(../Images/share_background.png);
	background-position:top;
	background-repeat:no-repeat;
	}

span#shareDela
{
	color:#FFF;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.55em;
	margin:0px;
	background-color:#000;
	padding:1px;
	display:table-cell;
	}
	
div#share_icon_text
{
	/*clear:right;*/
	margin:3px 0 0 0;
}
div#share_icon_text a
{
	font-weight:normal;
	font-size:0.65em;
	margin-right: 4px;
}

div#share_icon_text a.addthis_button_facebook
{
	background: #eaecf4;
	border: 1px solid #c4cfe4;
	padding: 5px 0px 1px 3px;
}

div#share_icon_text ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	

div#share_icon_text li
{
	display:inline;
	}

div#share_icon_text li.first
{
	margin-right: 5px;
	}
	
div#share_icon_text li.last
{
	margin-left: 35px;
	}	


 div#FocusListning 
 {
	width :480px;
	 
 }
 


 
 div#FocusListning div.FocusListning_Intro
 {
	/*font-size: 0.7em;*/
 }

div#FocusListning div.headline
{
	padding-top:15px;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}

div#FocusListning ul
{
	margin-top:6px;
}


div#FocusListning li.article a
{
	font-size:0.7em;
	font-weight:normal;
}

div#FocusListning div.article span.tooltiptext
{ 
	display:none;
}


div#FocusListning li.article a:hover 
{  
	 text-decoration: underline;
	 font-weight:normal;
}

/***************/
.clearfix:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
}
/* borde ligga i ie-css */
.clearfix {
display: inline-block;
}
/* om ie-css - då behövs inte denna */
.clearfix {
display: block;
}
/*************/
 
 
