



















/*******************************************
* RESET CSS
*******************************************/
/* 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input{
	margin: 0;
	vertical-align: baseline;
	font-size: 1.11em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************************
* 
***************************************************************/

/* For situations when overflow:hidden can't be used to clear float: */
.clearfix {
	clear: both;
    height: 0;
    visibility: hidden;
}

.forAccessibilityOnly {
	position: absolute;
	left: -5000px;
}

html {
    height: 100%;
    overflow-y: scroll !important;
}

body {
	font: 12px/1.25 Verdana,Arial,helvetica,sans-serif;
	height: 100%;
}

a {
	cursor: pointer;
}

i, em {
	font-style: italic; 
}





/***********************************************************************************************
** JQUERY UI
***********************************************************************************************/

/*
 * jQuery UI CSS Framework 1.8.8
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.8
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget-content { border: 1px solid #E6E2CD; background-color: #F9F8F3; color: #373426; text-size: }
.ui-widget-content a { color: #373426; }

/* Interaction states
----------------------------------*/
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus 
{ border: 1px solid #4F4B37; background: #4F4B37; font-weight: bold; color: #FFF; }
.ui-state-hover a, .ui-state-hover a:hover { color: #FFF; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  { background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Autocomplete 1.8.8
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.8
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
	font-size: 14px;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}






/**********************************************************************************************************
* START COMMON ********************************************************************************************
**********************************************************************************************************/



body {
    background: url("/forskningsradet/gfx/frontpage/background.png") repeat-y scroll center top #f9f8f3;
	color: #373426;
	background-size: 82.5em auto;
}

#Page {
	background-color: #FFF;
	width: 79.13em;
	text-align: left;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;	
}

	#PageContent {
		min-height: 100%;
		float: left;
	}
	
	#PageEnd {
		clear: both;
		height: 15em;
	}
	
a:link,
a:visited,
a:hover,
a:active {
	color: #0072B2;
	text-decoration: none;
}

a:hover {
	color: #47adff;
}

.eWebEditProContent ol{
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
}

 .eWebEditProContent ol > li{
	position: relative;
	padding: 0.2em 0;
	list-style: none;
}

.eWebEditProContent ol > li:before{
	content:counter(li) ".";
	counter-increment:li;
	position:absolute;
	left: -1.4em;
	width:2em;
}


#ColLeft,
#ColWide {
	display: inline;
	float: left;
	padding-top: 2.9166667em;
}

#ColLeft {
	width: 16.0em;
}

#ColWide {
	width: 60.2em;
	margin-left: 2.9166667em;
}

.InnholdsKontainerVideoArkiv,
.ColMiddle {
	float: left;
	width: 41.666668em;
	margin-bottom: 0.8333333em;
}

.ColRight {
	float: left;
	width: 14.333333em;
	margin-left: 2.92em;
	display: inline;
	word-wrap: break-word;
	margin-top: 0.16666667em;
}

h1 {
	font-size: 2.2em;
	margin: -0.4925em 0 0.379em;
	font-weight: normal;
}

h2, h6 {
	font-size: 1.4em;
	font-weight: bold;
}

h3, h4, h5 {
	font-size: 1em; 
	font-weight: bold; 	
}

.eWebEditProContent h4 {
	font-style: italic;
}

.Ledetekst {
	font-weight: bold;
}

strong,
b {
	font-weight: bold;
}

.printInternalContactDetail {
	display:none;
}

#PageContent {
	width: 100%;
}

.hidden {
	display: none;
}

.validation-advice{
	color: #B41414;
	font-weight:bold;
	padding: 0 0 0.8333333em 0 ;
}

.BrodsmuleSti {
	font-size: 0.9166667em;
	color: #797979;
	padding-left: 1.818em;
}

#ColWide .LenkeTilEngelskSide{		
		width: 69.8em;
		position:absolute;		
		top: 14.5em;
		font-size: 0.8333333em;		
		text-align: right;
		
}
	
.ColRight .LenkeTilEngelskSide{	
	width: 17.2em !important;		
}

.ColMiddle select{
	border: 0.16666667em solid #E2DDC4;
	background-color: #f9f8f3; 
	font-family: Verdana;
	font-size: 1.0em;
	color: #373426;
	padding: 0.083333336em;
}

	.ColMiddle .SearchTools #yearSelect {
		margin-left: 1.6666666em;
		width: 8.333333em;
	}

	.ColMiddle .result #kommendeBox{
		margin: -0.16666667em 0 0 1.6666666em;
	}
	
.ColRight .Box.Related {
    display: none;
}
	
.ColRight .Box {
	position: relative;
	z-index: 10;
}

	.ColRight .Box.tipAFriend {
		z-index: 0;
	}
	

	.ColRight .Box ul li{
		padding-bottom: 0.41666666em;
		line-height: 117%;
	}

.SearchPages .pages {
	margin-top: 1.6666666em;
}
 
.ColMiddle.PagePrint{
	float:left;
}

sub{
	vertical-align: sub;
	font-size: 0.75em;
}

sup{
	vertical-align: super;
	font-size: 0.75em;
}


/***************************
* Footer
****************************/

#Footer {
	min-height: 4.9em;
	_height: 4.9em;
	background: #f9f8f3 url(/forskningsradet/gfx/frontpage/footerbackground.png) no-repeat left top;
	width: 82.5em;
	padding: 1.6666666em 0 0.8333333em;
	margin:-7.42em auto 0;
	clear:both;
	overflow:hidden;
}

#Footer.EnglishFooter {
	min-height: 5em;
	_height: 5em;
	margin-top: -5em;
}

	#Footer  p{
		color: #373426;
		font-size: 0.91em;	
		top: 0.4em;
		float:left;
		margin-left: 3.664em;		
	}	
	
	
	#Footer p a{
		color: #0072B2;
	}	
	
	#Footer p em{
		font-weight: bold;
		font-style: normal;
	}	

/*************************
* Venstremeny
*************************/
		
#ColLeft #LeftMenu h2 {
	text-transform: uppercase;
	border-bottom: 0.083333336em solid #4F4B37;
	font-size: 1.1666666em;
	font-weight: normal;
	margin-bottom: 0.714em;
}

	#ColLeft #LeftMenu h2 a{
		color: #373426 !important;
		padding: 0 0 0.143em 1.428em;
		display: block;
	}	
	
	#ColLeft #LeftMenu ul li{
		display: block;
		margin: 0.25em 0;
	}	
	
		#ColLeft #LeftMenu ul li a{
			color: #373426;
			display: block;
			font-size: 1.0em;
			padding: 0.25em 0 0.25em 1.6666666em;
		}	
		
			#ColLeft #LeftMenu ul li a:hover {
				background-color: #f1eee2 !important;
				color: #373426 !important;
			}

		#ColLeft #LeftMenu ul li.notSelected a{
			background: #f9f8f3;
		}	
		
		#ColLeft #LeftMenu ul li a.selected{
			background: #4F4B37;
			color: #FFF;
		}

			#ColLeft #LeftMenu ul li.selected ul li{
				border-bottom: 0.083333336em solid #E2DDC4;
				margin: 0;
			}
			
				#ColLeft #LeftMenu ul li.selected ul li a{
					padding: 0.41666666em 0 0.41666666em 2.917em;
					background: #FFF url(/forskningsradet/gfx/frontpage/arrow-right-medium-brown.png) no-repeat 1.6666666em 0.6666667em;
				}
				
					#ColLeft #LeftMenu ul li.selected ul li a.selected{
						color: #E98300;
						background: transparent url(/forskningsradet/gfx/frontpage/arrow-right-orange.png) no-repeat 1.6666666em 0.6666667em;
					}
					
					#ColLeft #LeftMenu ul li ul li a:hover,
					#ColLeft #LeftMenu ul li.selected ul li a:hover{
						background: #f1eee2 url(/forskningsradet/gfx/globalsearch/navigator-arrow.png) no-repeat 1.6666666em 0.6666667em;
					}
					
						#ColLeft #LeftMenu ul li.selected ul li ul li a,
						#ColLeft #LeftMenu ul li.selected ul li ul li a.selected {
							background: none;
						}
						
						#ColLeft #LeftMenu ul li.selected ul li ul li a:hover {
							background: #f1eee2;
						}	
	
/*******************************************
* CONTENT
*******************************************/	
.ColMiddleHeader{
	position:relative;
	width: 41.666668em;
}
	.ColMiddle .arrangement ul li{
		padding: 5px 0;
	}
	
	#ColWide .ColMiddle .arrangement ul li{
		margin: 0;
	}

	.Arrangementer .ColMiddleHeader h1,
	.Detaljutlysning h1,
	.Midler.Aktivitet h1,
	.Midler .ColMiddleHeader h1,
	.Prosjekt .ColMiddleHeader {
		font-size: 1.8333334em;
	}

	#ColWide .ColMiddle .arrangmentContent{
		margin-bottom: 2em;
	}
	
	.GenerellArtikkel .ColMiddleHeader h1,
	.Arrangementer .ColMiddleHeader h1,
	.kronikkOgKommentar .ColMiddleHeader h1,
	.ColMiddleHeader.Informasjonstekst h1,
	.Seksjonsside .ColMiddleHeader h1,
	.Prosjekt .ColMiddleHeader h1{
		border-top: 1px solid #E2DDC4;
		border-bottom: 1px solid #E2DDC4;
		padding: 0.1896em 0;
		margin: 0.72em 0 0.4925em;
	}

	.ColMiddleHeader .Stikktittel {
		position: absolute;
		margin-top: -1.4166666em;
		text-transform: uppercase;
		color: #bcb28e;
	}

	.ColMiddleHeader .Stikktittel h3{
		font-weight: normal;
	}	
	
.ColMiddle p,
.eWebEditProContent p,
.ColMiddle .eWebEditProContent ul,
.ColMiddle .eWebEditProContent ol,
.ColMiddle.hjelpetekst ul,
.ColMiddle.hjelpetekst ol{
	margin-bottom: 1.3em;
}

	.ColMiddle .intro,
	.ColMiddle .seksjonssideIngress{		
		font-size: 1.3em;
	}

	.ColMiddle .intro {		
		margin-bottom: 1.282em;
	}
	
	.ColMiddle .intro ul li{
	margin-bottom: 10px;
	}
	
	.ColMiddle .intro.boxed {
		font-size: 1em;
		color: #373426;
		padding: 1.6666666em;
		margin-bottom:1.6666666em;
		background: #f9f8f3;
		overflow: hidden;
		width: 38.333332em;
		margin-top: -0.87em;
	}
	
	.ColMiddle .intro.boxed.arrangement {
		margin-top: 0;
		padding:0.8333333em 0.8333333em 1.0em;
	}	
	

		.ColMiddle dt {
			float: left;
			font-weight: bold;
			width: 25%;
			clear:left;
		}
		
		.ColMiddle dd {
			float: left;
			width: 70%;
		}
		
.ColMiddle .comment_pagetopheader {
	margin-bottom: 1.6666666em;
}

.ColMiddle span.caption{
	font-size: 0.9em;
	color: #797979;
	font-weight: normal;
	display: block;
}

.ColMiddle span.fancyboxcaption{
	background: transparent url("/forskningsradet/gfx/cursor-zoom.png") no-repeat right 50%;
	padding-right: 10%;
	width: 90%;
	min-height: 2em;
}

.fancybox {
	cursor: url("/forskningsradet/gfx/cursor-zoom.cur"), pointer;
}

.fancybox img {
	width: 100%;
}

.ColMiddle hr {
	background-color: #E2DDC4;
	height: 0.083333336em;
	border: none;
	margin-bottom: 0.8333333em;
	margin-top: -0.8333333em;
}

.ColMiddle .eWebEditProContent {
	display: block;
	overflow: hidden;
}

.ColMiddle .eWebEditProContent p {
}

.ColMiddle .eWebEditProContent table {
}

.ColMiddle .eWebEditProContent table tr{
	width: 41.666668em;
}

	.ColMiddle .eWebEditProContent table caption{
		font-size: 1.4em;
		font-weight: bold;
		border-bottom: 0.16666667em solid #4F4B37;
		margin-bottom: 0.16666667em;
		text-align: left;
	}

	.ColMiddle .eWebEditProContent th,
	.ColMiddle .eWebEditProContent thead td{
		background-color: #f1eee2;
		font-weight: bold;
	}
	
	.ColMiddle .eWebEditProContent td,
	.ColMiddle .eWebEditProContent th {
		border: 0.083333336em solid #f1eee2;
		padding: 0.41666666em 0.8333333em !important;
	}
	
	.ColMiddle  .GrayBox,	
	.ColMiddle  .ShadingBox {
		background-color: #f9f8f3;
		padding: 0.8333333em 0.8333333em 1.0em;
		display: block;
	}	
	
	.ColMiddle .eWebEditProContent ul,
	.ColMiddle .eWebEditProContent ol,
	.ColMiddle.hjelpetekst ul,
	.ColMiddle.hjelpetekst ol{		
		margin: 0 0.8333333em 1.6666666em;		
	}	
	
	.eWebEditProContent ol,
	.ColMiddle.hjelpetekst ol{
		list-style-type: decimal;
		list-style-position: inside;
	}
		
		.ColMiddle .eWebEditProContent ul li,
		.ColMiddle.hjelpetekst ul li
		{		
			padding-left:1.25em;
			background:transparent url(/forskningsradet/gfx/redesign/bulletpoint.png) no-repeat 0 0.5em;
		}
		
		.ColMiddle .eWebEditProContent ol li,
		.ColMiddle.hjelpetekst ol li{
			margin-left: 1.25em;
		}
	
.ColMiddle .imgbox_left,
.front-page .imgbox_left {
	float: left;
	margin: 0.5em 1.25em 0.8333333em 0;
}

.imgbox_right {
	float: right;
	margin: 0.5em 0 0.8333333em 1.25em;
}


.ColMiddle .author,
.ColMiddle dl.dates {
	overflow: hidden;
	margin: 0.8333333em 0;
}

.ColMiddle dl.dates {
	border-bottom: 0.083333336em solid #E2DDC4;
	border-top: 0.083333336em solid #E2DDC4;
	padding: 0.8333333em 0;
}

	.ColMiddle .author dd,
	.ColMiddle .author dt,
	.ColMiddle dl.dates dd,
	.ColMiddle dl.dates dt {
		float: left;
		padding: 0 0.41666666em 0.41666666em 0;	
	}

	.ColMiddle .author dd,
	.ColMiddle dl.dates dd {
		width: 77%
	}

	.ColMiddle .author dt,
	.ColMiddle dl.dates dt {
		clear: left;
		font-weight: bold;
		width: 21%;
	}	

		.ColMiddle dl.dates dd.publisertDato {
			margin-left: -0.33333334em;
		}
	
.ColMiddle p.quote {
 	background: url("/forskningsradet/gfx/quote.png") no-repeat scroll 0.33333334em 0.33333334em #f9f8f3;	
    float: left;
    font-style: italic;
    line-height: 1.5em;
    margin-right: 0.8333333em;
    padding: 0.5em 0.8333333em 0.6666667em;
    text-indent: 2.3333333em;
    width: 35%;	
}	

	.ColMiddle p.quote.right {
	    float: right;
	    margin-left: 0.8333333em;
	    margin-right: 0;
	    width: 35%;
   	}
	
#comments h2 {
	border-bottom: 0.16666667em solid #4F4B37;
	padding-bottom: 0.41666666em;
	margin-bottom: 0.8333333em;
}

	#comments #comment_input h2 {
		font-size: 1em;
		border-bottom: 0.083333336em solid #E2DDC4;
	}

	#comments #comment_input .commentinput 	{
		color: #797979;
		font-weight: bold;
	}
	
		#comments #comment_input .commentinput label{
			float: left;
			width: 100%;
			padding-bottom: 0.33333334em;
		}
		
		#comments #comment_input .commentinput input,
		#comments #comment_input .commentinput textarea{
			width: 20.0em;
			padding: 0.25em 0.5em;
			border: 0.083333336em solid #c3c2bd;
			margin-bottom: 1.3333334em;
		}
		
		#comments #comment_input .commentinput textarea{
			width: 96%;
		}	
				
		#comments #comment_input .commentinput .captcha{
			margin-bottom: 1.3333334em;
		}

		#comments #comment_input .commentinput #provNy{
			color: #373426;
			margin-bottom: 1.6666666em;
		}
		
		#provNy.hidden{
			display:block;
		}

		#comments #comment_input .commentinput .commentinput_buttons input {
			border: none;
			background: transparent url(/forskningsradet/gfx/redesign/button-background-wide.png) no-repeat scroll 0 0;
			background-size: 16.6em auto;
			font-size: 1.3em;
			height: 2.9em;
			width: 16.8em
			
		}		
		
		#comments .comment_header{
			overflow: hidden;
			padding-bottom: 0.41666666em;
		}	

			#comments .comment_header .comment_name{
				padding-left: 0.8333333em;
				float:left;
			}	
		
			#comments .comment_header .comment_date {
				float:right;
				margin-right: 0.8333333em;
			}	
		
		#comments .comment_body {
			background: #f9f8f3;
			margin-bottom: 1.6666666em;
			padding: 0.8333333em 0.8333333em 1.0em;
		}	
		
#PrintThisPageLink {
	background: transparent url(/forskningsradet/gfx/redesign/print-icon.png) no-repeat left top;
	color: #0072B2;
	float: left;
	padding-left: 3.3333333em;
	line-height: 2.0833333em;
	height: 2.0833333em;
}

/*******************************************
* RIGHT COLUMN
*******************************************/	
.ColRight .Box {
	margin-bottom: 1.6666666em;
}

	.ColRight .Box h4,
	.ColRight .sharebuttons {
		border-bottom: 0.083333336em solid #E2DDC4;
		padding-bottom: 0.16666667em;
		margin-bottom: 1.0em;
	}

.ColRight .Box.tipAFriend h4{
	background: #f9f8f3 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat scroll 95% 50%;
	border-top: 0.083333336em solid #E2DDC4;
	cursor: pointer;
	display: block;
	padding: 0.41666666em;
	font-family: Verdana;
	font-weight: normal;
	margin-top: 1.4166666em;
    *margin-top: 3.0833333em;	
	width: 13.5em;
}


	.ColRight .Box.tipAFriend h4.active{
		background: #f9f8f3 url(/forskningsradet/gfx/globalsearch/show-less-arrow.png) no-repeat scroll 95% 50%;
	}

.ColRight .Box.tipAFriend #tipAFriend {
	color: #797979;
	font-weight: bold;
	height: auto !important;
}
	
	.ColRight .Box.tipAFriend #tipAFriend input,
	.ColRight .Box.tipAFriend #tipAFriend textarea,
	.ColRight .Box.tipAFriend #tipAFriend .captcha{	
		color: #373426;
		width: 97%;
		font-weight: normal;
		margin: 0.375em 0 0.375em;
	}
	
	.ColRight .Box.tipAFriend #tipAFriend input,
	.ColRight .Box.tipAFriend #tipAFriend textarea{	
		border: 0.1em solid #c3c2bd;
	}

	
		.ColRight .Box.tipAFriend #tipAFriend input[type=submit] {	
			border: none;
			background: transparent url(/forskningsradet/gfx/redesign/button-background-narrow.png) no-repeat scroll 0 0.5em;
			background-size: 10.9em auto;
			font-size: 1.3em;
			height: 3.75em;
			width: 11.13em;
		}
	
	.ColRight .Box.tipAFriend #tipAFriend #provNy {
		color: #373426;
		font-weight: normal;
		font-size:0.75em;
	}
	
	/* Fixes borders on the tips box in Opera */
	#tipAFriend input[type=submit] {
		font-size:1.29em !important;
		background-size: 100% auto !important;
	}
	
.ColRight .sharebuttons {
	margin-bottom: 2.5em;
}	
	 
	.ColRight .sharebuttons h4 a {
		float: right;
		height: 1.3333334em;
		margin-left: 0.41666666em;
		margin-top: -0.083333336em;
		text-indent: -833.25em;
		width: 1.3333334em;
	}

	.ColRight .sharebuttons h4 a.twitter {
		background: #fff url(/forskningsradet/gfx/twitter.png) no-repeat right top;
		background-size: 1.33334em;
	}

	.ColRight .sharebuttons h4 a.facebook {
		background: #fff url(/forskningsradet/gfx/facebook.png) no-repeat right top;
		background-size:1.33334em;
	}		



.ColRight .printInternalContactDetail,
.ColRight .printEmail {
	display:none;
}

	
	
	
/***************************
* FORSIDE OG GLOBALSï¿½K GRID
***************************/
.primary-column,
.secondary-column {
	display: inline;
	float: left;
}

.primary-column {
	margin: 1.6666666em 1.6666666em 0 1.6666666em;
	width: 48.333332em;
}

.secondary-column {
	margin: 1.6666666em 0.4em 0 0;
	width: 26.666666em;
}

/******************************************
* Globalsï¿½k
******************************************/
.global-search .primary-column form {
	background: #f1eee2;
	display: block;
	height: 1%; /* hasLayout for IE6 */
	margin-bottom: 1.6666666em;
	overflow: hidden;
	padding: 0.8333333em;
}

	.global-search .primary-column form .query-field {
		border: 0.083333336em solid #E2DDC4;
		float: left;
		font-size: 1.1666666em;
		line-height: 1.25;
		padding: 0.428em 0.714em;
		width: 35.572em;
	}

	.global-search .primary-column form .query-button {
		background: transparent url(/forskningsradet/gfx/globalsearch/search-query-button.png) no-repeat center top;
		background-size: 1.95em auto;
		border: none;
		cursor: pointer;
		float: left;
		height: 1.95em;
		margin: 0.225em 0 0 0.75em;
		padding: 0;
		text-indent: -833.25em;
		width: 1.95em;
		text-transform:capitalize;
	}

.global-search .primary-column .result .header {
	border-bottom: 0.16666667em solid #4F4B37;
	margin-bottom: 0.8333333em;
	padding: 0 0.8333333em 0.33333334em 0.8333333em;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
}

	.global-search .primary-column .result .header h1 {
		float: left;
		font-size: 1.4166666em;
		font-weight: bold;
		margin: 0;
	}

	.global-search .primary-column .result .header .sort {
		float: right;
		font-size: 1.0em;
		margin-top: 0.41666666em;
	}

		.global-search .primary-column .result .header .sort .selected {
			font-weight: bold;
		}

		.global-search .primary-column .result .header .sort a.asc,
		.global-search .primary-column .result .header .sort a.desc {
			background-color: transparent;
			background-position: right 50%;
			background-repeat: no-repeat;
			padding-right: 1.25em;
		}

			.global-search .primary-column .result .header .sort a.asc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png);
			}

			.global-search .primary-column .result .header .sort a.desc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png);
			}


.global-search .primary-column .result .subheader {
	background: #f1eee2;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
	padding: 0.8333333em;
}

	.global-search .primary-column .result .subheader .hits {
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-large.png) no-repeat 0 65%;
		float: left;
		font-size: 1.4166666em;
		font-weight: bold;
		padding-left: 0.882em;
	}

	.global-search .primary-column .result .pagination {
		font-size: 1.0em;
		float: right;
		overflow: hidden;
	}

		.global-search .primary-column .result .pagination span,
		.global-search .primary-column .result .pagination a {
			float: left;
		}

			.global-search .primary-column .result .pagination span.current,
			.global-search .primary-column .result .pagination a.page {
				border: 0.083333336em solid #E2DDC4;
				height: 1.5em;
				margin-left: 0.25em;
				padding: 0.16666667em 0.41666666em;
			}

			.global-search .primary-column .result .pagination span.current {
				border-color: #4F4B37;
				background: #4F4B37;
				color: #fff;
			}

			.global-search .primary-column .result .pagination a.page {
				background: transparent url(/forskningsradet/gfx/globalsearch/pagination-button-bg.png) repeat-x 0 0;
				color: #4F4B37;
			}

			.global-search .primary-column .result .pagination span.seperator {
				margin: 0 0.16666667em 0 0.41666666em;
			}

			.global-search .primary-column .result .pagination span.seperator,
			.global-search .primary-column .result .pagination .prev,
			.global-search .primary-column .result .pagination .next {
				padding-top: 0.25em;
			}

			.global-search .primary-column .result .pagination .prev {
				margin-right: 0.5833333em;
			}

			.global-search .primary-column .result .pagination .next {
				margin-left: 0.8333333em;
			}

			.global-search .primary-column .result .pagination span.prev,
			.global-search .primary-column .result .pagination span.next {
				display: none;
			}

		.global-search .primary-column .result .pagination ul {
			overflow: hidden;
		}

		.global-search .primary-column .result .pagination li {
			float: left;
			margin-left: 0.25em;
		}

.global-search .primary-column .result .footer {
	overflow: hidden;
	padding: 0.8333333em;
}

.global-search .secondary-column .navigator-instructions {
	background: #f9f8f3;
	padding: 0.8333333em 0.8333333em 1.0em 0.8333333em;
	margin-bottom: 0.8333333em;
	font-size:1.0em;
}

	.global-search .secondary-column .navigator-instructions a {
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-blue.png) no-repeat right 70%;
		display:block;
		text-align:right;
		padding-right:1.25em;
		margin-top: 0.41666666em;
	}

.global-search .secondary-column .clear-navigators {
	background: #f1eee2;
	padding: 0.8333333em 0.8333333em 1.0em 0.8333333em;
	margin-bottom: 0.083333336em;
}

	.global-search .secondary-column .clear-navigators a {
		background: transparent url(/forskningsradet/gfx/globalsearch/clear-navigators-button.png) no-repeat 0 0;
		color: #4F4B37;
		display: block;
		font-size: 1.1666666em;
		height: 2.3333333em;
		line-height: 2.1666667em;
		text-align: center;
		width: 21.5em;
	}

.global-search .secondary-column .navigator {
	background: #f9f8f3;
	padding-top: 1.0em;
	margin-bottom: 0.8333333em;
}

	.global-search .secondary-column .navigator.globally-active,
	.global-search .secondary-column .navigator.with-active {
		background: #f1eee2;
	}

	.global-search .secondary-column .navigator h4 {
		background: #4F4B37;
		color: #fff;
		font-size: 1.1666666em;
		font-weight: bold;
		margin: 0 0.6666667em;
		padding: 0.33333334em 1.0em 0.33333334em 1.0em;
	}

	.global-search .secondary-column .navigator ul li a {
		color: #4F4B37;
	}
	
	.global-search .secondary-column .navigator ul li a span{
		padding-left:2.5em;
		display:block;
	}

	.global-search .secondary-column .navigator ul {
		padding-bottom: 0.6666667em;
	}

	.global-search .secondary-column .navigator ul.inactive {
		background: #f9f8f3;
	}

	.global-search .secondary-column .navigator ul li {
		border-bottom: 0.083333336em solid #f1eee2;
		font-size: 1.0em;
		margin: 0 0.6666667em;
		padding: 0.8333333em 0.8333333em 0.5em 0;
	}

	.global-search .secondary-column .navigator ul li:last-child {
		border-bottom: 0;
	}

	.global-search .secondary-column .navigator.globally-active ul li,
	.global-search .secondary-column .navigator ul.active li {
		background: transparent url(/forskningsradet/gfx/globalsearch/navigator-crosshair.png) no-repeat 0.6666667em 0.8333333em;
	}

	.global-search .secondary-column .navigator.globally-active {
		margin-bottom: 0;
	}

		.global-search .secondary-column .navigator.globally-active p {
			font-size: 1.0em;
			font-weight: bold;
			padding: 0 0.8333333em 0 0.8333333em;
		}

		.global-search .secondary-column .navigator.globally-active ul {
			padding-bottom: 0;
		}

			.global-search .secondary-column .navigator.globally-active ul li {
				background-position: 0.6666667em 0.25em;
				border-bottom: 0;
				padding-bottom: 0.25em;
				padding-top: 0.25em;
			}

	.global-search .secondary-column .navigator ul.inactive li {
		background: transparent url(/forskningsradet/gfx/globalsearch/navigator-arrow.png) no-repeat 1.0em 1.0em;
	}

		.global-search .secondary-column .navigator ul.inactive li.showMoreLess {
			background: none;
			border-bottom: 0.16666667em solid #4F4B37;
			height: 1%; /* hasLayout for IE */
			overflow: hidden;
			padding: 1.3333334em 0 0 2.5em;
		}
			.global-search .secondary-column .navigator ul.inactive li.showMoreLess a {
				background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat right 60%;
				border-right: 0.8333333em solid #f1eee2;
				border-radius: 0.41666666em 0.41666666em 0 0;
				-moz-border-radius: 0.41666666em 0.41666666em 0 0;
				-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
				cursor: pointer;
				float: right;
				font-size: 1.0em;
				font-weight: bold;
				padding: 0.6666667em 1.3333334em 0.5em 0.8333333em;
			}

				.global-search .secondary-column .navigator ul.inactive li.showMoreLess a.less {
					background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-less-arrow.png) no-repeat right 55%;
				}
				
.global-search ul.results li {
	background-position: 43.083332em 3.3333333em;
	background-repeat: no-repeat;
	border-bottom: 0.083333336em solid #4F4B37;
	font-size:1.0em;
	line-height:1.5;
	/* IE 6 min-height hack: */
		min-height:7.5em; 
		height:auto !important;
		height:7.5em;
	/* end of IE 6 min-height hack */
	padding: 1.6666666em 8.333333em 1.6666666em 0.8333333em;
}

	.global-search ul.results li:hover {
		background-color:#f9f8f3;
		cursor:pointer;
	}

	.global-search ul.results li:last-child {
		border-color: #fff;
	}

	.global-search ul.results li h3 {
		font-weight:bold;
	}

	.global-search ul.results li h4 {
		color: #0072B2;
		font-size: 1.0em;
		font-weight:normal;
		margin:0;
	}

	.global-search ul.results li a {
		font-size: 1.1666666em;
	}
	
	.global-search ul.results li.Person{
		padding: 1.6666666em 0.8333333em;
	}
	
		.global-search ul.results li.Person .noimage,
		.global-search ul.results li.Person .image{
			float:right;
		}

		.global-search ul.results li.Person .noimage {
			background: transparent url(/forskningsradet/gfx/globalsearch/icon-person.png) no-repeat 0 0;
			height: 4.4166665em;
			width: 4.0em;
		}


		.global-search ul.results li.Person h3,
		.global-search ul.results li.Person h4,
		.global-search ul.results li.Person .info {
			width: 32.8em;
			overflow:hidden;
		}

			.global-search ul.results li.Person .info dt,
			.global-search ul.results li.Person .info dd {
				float:left;
			}

			.global-search ul.results li.Person .info dt {
				clear:left;
				padding-right: 0.33333334em;
			}
		
	.global-search ul.results li.MidlerParent {
		background-image: url(/forskningsradet/gfx/globalsearch/icon-midler.png);
	}	

	.global-search ul.results li.Arrangement {
		background-image: url(/forskningsradet/gfx/globalsearch/icon-arrangement.png);
	}

	.global-search ul.results li.ProgFAsset {
		background-image: url(/forskningsradet/gfx/globalsearch/icon-program.png);
	}

	.global-search ul.results li.Video {
		background-image: url(/forskningsradet/gfx/globalsearch/icon-video.png);
	}

		.global-search ul.results li.MidlerParent p,
		.global-search ul.results li.Arrangement p {
			margin-bottom: 0.41666666em;
		}	
	
	
		.global-search ul.results li.MidlerParent .date,
		.global-search ul.results li.Arrangement .date{
			background-color: #4F4B37;
			color: #FFF;
			padding: 0.083333336em 0.41666666em;
			border-radius: 0.25em;
			-moz-border-radius: 0.25em;
			-webkit-border-radius: 0.25em;

		}


.global-search .primary-column .ingen-treff {
	font-size:1.0em;
	padding:0.8333333em;
}

.global-search .go-back {
	display: block;
	font-size: 1.0em;
	margin: 0.8333333em 0 0 1.6666666em;
}

	.global-search .go-back a {
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-left-blue.png) no-repeat left 65%;
		padding-left: 1.25em;
		width: 75.0em;
		float:left;
	}

/**********************************************************************************************************
* SEKSJONSSIDE
**********************************************************************************************************/


.ColMiddle .seksjonssideIngress h2{
	font-size: 1em;
}

.ColMiddle .seksjonssideIngress img {
	display: block;
	width: 32.04em;
	height:auto;
}

.ColMiddle .moduleWide {
	float: left;
	position: relative;
	width: 100%;
}

.ColMiddle .Seksjonssideelement {
	width: 100%;
	float: left;
}

	.ColMiddle .SeksjonssideRssListe h2,
	.ColMiddle .SeksjonssideListe h2, 
	.ColMiddle .Seksjonssideelement h2{
		border-top: 1px solid #4F4B37;
		border-bottom: 1px solid #E2DDC4;
		padding: 0.595em 0; 
		margin-bottom: 0.595em;
	}
		
		.ColMiddle .Seksjonssideelement .seksjonsElementLinks,
		.ColMiddle .SeksjonssideListe .sectionListLink{
			margin-top: 1.6666666em;
		}
	
	
.ColMiddle .moduleWide .SeksjonssideRssListe,
.ColMiddle .moduleWide .SeksjonssideListe {
	position: relative;
	display: block;
	overflow: hidden;
}

	.ColMiddle .SeksjonssideRssListe ul li,
	.ColMiddle .SeksjonssideListe ul li,
    .ColMiddle .SeksjonssideListe .search_resultingress	{
		border-bottom: 0.083333336em solid #E2DDC4;
		padding-bottom: 0.33333334em;
		margin-bottom: 0.33333334em;
	}

.module50L {
	float: left;
	width: 47%;
	margin-right: 5%;
	margin-bottom: 1.6666666em;
}

.module50R {
	float: right;
	width: 47%;
	margin-bottom: 1.6666666em;
}

.seksjonsSoekInformasjonstekst ul li h3 {
	display: block;
	font-size: 1em;
	font-weight: 700;
}

.seksjonsSoekVedlegg table {
	width: 41.666668em;
}

.seksjonsinnhold.rss .feed_items li,
table .search_resultlist .search_result {
	border-bottom: 0.083333336em solid #E2DDC4;
	padding-bottom: 0.6666667em;
	margin-bottom: 0.6666667em;
	float: left;
	width:100%
}

	table .search_resultlist .search_result span.search_resultheader {
		float: right;
	}

	.seksjonsinnhold.rss .feed_items li .title-and-date a,
	table .search_resultlist .search_result a.search_resultheader {
		float: left;
		padding-right: 0.8333333em;
	}

/*********************************************
* NYHETSFORSIDE OG PROGNETT-NYHETSSOK
**********************************************/

.Nyhetssok .Nyheter {
	overflow: hidden;
}

.SearchPage-Nyheter .NyhetsForside table {
	border: none;
}
	.Nyhetssok .Nyheter,
	.SearchPage-Nyheter .NyhetsForside table tr td{
		border-bottom: 0.083333336em solid #4F4B37;
		padding: 0.8333333em 0;
	}
	
		.Nyhetssok .Nyheter div,
		.Nyhetssok .Nyheter h2,
		.SearchPage-Nyheter .NyhetsForside table tr td .info {
			float: right;
			width: 80%;
		}

		.Nyhetssok .Nyheter.fullwidth div,
		.Nyhetssok .Nyheter.fullwidth h2,
		.SearchPage-Nyheter .NyhetsForside table tr td .info.fullwidth {
			width: 100%;
		}
		
			.Nyhetssok .Nyheter:hover,
			.SearchPage-Nyheter .NyhetsForside table tr td:hover {
				background: #f9f8f3;
			}

			.Nyhetssok .Nyheter h2 a,
			.SearchPage-Nyheter .NyhetsForside table tr td .info h2 a {
				font-size: 0.952em;
			}
			
			.Nyhetssok .Nyheter h2 a {
			}
			
			.Nyhetssok .Nyheter .nyhetsForsideDato,
			.SearchPage-Nyheter .NyhetsForside table tr td .info .nyhetsForsideDato {
				color: #797979;
				padding: 1.0833334em 0 0;
				font-size: 0.9166667em;
			}

		.Nyhetssok .Nyheter .forsideBilde {
			float: left;
			width: 20%;
		}
		

/************************************************************************************************
* Facebox
************************************************************************************************/

#facebox table tr td.b {
  background:url(/forskningsradet/gfx/facebox/b.png);
}
 
#facebox table tr td.tl {
  background:url(/forskningsradet/gfx/facebox/tl.png);
}
 
#facebox table tr td.tr {
  background:url(/forskningsradet/gfx/facebox/tr.png);
}
 
#facebox table tr td.bl {
  background:url(/forskningsradet/gfx/facebox/bl.png);
}
 
#facebox table tr td.br {
  background:url(/forskningsradet/gfx/facebox/br.png);
}
 
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
 
#facebox .popup {
  position: relative;
}
 
#facebox table {
  border-collapse: collapse;
  width: auto;
}
 
#facebox table tr td {
  border-bottom: 0;
  padding: 0;
}
 
#facebox .body {
  padding: 0.8333333em;
  background: #fff;
  width: 30.833334em;
}
 
#facebox .loading {
  text-align: center;
}
 
#facebox .image {
  text-align: center;
}
 
#facebox img {
  border: 0;
  margin: 0;
}
 
#facebox .footer {
  /*border-top: 0.083333336em solid #DDDDDD;*/
  padding-top: 0.41666666em;
  margin-top: 0.8333333em;
  text-align: right;
}
 
#facebox .footer img {
  vertical-align: middle;
}
 
#facebox table tr td.tl,
#facebox table tr td.tr,
#facebox table tr td.bl,
#facebox table tr td.br {
  height: 0.8333333em;
  width: 0.8333333em;
  overflow: hidden;
  padding: 0;
}
 
#facebox_overlay {
  position: fixed;
  top: 0.0em;
  left: 0.0em;
  height:100%;
  width:100%;
}
 
.facebox_hide {
  z-index:-100;
}
 
.facebox_overlayBG {
  /*background-color: #000;*/
  z-index: 99;
}
 
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



/********************************************
* PROSJEKTARKIVSOK, ANSATTESï¿½K OG PUBLIKASJON
*******************************************/

.ColMiddle.Prosjekt,
.ColMiddle.Ansatte,
.ColMiddle.Publikasjon {
	width: 58.333332em;
}
	
		

	.ColMiddle .projectSearchFieldContainer form,
	.ColMiddle.Ansatte .ansatteSearchForm form{
		background: #f1eee2;
		display: block;
		height: 1%; /* hasLayout for IE6 */
		margin-bottom: 0.8333333em;
		overflow: hidden;
		padding: 0.8333333em;
		height: 2.5em;
	}


		.ColMiddle .projectSearchFieldContainer form .projectSearchField,
		.ColMiddle.Ansatte .ansatteSearchForm form .employeeSearchField,
		.ColMiddle .publicationSearchFieldContainer form .publicationSearchField{
			border: 0.083333336em solid #E2DDC4;
			float: left;
			font-size: 1.1666666em;
			line-height: 1.25;
			padding: 0.428em 0.714em;
			width: 28.571em;
		}

		.ColMiddle .projectSearchFieldContainer form .projectSearchBtn,
		.ColMiddle.Ansatte .ansatteSearchForm form .employeeSearchBtn{
			background: transparent url(/forskningsradet/gfx/globalsearch/search-query-button.png) no-repeat center top;
			background-size: 1.95em auto;
			border: 0;
			cursor: pointer;
			float: left;
			height: 1.95em;
			margin: 0.225em 0 0 0.75em;
			padding: 0;
			text-indent: -833.25em;
			width: 1.95em;
			text-transform:capitalize;
		}		

		.ColMiddle .projectSearchFieldContainer form .externalalso-wrapper,
		.ColMiddle.Ansatte .ansatteSearchForm form .externalalso-wrapper		{
			float: left;
			margin-left: 3.3333333em;
		}									

			.ColMiddle .projectSearchFieldContainer form .externalalso-wrapper label,
			.ColMiddle.Ansatte .ansatteSearchForm form .externalalso-wrapper label{
				float: left;
				width: 10.833333em;
				margin-left: 0.41666666em;
			}			

			.ColMiddle .projectSearchFieldContainer form .externalalso-wrapper #externalalso,
			.ColMiddle.Ansatte .ansatteSearchForm form .externalalso-wrapper #externalalso{
				float: left;
			}			

ColMiddle.SearchField .info,
.ColMiddle.Ansatte.SearchField .info {
	overflow:hidden;
	margin-bottom: 1.6666666em;
}			
			
	ColMiddle.SearchField .linkToNavigator,
	.ColMiddle.Ansatte.SearchField .linkToNavigator 	{
		width: 40%;
		float: left;
		margin-right: 1.6666666em;
	}
	
		.ColMiddle.SearchField .linkToNavigator .listeHeader,
		.ColMiddle.SearchField .linkToNavigator ul li {
			border-bottom: 0.083333336em solid #E2DDC4;
			margin-bottom: 0.16666667em;
			padding-bottom: 0.16666667em;
		}
		
		.ColMiddle.SearchField .linkToNavigator .listeHeader {
			font-weight: bold;
		}
		
	.ColMiddle.SearchField .searchInfo {
		float: left;
		width: 55%;
	}

	.ColMiddle .SearchTools {
		background: #f1eee2;
		height: 2.8%; /* hasLayout for IE */
		overflow: hidden;
		padding: 0.8333333em;
		margin-bottom: 0.8333333em;
	}	
	
	.ColMiddle .SearchTools .hits {
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-large.png) no-repeat 0 65%;
		float: left;
		font-size: 1.4166666em;
		font-weight: bold;
		padding-left: 0.882em;
	}
		.ColMiddle .SearchTools .hits span,
		.ColMiddle .SearchTools .hits em  {
			padding-right: 0.294em;
		}
		
		.ColMiddle .SearchTools .hits em {
			font-style: normal;
		}

	.ColMiddle .pages {		
		float: right;
		overflow: hidden;
	}

		.ColMiddle .pages span,
		.ColMiddle .pages a {
			float: left;
		}

			.ColMiddle .pages span.current,
			.ColMiddle .pages a.page {
				border: 0.083333336em solid #E2DDC4;
				height: 1.5em;
				margin-left: 0.25em;
				padding: 0.16666667em 0.41666666em;
			}

			.ColMiddle .pages span.current {
				border-color: #4F4B37;
				background: #4F4B37;
				color: #fff;
			}

			.ColMiddle .pages a.page {
				background: transparent url(/forskningsradet/gfx/globalsearch/pagination-button-bg.png) repeat-x 0 0;
				color: #4F4B37;
			}

			.ColMiddle .pages span.seperator {
				margin: 0 0.16666667em 0 0.41666666em;
			}

			.ColMiddle .pages span.seperator,
			.ColMiddle .pages .prev,
			.ColMiddle .pages .next {
				padding-top: 0.41666666em;
			}

			.ColMiddle .pages .prev {
				margin-right: 0.5833333em;
			}

			.ColMiddle .pages .next {
				margin-left: 0.8333333em;
			}

			.ColMiddle .pages span.prev,
			.ColMiddle .SearchTools .pages span.next {
				display: none;
			}

		.ColMiddle .pages ul {
			overflow: hidden;
		}

		.ColMiddle .pages li {
			float: left;
			margin-left: 0.25em;
		}	
	

	.ColMiddle .SearchTools .pictureSelectionContainer {
		float: left;
		padding: 0.25em 0 0 1.6666666em;
	}	
	
		.ColMiddle .SearchTools .pictureSelectionContainer #showPicturesCheckbox {
			background: url(/forskningsradet/gfx/redesign/tick_brown.gif) no-repeat scroll left top transparent;
			cursor: pointer;
			float: left;
			font-weight: 400;
			height: 1.6666666em;
			padding-left: 0.8333333em;
		}

		.ColMiddle .SearchTools .pictureSelectionContainer .showPicturesCheckboxText {
			cursor: pointer;
			display: inline;
			float: left;
			padding: 0.16666667em 0 0 0.41666666em;
		}	

/****************
* PROSJEKT SOK
*****************/

.ColMiddle.Prosjekt .navigatorContainer {
	width: 59.583332em;
	float: left;
	overflow: hidden;
}

	.ColMiddle.Prosjekt .navigatorContainer .singleNavigatorContainer {
		float: left;
		padding-left: 1.6666666em;
	}

		.ColMiddle.Prosjekt .navigatorContainer .singleNavigatorContainer.leftmost {
			padding-left: 0;
		}

			.ColMiddle.Prosjekt .navigatorContainer .singleNavigatorContainer .singleNavigatorHeaderContainer {
				font-weight: 700;
				border-bottom: 0.083333336em solid #4F4B37;
				padding-bottom: 0.16666667em;
				margin-bottom: 0.16666667em;
			}
		
		.ColMiddle.Prosjekt .navigatorContainer a.popupNavigatorLink {
			display: block;
			font-style: italic;
			cursor: pointer;
			font-weight: 700;
			padding-top: 0.41666666em;
		}

			.ColMiddle.Prosjekt ul {
				list-style: none;
				width: 13.333333em;
				overflow: hidden;
				margin-bottom: 0.41666666em;
			}

				.ColMiddle.Prosjekt li.usedNavigationElement{
					width: 12.916667em; 
				}
 				
					.ColMiddle.Prosjekt li.usedNavigationElement .listSymbol {
						background: url(/forskningsradet/gfx/level_small.jpg ) no-repeat 0 0.41666666em;
						float: left;
						width: 0.5833333em;
						height: 1.6666666em;
						padding-right: 0.25em;
					}

					.ColMiddle.Prosjekt li.usedNavigationElement a {
						display: block;
						color: #666;
						font-weight: 700;
						background: url(/forskningsradet/gfx/empty_small.jpg ) no-repeat right;
					}

					.ColMiddle.Prosjekt li.usedNavigationElement a:hover {
						color: silver;
					}

				.ColMiddle.Prosjekt li.usedNavigationElement.level3 {
					margin-left: 0.8333333em;
					padding: 0.16666667em 0 0.25em;
				}

				.ColMiddle.Prosjekt li.usedNavigationElement.level3 a{
						width: 12.083333em; 
					}
				
				.ColMiddle.Prosjekt li.usedNavigationElementDisabled {
					background-image: none;
					display: block;
					color: #666;
					font-weight: 700;
					padding: 0.16666667em 0 0.25em;
				}
				
	.ColMiddle.Prosjekt .deleteAll {
		text-align: right;
		width: 59.166668em;
		display: block;
		clear: both;
	}

	.ColMiddle.Prosjekt .deleteAllTop {
		padding-bottom: 0.8333333em;
	}

.ColMiddle.Prosjekt table {
	width: 58.333332em;
	border: none;
}

	.ColMiddle.Prosjekt table th{
		background: none;
		border-bottom: 0.16666667em solid #4F4B37;
		font-weight: bold;		
		text-align:left;
	}

	.ColMiddle.Prosjekt table th.projectDateDesc,
	.ColMiddle.Prosjekt table th.projectDateAsc,
	.ColMiddle.Prosjekt table th.projectDate {
		width: 14%;
		padding-bottom: 0.25em;
	}
	
	.ColMiddle.Prosjekt table th.projectResponsibleDesc,
	.ColMiddle.Prosjekt table th.projectResponsibleAsc,
	.ColMiddle.Prosjekt table th.projectResponsible {
		width: 20%;		
	}
	
		.ColMiddle.Prosjekt table th.projectDateDesc a,
		.ColMiddle.Prosjekt table th.projectTitleDesc a,
		.ColMiddle.Prosjekt table th.projectResponsibleDesc a {
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png) no-repeat right 50%;
			padding-right: 1.25em;
		}

		.ColMiddle.Prosjekt table th.projectDateAsc a,
		.ColMiddle.Prosjekt table th.projectTitleAsc a,
		.ColMiddle.Prosjekt table th.projectResponsibleAsc a {
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png) no-repeat right 50%;
			padding-right: 1.25em;
		}

	.ColMiddle.Prosjekt table tr {
		border-bottom: 0.083333336em solid #E2DDC4;
	}
		
	.ColMiddle.Prosjekt table tr:hover {
		cursor: pointer;
		background-color: #f1eee2;
	}
	
	.ColMiddle.Prosjekt table th tr:hover {
		cursor: none;
		background-color: transparent;
	}

		.ColMiddle.Prosjekt table td {
			padding: 0.41666666em 0;
		}
	
		

.ColMiddle.Prosjekt .usedNavigatorsAsList {
	margin-bottom: 0.41666666em;
	margin-left: 0.8333333em;
}

.ColMiddle.Prosjekt .usedNavigatorsAsList .text {
	font-weight: 700;
}

.ColMiddle.Prosjekt .usedNavigatorsAsList .remove {
	font-style: italic;
}

.ColMiddle iframe {
	max-width: 500px;
}

.PopupNavigatorContainer {
	margin: 0.8333333em 2.5em;
}

	.PopupNavigatorContainer .ContentContainer {
		overflow: auto;
		height: 39.583332em;
		margin-bottom: 1em;
		margin-top: 1em;
		border: 0.083333336em solid #E2DDC4;
		padding: 0.8333333em;
	}

		.PopupNavigatorContainer .navigationElement {
			margin-bottom: .3em;
		}


.ColMiddle.Prosjekt .ColMiddleHeader {
	width: 58.333332em;
	font-size: 85%;
}
		

.ColMiddle.Prosjekt .projectContainer .firstPart,
.ColMiddle.Prosjekt .projectContainer .secondPart {
	padding: 0.8333333em;
	margin-bottom: 1.6666666em;
	width: 56.666668em;
	background-color: #f9f8f3; 
	overflow: hidden;
}


	.ColMiddle.Prosjekt .projectContainer dl dt,
	.ColMiddle.Prosjekt .projectContainer dl dd {
		padding-bottom: 0.41666666em;
	}

	
/********************************************
*  PUBLIKASJON
*******************************************/


.ColMiddle.Publikasjon {
	width: 58.333332em;
}
	
	.ColMiddle .publicationSearchFieldContainer form{
		background: #f1eee2;
		display: block;
		height: 1%; /* hasLayout for IE6 */
		margin-bottom: 0.8333333em;
		overflow: hidden;
		padding: 0.8333333em;
		height: 7.5em;
	}	
	
		.ColMiddle .publicationSearchFieldContainer form .publicationSearchBtn{
				background: transparent url(/forskningsradet/gfx/globalsearch/search-query-button.png) no-repeat center top;
				border: 0;
				cursor: pointer;
				float: left;
				height: 1.95em;
				margin: 0.225em 0 0 0.75em;
				padding: 0;
				text-indent: -833.25em;
				width: 1.95em;
				text-transform:capitalize;			
		}	
		
		.ColMiddle .publicationSearchFieldContainer form .publicationCheckboxContainer{	
			width: 53%;
			float: left;
			padding: 0.6666667em 0 0 0; 			
		}	

		
		.ColMiddle .publicationSearchFieldContainer form .publicationSearchSelect{	
			width: 39%;
			float: left;
						
		}	
			.ColMiddle .publicationSearchFieldContainer form .publicationSearchSelect select{	
				width: 99%;				
				margin-top: 0.8333333em;		
		}	
				
			
	
	.ColMiddle a.linkToCart{				
		background: transparent url(/forskningsradet/gfx/globalsearch/bestillingskurv.png) no-repeat center top;		
		cursor: pointer;
		float: right;
		height: 2.25em;					
		width: 11.166667em;	
		padding: 0.6666667em 0 0 3.3333333em;
		color: #373426;						
	}	
		

.ColMiddle.Publikasjon #searchListTable {
	border: none;
}

	.ColMiddle.Publikasjon #searchListTable th {
		background: none;
		border-bottom: 0.16666667em solid #4F4B37;
		padding-bottom: 0.41666666em;
		float: left;
		overflow: hidden;
		font-weight: bold;
		text-align: left;
	}

		.ColMiddle.Publikasjon .titleHeaderContainer,
		.ColMiddle.Publikasjon .titleHeaderContainerdesc,
		.ColMiddle.Publikasjon .titleHeaderContainerasc {
			width: 26.666666em;
			float: left;
			padding-left: 0.8333333em;
			color: #0072B2;
		}

			.ColMiddle.Publikasjon .titleHeaderContainerdesc span,
			.ColMiddle.Publikasjon .yearHeaderContainerdesc span{
				background: transparent url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png) no-repeat right 50%;
				padding-right: 1.25em;
			}

			.ColMiddle.Publikasjon .titleHeaderContainerasc span,
			.ColMiddle.Publikasjon .yearHeaderContainerasc span {
				background: transparent url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png) no-repeat right 50%;
				padding-right: 1.25em;
			}

		.ColMiddle.Publikasjon .authorHeaderContainer,
		.ColMiddle.Publikasjon .authorHeaderContainerDesc,
		.ColMiddle.Publikasjon .authorHeaderContainerAsc {
			width: 10.416667em;
			padding-left:0.8333333em;
			float: left;
		}

		.ColMiddle.Publikasjon .yearHeaderContainer,
		.ColMiddle.Publikasjon .yearHeaderContainerdesc,
		.ColMiddle.Publikasjon .yearHeaderContainerasc {
			width: 7.0833335em;
			padding-left: 0.8333333em;
			float: left;
			color: #0072B2;
		}

		.ColMiddle.Publikasjon .cartHeaderContainer {
			width: 10.416667em;
			padding-left: 0.8333333em;
			float: left;
		}
	
	.ColMiddle.Publikasjon #searchListTable td {
		padding: 0.8333333em 0;
		border-bottom: 0.083333336em solid #E2DDC4;
	}	

		.ColMiddle.Publikasjon .titleContainer {
			width: 26.666666em;
			padding-left: 0.8333333em;
			float: left;
		}

			.ColMiddle.Publikasjon .titleContainer .titleTextContainer{
				color: #0072B2;
				font-weight: bold;
			}		
		
		.ColMiddle.Publikasjon .authorContainer {
			width: 10.416667em;
			padding-left: 0.8333333em;
			float: left;
		}

		.ColMiddle.Publikasjon .yearContainer {
			width: 7.0833335em;
			padding-left: 0.8333333em;
			float: left;
		}

		.ColMiddle.Publikasjon .cartContainer {
			width: 10.416667em;
			padding-left: 0.8333333em;
			float: left;
		}	
	
			.ColMiddle.Publikasjon .cartContainer div.error {
				color: #B41414;
				float: left;
			}

ColMiddle.Publikasjon .titleContainer div.titleTextContainer {
	font-weight: 700;
	color: #0072B2;
	cursor: pointer;
	width: 23.333334em;
}

	.ColMiddle.Publikasjon .moreInfoContainer {
		clear: both;
		width: 55.833332em;
		padding:0.8333333em;
		margin-top: 0.8333333em;
		border-top: 0.083333336em solid #E2DDC4;
		float: left;
	}

	.ColMiddle.Publikasjon .titleContainer div.titlePdfLinkContainer {
		float: right;
	}


	.ColMiddle.Publikasjon .testClass {
		margin-left: 14.166667em;
	}

	.ColMiddle.Publikasjon .pdfimage {
		height: 1.8333334em;
		width: 1.8333334em;
		display: block;
		text-decoration: none;
		cursor: hand;
	}

	.ColMiddle.Publikasjon .htmlimage {
		height: 1.8333334em;
		width: 1.8333334em;
		display: block;
		text-decoration: none;
		cursor: hand;
	}

	.ColMiddle.Publikasjon .cartCountField {
		width: 2.0833333em;
		height: 2.0833333em;
		font-weight: bold;
		text-align: center;
		border: 0.083333336em solid #797979;
		border-radius: 0.16666667em;
		-moz-border-radius: 0.16666667em;
		-webkit-border-radius: 0.16666667em;
	}

	.ColMiddle.Publikasjon .cartAddButton {
		margin-left: .5em;
		width: 5.25em;
		height: 2.25em;
		background: transparent url(/forskningsradet/gfx/redesign/button-small.png) no-repeat;
		border: none;
	}
		
/*********************************
* Publikasjonsbestillingskurv
*********************************/

.ColMiddle.PublikasjonBestillingskurv {
	width: 58.333332em;
}

.ColMiddle.Publikasjon .informationTextContainer li {
    background: url(/forskningsradet/gfx/redesign/bulletpoint.png) no-repeat scroll 0 0.5em transparent;
    padding: 0 0 0 1.25em;
}


	.ColMiddle.PublikasjonBestillingsbekreftelse div.title,
	.ColMiddle.PublikasjonBestillingskurv div.title,
	.ColMiddle.PublikasjonBestillingsskjema div.title {
		margin-bottom: 1.25em;
		display: block;
		clear: both;
		float: left;
	}
	
		.ColMiddle.PublikasjonBestillingsbekreftelse div.title ul,
		.ColMiddle.PublikasjonBestillingskurv div.title ul,
		.ColMiddle.PublikasjonBestillingsskjema div.title ul {
			list-style: none;
			display: block;
			clear: both;
			float: left;
		}

			.ColMiddle.PublikasjonBestillingsbekreftelse div.title li,
			.ColMiddle.PublikasjonBestillingskurv div.title li,
			.ColMiddle.PublikasjonBestillingsskjema div.title li {
				float: left;
			}

			.ColMiddle.PublikasjonBestillingsbekreftelse div.title li {
				width: 57.5em;
			}
				
				.ColMiddle.PublikasjonBestillingskurv div.title span,
				.ColMiddle.PublikasjonBestillingsskjema div.title span,
				.ColMiddle.PublikasjonBestillingsbekreftelse div.title span {
					display: block;
					padding: 0.25em 0.33333334em 0.25em 0.8333333em;
				}

		.ColMiddle.PublikasjonBestillingskurv div.title li.current-1,
		.ColMiddle.PublikasjonBestillingsskjema div.title li.past-1	{
			background-color: #4F4B37;
			color: #FFF;
			width: 20.833334em;
		}

		.ColMiddle.PublikasjonBestillingsskjema div.title li.past-1	{
			background-color: #f9f8f3;
			color: #373426;
		}		
		
		.ColMiddle.PublikasjonBestillingskurv div.title li.future-2,
		.ColMiddle.PublikasjonBestillingsskjema div.title li.current-2 {
			background: #f9f8f3;
			width: 36.666668em;
		}

		.ColMiddle.PublikasjonBestillingsskjema div.title li.current-2 {
			background: #4F4B37;
			color: #FFF;
		}		
		
			.ColMiddle.PublikasjonBestillingskurv div.title li.future-2 span,
			.ColMiddle.PublikasjonBestillingsskjema div.title li.current-2 span	{
				background: #f9f8f3 url(/forskningsradet/gfx/redesign/arrow-steps.png) no-repeat center left;
				padding-left: 2.5em;
			}

			.ColMiddle.PublikasjonBestillingsskjema div.title li.current-2 span	{
				background: #4F4B37 url(/forskningsradet/gfx/redesign/arrow-steps-reverted.png) no-repeat center left;
				padding-left: 2.5em;
			}
			
			
			.ColMiddle.PublikasjonBestillingskurv div.title li.current-1,
			.ColMiddle.PublikasjonBestillingsskjema div.title li.current-2 span{
				font-weight: bold;
			}

.ColMiddle.PublikasjonBestillingskurv div.contentContainer,
.ColMiddle.PublikasjonBestillingsskjema div.contentContainer {
	clear: both;
}

	.ColMiddle.PublikasjonBestillingskurv table {
		width: 56.666668em;
		border: none;
	}

	.ColMiddle.PublikasjonBestillingskurv table tr{
		width: 56.666668em;
	}
		.ColMiddle.PublikasjonBestillingskurv table th {
			background: none;
			border-bottom: 0.083333336em solid #4F4B37;
			text-align: left;
			font-weight: bold;
		}

		.ColMiddle.PublikasjonBestillingskurv table td {
			border-bottom: 0.083333336em solid #E2DDC4;
			padding: 0.41666666em 0;
		}

	.ColMiddle.PublikasjonBestillingskurv table .title {
		width: 50%;
		padding-right: 0.41666666em;
	}

	.ColMiddle.PublikasjonBestillingskurv table .author {
		width: 35%;
		padding-right: 0.41666666em;
	}

	.ColMiddle.PublikasjonBestillingskurv table .countAndRemove {
		width: 15%;
		text-align: center;
	}

		.ColMiddle.PublikasjonBestillingskurv table .countAndRemove div.count {
			float: left;
		}

		.ColMiddle.PublikasjonBestillingskurv table .countAndRemove div.remove {
			float: right;
		}

		.ColMiddle.PublikasjonBestillingskurv table .countAndRemove div.error {
			clear: both;
			color: #B41414;
			font-weight: bold;
			float: left;
		}

	.ColMiddle.PublikasjonBestillingskurv table .countInput {
		width: 2.0833333em;
		height: 1.5833334em;
		font-weight: bold;
		text-align: center;
		border: 0.083333336em solid #797979;
		border-radius: 0.16666667em;
		-moz-border-radius: 0.16666667em;
		-webkit-border-radius: 0.16666667em;
	}

	.ColMiddle.PublikasjonBestillingskurv .removeButton {
		background: transparent url(/forskningsradet/gfx/redesign/remove-button.png) no-repeat center top;
		border: 0;
		cursor: pointer;
		height: 1.9166666em;
		width: 2.0em;
		text-indent: -1000em;
		text-transform: capitalize;
		color: #f9f8f3;
	}
	
.ColMiddle.Publikasjon .informationTextPrice,
.ColMiddle.PublikasjonBestillingskurv .informationTextPrice {
	font-weight: bold;
	padding-bottom: 0.8333333em;
}

.ColMiddle.PublikasjonBestillingskurv .informationTextPrice {
	margin-top: 0.8333333em;
}	

.ColMiddle.PublikasjonBestillingskurv .linkContainer  {
	margin-top: 0.8333333em;
}

	.ColMiddle.PublikasjonBestillingsbekreftelse .linkToSearchContainer, 
	.ColMiddle.PublikasjonBestillingsskjema .linkToSearchContainer,
	.ColMiddle.PublikasjonBestillingskurv .linkBackContainer input {
		float: left;
		border: none;
		color: #0072B2;
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-left-blue.png) no-repeat left 50%;
		padding: 0 0 0 0.8333333em;
		font-size: 1.3em;
		margin-top: 0.8333333em;
		margin-bottom: 1.6666666em;
		text-align: left;
		clear: left;
		width: 32.25em;
	}

	.ColMiddle.PublikasjonBestillingsskjema .linkToSearchContainer{
		width: 20.84em;
	}
	

	.ColMiddle.PublikasjonBestillingsskjema .confirmButtonContainer input,
	.ColMiddle.PublikasjonBestillingskurv .continueButtonContainer input,
	.ColMiddle.PublikasjonBestillingsskjema .backButtonContainer input {
		float: right;
		background: transparent url(/forskningsradet/gfx/redesign/button-background-narrow.png) no-repeat 0 0;
		height: 2.89em;
		width: 11.026em;
		border:none;
		font-size: 1.3em;
		margin-left: 0.41666666em;
		cursor: pointer;
	}
	
	.ColMiddle.PublikasjonBestillingsskjema .backButtonContainer input {
		background: transparent url(/forskningsradet/gfx/redesign/button-background-narrow-back.png) no-repeat 0 0;
	}
	
.ColMiddle.PublikasjonBestillingsskjema {
	width: 58.333332em;
}

	.ColMiddle.PublikasjonBestillingsbekreftelse h4,
	.ColMiddle.PublikasjonBestillingsskjema h4 {
		margin-bottom: 0.31em;
		border-bottom: 0.16666667em solid #4F4B37;
		padding-bottom: 0.63em;
		font-size: 1.3333334em;
	}
	
	.ColMiddle.PublikasjonBestillingsbekreftelse div.orderSummaryContainer,
	.ColMiddle.PublikasjonBestillingsskjema div.orderSummaryContainer {
		clear: both;
		float: left;
		width: 47%;		
	}
	
	.ColMiddle.PublikasjonBestillingsbekreftelse .orderSummaryContainer table,
	.ColMiddle.PublikasjonBestillingsskjema .orderSummaryContainer table {
		width: 26.666666em;
	}

		.ColMiddle.PublikasjonBestillingsbekreftelse .orderSummaryContainer table th,
		.ColMiddle.PublikasjonBestillingsskjema .orderSummaryContainer table th {
			border-bottom: 0.083333336em solid #E2DDC4;
			padding-bottom: 0.41666666em;
			text-align: left;
			font-weight: bold;
		}

		.ColMiddle.PublikasjonBestillingsbekreftelse .orderSummaryContainer table td,
		.ColMiddle.PublikasjonBestillingsskjema .orderSummaryContainer table td {
			border-bottom: 0.083333336em solid #E2DDC4;
			padding: 0.41666666em 0;
		}


	.ColMiddle.PublikasjonBestillingsbekreftelse div.shippingSummaryContainer,
	.ColMiddle.PublikasjonBestillingsskjema div.shippingInfoContainer {
		float: left;
		width: 47%;
		margin-left: 4%;
	}

		.ColMiddle.PublikasjonBestillingsbekreftelse .shippingSummaryContainer ol,
		.ColMiddle.PublikasjonBestillingsskjema .shippingInfoContainer fieldset ol {
			list-style: none;
		}

			.ColMiddle.PublikasjonBestillingsbekreftelse .shippingSummaryContainer ol span,
			.ColMiddle.PublikasjonBestillingsskjema .shippingInfoContainer fieldset label{
				width: 100%;
				display: list-item;
				float: left;
				font-weight: bold;
				color: #797979;
				padding-bottom: 0.25em;
			}

			.ColMiddle.PublikasjonBestillingsbekreftelse .shippingSummaryContainer ol span{
				width: 8.333333em;
			}			
			
			.ColMiddle.PublikasjonBestillingsskjema .shippingInfoContainer fieldset ol input {
				width: 98%;
				border: 0.083333336em solid #c3c2bd;
				margin-bottom: 0.375em;
				padding: 0.225em;
			}

		.ColMiddle.PublikasjonBestillingsskjema div.errorMessageContainer {
			margin-left: 8.75em;
			color: #B41414;
			font-weight: bold;
		}
		
		.ColMiddle.PublikasjonBestillingsskjema .legend {
			color: #797979;
			font-style: italic;
		}

.ColMiddle.PublikasjonBestillingsbekreftelse {
	width: 58.333332em;
}

	.ColMiddle.PublikasjonBestillingsbekreftelse .messageContainer {
		width: 58.333332em;
		float: left;
		margin-bottom: 0.8333333em;
	}

	.ColMiddle.PublikasjonBestillingsbekreftelse div.title li.complete-1 {
		background: #4F4B37;
		color: #FFF;
	}

		.ColMiddle.PublikasjonBestillingsbekreftelse div.title li.complete-1 span {
			font-weight: bold;
		}
		
	.ColMiddle.PublikasjonBestillingsbekreftelse .shippingSummaryContainer ol li {
		width: 100%;
		overflow: hidden;
	}


	


			
	
/**********************************************************************************************************
* END COMMON **********************************************************************************************
**********************************************************************************************************/

/******************************************
*   UTLYSNINGSSTEG TODO 
******************************************/

.ColMiddle.Midler .ColMiddleHeader,
.ColMiddle.Detaljutlysning .ColMiddleHeader {
	display: block;
}

.ColMiddle.Midler h1,
.ColMiddle.Detaljutlysning h1 {
	border-bottom: 0.16666667em solid #4F4B37;
	padding-bottom: 0.25em;
	margin-bottom: 0.41666666em;
	float: left;
    width: 100%;
	color: #373426;
	margin-top: 0;
	cursor: text;
	font-weight: normal;
}

.ColMiddle.Detaljutlysning a.header {
	float: left;
    width: 100%;
	padding-bottom: 0.25em;
	margin-bottom: 0.41666666em;
}

.ColMiddle.Midler.Aktivitet .ColMiddleHeader h1, 
.ColMiddle.Detaljutlysning .ColMiddleHeader h1,
.ColMiddle.Detaljutlysning a.header {
    border-bottom: 1px solid #E2DDC4;
    font-size: 1.0em;
	color: #0072B2;
	font-weight: normal;
	cursor: pointer;
}



.ColMiddle.Midler table.utlysningsplan {
	width: 100%;
	margin-bottom: 1.6666666em;
}

	.ColMiddle.Midler table.utlysningsplan th {
		border-bottom: 0.083333336em solid #4F4B37;
		padding-bottom: 0.25em;
		font-weight: bold;
	}
	
		.ColMiddle.Midler table.utlysningsplan .c2 {
			width: 60%;
		}
		
	.ColMiddle.Midler table.utlysningsplan td {
		border-bottom: 0.083333336em solid #E2DDC4;
		padding: 0.8333333em 0.8333333em 0.8333333em 0;
	}

		.ColMiddle.Midler table.utlysningsplan td p{
			margin-bottom: 0;
		}
		
		.ColMiddle.Midler table.utlysningsplan tr:hover {
			background-color: #f9f8f3;
		}

		a.chooseButton:link,
		a.chooseButton:active,
		a.chooseButton:visited {
			font-weight: bold;
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-blue.png) no-repeat right 65%;
			padding-right: 1.25em;
			float:right;
		}

.ColMiddle.Midler .visHistorie {
	margin-top: -1.75em;
}
		
	.ColMiddle.Midler .visHistorie a {
		border-bottom: 0.083333336em solid #E2DDC4;
		border-top: 0.083333336em solid #E2DDC4;
		padding: 0.41666666em 0.8333333em;
		width: 96%;
		background: #f9f8f3 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat 40.0em 50%;
		margin-bottom: 1.6666666em;
		color: #373426;
		float: left;
	}
	
	.ColMiddle.Midler .visHistorie a.lukk {
		background: #f9f8f3 url(/forskningsradet/gfx/globalsearch/show-less-arrow.png) no-repeat 40.0em 50%;
	}

	.ColMiddle.Midler .extra-info,
	.ColMiddle.Detaljutlysning .extra-info{
		border-top: 0.083333336em solid #E2DDC4;
		border-bottom: 0.083333336em solid #E2DDC4;
		background-color: #f9f8f3;
		padding: 0.8333333em 0.8333333em 0.5833333em;
		margin: 0 0 1.6666666em;
		float:left;
		width: 96%;
	}

		.ColMiddle.Midler .extra-info dt,
		.ColMiddle.Detaljutlysning .extra-info dt,
		.ColMiddle.Midler .extra-info .dt{
			width: 50%;
			float:left;
			clear: left;
			margin-bottom: 0.41666666em;
		}
		
		.ColMiddle.Midler .extra-info dd,
		.ColMiddle.Detaljutlysning .extra-info dd,
		.ColMiddle.Midler .extra-info .dd {
			width: 48%;
			float:left;
			margin-bottom: 0.41666666em;
		}

		.ColMiddle.Midler .extra-info p {
			margin-bottom: 0.41666666em;
		}
		
		.ColMiddle.Midler .extra-info h4{
			clear: left;
		}		
.ColMiddle.Detaljutlysning {
}		

	.ColMiddle.Detaljutlysning .intro {
		border-bottom: 0.083333336em solid #E2DDC4;
	}
	
	.ColMiddle.Detaljutlysning .soknadstype {
		border-bottom: 0.16666667em solid #4F4B37;
		font-weight: bold;
		padding-bottom: 0.41666666em;
	}

	.ColMiddle.Detaljutlysning .comfirmLinkToEsak {
		border-bottom: 0.083333336em solid #E2DDC4;
		position: realtive;
		padding: 0.8333333em 0;
		margin-bottom: 1.6666666em;
	}	

		.ColMiddle.Detaljutlysning .comfirmLinkToEsak table {
			width: 41.666668em;
		}	
	
		.ColMiddle.Detaljutlysning .comfirmLinkToEsak table td {
			padding: 0;
			float: left;
		}

	
		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.confirmText,
		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.confirmText:visited,
		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.confirmText:active,
		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.confirmText:link {
			float: left;
			color: #373426;
			background: url(/forskningsradet/gfx/redesign/checkbox-brown.png) no-repeat left -4.5833335em;
			padding-left: 2.5em;
			cursor: hand;
		}

		
		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.confirmText:hover {
			background-position: left 1.5em;
			cursor: hand;
		}

		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.notConfirmText,
		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.notConfirmText:visited,
		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.notConfirmText:active,
		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.notConfirmText:link {
			float: left;
			background: url(/forskningsradet/gfx/redesign/checkbox-brown.png) no-repeat left 1.5em;
			padding-left: 2.5em;
			cursor: hand;
			font-weight: 400;
		}

		.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.notConfirmText:hover {
			cursor: hand;
		}

		.ColMiddle.Detaljutlysning .comfirmLinkToEsak .chooseButtonInactive {
			font-weight: bold;
			background: #FFF url(/forskningsradet/gfx/globalsearch/arrow-right-blue.png) no-repeat right 65%;
			display: block;
			color: #47adff;
			margin-top: 1.25em;
			width: 15.0em;
			padding-right: 1.25em;
		}

		.ColMiddle.Detaljutlysning .comfirmLinkToEsak table td a.chooseButton {
			display: block;
			margin-top: 1.25em;
			width: 15.0em;
		}
	

.ColMiddle.Detaljutlysning .legalyBindingText {
	margin-top: 0.8333333em;
}

.ColMiddle.Detaljutlysning .validation-advice {
	padding-bottom: 3.5em;
}

/* STEG */

.ColMiddle .MidlerSteg {
	float: left;
	display: inline;
	width: 100%;
	line-height: normal;
	padding-bottom: 1.6666666em;
	margin-top: -0.5em;
}

	.MidlerSteg a {
		color: #373426;
	}
	
	.MidlerSteg a:hover {
		text-decoration: underline;
	}
	
	.MidlerSteg ul li {
		float: left;
		width: 13.833333em;
		height: 2.1666667em;
		background-color: #f9f8f3;
	}

	.MidlerSteg ul li.step-1 {
		width: 14.0em; /*Engelsk ledetekst for lang for forste steg */
	}	
	
	
		.MidlerSteg ul li span.wrapper {
			display: block;
			padding: 0.41666666em 0.33333334em 0.41666666em 2.5em;
			height: 1.3333334em;
		}

		.MidlerSteg ul li.current-1 span.wrapper,
		.MidlerSteg ul li.past-1 span.wrapper {
			padding-left: 0.8333333em;
		}
		
			.MidlerSteg ul li.current-1 span.wrapper {
				color: #FFF;
				background-color: #4F4B37;
			}

			.MidlerSteg ul li.current-2 span.wrapper,
			.MidlerSteg ul li.current-3 span.wrapper {
				color: #FFF;
				background: #4F4B37 url(/forskningsradet/gfx/redesign/arrow-steps-reverted.png) no-repeat center left;
			}

.MidlerSteg ul li.future-3 span.wrapper,
.MidlerSteg ul li.future-2 span.wrapper {
	background: #f9f8f3 url(/forskningsradet/gfx/redesign/arrow-steps.png) no-repeat center left;
	height: 1.3333334em;
}

.MidlerSteg ul li.past-2 span.wrapper,
.MidlerSteg.Steg-1 ul li.future-3 span.wrapper {
	background: #f9f8f3 url(/forskningsradet/gfx/redesign/arrow-steps-light.png) no-repeat center left;
}

/************************
* VIDEOARKIV
*************************/

.InnholdsKontainerVideoArkiv {
	float: left;
	width: 41.666668em;
	padding: 1.0em 0 0 0;
}

.video_pages {
	float:right;
	width:auto;
}


.InnholdsKontainerVideoArkiv ul,
.SeksjonssideVideoListe ul {
	list-style-type: none;
	list-style-image: none;
	margin: 1.6666666em 0 1.6666666em 0;
	overflow: hidden;
	width: 41.666668em;
}

	.InnholdsKontainerVideoArkiv ul li,
	.SeksjonssideVideoListe ul li {
		background: none;
		padding: 0.8333333em;
	}

	.InnholdsKontainerVideoArkiv ul li {
		clear: both;
		border-bottom: 0.083333336em solid #E2DDC4;
	}
		.InnholdsKontainerVideoArkiv ul li  span.title{
			font-weight:bold;
			width:30.416666em;
			float:left;
		}
		
		.InnholdsKontainerVideoArkiv ul li  span.description{			
			width:30.416666em;
			float:right;
		}

.SeksjonssideVideoListe ul li {
	float: left;
	margin-right: 0.41666666em;
	width: 8.333333em;
}
	
.no-touch .InnholdsKontainerVideoArkiv ul li:hover,
.InnholdsKontainerVideoArkiv ul li.active,
.SeksjonssideVideoListe ul li:hover,
.SeksjonssideVideoListe ul li.active {
	background: #f1eee2;
	cursor: pointer;
}

	.InnholdsKontainerVideoArkiv ul li a.video {
		display: inline-block;
		width: 100%;
	}

		.InnholdsKontainerVideoArkiv ul li a.video img,
		.SeksjonssideVideoListe ul li a.video img {
			display: block;
			margin-bottom: 0.8333333em;
			width: 8.333333em;
		}

.InnholdsKontainerVideoArkiv ul li a.video img {
	float: left;
	margin-right: 1.25em;
	margin-bottom: 0.8333333em;
}


.InnholdsKontainerVideoArkiv ul li.firstInRow,
.SeksjonssideVideoListe ul li.firstInRow {
	clear: left;
}

.InnholdsKontainerVideoArkiv ul li.divider:hover,
.SeksjonssideVideoListe ul li.divider:hover,
.InnholdsKontainerVideoArkiv ul li.divider,
.SeksjonssideVideoListe ul li.divider {
	background: #E6E2CD;
	clear: left;
	width: 41.666668em;
	margin: 0.8333333em 0 0.8333333em 0.8333333em;
	padding: 0;
	height: 0.083333336em;
	line-height: 0.083333336em;
}

.SeksjonssideVideoListe .video .description,
.video_title .date,
.SeksjonssideVideoListe .video .date,
.links_container {
	display: none;
}

.InnholdsKontainerVideoArkiv  li.loaded span.description{
	width:30.416666em;
	float:left;
	color: #373426;
}

.video_wrapper {
	background: #4F4B37;
	clear:both;
	padding:0.8333333em;
	height:24.916666em;
	color: #FFF;
}

.video_file_wrapper img.preview_image,
.video_file_wrapper object {
	height:24.666667em;
	width: 40em;
}

.video_file_wrapper img.play_arrow {
	left: 17.3333em;
    position: absolute;
    top: 9.25em;
}
		
.video_title {
	background: #4F4B37;
	color: #FFF;
	padding: 0 0.8333333em 0.8333333em 0.8333333em;
	overflow:hidden;
}
	
	.video_title span.title {
		font-size:1.0em;
		font-weight:700;
	}
	
	.video_title span.description{
		clear:both;
		display:block;
		border-bottom:0.083333336em solid #FFF ;
		padding: 0 0 0.8333333em 0 ;
		margin-bottom: 0.8333333em;		
	}
	
	.video_title span.share_buttons a .icon_embed {
		float:right;
		display:block;
		overflow:hidden;
	}
	
	.video_title span.share_buttons_wrapper {
		float:right;
		display_block;
		overflow:hidden;
	}



.video_title .related_wrapper {
	display: block;
	overflow: hidden;
}


.video_title .related_wrapper .share_buttons{
	float:right;
}

.video_title .related {
	display: inline;
	float: left;
	padding: 0;
	width: 6.6666665em;
}	

.video_title .share_buttons .icon {
    margin-right: 0.41666666em;
}

.video_title .ol {
	display: inline;
	float: left;
	margin-right: 0.8333333em;
	width: 25.5em;
}

	.video_title .ol .li {
		display: block;
	}


.video_title .links_wrapper {
	display: block;
}

.video_title .embed_link_wrapper {
    display: block;
	margin-top: 1em;
	float: left;
}

.video_title .embed_link_wrapper .line_wrapper {
    display: block;
	float: left;
	overflow: hidden;
    margin-bottom: 0.5em;
    overflow: hidden;
}

.video_title .embed_link_wrapper .line_wrapper label {
    float: left;
    width: 6.6666665em;
}

.video_title .embed_link_wrapper .line_wrapper input {
    border: 0.083333336em solid #999999;
    float: left;
    width: 33.0em;
}

.video_title a{
	color: #47adff;
}

	.video_title a:hover{
		color: #6ad3ff;
	}


.InnholdsKontainerVideoArkiv .video .date {
    /* clear: left; */
    color: #999999;
    float: right;
    font-size: 90%;
    font-style: italic;
	width: 33.79em;
    /* margin-left: 9.666667em; */
}

.video_pages a {
    text-decoration: none;
	border: solid 0.083333336em #4F4B37;
	color: #373426;
}

.video_pages a, .video_pages span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 0.41666666em;
	margin-bottom: 0.41666666em;
}

.video_pages .current {
	background: #4F4B37;
    color:  #FFF;
	border: solid 0.083333336em #4F4B37;
	font-weight: bold;
}

.video_pages .current.prev, .video_pages .current.next{
	color: #4F4B37;
	border-color: #4F4B37;
	background: #FFF;
}

.ColRight.VideoRight {
	margin-top: -5.8333335em ;
}
	
	.ColRight.VideoRight .Box {
		overflow:hidden ;
		margin-bottom: 0.0em;
	}
	
		.ColRight.VideoRight .Box.Facets {
			background: #f1eee2 ;
			margin-bottom: 0.0em;
		}
			.ColRight.VideoRight .clear-navigators {
				background: #f1eee2;
				margin-bottom: 0.083333336em;
				padding: 0.8333333em 0.8333333em 1.0em;
			}
				.ColRight.VideoRight .Box .clear-navigators {
						background: transparent url(/forskningsradet/gfx/redesign/clear-navigators-button-small.png) no-repeat 0.8333333em 0.41666666em;
						text-align: center;
				}
					.ColRight.VideoRight .Box .clear-navigators a{
						color: #373426;
					}
	
			.ColRight.VideoRight .Box.Facets .navigator {				
				margin-bottom: 0.0em;
			}
		.ColRight.VideoRight .navigator  {
			margin-bottom: 0.8333333em;	
		}
			.ColRight.VideoRight .navigator.with-active {
				background: #f1eee2;
			}
		
			.ColRight.VideoRight .navigator.globally-active { 
				margin-bottom: 0;
			}
				.ColRight.VideoRight .navigator.globally-active ul li,
				.ColRight.VideoRight .navigator ul.active li{
					background: transparent url(/forskningsradet/gfx/globalsearch/navigator-crosshair.png) no-repeat scroll 0.8333333em 0.41666666em;
				}
					.ColRight.VideoRight .navigator.globally-active ul li a,
					.ColRight.VideoRight .navigator ul.active li a{
						color: #373426;
					}
						.ColRight.VideoRight .navigator.globally-active ul li a span,
						.ColRight.VideoRight .navigator ul.active li a span{
							display: block;
							padding: 0.25em 0.8333333em 0.41666666em 2.5em;								
						}
					
			
				.ColRight.VideoRight .navigator.globally-active p {
					font-size: 1.0em;
					font-weight: bold;
					padding: 0 0.8333333em;
				}
			.ColRight.VideoRight .navigator ul.inactive  {
				background: #f9f8f3 ;	
			}
				.ColRight.VideoRight .navigator ul.inactive li {
					border-bottom: 0.083333336em solid #f1eee2 ;						
				}
					.ColRight.VideoRight .navigator ul.inactive li.showMoreLess {
						background: none;
						border-bottom: 0.16666667em solid #4F4B37;
						height: 1%; /* hasLayout for IE */
						overflow: hidden;
						padding: 0.8333333em 0 0 2.5em;
					}
					 .ColRight.VideoRight .navigator ul.inactive li.showMoreLess a {
						background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat right 60%;
						border-right: 0.8333333em solid #f1eee2;
						border-radius: 0.41666666em 0.41666666em 0 0;
						-moz-border-radius: 0.41666666em 0.41666666em 0 0;
						-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
						cursor: pointer;
						float: right;
						font-size: 1.0em;
						font-weight: bold;
						margin: 0 0.41666666em;
						padding: 0.6666667em 1.3333334em 0.5em 0.8333333em;
					}

						.ColRight.VideoRight .navigator ul.inactive li.showMoreLess a.less {
							background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-less-arrow.png) no-repeat right 55%;
						}
				.ColRight.VideoRight .navigator ul.inactive li  a span{
					display:block;
					padding: 0.25em 0.8333333em;
					color: #373426 ;						
				 }
			.ColRight.VideoRight .navigator h4 {
				background: #4F4B37 ;
				color: #FFF;
				padding: 0.25em 0.8333333em;
			}
		
		.ColRight.VideoRight .Box.Search h4 {			
			overflow:hidden;
			border:none;
		}
			.ColRight.VideoRight .Box.Search form {
				background-color: #F1EEE2;
				float: left;
				padding: 0.5833333em 0.8333333em 0.6666667em;
				width:12.666667em;
			} 
			.ColRight.VideoRight .Box.Search form input.text{
				background: #f1eee2 url(/forskningsradet/gfx/redesign/sokefelt.png) no-repeat;
				background-size: 9.4em auto;
				border: none;
				float: left;
				padding: 0.375em;
				width: 8.6em;
				height: 1.2em;
			} 
			.ColRight.VideoRight .Box.Search form input.btnSmall{
				background: #f1eee2 url(/forskningsradet/gfx/redesign/searchbutton.png) no-repeat;
				background-size: 1.95em auto;
				border: none;
				float: left;
				height: 1.95em;
				text-indent: -166.66667em;
				text-transform: uppercase;
				width: 1.95em;
			} 
/**************************
* NYHETSBREV EPOSTKLIENTER 
**************************/


.brev .brevInnhold {
	border: 0.083333336em solid #c7bd89;
	border-bottom: none;
	border-top: none;
	width: 100%;
	padding: 0.41666666em 0.0em 20.41666666em 0.0em
}

.brev {
	background-color: #f9f8f3;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: 2.0833333em solid #F1EEE1;
	color: #373426 ;
}

.brev p {
	margin: 0;
	line-height: 1.45em;
}

.brev h1,.brev h2,.brev h3,.brev h4 {
	margin: 0;
	clear: both;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.45em;
}

.brev h2 {
	
	font-size: 2.2em;
	margin-left: 0.8333333em;
	line-height: 0.9em;
	border-bottom:0.16666667em solid #4F4B37;
	padding: 0.33333334em 0.5em 0.41666666em;
	font-weight: bold;
}

.brev h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 1.1666666em 0 0.16666667em 0;
}

.brev h4 {	
	margin: 0.8333333em 0 0 0;
}

.brev a {
	color: #0072B2 ;
	text-decoration: none;
	
}

.brev em {
	font-style: normal;
	font-weight: bold;
	
}

.brev #PreHeader {
	padding: 0.8333333em 0.8333333em 0.5833333em 0.8333333em;
	border: 0.083333336em solid #F1EEE1;
}

.brev #Header {
	background-color: white;
	border: 0.083333336em solid #c7bd89;
	border-bottom: none;
	width: 100%;
}
	.brev #Header img{
		background:  url(/forskningsradet/gfx/redesign/header-preview-norsk.png) no-repeat 0.8333333em 1.25em;			
	}
	
.brev #brevInnhold {
	background-color: white;
	padding : 0.41666666em 0.6666667em;
	
}

.brev .imgbox_left {
	float: left;
	margin: 0 0.8333333em 0.8333333em 0;
}

.brev .section {
	margin-bottom: 2.5em;
}

.brev .sectionFooter {
	clear: both;
	margin: 0.0em 10.0em 0.0em;
}

.brev .item {
	margin-bottom: 1em;
	margin-left: 1em
}


.brev #Footer {	
	float: left;
	clear: both;	
	font-size: 0.8em;		
	width: 100%;
	border: 0.083333336em solid #c7bd89; 
	border-top: none;
	background-image: none;
}
	.brev #Footer p{	
		float: left;	
	}

.brev #Footer a {
	
}

.nyhetsbrevTable {
	width: 100%;
	margin-bottom: 1.6666666em;
}		



/**********************************************/
/* Person - kontakt popup                     */
/**********************************************/

#FrontPage .colRightFrontpage .frontpageSearch {
	position: relative;
}


.person {
	position:relative;
	z-index: 10;
}
		
.kontaktpopup {
	box-shadow: 0.0em 1.67em 2.5em rgba(0, 0, 0, .3);
	-moz-box-shadow: 0.0em 1.67em 2.5em rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0.0em 1.67em 2.5em rgba(0, 0, 0, .3);
	position:absolute;
	background: #FFF;
	border: 0.083333336em solid #c3c2bd;
	width: 45.833332em;
	left: -47.5em;
	top: -5.8333335em;
	padding: 0.8333333em;
	z-index: 20;
	display: none;
}

	dd.person .kontaktpopup {
		left: 4.1666665em;
	}

li:hover .kontaktpopup {
	display:block;
}				
	
	
	.kontaktpopup .kontaktbilde{
		float: left;
		width: 30%;
	}				

	.kontaktpopup .personinfo{
		float:left;
		width: 68%;
	}				

		.kontaktpopup .personinfo .name {
			padding-bottom: 0.33333334em;
		}	

		.kontaktpopup .personinfo .tilhorighet {
			padding: 0.8333333em 0;
		}			

		.kontaktpopup .personinfo .detaljer {
			margin-bottom: 0.8333333em;
			float: left;
			width: 100%;
		}
		
			.kontaktpopup .personinfo .detaljer dl dt {
				float: left; 
				width: 30%;
				font-weight: bold;
				clear: left;
			}
	 
			.kontaktpopup .personinfo .detaljer dl dd {
				float: left; 
				width: 65%;
			}
			
		.kontaktpopup .personinfo .ansvarsomrader {
			float: left;
		}			

			.kontaktpopup h3 {
				margin: 0 !important;
				padding: 0 !important;
				border: none !important;
			}		
			
			.kontaktpopup .personinfo .ansvarsomrader h3 {
				font-weight: bold;
			}			


/*COLORS*/




/***************************************************************
* BASIC 
***************************************************************/


/***************************************************
* HEADER
***************************************************/

#HeaderLinkSections {
	font-size: 0.9em;
	padding: 0.37em 0 0.648em;
	overflow: hidden;
	width: 100%;
}

	#HeaderLinks {
		float: left;
		margin-left: 1.111em;
		margin-right: 1.389em;
	}

	#HeaderShortcuts {
		margin-right: 0.72em;
		float: right;
		width: 54.6em;
	}

		#HeaderLinkSections .changeFont{
			float:left;
			margin-bottom: -0.25em;
			margin-top: -0.9em;
			margin-right:0.55em;
		}
		
		#HeaderLinkSections .changeFont .largeFont
		{
			font-size:2em;
		}
		
		/* Chrome pseudoelement link bug workaround*/
		#HeaderLinkSections .changeFont .largeFont{
			display:inline-block;
		}
		
		#HeaderLinkSections .changeFont .mediumFont
		{
		font-size:1.5em;
		}
		
		/* Chrome pseudoelement link bug workaround*/
		#HeaderLinkSections .changeFont .mediumFont{
			display:inline-block;
		}
		
		#HeaderLinkSections .changeFont .smallFont
		{
			font-size:1em;
		}
		
		/* Chrome pseudoelement link bug workaround*/
		#HeaderLinkSections .changeFont .smallFont{
			display:inline-block;
		}
	
		#HeaderLinkSections .linkList li {
			display: inline;
		}
		
			#Header #HeaderLinkSections .linkList li a  {
				color: #373426;
				border-right: 0.1em solid #4F4B37;
				padding: 0 0.648em;
			}

				#Header #HeaderLinkSections .linkList li a.icon {
					padding: 0 0 0 0.648em;
				}

				#Header #HeaderLinkSections .linkList li a.icon img {
					margin: 0;
					padding: 0;
				}

				#Header #HeaderLinkSections .linkList li a.icon:hover {
					text-decoration: none;
				}

				#Header #HeaderLinkSections .linkList li a.with-icon {
					padding: 0 0.648em 0 0;
				}
		
				#Header #HeaderLinkSections .linkList li a.last {
					border: none;
				}
				
				#Header #HeaderLinkSections #HeaderShortcuts li a  {
				color: #373426;
				border: none;
				border-left: 0.1em solid #4F4B37;
					padding-right: 0.3em;
					padding-left: 0.648em;
			}
				
				#Header #HeaderLinkSections #HeaderShortcuts li a.last {
					border: none;
				}
				
				#Header #HeaderLinkSections #HeaderShortcuts li a.icon {
					border-left: 0.1em solid #4F4B37;
					padding: 0 0 0 0.648em;
				}
				
				#Header #HeaderLinkSections #HeaderShortcuts li a.with-icon {
					padding: 0 0.648em 0 0;
				}
				
#Header .banner {
	height: 6.4166665em;
	width: 79.166664em;
	position: relative;
}

	#Header.no .banner {
		background: transparent url(/forskningsradet/gfx/frontpage/header.logo.and.bg.no.png) no-repeat scroll left bottom;
		background-size: 79.2em auto;
	}

	#Header.en .banner {
		background: transparent url(/forskningsradet/gfx/frontpage/header.logo.and.bg.en.png) no-repeat 0 0;
		background-size: 79.2em auto;
	}

		#Header .banner a.logo {
			height: 4.1666665em;
			left: 0.8333333em;
			position: absolute;
			text-indent: -833.25em;
			top: 1.25em;
			width: 18.75em;
		}

	#Header .banner .search form {
		position: absolute;
		right: 1.6666666em;
		top: 2.5em;
		width: 27.083334em;
	}

		.search input.GlobalSearchfield {
			border: 0.083333336em solid #f1eee2;
			float: left;
			height: 1.05em;
			padding: 0.3em 0 0.3em 0.375em;
			width: 21.375em;
		}

		input.btnGlobaltSoeak { 
			background: transparent url(/forskningsradet/gfx/frontpage/searchbutton.png) no-repeat left top;
			background-size: 1.95em auto;
			border: none;
			cursor: pointer;
			float: left;
			height: 1.95em;
			margin: -0.084em 0 0 0.416em;
			padding: 0;
			text-indent: -1000em; /* color:transparent funker ikke i IE */
			text-transform: capitalize; /* Needed to make the negative text indent work in IE7 */
			width: 1.95em;
		}

/********************
* Megadropdown
********************/

#mega-dropdown {
	background: transparent url(/forskningsradet/gfx/frontpage/topmenu.bg.png) repeat-x scroll left bottom;
	background-size: auto 3.3em;
	height: 3.25em;
	padding-bottom: 0.083333336em;
	margin-bottom: 0.0833333em;
	width: 79.166664em;
}

	#mega-dropdown h3 {
		background: transparent url(/forskningsradet/gfx/frontpage/topmenu.button.border.png) no-repeat right 0;
		background-size: 0.17em auto;
		margin: 0;
		padding-right: 0.17em;
	}

		#mega-dropdown h3 a {
			display: block;
			font-weight: 400;
			color: #373426;
			height: 2.3333333em;
			padding: 1.0em 1.0em 0;
			text-decoration: none;
			text-transform: uppercase;
		}

			#mega-dropdown h3 a:hover {
				text-decoration: underline;
			}
		
			#mega-dropdown h3 a.firstElement {
				padding-left: 1.5em;
			}

			#mega-dropdown h3 a.selected {
				background: #E98300;
				color: #fff;
			}

	#mega-dropdown .col1,
	#mega-dropdown .col2,
	#mega-dropdown .col3,
	#mega-dropdown .col4 {
		width:19.166666em;
		float: left;
	}

	#mega-dropdown ul {
		position: relative;
		margin: 0;
		padding: 0;
	}

		#mega-dropdown ul.menu-toplevel {
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			z-index: 60;
		}
		
		
			#mega-dropdown li.menu-toplevel{
				width:auto;
			}	
						
			#mega-dropdown li.menu-toplevel h3  { 
				float:left;
			}	

			#mega-dropdown li.menu-toplevel.active {
				background: #E98300;
			}

				#mega-dropdown li.menu-toplevel.active h3 a{
					color: #fff ;
				}
				
		#mega-dropdown ul.menu-toplevel li ul.menu-secondlevel {
			box-shadow: 0 1.6666666em 2.5em rgba(0, 0, 0, .3);
			-moz-box-shadow: 0 1.6666666em 2.5em rgba(0, 0, 0, .3);
			-webkit-box-shadow: 0 1.6666666em 2.5em rgba(0, 0, 0, .3);
			display:none; 
			left:0;
			position:absolute;
			top:3.3333333em;
			width:79.166664em;
			z-index:50;
		}

			#mega-dropdown ul.menu-toplevel li.active ul.menu-secondlevel {
				display: block;
			}

		#mega-dropdown ul.menu-toplevel li ul.menu-secondlevel li.menu-wrapper {
			background: #fff;
			border-top: 0.16666667em solid #E98300;
			border-bottom: 0.16666667em solid #E98300;
			float: left;
			padding: 1.0em 1.0em 1.0em 0;
			background: #f1eee2 url(/forskningsradet/gfx/frontpage/megadropdown-background.png) no-repeat left top;
			background-size: 79.5em auto;
			width:78.166664em;
		}
			
		#mega-dropdown ul li {
			float: left;
			margin: 0;
		}

		#mega-dropdown ul li.menu-wrapper {
			float: none;
		}

		#mega-dropdown ul.menu-secondlevel li.colitem {
			position:relative;
			width:17.666666em;
			padding-left:1.5em;
		}
		
		/*
		#mega-dropdown ul ul ul ul {
			float:left;
		}
		*/
		
			#mega-dropdown ul.menu-thirdlevel li {
				width:16.416666em;
				padding: 0.33333334em 0 0.33333334em 1.25em;
				line-height:110%;
				cursor: pointer;
			}

				#mega-dropdown ul.menu-thirdlevel li:hover {
					background: #E98300;
				}
			
					#mega-dropdown ul.menu-thirdlevel li:hover a{
						color: #FFF;
					}
			
		#mega-dropdown li h4 {
			padding: 0.41666666em 0 0.5em 1.25em;
			border-bottom: 0.083333336em solid #f1eee2;
			font-weight: normal;
			background: transparent url(/forskningsradet/gfx/frontpage/arrow-right-orange.png) no-repeat left 0.75em;
			margin-bottom: 0.16666667em;
		}
		
		#mega-dropdown li a {
			color: #373426;
		}	
			
		#mega-dropdown li h4 a {
			color: #E98300;
			text-decoration: none;
			font-size: 1.1666666em;
		}
		
		#mega-dropdown li h4 a:hover {
			text-decoration: underline;
		}

		/* Autocomplete needs to float above the main menu and megadropdown: */
		#Header.no #querystring,
		#Header.en #querystring {
			position: relative;
			z-index: 70;
		}
		
	
/********************
* FORSIDE
********************/
.front-page {
	overflow: hidden;
	color: #373426;
}

	.front-page h2 {
		font-size: 1.1666666em;
		font-weight: bold;
	}
		
	.front-page .showMoreLink,
	.front-page .primary-column .tabcontainer .content .sectionListLink{
		float:right;
		margin-top:0.8333333em;
		padding: 0.41666666em 1.0em;
		margin-right: 0.8333333em;
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-blue.png) no-repeat 100% 55%;
	}

/* Equal height columns (for background): */
.front-page .primary-column,
.front-page .secondary-column {
    margin-bottom: -166.66667em;
    padding-bottom: 166.66667em;
}

.front-page .primary-column .tabs,
.front-page .primary-column .tabs .header,
.front-page .primary-column .news,
.front-page .primary-column .feed-list,
.front-page .secondary-column .shortcuts,
.front-page .secondary-column .events {
	border-bottom: 0.16666667em solid #4F4B37;
}


/********************
* Border radius
********************/

.front-page .primary-column .tabcontainer ul.tabs li.login .loginbox.active iframe,
.front-page .primary-column .tabcontainer ul.tabs li.login .loginbox,
.front-page .primary-column .tabcontainer ul.tabs ul.utlysninger p {
	border-radius: 0.41666666em;
	-moz-border-radius: 0.41666666em;
	-webkit-border-radius: 0.41666666em;
}

.front-page .primary-column .tabcontainer ul.tabs .melding.type2 {
	border-radius: 0.6666667em;
	-moz-border-radius: 0.6666667em;
	-webkit-border-radius: 0.6666667em;
}

.front-page .primary-column .tabcontainer ul.tabs li.login .loginbox {
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}

.front-page .primary-column .tabcontainer ul.tabs li.login h3.active,
.front-page .primary-column .tabcontainer ul.tabs > li > h3,
.front-page .secondary-column .shortcuts li.showMoreLess a {
	border-radius: 0.41666666em 0.41666666em 0 0;
	-moz-border-radius: 0.41666666em 0.41666666em 0 0;
	-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
}
	.front-page .primary-column .tabcontainer ul.tabs li.login h3 {
		border-radius: 0.25em;
		-moz-border-radius: 0.25em;
		-webkit-border-radius: 0.25em;
	}
	
	.front-page .primary-column .tabcontainer ul.tabs li.login h3.active{
		border-radius: 0.25em 0.25em 0 0;
		-moz-border-radius: 0.25em 0.25em 0 0;
		-webkit-border-radius: 0.25em 0.25em 0 0;
	}

/********************
* Warning banner
********************/

.front-page .warning-banner {
	background: #00b0ca; 
	width: 77.5em;
	padding: 0.8333333em;
	color: #FFF;
	text-align:center;
}

	.front-page .warning-banner h1,
	.front-page .warning-banner h2,
	.front-page .warning-banner h3,
	.front-page .warning-banner h4 {
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: normal;
		margin:0.41666666em 0;
	}

/********************
* Primary column
********************/

.front-page .primary-column {
}

	.front-page .primary-column .tabs {
		background: transparent url(/forskningsradet/gfx/frontpage/tabs.shadow.bottom.png) repeat-x center bottom;
	}

		.front-page .primary-column .tabs .header {
			overflow: hidden;
		}

			.front-page .primary-column .tabs .header h2 {
				float: left;
			}

		.front-page .primary-column .tabs .content {
			background: transparent url(/forskningsradet/gfx/frontpage/tabs.shadow.top.png) repeat-x center 0.083333336em;
			height: 30.0em;
		}

.front-page .primary-column .news,
.front-page .primary-column .feed-list,
.front-page .primary-column .events {
	overflow:hidden;
}

/********************
* Tab container
********************/

.front-page .primary-column .tabcontainer{
	clear:both;
	margin-bottom: 0.8333333em;
	overflow:hidden;
	width:100%;
}

	.front-page .primary-column .tabcontainer ul.tabs{
		float:left;
		position:relative;
		height:32.5em;
		width: 100%;
	}

		.front-page .primary-column .tabcontainer ul.tabs li{
			float:left;
		}

			.front-page .primary-column .tabcontainer ul.tabs > li > h3{
				margin-right:0.41666666em;
				font-weight:normal;
				text-transform:uppercase;
				display:block;
				background: #F9F8F3;
				padding:1.0em 0.75em 0.6666667em;
			}

				.front-page .primary-column .tabcontainer ul.tabs li > h3 > a{
					color: #373426; 
				}

				.front-page .primary-column .tabcontainer ul.tabs li.active > h3,
				.front-page .primary-column .tabcontainer ul.tabs li.active > h3 > a {
					cursor: default;
				}
				
				.front-page .primary-column .tabcontainer ul.tabs li > h3 {
					cursor: pointer;
				}

	.front-page .primary-column .tabcontainer ul.tabs > li.active > h3,
	.front-page .primary-column .tabcontainer ul.tabs > li.active > h3 a,
	.front-page .primary-column .tabcontainer ul.tabs > li > h3:hover,
	.front-page .primary-column .tabcontainer ul.tabs > li > h3:hover a {
		background: #4F4B37;
		color: #FFF;
	}
		
.front-page .primary-column .tabcontainer ul.tabs li .content{
	display:none;
	position:absolute;
	left: 0 ;
	width: 48.334em;
	border-top: 0.16666667em solid #4F4B37;
}

	.front-page .primary-column .tabcontainer ul.tabs li .content .showMoreLink{
		margin-top: 0;
	}
	
.front-page .primary-column .tabcontainer ul.tabs li.active .content{
	display:block;
}

/********************
* Login box
********************/

.front-page .primary-column .tabcontainer ul.tabs li.login{
	float:right;
}

#loginbox_overlay {
	position: fixed;
	top: 0.0em;
	left: 0.0em;
	height:100%;
	width:100%;
	z-index: 70;
}

	.front-page .primary-column .tabcontainer ul.tabs li.login .loginbox{
		display:none;
		position:absolute;
		right:0;
		z-index: 80;
		
	}
	
		.front-page .primary-column .tabcontainer ul.tabs li.login h3,
		.front-page .primary-column .tabcontainer ul.tabs li.login h3.active {
			padding: 0.41666666em 0.8333333em; 
			margin: 0;
		}	
	
		.front-page .primary-column .tabcontainer ul.tabs li.login h3 {
			background: #F9F8F3;
			border:0.083333336em solid #f1eee2;
		}
		
		.front-page .primary-column .tabcontainer ul.tabs li.login h3:hover,		
		.front-page .primary-column .tabcontainer ul.tabs li.login h3.active{
			background: #4F4B37;
			border:0.083333336em solid #4F4B37;
		}
				
		.front-page .primary-column .tabcontainer ul.tabs li.login h3 a,
		.front-page .primary-column .tabcontainer ul.tabs li.login h3 a:hover {
			background: #F9F8F3 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat right 55%;
			padding:0;
			padding-right: 1.25em;
			color: #373426;
		}

		.front-page .primary-column .tabcontainer ul.tabs li.login h3:hover a{
			background: #4F4B37 url(/forskningsradet/gfx/frontpage/arrow-down-lightbrown.png) no-repeat right 55%;
			color: #FFF;
		}
		
		.front-page .primary-column .tabcontainer ul.tabs li.login h3.active a,
		.front-page .primary-column .tabcontainer ul.tabs li.login h3.active a:hover {
			background: #4F4B37 url(/forskningsradet/gfx/frontpage/arrow-up-lightbrown.png) no-repeat right 55%;
			color: #FFF;
		}

	
	.front-page .primary-column .tabcontainer ul.tabs li.login .loginbox.active{
		display:block;
		background: #4F4B37;
		padding: 0.41666666em;
	}

		.front-page .primary-column .tabcontainer ul.tabs li.login .loginbox.active iframe{
			float:left;
			background: #FFF;
			border:none;
			margin:0;
		}	
	
/********************
* Utlysninger
********************/

.front-page .primary-column .tabcontainer .content .utlysninger {
	margin-top:0.8333333em;
	padding-top:0.8333333em;
	float:left;
	width: 48.333332em;
}

	.front-page .primary-column .tabcontainer .content .utlysninger.bottom{
		border-top: 0.083333336em solid #f1eee2;
	}

	.front-page .primary-column .tabcontainer .content .utlysninger li {
		height: 11.666667em;
		width: 16.083334em;
		margin-left: -0.083333336em;
		float: left;
		display: inline;
		border-left: 0.083333336em solid #f1eee2;
		cursor: pointer;
	}
	
		.front-page .primary-column .tabcontainer .content .utlysninger li:hover{
			background: #F9F8F3;
		}
	
		.front-page .primary-column .tabcontainer .content .utlysninger li p,
		.front-page .primary-column .tabcontainer .content .utlysninger li h4{
			margin: 0 0.41666666em 0.41666666em;
			padding: 0.41666666em;
			width: 14.416667em;
		}

		.front-page .primary-column .tabcontainer .content .utlysninger li p{
			background: #4F4B37;
			color: #FFF;
		}
			
			.front-page .primary-column .tabcontainer .content .utlysninger li p .kortnavn{
				font-weight:bold;
			}

			.front-page .primary-column .tabcontainer .content .utlysninger li p .kortnavn,
			.front-page .primary-column .tabcontainer .content .utlysninger li p .date{
				display: block;
			}
		
/********************
* Meldinger
********************/

.front-page .primary-column .tabcontainer .content .melding {
	width:100%;
	float:left;
	margin-top: 1.364em;
}

	.front-page .primary-column .tabcontainer ul.tabs .melding.type2 h1{
		margin-top: 0;
	}

	.front-page .primary-column .tabcontainer .content .melding h2{
		font-weight: normal;
		font-size: 1.818em;
	}
		
	.front-page .primary-column .tabcontainer .content .melding.type1 {
		background:  transparent url(/forskningsradet/gfx/frontpage/kampanje-background.png) no-repeat left top;
		background-size: 54em auto;
		border: 1px solid #f1eee2;
		padding: 1.4em 1.6em 0;
		width: 50.3em;
		font-size: 0.9em;
		height: 12em;
	}

		.front-page .primary-column .tabcontainer .content a.melding.type1:hover {
			background: #F9F8F3;
		}
	
		.front-page .primary-column .tabcontainer .content .melding.type1 p {
			padding-left: 0.909em;
		}	
	
		.front-page .primary-column .tabcontainer .content .melding.type1 h1,
		.front-page .primary-column .tabcontainer .content .melding.type1 strong {
			color: #E98300;
		}
	
		.front-page .primary-column .tabcontainer .content .melding.type1 h1,
		.front-page .primary-column .tabcontainer .content .melding.type1 h2 {
			padding-left:2.143em;
		}
		
		.front-page .primary-column .tabcontainer .content .melding.type1 h1{
			font-size: 2.545em;
			margin-bottom:0;
			margin-top:0.14286em;
			background: transparent url(/forskningsradet/gfx/frontpage/arrow-double-orange.png) no-repeat 0.42863em 0.21429em;
			background-size: 1.22em auto;
		}

		.front-page .primary-column .tabcontainer .content .melding.type1 h2 {
			margin:0 0 0.5em 0;
			padding-bottom: 0.2em;
			color: #373426;			
		}
		
		.front-page .primary-column .tabcontainer .content .melding.type1 .eWebEditProContent {
			color: #373426;			
		}		

	.front-page .primary-column .tabcontainer .content .melding.type2 {
		padding:3.75em 2.5em 0;
		width:43.25em;
		color:#FFF;
		text-align:center;
		height: 8.333333em;
	}

		.front-page .primary-column .tabcontainer .content .melding.type2 h1{
			color: #FFF;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 2.0em;
		}
		


		.front-page .primary-column .tabcontainer .content .melding.type2.bla{
			background: #4066aa;
		}
		
		.front-page .primary-column .tabcontainer .content a.melding.type2.bla:hover{
			background: #00338d;
		}
		
		.front-page .primary-column .tabcontainer .content .melding.type2.oransje{
			background: #efa240;
		}
		
		.front-page .primary-column .tabcontainer .content a.melding.type2.oransje:hover{
			background: #e98300;
		}
		
		.front-page .primary-column .tabcontainer .content .melding.type2.gra{
			background: #9eb3bf;
		}
		
		.front-page .primary-column .tabcontainer .content a.melding.type2.gra:hover{
			background: #7d9aaa;
		}

		.front-page .primary-column .tabcontainer .content .melding.type2.brun{
			background: #d4cdaf;
		}
		
		.front-page .primary-column .tabcontainer .content a.melding.type2.brun:hover{
			background: #c6bc89;
		}
				
/********************
* Fanetopp
********************/

.front-page .primary-column .tabcontainer .content .fane-topp {
	width:46.666668em;
	background: #f1eee2;
	padding: 0.8333333em;
}

	.front-page .primary-column .tabcontainer .content .fane-topp h2 {
		margin-top: 0;
	}

/********************
* Innvilgede soknader
********************/	

.front-page .primary-column .tabcontainer .content .column-narrow {
	width: 46%;
	padding: 0 0.8333333em 0.8333333em;
	float:left;
	margin-top: 1.6666666em;
	border-right: 0.083333336em solid #f1eee2;
}

	.front-page .primary-column .tabcontainer .content .column-narrow h2 {
		margin-top: 0;
	}
	
	.front-page .primary-column .tabcontainer .content .column-narrow.right {
		border: none;
	}

.front-page .primary-column .tabcontainer .content .column-wide {
	width: 46.666668em;
	padding: 0 0.8333333em 0.8333333em;
	float:left;
}

/********************
* Fritekst i fane
********************/

.front-page .primary-column .tabcontainer .content .eWebEditProContent{
	margin:0;
}

.front-page .primary-column .tabcontainer .content .column-twothirds {
	float: left;
	margin-top: 1.6666666em;
	padding: 0 0.8333333em;
	width: 64%;
}

.front-page .primary-column .tabcontainer .content .column-onethird {
	float: left;
	margin-top: 1.6666666em;
	padding-left: 0.8333333em;
	border-left: 0.083333336em solid #f1eee2;
	width: 30%;
}

.front-page .primary-column .tabcontainer .content .column-wide .eWebEditProContent {
	padding-top:1.6666666em;
}


	.front-page .tabcontainer .content .eWebEditProContent p,
	.front-page .tabcontainer .content .eWebEditProContent ol,
	.front-page .tabcontainer .content .eWebEditProContent ul,
	.front-page .tabcontainer .content .eWebEditProContent h2,
	.front-page .tabcontainer .content .eWebEditProContent h3,
	.front-page .tabcontainer .content .eWebEditProContent h4,
{
		margin-top: 0;
		margin-bottom: 1.818em;
	}

	.front-page .tabcontainer .content .column-narrow h2,
    .front-page .tabcontainer .content .column-wide h2	{
		margin-bottom: 0;
	}
	
	.front-page .tabcontainer .content .eWebEditProContent h2 {
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 0 !important;
	}

	.front-page .tabcontainer .content .eWebEditProContent h3 {
		font-size: 1.1666666em;
		font-weight: bold;
		margin-bottom: 0 !important;
	}

	.front-page .tabcontainer .content .eWebEditProContent h4 {
		font-size: 1.0em;
		font-weight: bold;
		margin-bottom: 0;
	}

	.front-page .tabcontainer .content .eWebEditProContent h6 {
		display: none;
	}

	.front-page .primary-column .tabcontainer .content .eWebEditProContent ol {
		list-style-type: decimal;
		margin-left: 1.6666666em;
	}			

	.front-page .primary-column .tabcontainer .content .eWebEditProContent ul {
		list-style-type: disc;
		margin-left: 1.6666666em;
	}
	
		.front-page .primary-column .tabcontainer .content .eWebEditProContent ul li,
		.front-page .primary-column .tabcontainer .content .eWebEditProContent ol li{
			float:none;
		}			

/********************
* Forsidenyheter
********************/

.front-page .primary-column .news {
	margin-bottom: 1.6666666em;
	overflow:hidden;
	width: 48.333332em;
}

	.front-page .primary-column .news h2{
		background:  #f1eee2 url(/forskningsradet/gfx/globalsearch/arrow-right-large.png) no-repeat 0.714em 55%;
		color: #373426;
		display:block;
		font-size: 1.1666666em;
		padding:0.2863em 1.857em;
	}
	
		.front-page .primary-column .news .item{
			overflow:hidden;
			break: both;
			width:46.666668em;
			padding: 0.8333333em;
			border-bottom: 0.083333336em solid #4F4B37;
		}
		
		.front-page .primary-column .news .item:hover{
			background-color: #F9F8F3;
		}

			.front-page .primary-column .news .item h2{
				color: #0072B2; 		
				background:  none;
				padding:0;
				margin: 0.143em 0;
			}
			
			.front-page .primary-column .news .item h3{
				color: #0072B2; 		
				font-weight: normal;
				padding:0;
			}
			
			.front-page .primary-column .news .item .image{
				float:left;
			}
			
			.front-page .primary-column .news .item .image a img{
				width:17.6em;
				height:auto;
			}
			
			.front-page .primary-column .news .item .info{
				float:right;
				width:27.5em;
				margin:0 0 0 1.25em;
			}

				.front-page .primary-column .news .item .info .blog_link,
				.front-page .primary-column .news .item .info .video_link{
					float:right;
				}

/********************
* Feedlist
********************/

.front-page .feed-list{
	overflow:hidden;
}

	.front-page .feed-list li{
		margin-bottom:0.25em;
	}	
	
		.front-page .feed-list li:hover{
			cursor:pointer;
			background: #f1eee2;
		}	

		.front-page .feed-list li .title{
			padding-left: 1.25em;
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-blue.png) no-repeat 0 0.16666667em;
		}

		.front-page .feed-list li .date{
			padding-left: 1.25em;
		}


.front-page .primary-column .feed-list{
	width:48.333332em;
}

	.front-page .primary-column .feed-list h2{
		border-bottom: 0.083333336em solid #4F4B37;
		margin-bottom: 0.8333333em;
		padding: 0 0.8333333em 0.41666666em;
	}

	.front-page .primary-column .feed-list li{
		background:#F9F8F3;
		padding: 0.41666666em 0.8333333em;
	}
	
		.front-page .primary-column .feed-list li:hover{
			background: #f1eee2;
		}		
	
/********************
* Secondary column
********************/

.front-page .secondary-column {
	background: #F9F8F3;
	padding-top: 0.8333333em;
}
			
	.front-page .secondary-column h2 {
		background: #f1eee2;
		color: #373426;
		margin-bottom: 0.714em;
		padding: 0.286em 0.857em;
	}

		
	.front-page .secondary-column .events,
	.front-page .secondary-column .shortcuts {
		margin: 0 0.8333333em 1.6666666em;
		overflow:hidden;
	}
	
/********************
* Arrangementer
********************/

.front-page .secondary-column .events {
	overflow: hidden;
	width:25.0em;
}

	.front-page .secondary-column .events h2{
		padding-left: 1.857em;
		background: #f1eee2 url(/forskningsradet/gfx/globalsearch/arrow-right-large.png) no-repeat 0.857em 55%;
	}

	.front-page .secondary-column .events li {
		cursor: pointer;
		padding: 0.5833333em 0;
	}
	
	.front-page .secondary-column .events li.event {
		overflow:hidden;
		width: 25.0em;
	}
	
		.front-page .secondary-column .events li:hover{
			background: #f1eee2;
			coursor: pointer;
		}


	.front-page .secondary-column .events li.showMoreLink {
		padding: 0.41666666em 1.0em 0.41666666em;
	}
	
		.front-page .secondary-column .events li.showMoreLink:hover {
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-blue.png) no-repeat 100% 55%;
		}

	.front-page .secondary-column .events p,
	.front-page .secondary-column .events h4 {
		float:right; 
		width:20.0em;
		margin:0;
		padding-right:0.8333333em;
		font-size: 1.0em;
		font-weight: normal;
	}

			.front-page .secondary-column .events .date {
				float:left; 
				width:3.3333333em;
			}
			
			.front-page .secondary-column .events .date .day, 
			.front-page .secondary-column .events .date .month {
				float:left; 
				width:4.167em;
				text-align: center;
				text-transform: uppercase;
				font-size: 80%;
			}
						
			.front-page .secondary-column .events .date .day {
				padding-bottom: 0.208em;
				margin-bottom: 0.208em;
				border-bottom: 0.083333336em solid #7F99C6;
			}			

/********************
* Snarveier
********************/

.front-page .secondary-column .shortcuts {}

	.front-page .secondary-column .shortcuts h2 {
		background: #4F4B37;
		color: #FFF;
		margin-bottom:0;
	}
	
	.front-page .secondary-column .shortcuts li {
		border-bottom: 0.083333336em solid #f1eee2;
		padding: 0.8333333em 0.8333333em 0.5em 0;
		background: transparent url(/forskningsradet/gfx/globalsearch/navigator-arrow.png) no-repeat 1.0em 1.0em;
		background-size: 0.57em auto;
	}
	
		.front-page .secondary-column .shortcuts li:hover {
			background: #f1eee2 url(/forskningsradet/gfx/globalsearch/navigator-arrow.png) no-repeat 1.0em 1.0em;
		}

		.front-page .secondary-column .shortcuts li a{
			color: #373426;
			display: block;
			padding-left: 2.5em;
		}


	.front-page .secondary-column .shortcuts li.showMoreLess {
		background: none;
		height: 1%; /* hasLayout for IE */
		overflow: hidden;
		padding: 1.3333334em 0 0 2.5em;
		border-bottom: none;
	}

		.front-page .secondary-column .shortcuts li.showMoreLess a {
			background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat right 60%;
			border-right: 0.8333333em solid #f1eee2;
			cursor: pointer;
			float: right;
			font-weight: bold;
			padding: 0.6666667em 1.3333334em 0.5em 0.8333333em;
		}

			.front-page .secondary-column .shortcuts li.showMoreLess a.less {
				background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-less-arrow.png) no-repeat right 55%;
			}

/********************
* Bannere
********************/

.front-page .secondary-column .banner{
	padding: 0 0.8333333em 0.8333333em;
	margin-bottom: 0.8333333em;
	overflow: hidden;
	width: 25.0em;
}

	.front-page .secondary-column .banner li{
		padding: 0 0 0.41666666em 0.8333333em;
	}

		.front-page .secondary-column .banner li a{
			padding-left: 1.25em;
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-blue.png) no-repeat 0 0.25em;
		}
	
/********************
* Arvids blogg
********************/	

.front-page .secondary-column .banner.blog .feed-list{
	border-bottom: 0.16666667em solid #4F4B37;
	overflow: hidden;
	width: 25.0em;
}


	.front-page .secondary-column .feed-list h2{
		background: transparent url(/forskningsradet/gfx/frontpage/arvidsbloggforside.png) no-repeat left top;
		background-size: 16.7em auto;
		color: #FFF;
		margin:0;
		padding: 0.556em 1.111em 1.111em;
		font-size: 1.5em;
		font-weight: normal;
	}

		.front-page .secondary-column .feed-list li{
			padding-top: 0.41666666em;
		}

			.front-page .secondary-column .feed-list li .title a {
				padding-left: 0; 
				background: #F9F8F3;
			}
			
			.front-page .secondary-column .feed-list li:hover .title a {
				background: #f1eee2;
			}			
			


/*****************************************************
* Søk - Nyheter
*****************************************************/


.SearchPage-Nyheter .ColRight {
	margin-top: -2.4166667em;
}

	.SearchPage-Nyheter .ColRight h4{
		border: none;
	}

		.SearchPage-Nyheter .ColRight .Box {
			overflow: hidden;
			margin-bottom: 0.0em;
		}

		.SearchPage-Nyheter .ColRight .Box.Facets{ 
			
		}

			.SearchPage-Nyheter .ColRight .navigator.globally-active { 
				margin-bottom: 0;
				background: #f1eee2;
			}
			
				.SearchPage-Nyheter .ColRight .navigator.globally-active p {
					font-size: 1.0em;
					font-weight: bold;
					padding: 0 0.8333333em;
				}
				
				
				.SearchPage-Nyheter .ColRight .Box .clear-navigators {
					background:  #f1eee2 url(/forskningsradet/gfx/redesign/clear-navigators-button-small.png) no-repeat 0.8333333em 0.41666666em;
					text-align: center;					
				}

					.SearchPage-Nyheter .ColRight .Box .clear-navigators a{
						color: #373426;
					}
				
		.SearchPage-Nyheter .ColRight .Box.Search {
			overflow:hidden;
		}
		
		.SearchPage-Nyheter .ColRight .Box.Search form {
			background-color: #F1EEE2;
			float: left;
			padding: 0.5833333em 0.8333333em 0.6666667em;
			width:12.666667em;
		}
		
			.SearchPage-Nyheter .ColRight .Box.Search form input.text {
				background: #f1eee2 url(/forskningsradet/gfx/redesign/sokefelt.png) no-repeat;
				background-size: 9.4em auto;
				border: none;
				float: left;
				padding: 0.375em;
				width: 8.6em;
				height: 1.2em;
			}

			.SearchPage-Nyheter .ColRight .Box.Search form  input.btnSmall {
				background: #f1eee2 url(/forskningsradet/gfx/redesign/searchbutton.png) no-repeat;
				background-size: 1.95em auto;
				border: none;
				float: left;
				height: 1.95em;
				text-indent: -166.66667em;
				text-transform: uppercase;
				width: 1.95em;
			}
		
		
	.SearchPage-Nyheter .ColRight .navigator.with-active {
		background: #f1eee2;
	}

.SearchPage-Nyheter .ColRight .navigator {
	margin-bottom: 0.8333333em;
}	

	.SearchPage-Nyheter .ColRight .navigator h4 {
		background: #4F4B37;
		color: #FFF;
		padding: 0.25em 0.8333333em; 
		width : 12.666667em;		
	}	

	.SearchPage-Nyheter .ColRight .navigator ul.inactive {
		background: #F9F8F3;
	}	
		
	.SearchPage-Nyheter .ColRight .navigator ul li {
		border-bottom: 0.083333336em solid #f1eee2;
	}		
		
		.SearchPage-Nyheter .ColRight .navigator ul li a {
			color: #373426;
		}		

			.SearchPage-Nyheter .ColRight .navigator ul li a span {
				display: block;
				padding: 0.25em 0.8333333em;
			}	
		
	.SearchPage-Nyheter .ColRight .navigator.globally-active ul li, 
	.SearchPage-Nyheter .ColRight .navigator ul.active li {
		background: transparent url(/forskningsradet/gfx/globalsearch/navigator-crosshair.png) no-repeat scroll 0.8333333em 0.41666666em;
	}
	
		.SearchPage-Nyheter .ColRight .navigator.globally-active ul li a span, 
		.SearchPage-Nyheter .ColRight .navigator ul.active li a span {
			display: block;
			padding-left: 2.5em;
		}
		
		
	.SearchPage-Nyheter .ColRight .clear-navigators {
		background: #f1eee2;
		margin-bottom: 0.083333336em;
		padding: 0.8333333em 0.8333333em 1.0em;
	}
	
	.SearchPage-Nyheter .ColRight .navigator ul.inactive li.showMoreLess {
		background: none;
		border-bottom: 0.16666667em solid #4F4B37;
		height: 1%; /* hasLayout for IE */
		overflow: hidden;
		padding: 0.8333333em 0 0 2.5em;
	}
		.SearchPage-Nyheter .ColRight .navigator ul.inactive li.showMoreLess a {
			background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat right 60%;
			border-right: 0.8333333em solid #f1eee2;
			border-radius: 0.41666666em 0.41666666em 0 0;
			-moz-border-radius: 0.41666666em 0.41666666em 0 0;
			-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
			cursor: pointer;
			float: right;
			font-size: 1.0em;
			font-weight: bold;
			margin: 0 0.41666666em;
			padding: 0.6666667em 1.3333334em 0.5em 0.8333333em;
		}

			.SearchPage-Nyheter .ColRight .navigator ul.inactive li.showMoreLess a.less {
				background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-less-arrow.png) no-repeat right 55%;
			}
			
	.SearchPage-Nyheter .ColRight .extra-nav {
		border-top: 0.083333336em solid #E2DDC4;
	}	

		.SearchPage-Nyheter .ColRight .extra-nav a{
			padding: 0.41666666em 0.8333333em;
			border-bottom: 0.083333336em solid #E2DDC4;
			display: block;
		}	
	
.SearchPage-Nyheter .ColMiddleHeader p {
	margin-bottom: 0.8333333em;
}

			
.SearchPage-Nyheter .ColMiddle .result .tabs {
	overflow: hidden;
	width: 100%;
	margin-top: 0.8333333em;
}
	
		.SearchPage-Nyheter .ColMiddle .result .tabs span,
		.SearchPage-Nyheter .ColMiddle .result .tabs a {
			background-color: #F9F8F3;
			float: left;
			text-transform: uppercase;
			padding: 0.8333333em;
			margin-right: 0.41666666em;
			color: #373426;
			border-radius: 0.41666666em 0.41666666em 0 0;
			-moz-border-radius: 0.41666666em 0.41666666em 0 0; 
			-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
		}
				
		.SearchPage-Nyheter .ColMiddle .result .tabs span {
			border: 0.083333336em solid #b3b1a0;
			border-bottom-color: #fff;
			background: #fff url(/forskningsradet/gfx/redesign/tab-background.png) repeat-x 0 0;
		}

.SearchPage-Nyheter .ColMiddle .result .header,
.SearchPage-Nyheter .ColMiddle .result .header-under {
	border-top: 0.16666667em solid #4F4B37;
	border-bottom: 0.16666667em solid #4F4B37;
	padding: 0.6666667em 0.8333333em 0.33333334em 0.8333333em;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
	margin-top: -0.16666667em;
}

	.SearchPage-Nyheter .ColMiddle .result .header .sort{
		float: right;
		font-size: 1.0em;
		margin-top: 0.41666666em;
		text-align: right;
	}

		.SearchPage-Nyheter .ColMiddle .result .header .sort .selected{
			font-weight: bold;
		}

		.SearchPage-Nyheter .ColMiddle .result .header .sort a.asc,
		.SearchPage-Nyheter .ColMiddle .result .header .sort a.desc {
			background-color: transparent;
			background-position: right 50%;
			background-repeat: no-repeat;
		}

			.SearchPage-Nyheter .ColMiddle .result .header .sort a.asc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png);
				padding-right: 1.25em;
			}

			.SearchPage-Nyheter .ColMiddle .result .header .sort a.desc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png);
				padding-right: 1.25em;
			}


.SearchPage-Nyheter .ColMiddle .result .subheader {
	background: #f1eee2;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
	padding: 0.8333333em;
}

	.SearchPage-Nyheter .ColMiddle .result .subheader .hits {
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-large.png) no-repeat 0 65%;
		float: left;
		font-size: 1.4166666em;
		font-weight: bold;
		padding-left: 1.25em;
	}

	.SearchPage-Nyheter .ColMiddle .result .pagination {
		font-size: 1.0em;
		float: right;
		overflow: hidden;
	}

	.SearchPage-Nyheter .ColMiddle .result .footer .pagination {
		margin-top: 1.6666666em;
	}	
	
		.SearchPage-Nyheter .ColMiddle .result .pagination span,
		.SearchPage-Nyheter .ColMiddle .result .pagination a {
			float: left;
		}

			.SearchPage-Nyheter .ColMiddle .result .pagination span.current,
			.SearchPage-Nyheter .ColMiddle .result .pagination a.page {
				border: 0.083333336em solid #E2DDC4;
				height: 1.5em;
				margin-left: 0.25em;
				padding: 0.16666667em 0.41666666em;
			}

			.SearchPage-Nyheter .ColMiddle .result .pagination span.current {
				border-color: #4F4B37;
				background: #4F4B37;
				color: #fff;
			}

			.SearchPage-Nyheter .ColMiddle .result .pagination a.page {
				background: transparent url(/forskningsradet/gfx/globalsearch/pagination-button-bg.png) repeat-x 0 0;
				color: #4F4B37;
			}

			.SearchPage-Nyheter .ColMiddle .result .pagination span.seperator {
				margin: 0 0.16666667em 0 0.41666666em;
			}

			.SearchPage-Nyheter .ColMiddle .result .pagination span.seperator,
			.SearchPage-Nyheter .ColMiddle .result .pagination .prev,
			.SearchPage-Nyheter .ColMiddle .result .pagination .next {
				padding-top: 0.25em;
			}

			.SearchPage-Nyheter .ColMiddle .result .pagination .prev {
				margin-right: 0.5833333em;
			}

			.SearchPage-Nyheter .ColMiddle .result .pagination .next {
				margin-left: 0.8333333em;
			}

			.SearchPage-Nyheter .ColMiddle .result .pagination span.prev,
			.SearchPage-Nyheter .ColMiddle .result .pagination span.next {
				display: none;
			}

		.SearchPage-Nyheter .ColMiddle .result .pagination ul {
			overflow: hidden;
		}

		.SearchPage-Nyheter .ColMiddle .result .pagination li {
			float: left;
			margin-left: 0.25em;
		}
			
			


/*****************************************************
* Søk - Arrangementer
*****************************************************/


.SearchPage-Arrangementer .ColRight {
	margin-top: -2.4166667em;
}

	.SearchPage-Arrangementer .ColRight h4{
		border: none;
	}

		.SearchPage-Arrangementer .ColRight .Box {
			overflow: hidden;
			margin-bottom: 0.0em;
		}

		.SearchPage-Arrangementer .ColRight .Box.Facets{ 
			
		}

			.SearchPage-Arrangementer .ColRight .navigator.globally-active { 
				margin-bottom: 0;
				background: #f1eee2;
			}
			
				.SearchPage-Arrangementer .ColRight .navigator.globally-active p {
					font-size: 1.0em;
					font-weight: bold;
					padding: 0 0.8333333em;
				}
				
				
				.SearchPage-Arrangementer .ColRight .Box .clear-navigators {
					background:  #f1eee2 url(/forskningsradet/gfx/redesign/clear-navigators-button-small.png) no-repeat 0.8333333em 0.41666666em;
					text-align: center;					
				}

					.SearchPage-Arrangementer .ColRight .Box .clear-navigators a{
						color: #373426;
					}
				
		.SearchPage-Arrangementer .ColRight .Box.Search {
			overflow:hidden;
		}
		
		.SearchPage-Arrangementer .ColRight .Box.Search form {
			background-color: #F1EEE2;
			float: left;
			padding: 0.5833333em 0.8333333em 0.6666667em;
			width:12.666667em;
		}
		
			.SearchPage-Arrangementer .ColRight .Box.Search form input.text {
				background: #f1eee2 url(/forskningsradet/gfx/redesign/sokefelt.png) no-repeat;
				background-size: 9.4em auto;
				border: none;
				float: left;
				padding: 0.375em;
				width: 8.6em;
				height: 1.2em;
			}

			.SearchPage-Arrangementer .ColRight .Box.Search form  input.btnSmall {
				background: #f1eee2 url(/forskningsradet/gfx/redesign/searchbutton.png) no-repeat;
				background-size: 1.95em auto;
				border: none;
				float: left;
				height: 1.95em;
				text-indent: -166.66667em;
				text-transform: uppercase;
				width: 1.95em;
			}
		
		
	.SearchPage-Arrangementer .ColRight .navigator.with-active {
		background: #f1eee2;
	}

.SearchPage-Arrangementer .ColRight .navigator {
	margin-bottom: 0.8333333em;
}	

	.SearchPage-Arrangementer .ColRight .navigator h4 {
		background: #4F4B37;
		color: #FFF;
		padding: 0.25em 0.8333333em; 
		width : 12.666667em;		
	}	

	.SearchPage-Arrangementer .ColRight .navigator ul.inactive {
		background: #F9F8F3;
	}	
		
	.SearchPage-Arrangementer .ColRight .navigator ul li {
		border-bottom: 0.083333336em solid #f1eee2;
	}		
		
		.SearchPage-Arrangementer .ColRight .navigator ul li a {
			color: #373426;
		}		

			.SearchPage-Arrangementer .ColRight .navigator ul li a span {
				display: block;
				padding: 0.25em 0.8333333em;
			}	
		
	.SearchPage-Arrangementer .ColRight .navigator.globally-active ul li, 
	.SearchPage-Arrangementer .ColRight .navigator ul.active li {
		background: transparent url(/forskningsradet/gfx/globalsearch/navigator-crosshair.png) no-repeat scroll 0.8333333em 0.41666666em;
	}
	
		.SearchPage-Arrangementer .ColRight .navigator.globally-active ul li a span, 
		.SearchPage-Arrangementer .ColRight .navigator ul.active li a span {
			display: block;
			padding-left: 2.5em;
		}
		
		
	.SearchPage-Arrangementer .ColRight .clear-navigators {
		background: #f1eee2;
		margin-bottom: 0.083333336em;
		padding: 0.8333333em 0.8333333em 1.0em;
	}
	
	.SearchPage-Arrangementer .ColRight .navigator ul.inactive li.showMoreLess {
		background: none;
		border-bottom: 0.16666667em solid #4F4B37;
		height: 1%; /* hasLayout for IE */
		overflow: hidden;
		padding: 0.8333333em 0 0 2.5em;
	}
		.SearchPage-Arrangementer .ColRight .navigator ul.inactive li.showMoreLess a {
			background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat right 60%;
			border-right: 0.8333333em solid #f1eee2;
			border-radius: 0.41666666em 0.41666666em 0 0;
			-moz-border-radius: 0.41666666em 0.41666666em 0 0;
			-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
			cursor: pointer;
			float: right;
			font-size: 1.0em;
			font-weight: bold;
			margin: 0 0.41666666em;
			padding: 0.6666667em 1.3333334em 0.5em 0.8333333em;
		}

			.SearchPage-Arrangementer .ColRight .navigator ul.inactive li.showMoreLess a.less {
				background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-less-arrow.png) no-repeat right 55%;
			}
			
	.SearchPage-Arrangementer .ColRight .extra-nav {
		border-top: 0.083333336em solid #E2DDC4;
	}	

		.SearchPage-Arrangementer .ColRight .extra-nav a{
			padding: 0.41666666em 0.8333333em;
			border-bottom: 0.083333336em solid #E2DDC4;
			display: block;
		}	
	
.SearchPage-Arrangementer .ColMiddleHeader p {
	margin-bottom: 0.8333333em;
}

			
.SearchPage-Arrangementer .ColMiddle .result .tabs {
	overflow: hidden;
	width: 100%;
	margin-top: 0.8333333em;
}
	
		.SearchPage-Arrangementer .ColMiddle .result .tabs span,
		.SearchPage-Arrangementer .ColMiddle .result .tabs a {
			background-color: #F9F8F3;
			float: left;
			text-transform: uppercase;
			padding: 0.8333333em;
			margin-right: 0.41666666em;
			color: #373426;
			border-radius: 0.41666666em 0.41666666em 0 0;
			-moz-border-radius: 0.41666666em 0.41666666em 0 0; 
			-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
		}
				
		.SearchPage-Arrangementer .ColMiddle .result .tabs span {
			border: 0.083333336em solid #b3b1a0;
			border-bottom-color: #fff;
			background: #fff url(/forskningsradet/gfx/redesign/tab-background.png) repeat-x 0 0;
		}

.SearchPage-Arrangementer .ColMiddle .result .header,
.SearchPage-Arrangementer .ColMiddle .result .header-under {
	border-top: 0.16666667em solid #4F4B37;
	border-bottom: 0.16666667em solid #4F4B37;
	padding: 0.6666667em 0.8333333em 0.33333334em 0.8333333em;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
	margin-top: -0.16666667em;
}

	.SearchPage-Arrangementer .ColMiddle .result .header .sort{
		float: right;
		font-size: 1.0em;
		margin-top: 0.41666666em;
		text-align: right;
	}

		.SearchPage-Arrangementer .ColMiddle .result .header .sort .selected{
			font-weight: bold;
		}

		.SearchPage-Arrangementer .ColMiddle .result .header .sort a.asc,
		.SearchPage-Arrangementer .ColMiddle .result .header .sort a.desc {
			background-color: transparent;
			background-position: right 50%;
			background-repeat: no-repeat;
		}

			.SearchPage-Arrangementer .ColMiddle .result .header .sort a.asc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png);
				padding-right: 1.25em;
			}

			.SearchPage-Arrangementer .ColMiddle .result .header .sort a.desc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png);
				padding-right: 1.25em;
			}


.SearchPage-Arrangementer .ColMiddle .result .subheader {
	background: #f1eee2;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
	padding: 0.8333333em;
}

	.SearchPage-Arrangementer .ColMiddle .result .subheader .hits {
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-large.png) no-repeat 0 65%;
		float: left;
		font-size: 1.4166666em;
		font-weight: bold;
		padding-left: 1.25em;
	}

	.SearchPage-Arrangementer .ColMiddle .result .pagination {
		font-size: 1.0em;
		float: right;
		overflow: hidden;
	}

	.SearchPage-Arrangementer .ColMiddle .result .footer .pagination {
		margin-top: 1.6666666em;
	}	
	
		.SearchPage-Arrangementer .ColMiddle .result .pagination span,
		.SearchPage-Arrangementer .ColMiddle .result .pagination a {
			float: left;
		}

			.SearchPage-Arrangementer .ColMiddle .result .pagination span.current,
			.SearchPage-Arrangementer .ColMiddle .result .pagination a.page {
				border: 0.083333336em solid #E2DDC4;
				height: 1.5em;
				margin-left: 0.25em;
				padding: 0.16666667em 0.41666666em;
			}

			.SearchPage-Arrangementer .ColMiddle .result .pagination span.current {
				border-color: #4F4B37;
				background: #4F4B37;
				color: #fff;
			}

			.SearchPage-Arrangementer .ColMiddle .result .pagination a.page {
				background: transparent url(/forskningsradet/gfx/globalsearch/pagination-button-bg.png) repeat-x 0 0;
				color: #4F4B37;
			}

			.SearchPage-Arrangementer .ColMiddle .result .pagination span.seperator {
				margin: 0 0.16666667em 0 0.41666666em;
			}

			.SearchPage-Arrangementer .ColMiddle .result .pagination span.seperator,
			.SearchPage-Arrangementer .ColMiddle .result .pagination .prev,
			.SearchPage-Arrangementer .ColMiddle .result .pagination .next {
				padding-top: 0.25em;
			}

			.SearchPage-Arrangementer .ColMiddle .result .pagination .prev {
				margin-right: 0.5833333em;
			}

			.SearchPage-Arrangementer .ColMiddle .result .pagination .next {
				margin-left: 0.8333333em;
			}

			.SearchPage-Arrangementer .ColMiddle .result .pagination span.prev,
			.SearchPage-Arrangementer .ColMiddle .result .pagination span.next {
				display: none;
			}

		.SearchPage-Arrangementer .ColMiddle .result .pagination ul {
			overflow: hidden;
		}

		.SearchPage-Arrangementer .ColMiddle .result .pagination li {
			float: left;
			margin-left: 0.25em;
		}
			
			


/*****************************************************
* Søk - Utlysninger
*****************************************************/


.SearchPage-Utlysninger .ColRight {
	margin-top: -2.4166667em;
}

	.SearchPage-Utlysninger .ColRight h4{
		border: none;
	}

		.SearchPage-Utlysninger .ColRight .Box {
			overflow: hidden;
			margin-bottom: 0.0em;
		}

		.SearchPage-Utlysninger .ColRight .Box.Facets{ 
			
		}

			.SearchPage-Utlysninger .ColRight .navigator.globally-active { 
				margin-bottom: 0;
				background: #f1eee2;
			}
			
				.SearchPage-Utlysninger .ColRight .navigator.globally-active p {
					font-size: 1.0em;
					font-weight: bold;
					padding: 0 0.8333333em;
				}
				
				
				.SearchPage-Utlysninger .ColRight .Box .clear-navigators {
					background:  #f1eee2 url(/forskningsradet/gfx/redesign/clear-navigators-button-small.png) no-repeat 0.8333333em 0.41666666em;
					text-align: center;					
				}

					.SearchPage-Utlysninger .ColRight .Box .clear-navigators a{
						color: #373426;
					}
				
		.SearchPage-Utlysninger .ColRight .Box.Search {
			overflow:hidden;
		}
		
		.SearchPage-Utlysninger .ColRight .Box.Search form {
			background-color: #F1EEE2;
			float: left;
			padding: 0.5833333em 0.8333333em 0.6666667em;
			width:12.666667em;
		}
		
			.SearchPage-Utlysninger .ColRight .Box.Search form input.text {
				background: #f1eee2 url(/forskningsradet/gfx/redesign/sokefelt.png) no-repeat;
				background-size: 9.4em auto;
				border: none;
				float: left;
				padding: 0.375em;
				width: 8.6em;
				height: 1.2em;
			}

			.SearchPage-Utlysninger .ColRight .Box.Search form  input.btnSmall {
				background: #f1eee2 url(/forskningsradet/gfx/redesign/searchbutton.png) no-repeat;
				background-size: 1.95em auto;
				border: none;
				float: left;
				height: 1.95em;
				text-indent: -166.66667em;
				text-transform: uppercase;
				width: 1.95em;
			}
		
		
	.SearchPage-Utlysninger .ColRight .navigator.with-active {
		background: #f1eee2;
	}

.SearchPage-Utlysninger .ColRight .navigator {
	margin-bottom: 0.8333333em;
}	

	.SearchPage-Utlysninger .ColRight .navigator h4 {
		background: #4F4B37;
		color: #FFF;
		padding: 0.25em 0.8333333em; 
		width : 12.666667em;		
	}	

	.SearchPage-Utlysninger .ColRight .navigator ul.inactive {
		background: #F9F8F3;
	}	
		
	.SearchPage-Utlysninger .ColRight .navigator ul li {
		border-bottom: 0.083333336em solid #f1eee2;
	}		
		
		.SearchPage-Utlysninger .ColRight .navigator ul li a {
			color: #373426;
		}		

			.SearchPage-Utlysninger .ColRight .navigator ul li a span {
				display: block;
				padding: 0.25em 0.8333333em;
			}	
		
	.SearchPage-Utlysninger .ColRight .navigator.globally-active ul li, 
	.SearchPage-Utlysninger .ColRight .navigator ul.active li {
		background: transparent url(/forskningsradet/gfx/globalsearch/navigator-crosshair.png) no-repeat scroll 0.8333333em 0.41666666em;
	}
	
		.SearchPage-Utlysninger .ColRight .navigator.globally-active ul li a span, 
		.SearchPage-Utlysninger .ColRight .navigator ul.active li a span {
			display: block;
			padding-left: 2.5em;
		}
		
		
	.SearchPage-Utlysninger .ColRight .clear-navigators {
		background: #f1eee2;
		margin-bottom: 0.083333336em;
		padding: 0.8333333em 0.8333333em 1.0em;
	}
	
	.SearchPage-Utlysninger .ColRight .navigator ul.inactive li.showMoreLess {
		background: none;
		border-bottom: 0.16666667em solid #4F4B37;
		height: 1%; /* hasLayout for IE */
		overflow: hidden;
		padding: 0.8333333em 0 0 2.5em;
	}
		.SearchPage-Utlysninger .ColRight .navigator ul.inactive li.showMoreLess a {
			background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat right 60%;
			border-right: 0.8333333em solid #f1eee2;
			border-radius: 0.41666666em 0.41666666em 0 0;
			-moz-border-radius: 0.41666666em 0.41666666em 0 0;
			-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
			cursor: pointer;
			float: right;
			font-size: 1.0em;
			font-weight: bold;
			margin: 0 0.41666666em;
			padding: 0.6666667em 1.3333334em 0.5em 0.8333333em;
		}

			.SearchPage-Utlysninger .ColRight .navigator ul.inactive li.showMoreLess a.less {
				background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-less-arrow.png) no-repeat right 55%;
			}
			
	.SearchPage-Utlysninger .ColRight .extra-nav {
		border-top: 0.083333336em solid #E2DDC4;
	}	

		.SearchPage-Utlysninger .ColRight .extra-nav a{
			padding: 0.41666666em 0.8333333em;
			border-bottom: 0.083333336em solid #E2DDC4;
			display: block;
		}	
	
.SearchPage-Utlysninger .ColMiddleHeader p {
	margin-bottom: 0.8333333em;
}

			
.SearchPage-Utlysninger .ColMiddle .result .tabs {
	overflow: hidden;
	width: 100%;
	margin-top: 0.8333333em;
}
	
		.SearchPage-Utlysninger .ColMiddle .result .tabs span,
		.SearchPage-Utlysninger .ColMiddle .result .tabs a {
			background-color: #F9F8F3;
			float: left;
			text-transform: uppercase;
			padding: 0.8333333em;
			margin-right: 0.41666666em;
			color: #373426;
			border-radius: 0.41666666em 0.41666666em 0 0;
			-moz-border-radius: 0.41666666em 0.41666666em 0 0; 
			-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
		}
				
		.SearchPage-Utlysninger .ColMiddle .result .tabs span {
			border: 0.083333336em solid #b3b1a0;
			border-bottom-color: #fff;
			background: #fff url(/forskningsradet/gfx/redesign/tab-background.png) repeat-x 0 0;
		}

.SearchPage-Utlysninger .ColMiddle .result .header,
.SearchPage-Utlysninger .ColMiddle .result .header-under {
	border-top: 0.16666667em solid #4F4B37;
	border-bottom: 0.16666667em solid #4F4B37;
	padding: 0.6666667em 0.8333333em 0.33333334em 0.8333333em;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
	margin-top: -0.16666667em;
}

	.SearchPage-Utlysninger .ColMiddle .result .header .sort{
		float: right;
		font-size: 1.0em;
		margin-top: 0.41666666em;
		text-align: right;
	}

		.SearchPage-Utlysninger .ColMiddle .result .header .sort .selected{
			font-weight: bold;
		}

		.SearchPage-Utlysninger .ColMiddle .result .header .sort a.asc,
		.SearchPage-Utlysninger .ColMiddle .result .header .sort a.desc {
			background-color: transparent;
			background-position: right 50%;
			background-repeat: no-repeat;
		}

			.SearchPage-Utlysninger .ColMiddle .result .header .sort a.asc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png);
				padding-right: 1.25em;
			}

			.SearchPage-Utlysninger .ColMiddle .result .header .sort a.desc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png);
				padding-right: 1.25em;
			}


.SearchPage-Utlysninger .ColMiddle .result .subheader {
	background: #f1eee2;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
	padding: 0.8333333em;
}

	.SearchPage-Utlysninger .ColMiddle .result .subheader .hits {
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-large.png) no-repeat 0 65%;
		float: left;
		font-size: 1.4166666em;
		font-weight: bold;
		padding-left: 1.25em;
	}

	.SearchPage-Utlysninger .ColMiddle .result .pagination {
		font-size: 1.0em;
		float: right;
		overflow: hidden;
	}

	.SearchPage-Utlysninger .ColMiddle .result .footer .pagination {
		margin-top: 1.6666666em;
	}	
	
		.SearchPage-Utlysninger .ColMiddle .result .pagination span,
		.SearchPage-Utlysninger .ColMiddle .result .pagination a {
			float: left;
		}

			.SearchPage-Utlysninger .ColMiddle .result .pagination span.current,
			.SearchPage-Utlysninger .ColMiddle .result .pagination a.page {
				border: 0.083333336em solid #E2DDC4;
				height: 1.5em;
				margin-left: 0.25em;
				padding: 0.16666667em 0.41666666em;
			}

			.SearchPage-Utlysninger .ColMiddle .result .pagination span.current {
				border-color: #4F4B37;
				background: #4F4B37;
				color: #fff;
			}

			.SearchPage-Utlysninger .ColMiddle .result .pagination a.page {
				background: transparent url(/forskningsradet/gfx/globalsearch/pagination-button-bg.png) repeat-x 0 0;
				color: #4F4B37;
			}

			.SearchPage-Utlysninger .ColMiddle .result .pagination span.seperator {
				margin: 0 0.16666667em 0 0.41666666em;
			}

			.SearchPage-Utlysninger .ColMiddle .result .pagination span.seperator,
			.SearchPage-Utlysninger .ColMiddle .result .pagination .prev,
			.SearchPage-Utlysninger .ColMiddle .result .pagination .next {
				padding-top: 0.25em;
			}

			.SearchPage-Utlysninger .ColMiddle .result .pagination .prev {
				margin-right: 0.5833333em;
			}

			.SearchPage-Utlysninger .ColMiddle .result .pagination .next {
				margin-left: 0.8333333em;
			}

			.SearchPage-Utlysninger .ColMiddle .result .pagination span.prev,
			.SearchPage-Utlysninger .ColMiddle .result .pagination span.next {
				display: none;
			}

		.SearchPage-Utlysninger .ColMiddle .result .pagination ul {
			overflow: hidden;
		}

		.SearchPage-Utlysninger .ColMiddle .result .pagination li {
			float: left;
			margin-left: 0.25em;
		}
			
			


/*****************************************************
* Søk - Programsider
*****************************************************/


.SearchPage-Programsider .ColRight {
	margin-top: -2.4166667em;
}

	.SearchPage-Programsider .ColRight h4{
		border: none;
	}

		.SearchPage-Programsider .ColRight .Box {
			overflow: hidden;
			margin-bottom: 0.0em;
		}

		.SearchPage-Programsider .ColRight .Box.Facets{ 
			
		}

			.SearchPage-Programsider .ColRight .navigator.globally-active { 
				margin-bottom: 0;
				background: #f1eee2;
			}
			
				.SearchPage-Programsider .ColRight .navigator.globally-active p {
					font-size: 1.0em;
					font-weight: bold;
					padding: 0 0.8333333em;
				}
				
				
				.SearchPage-Programsider .ColRight .Box .clear-navigators {
					background:  #f1eee2 url(/forskningsradet/gfx/redesign/clear-navigators-button-small.png) no-repeat 0.8333333em 0.41666666em;
					text-align: center;					
				}

					.SearchPage-Programsider .ColRight .Box .clear-navigators a{
						color: #373426;
					}
				
		.SearchPage-Programsider .ColRight .Box.Search {
			overflow:hidden;
		}
		
		.SearchPage-Programsider .ColRight .Box.Search form {
			background-color: #F1EEE2;
			float: left;
			padding: 0.5833333em 0.8333333em 0.6666667em;
			width:12.666667em;
		}
		
			.SearchPage-Programsider .ColRight .Box.Search form input.text {
				background: #f1eee2 url(/forskningsradet/gfx/redesign/sokefelt.png) no-repeat;
				background-size: 9.4em auto;
				border: none;
				float: left;
				padding: 0.375em;
				width: 8.6em;
				height: 1.2em;
			}

			.SearchPage-Programsider .ColRight .Box.Search form  input.btnSmall {
				background: #f1eee2 url(/forskningsradet/gfx/redesign/searchbutton.png) no-repeat;
				background-size: 1.95em auto;
				border: none;
				float: left;
				height: 1.95em;
				text-indent: -166.66667em;
				text-transform: uppercase;
				width: 1.95em;
			}
		
		
	.SearchPage-Programsider .ColRight .navigator.with-active {
		background: #f1eee2;
	}

.SearchPage-Programsider .ColRight .navigator {
	margin-bottom: 0.8333333em;
}	

	.SearchPage-Programsider .ColRight .navigator h4 {
		background: #4F4B37;
		color: #FFF;
		padding: 0.25em 0.8333333em; 
		width : 12.666667em;		
	}	

	.SearchPage-Programsider .ColRight .navigator ul.inactive {
		background: #F9F8F3;
	}	
		
	.SearchPage-Programsider .ColRight .navigator ul li {
		border-bottom: 0.083333336em solid #f1eee2;
	}		
		
		.SearchPage-Programsider .ColRight .navigator ul li a {
			color: #373426;
		}		

			.SearchPage-Programsider .ColRight .navigator ul li a span {
				display: block;
				padding: 0.25em 0.8333333em;
			}	
		
	.SearchPage-Programsider .ColRight .navigator.globally-active ul li, 
	.SearchPage-Programsider .ColRight .navigator ul.active li {
		background: transparent url(/forskningsradet/gfx/globalsearch/navigator-crosshair.png) no-repeat scroll 0.8333333em 0.41666666em;
	}
	
		.SearchPage-Programsider .ColRight .navigator.globally-active ul li a span, 
		.SearchPage-Programsider .ColRight .navigator ul.active li a span {
			display: block;
			padding-left: 2.5em;
		}
		
		
	.SearchPage-Programsider .ColRight .clear-navigators {
		background: #f1eee2;
		margin-bottom: 0.083333336em;
		padding: 0.8333333em 0.8333333em 1.0em;
	}
	
	.SearchPage-Programsider .ColRight .navigator ul.inactive li.showMoreLess {
		background: none;
		border-bottom: 0.16666667em solid #4F4B37;
		height: 1%; /* hasLayout for IE */
		overflow: hidden;
		padding: 0.8333333em 0 0 2.5em;
	}
		.SearchPage-Programsider .ColRight .navigator ul.inactive li.showMoreLess a {
			background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-more-arrow.png) no-repeat right 60%;
			border-right: 0.8333333em solid #f1eee2;
			border-radius: 0.41666666em 0.41666666em 0 0;
			-moz-border-radius: 0.41666666em 0.41666666em 0 0;
			-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
			cursor: pointer;
			float: right;
			font-size: 1.0em;
			font-weight: bold;
			margin: 0 0.41666666em;
			padding: 0.6666667em 1.3333334em 0.5em 0.8333333em;
		}

			.SearchPage-Programsider .ColRight .navigator ul.inactive li.showMoreLess a.less {
				background: #f1eee2 url(/forskningsradet/gfx/globalsearch/show-less-arrow.png) no-repeat right 55%;
			}
			
	.SearchPage-Programsider .ColRight .extra-nav {
		border-top: 0.083333336em solid #E2DDC4;
	}	

		.SearchPage-Programsider .ColRight .extra-nav a{
			padding: 0.41666666em 0.8333333em;
			border-bottom: 0.083333336em solid #E2DDC4;
			display: block;
		}	
	
.SearchPage-Programsider .ColMiddleHeader p {
	margin-bottom: 0.8333333em;
}

			
.SearchPage-Programsider .ColMiddle .result .tabs {
	overflow: hidden;
	width: 100%;
	margin-top: 0.8333333em;
}
	
		.SearchPage-Programsider .ColMiddle .result .tabs span,
		.SearchPage-Programsider .ColMiddle .result .tabs a {
			background-color: #F9F8F3;
			float: left;
			text-transform: uppercase;
			padding: 0.8333333em;
			margin-right: 0.41666666em;
			color: #373426;
			border-radius: 0.41666666em 0.41666666em 0 0;
			-moz-border-radius: 0.41666666em 0.41666666em 0 0; 
			-webkit-border-radius: 0.41666666em 0.41666666em 0 0;
		}
				
		.SearchPage-Programsider .ColMiddle .result .tabs span {
			border: 0.083333336em solid #b3b1a0;
			border-bottom-color: #fff;
			background: #fff url(/forskningsradet/gfx/redesign/tab-background.png) repeat-x 0 0;
		}

.SearchPage-Programsider .ColMiddle .result .header,
.SearchPage-Programsider .ColMiddle .result .header-under {
	border-top: 0.16666667em solid #4F4B37;
	border-bottom: 0.16666667em solid #4F4B37;
	padding: 0.6666667em 0.8333333em 0.33333334em 0.8333333em;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
	margin-top: -0.16666667em;
}

	.SearchPage-Programsider .ColMiddle .result .header .sort{
		float: right;
		font-size: 1.0em;
		margin-top: 0.41666666em;
		text-align: right;
	}

		.SearchPage-Programsider .ColMiddle .result .header .sort .selected{
			font-weight: bold;
		}

		.SearchPage-Programsider .ColMiddle .result .header .sort a.asc,
		.SearchPage-Programsider .ColMiddle .result .header .sort a.desc {
			background-color: transparent;
			background-position: right 50%;
			background-repeat: no-repeat;
		}

			.SearchPage-Programsider .ColMiddle .result .header .sort a.asc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png);
				padding-right: 1.25em;
			}

			.SearchPage-Programsider .ColMiddle .result .header .sort a.desc {
				background-image: url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png);
				padding-right: 1.25em;
			}


.SearchPage-Programsider .ColMiddle .result .subheader {
	background: #f1eee2;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
	padding: 0.8333333em;
}

	.SearchPage-Programsider .ColMiddle .result .subheader .hits {
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-right-large.png) no-repeat 0 65%;
		float: left;
		font-size: 1.4166666em;
		font-weight: bold;
		padding-left: 1.25em;
	}

	.SearchPage-Programsider .ColMiddle .result .pagination {
		font-size: 1.0em;
		float: right;
		overflow: hidden;
	}

	.SearchPage-Programsider .ColMiddle .result .footer .pagination {
		margin-top: 1.6666666em;
	}	
	
		.SearchPage-Programsider .ColMiddle .result .pagination span,
		.SearchPage-Programsider .ColMiddle .result .pagination a {
			float: left;
		}

			.SearchPage-Programsider .ColMiddle .result .pagination span.current,
			.SearchPage-Programsider .ColMiddle .result .pagination a.page {
				border: 0.083333336em solid #E2DDC4;
				height: 1.5em;
				margin-left: 0.25em;
				padding: 0.16666667em 0.41666666em;
			}

			.SearchPage-Programsider .ColMiddle .result .pagination span.current {
				border-color: #4F4B37;
				background: #4F4B37;
				color: #fff;
			}

			.SearchPage-Programsider .ColMiddle .result .pagination a.page {
				background: transparent url(/forskningsradet/gfx/globalsearch/pagination-button-bg.png) repeat-x 0 0;
				color: #4F4B37;
			}

			.SearchPage-Programsider .ColMiddle .result .pagination span.seperator {
				margin: 0 0.16666667em 0 0.41666666em;
			}

			.SearchPage-Programsider .ColMiddle .result .pagination span.seperator,
			.SearchPage-Programsider .ColMiddle .result .pagination .prev,
			.SearchPage-Programsider .ColMiddle .result .pagination .next {
				padding-top: 0.25em;
			}

			.SearchPage-Programsider .ColMiddle .result .pagination .prev {
				margin-right: 0.5833333em;
			}

			.SearchPage-Programsider .ColMiddle .result .pagination .next {
				margin-left: 0.8333333em;
			}

			.SearchPage-Programsider .ColMiddle .result .pagination span.prev,
			.SearchPage-Programsider .ColMiddle .result .pagination span.next {
				display: none;
			}

		.SearchPage-Programsider .ColMiddle .result .pagination ul {
			overflow: hidden;
		}

		.SearchPage-Programsider .ColMiddle .result .pagination li {
			float: left;
			margin-left: 0.25em;
		}
			
			

		

.SearchPage-Programsider .ColRight {
	margin-top: -3.6666667em;
}		

.SearchPage-Nyheter .ColMiddle .result .header {
	border-top: none;
	margin-top: 0.8333333em;
}
		
		
/********************************************************************
* ANSATTSOK - divisjoner, avdelinger, stillinger / ansvarsomrader
*********************************************************************/
		
.ColMiddle.Ansatte .organizationContent {
	line-height: 1.85;
}

	.ColMiddle.Ansatte .navigatorContainer {
		margin-bottom: 0.8333333em;
		float:left;
		border-top: 0.1em solid #E2DDC4;
		padding-top: 0.7em;
	}
	
	.ColMiddle.Ansatte .navigatorContainer.top{
		border-top: none;
	}

		.ColMiddle.Ansatte .navigatorContainer h2 {
			margin-bottom: 0.8333333em;
		}

		
	.ColMiddle.Ansatte .organizationContent .navigatorColumn1, 
	.ColMiddle.Ansatte .organizationContent .navigatorColumn2,
	.ColMiddle.Ansatte .organizationContent .navigatorColumn3 {
		float: left;
		width: 19.3em;
	}

.ColMiddle.Ansatte p.capitalize {
	margin: 0
}

	.ColMiddle.Ansatte .capitalize:first-letter {
	    text-transform: uppercase;
	}

/**********************************************************************************************
* AKTIVITETSLISTE
***********************************************************************************************/
.moduleWideAktivitetslisteFirstElement .section,
.moduleWideAktivitetsliste .section{
	padding-bottom: 1.5em;
	border-bottom: 0.083333336em solid #E2DDC4;
	margin-bottom: 1.25em;
}	

	.moduleWideAktivitetslisteFirstElement h2,
	.moduleWideAktivitetsliste h2{
		margin: 0.8333333em 0;
	}	

	.moduleWideAktivitetslisteFirstElement .section dl,
	.moduleWideAktivitetsliste .section dl {
		margin-top: -1.25em;
	}
	
		.moduleWideAktivitetslisteFirstElement .section dl:after,
		.moduleWideAktivitetsliste .section dl:after{
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
	
		.moduleWideAktivitetslisteFirstElement .section dl dt,
		.moduleWideAktivitetsliste .section dl dt{
			clear: left;
			width: 40%;
		}

		.moduleWideAktivitetslisteFirstElement .section dl dd,
		.moduleWideAktivitetsliste .section dl dd{
			width: 55%;
		}	

	
/******************************************/
/*   SITE MAP                             */
/******************************************/
#SiteMap {}

	#SiteMap ul {
		border-bottom: 0.083333336em solid #E2DDC4;
		display: block;	
		line-height: 1.85;
		padding-bottom: 0.8333333em;
		margin-bottom: 0.8333333em;
	}
		

#SiteMap ul ul {	
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#SiteMap ul ul li {
	background: transparent url(/forskningsradet/gfx/sitemap_listitem.gif) no-repeat 0.16666667em 0.9166667em;
	padding-left: 1.25em;		
}

#SiteMap .tools {
	text-align: right;
	padding-right: 0.8333333em;
	height: 1.5em;
	float: right;
}

/*********************
* Ansatte
**********************/

.ColMiddle.Ansatte.SearchField th{
	border-bottom: 0.16666667em solid #4F4B37;
}

	.ColMiddle.Ansatte.SearchField th th{
		padding-bottom: 0.41666666em;
		font-weight: bold;
	}

.ColMiddle.Ansatte.SearchField .employeeInfo{
	background-color:white;
}

	.ColMiddle.Ansatte.SearchField .employeeInfo .breadcrumb{
		padding: 0.41666666em 0;
		border-bottom: 0.083333336em solid #E2DDC4;
		margin-bottom:1.0833334em;
	}
		.ColMiddle.Ansatte.SearchField .employeeInfo .breadcrumb p{			
			margin-bottom:0;
		}

	.ColMiddle.Ansatte.SearchField .employeeInfo .connections dt{
		width:9.166667em;
	}
	.ColMiddle.Ansatte.SearchField .employeeInfo .connections dd{
		width:31.666666em;
	}
	.ColMiddle.Ansatte.SearchField .employeeInfo .connections .personResponsibilityDetail{
		float:left;
		padding-top:1.25em;
		width: 45em;
	}
		.ColMiddle.Ansatte.SearchField .employeeInfo .connections .personResponsibilityDetail h3{
			font-weight:bold;
		}
	
	.ColMiddle.Ansatte.SearchField .employeeInfo .employeePictureFrame{
		float:right;
	}

.ColMiddle.Ansatte.SearchField .displaylistItemContainer{
	border-bottom: 0.16666667em solid #4F4B37;
}	
	
.ColMiddle.Ansatte.SearchField{
	background-color: white;
}

	.ColMiddle.Ansatte.SearchField .contentRow{
	}
	
		.ColMiddle.Ansatte.SearchField td{
			padding: 0.385em 0.769em 0.385em 0;
			border-bottom: 0.083333336em solid #E2DDC4;
		}
		
		.ColMiddle.Ansatte.SearchField td.personName{
			width: 12.231em;
			font-weight: bold;
			font-size: 1.0833334em;
			color: #0072B2;
		}
						
			.ColMiddle.Ansatte.SearchField td.personName .linkOrText{
				cursor: pointer;
			}
		
		.ColMiddle.Ansatte.SearchField td.personAssigned{
		}
		.ColMiddle.Ansatte.SearchField td.personResponsibility{
			width:22.25em;
		}
		.ColMiddle.Ansatte.SearchField td.personPhone{
			padding-right: 0;
			width:10.833333em;
		}


.ColMiddle.Ansatte.SearchField table{
	border:none;
	width: 58.333332em;
}
	.ColMiddle.Ansatte.SearchField table th{
		text-align: left; 
		font-weight: bold;
	}


.ColMiddle.Ansatte.SearchField .personNameAsc a,
.ColMiddle.Ansatte.SearchField .personAssignedAsc a {
	background: transparent url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png) no-repeat right 50%;
	padding-right:1.25em;
}
.ColMiddle.Ansatte.SearchField .personNameDesc a,
.ColMiddle.Ansatte.SearchField .personAssignedDesc a{
	background: transparent url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png) no-repeat right 50%;
	padding-right:1.25em;
}

.ColMiddle.Ansatte.SearchField table{
	border:none;
}

/**************************
* Sok
**************************/



.SearchPage-Nyheter .header {
	margin-top: 0.8333333em;
	overflow: hidden;
	border-bottom: 0.16666667em solid #4F4B37;
	padding-bottom: 0.41666666em;
}

	.SearchPage-Nyheter .ColMiddle .result .header .sort{
		width:10.666667em;
	} 

		.SearchPage-Nyheter .ColMiddle .result .header .sort a{
			text-transform: lowercase;
		} 
	
	
.SearchPage-Nyheter ul.results{
	margin-bottom: 1.6666666em;
}

.SearchPage-Nyheter ul.results li {
	border-bottom: 0.083333336em solid #4F4B37;
	font-size:1.0em;
	line-height:1.5;
	/* IE 6 min-height hack: */
		min-height:7.5em; 
		height:auto !important;
		height:7.5em;
	/* end of IE 6 min-height hack */
	padding: 1.6666666em 0.8333333em;
}

	.SearchPage-Nyheter ul.results li:hover {
		background-color:#F9F8F3;
		cursor:pointer;
	}

	.SearchPage-Nyheter ul.results li:last-child {
		border-color: #fff;
	}

		.SearchPage-Nyheter ul.results li a {
			font-size: 1.1666666em;
			font-weight:bold;
		}
		
		.SearchPage-Nyheter ul.results li p {
			margin: 0 0 0.41666666em;
		}


.SearchPage-Arrangementer .header {
	margin-top: 0.8333333em;
	overflow: hidden;
	border-bottom: 0.16666667em solid #4F4B37;
	padding-bottom: 0.41666666em;
}

	.SearchPage-Arrangementer .ColMiddle .result .header .sort{
		width:10.666667em;
	} 

		.SearchPage-Arrangementer .ColMiddle .result .header .sort a{
			text-transform: lowercase;
		} 
	
	
.SearchPage-Arrangementer ul.results{
	margin-bottom: 1.6666666em;
}

.SearchPage-Arrangementer ul.results li {
	border-bottom: 0.083333336em solid #4F4B37;
	font-size:1.0em;
	line-height:1.5;
	/* IE 6 min-height hack: */
		min-height:7.5em; 
		height:auto !important;
		height:7.5em;
	/* end of IE 6 min-height hack */
	padding: 1.6666666em 0.8333333em;
}

	.SearchPage-Arrangementer ul.results li:hover {
		background-color:#F9F8F3;
		cursor:pointer;
	}

	.SearchPage-Arrangementer ul.results li:last-child {
		border-color: #fff;
	}

		.SearchPage-Arrangementer ul.results li a {
			font-size: 1.1666666em;
			font-weight:bold;
		}
		
		.SearchPage-Arrangementer ul.results li p {
			margin: 0 0 0.41666666em;
		}
		

		.SearchPage-Arrangementer ul.results li .date{
			background-color: #4F4B37;
			color: #FFF;
			padding: 0.083333336em 0.41666666em;
			border-radius: 0.25em;
			-moz-border-radius: 0.25em;
			-webkit-border-radius: 0.25em;

		}


.SearchPage-Utlysninger .header-under {
	margin-top: 0.8333333em;
	overflow: hidden;
	border-bottom: 0.16666667em solid #4F4B37;
	padding-bottom: 0.41666666em;
}

	.SearchPage-Utlysninger .header-under a{
		font-weight: bold;
		padding-right: 1.25em;
	}
	
		.SearchPage-Utlysninger .header-under a.asc {
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png) no-repeat right 50%;
		}

		.SearchPage-Utlysninger .header-under a.desc {
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png) no-repeat right 50%;
		}

	.SearchPage-Utlysninger ul.results li {
		border-bottom: 0.083333336em solid #f1eee2;
		overflow: hidden;
		float:left;
		padding: 0.8333333em;
		width: 40.0em;
	}

		.SearchPage-Utlysninger ul.results li:hover {
			background-color: #F9F8F3;
			cursor: pointer;
		}	
	

.SearchPage-Programsider .header-under {
	margin-top: 0.8333333em;
	overflow: hidden;
	border-bottom: 0.16666667em solid #4F4B37;
	padding-bottom: 0.41666666em;
}

	.SearchPage-Programsider .header-under a{
		font-weight: bold;
		padding-right: 1.25em;
	}
	
		.SearchPage-Programsider .header-under a.asc {
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png) no-repeat right 50%;
		}

		.SearchPage-Programsider .header-under a.desc {
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png) no-repeat right 50%;
		}

	.SearchPage-Programsider ul.results li {
		border-bottom: 0.083333336em solid #f1eee2;
		overflow: hidden;
		float:left;
		padding: 0.8333333em;
		width: 40.0em;
	}

		.SearchPage-Programsider ul.results li:hover {
			background-color: #F9F8F3;
			cursor: pointer;
		}	
	
	
		
		.SearchPage-Programsider .header-under .sort-title{
			width: 27.0em;
			float:left;
		}
		
		.SearchPage-Programsider ul.results li a {
			width: 27.0em;
			float: left;
		}
		
		.SearchPage-Utlysninger .header-under .sort-frist,
		.SearchPage-Utlysninger ul.results li .date {
			width: 6.25em;
			padding-right: 0.8333333em;
			float:left;
		}


				
		.SearchPage-Utlysninger .header-under .sort-title,
		.SearchPage-Utlysninger ul.results li .tittel {
			width: 22.916666em;
			padding-right: 0.8333333em;
			float:left;
		}

		.SearchPage-Utlysninger .header-under .sort-kortnavn,
		.SearchPage-Utlysninger ul.results li .kortnavn {
			float:left;			
			width: 8.75em;
		}

		.SearchPage-Utlysninger .header-under .sort-kortnavn{
		}
		
.SearchPage-Utlysninger .ColMiddleHeader p {
	margin-bottom: 0.8333333em;
}
		
/****************************
* Kronikker og kommentarer
******************************/		
		
.SearchPage-KronikkerOgKommentarer .ColMiddle {
	width: 58.333332em;
}

.SearchPage-KronikkerOgKommentarer .hits em {
	padding-right: 0.25em;
}

.SearchPage-KronikkerOgKommentarer .ColMiddle table {
	width: 58.333332em;
}

	.SearchPage-KronikkerOgKommentarer table tr {
	}	

		.SearchPage-KronikkerOgKommentarer table th {
			border-bottom:0.16666667em solid #4F4B37;
			font-weight: bold;	
			width:100%;
			padding-bottom: 0.41666666em;
		}	

			.SearchPage-KronikkerOgKommentarer .ColMiddle table th.date,
			.SearchPage-KronikkerOgKommentarer .ColMiddle table th.dateAsc,
			.SearchPage-KronikkerOgKommentarer .ColMiddle table th.dateDesc {
				width: 8.333333em;
			}

	.SearchPage-KronikkerOgKommentarer table td {
		padding:0.8333333em 0.8333333em 0.8333333em 0;
		border-bottom: 0.083333336em solid #E2DDC4;
	}

			.SearchPage-KronikkerOgKommentarer .ColMiddle table p, 
			.SearchPage-KronikkerOgKommentarer .ColMiddle table h3 {
				width: 36.416668em;
			}

			.SearchPage-KronikkerOgKommentarer .ColMiddle table p {
				margin-bottom: 0; 
			}		

		.SearchPage-KronikkerOgKommentarer table .dateAsc a,
		.SearchPage-KronikkerOgKommentarer table .titleAsc a{
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-up-blue.png) no-repeat right 50%;
			padding-right:1.25em;
		}
		.SearchPage-KronikkerOgKommentarer title .dateDesc a,
		.SearchPage-KronikkerOgKommentarer table .titleDesc a{
			background: transparent url(/forskningsradet/gfx/globalsearch/arrow-down-blue.png) no-repeat right 50%;
			padding-right:1.25em;
		}
		
/************************
* NYHETSBREV
*************************/

.ColMiddle.Nyhetsbrev p {		
	margin-bottom:0.8333333em;
}


.ColMiddle.Nyhetsbrev .message h3 {		
	font-weight: bold;
}

.ColMiddle.Nyhetsbrev fieldset {			
	padding: 1.5em 0 0.8333333em 0;	
	float:left;	
	width: 100%;
}			
	
	.ColMiddle.Nyhetsbrev fieldset p{					
		font-style:italic;
		font-size:small;
		padding-top: 0.41666666em;
	}
		.ColMiddle.Nyhetsbrev fieldset p.legend{					
			font-style:italic;
			font-size: 1.084em;
			padding-top: 0.8333333em;
			margin-top: 0.8333333em;
			float: left;
			clear:both;
			width: 100%;
		}

	.ColMiddle.Nyhetsbrev fieldset legend{		
		font-weight:bold;
		padding: 0 0 0.41666666em 0;
		width: 31.25em;
		border-bottom: 0.083333336em solid;		
		font-size:1.33334em;
		margin-bottom: 0.8333333em;
		*margin-left: -0.6666667em;
	}
	
	.ColMiddle.Nyhetsbrev fieldset img{		
		margin:0;
		padding: 0;
		width: 16.666em;
		height:auto;
	}
	

.ColMiddle.Nyhetsbrev table{
	border:none;	
	padding: 0.8333333em 0 1.5em 0;
	float:left;
	width: 100%;
	margin-bottom: 0.8333333em;
	
}

	.ColMiddle.Nyhetsbrev table td{
		padding: 0.41666666em 1.41666666em 0 0;			
	}	

	

		.ColMiddle.Nyhetsbrev table td #soknadsresultaterGlobal{
			 /* height:1.25em;			 */
		}
		
		.ColMiddle.Nyhetsbrev table tr th{
			text-align: left;
			font-weight:bold;
		}

	.ColMiddle.Nyhetsbrev table tr#nyheterValg label,
	.ColMiddle.Nyhetsbrev table tr#arrangementValg label,
	.ColMiddle.Nyhetsbrev table tr#utlysningValg label{
		width:18.333334em;
		float:none;
		
	}		

		
.ColMiddle.Nyhetsbrev span.required{
	color: #B41414 ;

}
.ColMiddle.Nyhetsbrev input[type=submit] {	
	border: none;
	background: transparent url(/forskningsradet/gfx/redesign/button-background-wide-nyhetsb.png) no-repeat scroll 0 0;
	background-size: 19em auto;
	font-size: 1.3em;
	height: 3.25em;
	width: 19.15em;
	color: #797979;
	font-weight:bold;
	cursor:pointer;
	color: #373426;
}


.ColMiddle.Nyhetsbrev .footer {	
	padding: 0.8333333em 0.9166667em 0 0;
	float:left;
}
	.ColMiddle.Nyhetsbrev .footer p{
		color: #373426 ;
		font-size: 1.084em;
		padding: 0.8333333em 0 0 0;
	}

	
.ColMiddle.Nyhetsbrev #provNy {	
	padding:0.41666666em 0 0.8333333em 0;
}	
	.ColMiddle.Nyhetsbrev #provNy font{			
		font-size: 1.084em !important;
	}
	.ColMiddle.Nyhetsbrev #provNy a{	
		font-weight:normal;
	}

.ColMiddle.Nyhetsbrev label{	
	border:none;	
	float: left;
    padding-left: 0.1em;
    padding-right: 0.3em;
}	

.ColMiddle.Nyhetsbrev input.check {	
	float: left;
}	

.ColMiddle.Nyhetsbrev  label.cap{	
	border:none;
	color: #797979;
	font-weight:bold;
	width:100%;
	float:left;
}
.ColMiddle.Nyhetsbrev  input.required{		
	border:0.083333336em solid #C3C2BD;
	width:20.833334em;
	margin-right: 8.333333em;
}
.ColMiddle.Nyhetsbrev form input.cap{		
	margin-left:0;
}
.ColMiddle.Nyhetsbrev  #captchaerror{		
	color: #B41414;
}


	.ColMiddle.Nyhetsbrev a.button {	
		height: 3.75em;
		font-weight: normal;
	}



/**********************************************/
/* Forside sok om midler                      */
/**********************************************/
.ColMiddle .eWebEditProContent .sokOmMidlerTable {
	background: #FFF url(/forskningsradet/gfx/redesign/sokommidler.png) no-repeat left 1.6666666em;
	background-size: 41.65em auto;
	width: 41.666668em;
	border: none;
	border-top: 0.16666667em solid #4F4B37;
	height: 52.916668em;
}

	.ColMiddle .eWebEditProContent .sokOmMidlerTable td{
		border:none;
		padding: 0 !important;
	}

		.ColMiddle .eWebEditProContent .sokOmMidlerTable .intro{
			font-size: 1em;
			color: #373426;
			font-weight: bold;
			margin: 1.6666666em 0; 
		}

		.ColMiddle .eWebEditProContent .sokOmMidlerTable .chooseButton{
			background: transparent url(/forskningsradet/gfx/redesign/button-background-no-arrow.png) no-repeat scroll 0 0;
			background-size: 16.25em auto;
			font-weight: normal;
			color: #373426;
			padding: 0.5833333em 0 0.6666667em;
			width: 16.25em;
			display: block;
			text-align: center;
			float: none;
		}
		
		.ColMiddle .eWebEditProContent .sokOmMidlerTable .numberList {
			margin-left: 0;
			margin-top: 0;
			font-weight: bold;
		}

			.ColMiddle .eWebEditProContent .sokOmMidlerTable .numberList li {
				margin-bottom: .3em;
				height: 2.0833333em;
				padding-bottom: 3.3333333em;
				background: transparent;
				padding-left: 0;
			}

				.ColMiddle .eWebEditProContent .sokOmMidlerTable .numberList li.two {
					padding-left: 11.083333em;
				}

				.ColMiddle .eWebEditProContent .sokOmMidlerTable .numberList li.tree {
					padding-left: 22.083334em;
				}
			
	