












/**********************************************************************************************************
* FRA COMMONCSS
* 
* FRAMEWORK
**********************************************************************************************************/
#Page {
	background-color: #FFF;
	width: 950px;
	text-align: left;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
}

iframe {
	margin-left: -10px;
}


#PageContent {
	min-height: 100%;
	float: left;
}

#PageEnd {
	clear: both;
	height: 7em;
}

#ColWide {
	float: right;
}

#ColLeft {
	float: left;
	clear: left;
}

.InnholdsKontainerVideoArkiv,
.ColMiddle {
	float: left;
	_width: 510px;
	width: 520px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 1.35em;
}

.ColMiddleHeader {
	width: 520px;
	position: relative;
}

.ColMiddle .ColMiddleHeader {
	margin-left: 0;
}

.ColRight {
	float: right;
	width: 172px;
	clear: right;
	margin-right: 15px;
	display: inline;
	word-wrap: break-word;
}

#ColWideFull {
	float: right;
	width: 925px;
}

#ColWideFull .ColMiddle {
	width: 703px;
}

#ColWideFull .ColMiddleHeader {
	width: 700px;
}

#Footer {
	width: 744px;
	clear: both;
	margin: -3.18em auto 0;
	padding: 0 0 0 206px;
}


#Footer p {
	font-size: .91em;
	line-height: 1.3em;
	color: #A89659;
	position: relative;
	top: .4em;
	margin: 0;
	float: left;
	padding-left:20px;
}

#Footer p em {
	font-weight: 700;
	font-style: normal;
}

#Footer p a {
	color: #A89659;
}

#LeftMenu h2 {
	padding-bottom: 11px;
	font-size: 1.09em;
	font-weight: 400;
	margin: 0;
}

#LeftMenu h2 a {
	display: block;
	padding: 4px 0 4px 20px;
}

#LeftMenu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#LeftMenu ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#LeftMenu ul li a {
	display: block;
	color: #666;
	padding: 0 0 0 16px;
}

#LeftMenu ul li a.selected {
	font-weight: 700;
}

#LeftMenu ul li a:hover {
	border-color: #E2DDC4;
}

#LeftMenu ul li.notSelected a {
	padding-top: 3px;
	padding-bottom: 3px;
}

#LeftMenu ul ul li.notSelected a {
	padding-top: 0;
	padding-bottom: 0;
}

#LeftMenu ul li.selected a {
	border-color: #C6BC89;
}

#LeftMenu ul li.selected ul a {
	border: none;
}

#LeftMenu .menuStyling {
	border-top: solid 1px #E2DDC4;
	border-bottom: solid 1px #E2DDC4;
	display: block;
	padding: 5px 0;
}

#LeftMenu ul ul {
	border-bottom: solid 1px #E2DDC4;
	margin-left: 20px;
}

#LeftMenu ul ul li a:hover {
	border-color: #FFF;
}

#LeftMenu ul ul li.selected {
	list-style: none;
}

#LeftMenu ul ul li {
	margin: 5px 0;
}

#LeftMenu ul ul li.selected a.selected {
	border: none;
	font-weight: 400;
	margin-left: 0;
}

#LeftMenu ul ul ul {
	border-bottom: none;
}

#LeftMenu ul ul ul li {
	margin: 3px 0;
}

#LeftMenu ul ul ul li.selected a.selected {
	margin-left: 0;
}

#LeftMenu ul ul ul li.notSelected a {
	margin-left: 0;
	background: transparent url(/forskningsradet/gfx/menuLevel3.gif) no-repeat 6px 6px;
}

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

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

body {
	height: 100%;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 68.75%;
	color: #666;
	margin: 0;
	padding: 0 0 0 1px;
}

h1 {
	font-size: 191%;
	font-weight: 400;
	color: #A89659;
	margin: 0 0 10px;
}

.horizontalLine {
	border-top: 2px solid #E6E2CD;
	background-color: #FFF;
	margin: 5px 0 0;
	padding: 0;
}

h2 {
	font-size: 145%;
	margin: 10px 0;
}

h3 {
	font-size: 100%;
	margin: 0 20px 0 0;
}

h5,.Ledetekst {
	font-weight: 700;
	color: #A89659;
}

p {
	margin: 0 0 5px;
}

a img {
	border: 0 none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

.Result a:link,
.Result a:visited,
.Result a:hover,
.Result a:active {
	color: #666;
	text-decoration: none;
}

.Result a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

input,
select {
	font-size: 100%;
	font-family: Verdana, Arial, helvetica, sans-serif;
}

input {
	margin: 0;
	vertical-align: baseline;
	font-size: 1.11em;
	height: 15px;
}
textarea{
	-webkit-appearance: textarea;
}
input {
	-webkit-appearance: splitter;
}
input[type="submit"] {
	-moz-appearance: splitter;
	height: 24px;
}

input[type="checkbox"] {
	-moz-appearance: checkbox;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	width: 100%;
	vertical-align: left;
}

table th {
	text-align: left;
	font-size: 10px;
	font-weight: 700;
	background-color: #BAAE78;
	color: #FFF;
	vertical-align: top;
	padding: 0 10px;
}

table thead td {
	text-align: left;
	font-size: 10px;
	font-weight: 700;
	background-color: #BAAE78;
	color: #FFF;
	vertical-align: top;
	padding: 0 10px;
}


table td {
	vertical-align: top;
	padding: .4em .4em .4em 10px;
}

table th a,
table th a:link,table th a:active,
table th a:hover,
table th a:visited {
	color: #FFF;
}

table td a,
table td a:link,
table td a:active,
table td a:hover,
table td a:visited {
	font-size: 11px;
}

ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	/*float: left;*/
}

ul,
ol {
	list-style: none;
}

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

/**********************************************************************************************************
*HEADER
**********************************************************************************************************/
#Header {
	margin-bottom: 0;
	padding: 0;
}

#MainHeader {
	width: 950px;
	float: left;
}

#FrontpageHeader {
	width: 100%;
	float: left;
}

.frontPageCampaign {
	float: left;
}

#HeaderLinks {
	float: left;
	display: inline;
	margin-left: 12px;
	margin-right: 15px;
}

#HeaderShortcuts {
	float: right;
	margin-right: 8px;
}

#HeaderSections {
	float: left;
	clear: both;
	width: 100%;
}

#HeaderSections2 {
	float: left;
	clear: both;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

#SiteLogo {
	padding-left: 18px;
	float: left;
	height: 100%;
}

#SiteSearch {
	margin-right: 15px;
	float: right;
}

#SiteMenu {
	background: #B41414;
	color: #FFF;
	clear: both;
	width: 950px;
	font-size: 109%;
	overflow: hidden;
}

#SiteMenu li {
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	margin: 0;
	padding: 0;
}

#SiteMenu ul.secondPart {
	float: right;
}

#SiteMenu li a {
	display: block;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	padding: 5px 15px 6px;
}

#SiteMenu li a:hover {
	background-color: #E6E2CD;
	color: #A01414;
}

#SiteMenu li a.firstElement {
	padding-left: 20px;
}

#SiteMenu a.selected:link,#SiteMenu a.selected:visited {
	background: #E6E2CD;
	color: #A01414;
	text-decoration: none;
}

/* Search */

INPUT.GlobalSearchfield {
	color: #666;
	width: 125px;
	border-top: 1px solid #000;
	float: left;
	padding-right: 1px;
}

DIV.globaltSoekToppmeny {
	line-height: 20px;
	height: 100%;
	float: left;
}

DIV.globaltSoek {
	padding-top: 1px;
	float: left;
}

INPUT.btnGlobaltSoeak {
	float: left;
	text-align: center;
	background: #fff;
	border: 1px solid #666;
	font-weight: 700;
	color: #666;
	margin-left: 2px;
}

.snarveierForm {
	margin-top: 1px;
	color: #666;
	width: 175px;
	border-top: 1px solid #000;
}

DIV.snarveier {
	float: left;
	margin-right: 15px;
}

#FrontPageTopBanner {
	height: 97px;
	clear: both;
	background: transparent url(/forskningsradet/gfx/img_frntpg.jpg) no-repeat top left;
	margin-bottom: 4px;
}

#FrontPageTopBanner .links a {
	float: right;
}

#FrontPageTopBanner .links a img {
	border: none;
}

#FrontPageTopBanner .title {
	float: left;
	margin-top: 35px;
}

/**********************************************************************************************************
* CONTENT
**********************************************************************************************************/
.newsTable tr td {
	padding-bottom: 5px;
}

.newsTable tr td h2 {
	margin-top: 0;
}

.newsTable tr td h2 a:visited,.newsTable tr td h2 a,.newsTable tr td h2 a:hover
	{
	font-size: 1em;
	font-weight: 400;
	color: #A89659;
	clear: both;
	line-height: 1.2em;
	margin: 0;
}

.ColMiddle.NyhetsForside {
	padding-top: 0;
}

.ColMiddle.NyhetsForside p {
	margin-bottom: 0;
}

.nyhetsForsideDato {
	font-style: italic;
	color: #999;
	font-size: 90%;
}

#FrontPageNews {
	background: #F2EEE3 url(/forskningsradet/gfx/gray_shadow.gif) repeat-x top left;
	display: block;
	width: 950px;
	min_height: 162px;
	float: left;
}

#FrontPageNews .item {
	float: left;
	display: inline;
	width: 210px;
	margin: 18px 5px 0 20px;
}

#FrontPageNews .item img {
	margin-bottom: 8px;
	border: 0;
}

#FrontPageNews .item h3 {
	font-size: 1em;
	font-weight: 400;
	margin: 0;
}

#FrontPageNews .item h2 {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 2px;
}

.searchLink {
	text-align: right;
	background: #F2EEE3;
	padding-bottom: 2px;
	height: 100%;
	width: 950px;
}

.searchLink A,.searchLink A:visited {
	color: #A89659;
	font-weight: 700;
	padding-right: 15px;
	font-size: .9em;
}

#FrontPageRightBanners {
	float: right;
	width: 160px;
	display: inline;
	margin: 15px 17px 0 0;
}

#FrontPageRightBanners .banner {
	margin-bottom: 20px;
}

#FrontPageRightBanners .banner h3 {
	background-color: #BAAE78;
	color: #FFF;
	margin: 0;
	padding: 2px 6px;
}

#FrontPageRightBanners .banner h4 {
	margin: 0;
	padding: 2px 0;
}

#FrontPageRightBanners .banner ul {
	list-style: none;
	line-height: 1.3em;
	margin: 4px 8px 8px;
	padding: 0;
}

#FrontPageRightBanners .banner ul li {
	margin-bottom: .3em;
	background: transparent url(/forskningsradet/gfx/bullet.gif) no-repeat 0 6px;
	padding-left: 10px;
}

/* For Arvid's blog */

	#FrontPageRightBanners #FrontPageFeed {
		border-bottom: 1px solid #b41414;
	}

	#FrontPageRightBanners #FrontPageFeed h2 {
		background: transparent url(/forskningsradet/gfx/frontpage_blog_title.png) no-repeat 0 0;
		height: 47px;
		text-indent: -9999px;
		width: 160px;
	}

	#FrontPageRightBanners #FrontPageFeed ul {
		margin: 4px 2px;
	}

	#FrontPageRightBanners #FrontPageFeed ul li {
		background: none;
		list-style-type: none;
		padding: 0;
		margin-bottom: 10px;
	}

	#FrontPageRightBanners #FrontPageFeed ul li div {
		width: 150px;
	}

	#FrontPageRightBanners #FrontPageFeed ul li div a {
		font-weight: bold;
	}

	#FrontPageRightBanners #FrontPageFeed a.more {
		display: block;
		margin: 10px 2px;
	}


#FrontPageMiddleBanners {
	float: left;
	display: inline;
	margin: 9px 0 0 20px;
}

#FrontPageMiddleBanners .loginBanner {
	float: left;
	border-right: 1px solid #BAAE78;
	padding: 0 12px 1px 0;
}

#FrontPageMiddleBanners .textBanner {
	width: 500px;
	font-size: 1.9em;
	color: #888;
	line-height: 1.3em;
	margin: 5px 0 0 235px;
}

#FrontPageMiddleBanners .textBanner p {
	margin: 0;
}

#FrontPageColumns {
	border-top: 1px solid #BAAE78;
	float: left;
	display: inline;
	clear: left;
	width: 717px;
	margin: 8px 0 0 20px;
}

#FrontPageColumns .column1 {
	float: left;
	width: 340px;
	margin-right: 35px;
}

#FrontPageColumns .column2 {
	float: left;
	width: 340px;
}

#FrontPageColumns ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 6px;
}

#FrontPageColumns ul li {
	margin-bottom: 10px;
}

#FrontPageColumns h2 {
	color: #A89659;
	padding-left: 6px;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 2.1em;
	font-weight: 400;
}

#FrontPageColumns h3 {
	background-color: #BAAE78;
	color: #FFF;
	margin: 0;
	padding: 2px 6px;
}

#FrontPageColumns h3 a {
	color: #FFF;
}

#FrontPageColumns h4 {
	font-size: 1em;
	margin: 0 0 .1em;
}

#FrontPageColumns p {
	margin: 0 0 .1em;
}

/**********************************/
/*  MIDDLE COLUMN TEXT CONTENT    */
/**********************************/
.ColMiddle .intro {
	margin-bottom: 1em;
	font-size: 1.27em;
	line-height: 1.33em;
	min-height: 0;
}

.ColMiddle .intro.boxed {
	font-size: 1em;
	margin-left: -10px;
	margin-bottom: 1em;
	padding: 10px;
}

.ColMiddle p {
	margin-top: 0;
	padding-right: 13px;
	margin-bottom: .9em;
}

.ColMiddle .eWebEditProContent h2,
.ColMiddle .eWebEditProContent h6 {
	font-size: 1.68em;
	font-weight: 400;
	margin-top: 1em;
	margin-bottom: .1em;
	clear: both;
	line-height: 1.2em;
}

.ColMiddle .eWebEditProContent h3,
.ColMiddle .eWebEditProContent h4 {
	font-size: 12px;
	font-weight: 700;
	color: #666;
	padding-top: .5em;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
	display: inline;
	clear: none;
}

.ColMiddle .eWebEditProContent h4 {
	font-style: italic;
}

.ColMiddle .imgbox_left,
.front-page .imgbox_left,
#FrontPage .imgbox_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 6px;
}

.ColMiddle .imgbox_right,
.front-page .imgbox_right,
#FrontPage .imgbox_right {
	float: right;
	margin: 6px 20px 10px 15px;
}

.fancybox img {
	width: 100%;
}


.fancybox {
	cursor: url("/forskningsradet/gfx/cursor-zoom.cur"), pointer;
}	


.front-page .caption,
.ColMiddle .caption {
	font-weight: 400;
	font-size: 10px;
	color: #666;
	line-height: 13px;
	padding-top: 2px;
	display: block;
}

	span.fancyboxcaption{
		background: transparent url("/forskningsradet/gfx/cursor-zoom.png") no-repeat right 50%;
		padding-right: 10%;
		width: 97%;
		min-height: 2em;
	}


.ColMiddle.GenerellArtikkel .ColMiddleHeader .Stikktittel h3 {
	padding: 0 0 2px;
}

.ColMiddle.GenerellArtikkel .ColMiddleHeader .twoLinesWithH3 {
	padding-bottom: 10px;
}

.ColMiddle.GenerellArtikkel .storoverskrift {
	font-size: 1.68em;
	font-weight: 400;
	color: #A89659;
	margin-top: 1em;
	margin-bottom: .3em;
	clear: both;
}

.ColMiddle.GenerellArtikkel .overskrift {
	font-size: 1.09em;
	clear: both;
	font-weight: 400;
	color: #666;
	margin: 0;
	padding: 0;
}

#PrintThisPageLink {
	background: #FFF url(/forskningsradet/gfx/print.gif) no-repeat left center;
	clear: both;
	cursor: pointer;
	padding: 3px 0 0 20px;
}

.ColMiddle dl.funding {
	margin: 1em 0;
}

.ColMiddle dl.funding dd {
	padding: 0;
}

.ColMiddle dl.dates {
	padding: 20px 0 0;
}

.ColMiddle dl dt {
	color: #A89659;
	float: left;
	line-height: 1.6em;
	margin-right: 1ex;
	font-weight: 700;
	padding: 0;
}

.ColMiddle dl dd {
	line-height: 1.6em;
	margin: 0;
}

.ColMiddle .section {
	margin-bottom: 1.5em;
}

.ColMiddle .writtenBy {
	margin-bottom: 1.5em;
}

.ColMiddle .writtenBy .writtenByText {
	float: left;
	font-weight: 700;
	clear: both;
	color: #A89659;
}

.ColMiddle table {
	margin-left: -10px;
}

.ColMiddle table h3 {
	font-size: 1em;
	font-weight: 700;
	margin: 0;
}

.ColMiddle .eWebEditProContent {
	width: 100%;
}

.ColMiddle ul {
	list-style: none;
	line-height: 1.45em;
	margin: 3px 8px 8px;
	padding: 0;
}

.ColMiddle ul li ul {
	margin: 3px 8px 8px;
}

.ColMiddle ul li {
	margin-bottom: .4em;
	background: transparent url(/forskningsradet/gfx/bullet.gif) no-repeat 0 7px;
	padding-left: 10px;
}

.ColMiddle ol {
	list-style: decimal;
	line-height: 1.45em;
	margin: 8px 0 8px 2.7em;
	padding: 0;
}

.ColMiddle ol li {
	margin-bottom: .4em;
}

.ColMiddle.Prosjekt .SearchTools {
	width: 690px !important;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px !important;
}

.ColMiddle.Prosjekt table {
	width: 710px;
}

.ColMiddle.Prosjekt .SearchPages {
	width: 700px !important;
}

.ColMiddle.Prosjekt ul {
	list-style: none;
	width: 155px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ColMiddle.Prosjekt li {
	background-image: none;
	margin: 0;
	padding: 0;
}

.ColMiddle.Prosjekt li.usedNavigationElement {
	background-image: none;
}

.ColMiddle.Prosjekt li.usedNavigationElementDisabled.level2 {
	padding: 0;
}

.ColMiddle.Prosjekt .listSymbol {
	background: url(/forskningsradet/gfx/level_small.jpg ) no-repeat;
	float: left;
	width: 7px;
	height: 20px;
	background-position: 0 5px;
	padding-right: 3px;
}

.ColMiddle.Prosjekt li.usedNavigationElement.level2 .listSymbol {
	float: left;
}

.ColMiddle.Prosjekt li.usedNavigationElement.level3 a {
	margin-left: 0;
	padding-right: 0;
}

.ColMiddle.Prosjekt li.usedNavigationElement.level3 {
	margin-left: 10px;
	padding: 2px 0 3px;
}

.ColMiddle.Prosjekt li.usedNavigationElement a:hover {
	color: silver;
}

.ColMiddle.Prosjekt li.usedNavigationElement a {
	display: block;
	color: #666;
	font-weight: 700;
	text-decoration: none;
	background: url(/forskningsradet/gfx/empty_small.jpg ) no-repeat right;
	padding: 2px 12px 3px 0;
}

.ColMiddle.Prosjekt li.usedNavigationElementDisabled {
	background-image: none;
	display: block;
	color: #666;
	font-weight: 700;
	text-decoration: none;
	padding: 2px 0 3px;
}

.ColMiddle.Prosjekt .usedNavigationElement .text {
	font-weight: 700;
}

.ColMiddle.Prosjekt .usedNavigationElement .text a {
	color: #BAAE78;
}

.ColMiddle.Prosjekt navigationElementCollection {
	padding-top: 5px;
	margin-left: -10px;
}

.ColMiddle.Prosjekt .singleNavigatorContainer ul li {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

.ColMiddle.Prosjekt .navigationElement {
	margin-left: 10px;
}

.ColMiddleHeader h1.treeLines {
	padding-top: 3px;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.ColMiddle.Prosjekt .deleteAll {
	text-align: right;
	width: 710px;
	display: block;
	clear: both;
	margin-left: -10px;
}

.ColMiddle.Prosjekt .deleteAllTop {
	padding-bottom: 10px;
}

.ColMiddle.Prosjekt hr {
	margin-right: 10px;
}

.ColMiddle.Prosjekt .chooseInfoText {
	margin-top: 6px;
}

.ColMiddle.Prosjekt .navigatorContainer {
	width: 715px;
	margin-left: -10px;
	color: #666;
	float: left;
}

.ColMiddle.Prosjekt .singleNavigatorContainer {
	float: left;
	margin-right: 1em;
	padding: 2px 0 5px 10px;
}

.ColMiddle.Prosjekt .singleNavigatorContainer.rightmost {
	margin-right: 0;
}

.ColMiddle.Prosjekt .singleNavigatorContainer.leftmost {
	margin-left: 0;
}

.ColMiddle.Prosjekt .singleNavigatorHeaderContainer {
	margin-bottom: 2px;
	margin-left: -10px;
	padding-left: 10px;
	font-weight: 700;
	color: #FFF;
	background-color: #BAAE78;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ColMiddle.Prosjekt .filters {
	float: left;
	margin-left: 20px;
}

.ColMiddle.Prosjekt #yearSelect {
	width: 80px;
	text-align: center;
}

.ColMiddle.Prosjekt .lowerLevelUsedNavigator {
	margin-left: 10px;
}

.ColMiddle.Prosjekt .popupNavigatorLink {
	display: block;
	font-style: italic;
	color: #0072B2;
	cursor: pointer;
	font-weight: 700;
	padding-top: 5px;
}

.ColMiddle.Prosjekt .popupNavigatorLink:hover {
	text-decoration: underline;
}

.ColMiddle.Prosjekt .usedNavigatorsAsList {
	margin-bottom: 5px;
	margin-left: 10px;
}

.ColMiddle.Prosjekt .usedNavigatorsAsList .text {
	font-weight: 700;
}

.ColMiddle.Prosjekt .usedNavigatorsAsList .remove {
	font-style: italic;
}

.ColMiddle.Prosjekt .projectSearchFieldContainer {
	margin-bottom: 1em;
	margin-left: -10px;
	background: transparent url(/forskningsradet/gfx/gray_shadow3.gif) repeat-x scroll left top;
	padding-top: 10px;
	padding-left: 10px;
}

.ColMiddle.Prosjekt .projectSearchField {
	border-top: 1px solid #000;
	color: #666;
	width: 21.5em;
}

.ColMiddle.Prosjekt .projectSearchBtn {
	background: #FFF none repeat scroll 0 50%;
	border: 1px solid #666;
	color: #666;
	font-weight: 700;
	margin-right: 1em;
}

.ColMiddle.Prosjekt li.navigationElement .navigatorHits {
	font-size: 90%;
}

.PopupNavigatorContainer {
	margin: 10px 30px;
}

/*
.PopupNavigatorContainer .CloseLinkContainer {
	float: right;
}

.PopupNavigatorContainer .HeaderContainer {
	clear: both;
}
*/

.PopupNavigatorContainer .ContentContainer {
	overflow: auto;
	height: 475px;
	margin-bottom: 1em;
	margin-top: 1em;
	border: 1px solid #BAAE78;
	padding: 10px;
}

.PopupNavigatorContainer .navigationElement {
	margin-bottom: .3em;
}

.ColMiddle.Prosjekt .txtDescription {
	margin-top: -4px;
	margin-bottom: .4em;
}

.ColMiddle.Prosjekt .projectContainer {
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x scroll left top;
	margin-left: -10px;
	padding: 10px 0 0 10px;
}

.ColMiddle.Prosjekt .projectContainer .firstPart {
	margin-bottom: 20px;
}

.ColMiddle.Prosjekt .projectContainer dl dt,
.ColMiddle.Prosjekt .projectContainer dl dd {
	padding-bottom: 5px;
}

/****************************/
/*   RIGHT COLUMN BOXES     */
/****************************/
.ColRight .LenkeTilEngelskSide {
	position: absolute;
	width: 172px;
	text-align: right;
	font-size: 10px;
}

.ColRight .Box {
	border: 1px solid #BAAE78;
	margin-bottom: 13px;
}

.ColRight .Box h4 {
	background-color: #BAAE78;
	color: #FFF;
	font-size: 1.09em;
	margin: 0;
	padding: 4px 4px 4px 8px;
}

.ColRight .Box p {
	padding: 8px;
}

.ColRight .Box form {
	padding: 10px;
}

.ColRight .Box input.text {
	width: 75px;
}

.ColRight .Box ul {
	list-style: none;
	line-height: 1.1em;
	margin: 5px 8px 10px;
	padding: 0;
}

.ColRight .Box ul li {
	margin-bottom: .5em;
	margin-top: .5em;
	background: transparent url(/forskningsradet/gfx/bulletBig.gif) no-repeat 0 4px;
	padding-left: 10px;
}

.ColRight .Box.Search h4 {
	padding: 6px 4px 5px 8px;
}

.ColRight .Box.Search form {
	background: #FFF url(/forskningsradet/gfx/img_shadow_ffffff.gif) repeat-x top left;
	padding-right: 0;
}

.ColRight .Box.Facets {
	border: none;
}

.ColRight .Box.Facets ul {
	list-style: none;
	border-bottom: 1px solid #E2DDC4;
	margin: 0;
	padding: 4px 8px;
}

.ColRight .Box.Facets ul li {
	background-image: none;
	padding: 0;
}

.ColRight .Box.Facets ul li a {
	display: block;
}

.ColRight .Box.Facets ul li a:hover {
	text-decoration: none;
}

.ColRight .Box.Facets .usedNavigators ul {
	border: 1px solid #FFF;
	padding-left: 7px;
}

.ColRight li.showMoreLess a {
	color:#0072B2;
	cursor:pointer;
	font-style:italic;
	
}

.ColRight li.showMoreLess {
	padding-top: 3px !important; 
}

.ColRight .Box.Facets .usedNavigators a.usedNavigatorTop {
	font-weight: 700;
	padding-left: 15px;
	background: #FFF url(/forskningsradet/gfx/facet_check_utlysninger.gif) no-repeat 0 2px;
}

.ColRight .Box.Facets .usedNavigators a.usedNavigatorTop:hover,.ColRight .Box.Facets .usedNavigators a.usedNavigatorTop:active
	{
	background-position: 0 -98px;
	color: #9f9f9f;
}

.ColRight .Box.Facets .usedNavigators a.removeAllTop {
	color: #5E808E;
	font-style: italic;
	padding-top: 3px;
}

.ColRight .Box.Facets .usedNavigators a.removeAllTop:hover {
	text-decoration: underline;
}

.ColRight .Box.Related {
	border: none;
	display: none;
}

.ColRight .Box.Related ul li {
	background: transparent url(/forskningsradet/gfx/bulletBig.gif) no-repeat 1px 4px;
	padding-left: 11px;
}

.ColRight .Box .contactPhoneNumber {
	margin-left: 1px;
}

.ColRight .Box.Facets .availableNavigators {
	margin-top: 10px;
	border: 1px solid #FFF;
}

.ColRight .Box.Facets .availableNavigators H4 {
	color: #FFF;
	font-size: 1.09em;
	margin: 0;
	padding: 4px 4px 4px 8px;
}

.ColRight .contentGenerellArtikkel {
	padding: 10px 10px 5px;
}

.ColRight .contentGenerellArtikkel p {
	padding: 0;
}

.ColRight .lastBox {
	border-bottom: 1px solid #E2DDC4;
	padding: 4px 0 4px 10px;
}


/**********************************/
/*   MIDDLE COLUMN SEARCH TOOLS   */
/**********************************/
.ColMiddle .SearchTools {
	background-color: #BAAE78;
	color: #FFF;
	line-height: normal;
	width: 500px;
	float: left;
	display: inline;
	clear: left;
	padding: .3em 10px;
}

.ColMiddle .SearchTools .hits {
	float: left;
}

.ColMiddle .SearchTools .hits span {
	font-size: 2em;
	position: relative;
	top: 4px;
	font-style: normal;
	margin-right: .5ex;
}

.ColMiddle .SearchTools form {
	display: inline;
}

.ColMiddle .SearchTools form label {
	margin-left: 2ex;
	margin-right: 1ex;
}

.ColMiddle .SearchTools form select {
	margin-right: 1ex;
}

.ColMiddle .SearchTools .pages {
	list-style: none;
	float: right;
}

.ColMiddle .SearchTools .pages h4 {
	color: #FFF;
	float: left;
	font-size: 1em;
	font-weight: 400;
	padding-top: 3px;
}

.ColMiddle .SearchTools .pages ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 1px 3px;
}

.ColMiddle .SearchTools .pages ul li {
	display: inline;
	background-image: none;
	margin: 0;
}

.ColMiddle .SearchTools .pages ul li.current {
	font-weight: 700;
}

.ColMiddle .SearchTools .pages ul li a {
	color: #FFF;
}

.ColMiddle .searchGuidence {
	font-size: 1.27em;
	height: auto;
	clear: left;
	padding: .2em 2.5em .7em 0;
}

.ColMiddle .searchGuidence h4 {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.43em;
	padding-top: 1px;
}

.ColMiddle .SearchPages {
	list-style: none;
	float: left;
	display: inline;
}

.ColMiddle .SearchPages .pages {
	float: right;
}

.ColMiddle .SearchPages h4 {
	float: left;
	font-size: 1em;
	font-weight: 400;
	margin: 0 3px 2px;
}

.ColMiddle .SearchPages ul {
	list-style: none;
	background-image: none;
	float: left;
	margin: 0;
	padding: 3px 10px 3px 3px;
}

.ColMiddle .SearchPages ul li {
	display: inline;
	background-image: none;
	margin: 0;
	padding: 0 .3ex;
}

.ColMiddle .SearchPages ul li.current {
	font-weight: 700;
}

.ColMiddle table td h3 {
	padding-top: 0;
}

#KronikkerOgKommentarer-Searchtools {
	width: 700px;
	margin-bottom: 1em;
}

#ColWideFull .ColMiddle .SearchTools {
	width: 693px;
	margin-bottom: 1em;
}

/******************************************/
/*   SEARCH PAGE THEMES BY CONTENT TYPE   */
/******************************************/
.navigatorGroup {
	border-bottom: 1px solid #E2DDC4;
}

.navigatorGroup .hideShowLink {
	font-style: italic;
	padding: 3px 0 10px 9px;
}

.ColRight .Box.Facets .navigatorGroup ul.toplist {
	padding-bottom: 0;
}

.ColRight .Box.Facets .navigatorGroup ul.bottomlist {
	padding-top: 0;
	padding-bottom: 0;
}

.ColRight .Box.Facets .navigatorGroup ul {
	border: none;
}

.SearchPage-Arrangementer .ColMiddleHeader h1 {
	color: #4066A9;
}

.SearchPage-Arrangementer .ColRight {
	margin-top: 6px;
}

.SearchPage-Arrangementer .ColRight .Box.Facets a {
	color: #4066A9;
}

.SearchPage-Arrangementer .ColRight .Box.Facets .usedNavigators a.usedNavigatorTop {
	background-image: url(/forskningsradet/gfx/facet_check_arrangementer.gif);
}

.SearchPage-Arrangementer .ColRight .Box {
	border-color: #6A8AC0;
}

.SearchPage-Arrangementer .ColRight .Box h4 {
	background-color: #6A8AC0;
}

.SearchPage-Arrangementer .ColMiddle .SearchTools {
	background-color: #6A8AC0;
}

.SearchPage-Arrangementer .SearchTools label {
	margin: 0 5px 0 10px;
}

.SearchPage-Nyheter .ColMiddleHeader h1 {
	color: #5E808E;
}

.SearchPage-Nyheter .ColRight {
	margin-top: 6px;
}

.SearchPage-Nyheter .ColRight .Box.Facets a {
	color: #5E808E;
}

.SearchPage-Nyheter .ColRight .Box.Facets .usedNavigators a.usedNavigatorTop {
	background-image: url(/forskningsradet/gfx/facet_check_nyheter.gif);
}

.SearchPage-Nyheter .ColRight .Box {
	border-color: #7D9AAA;
}

.SearchPage-Nyheter .ColRight .Box h4 {
	background-color: #7D9AAA;
}

.SearchPage-Nyheter .ColMiddle .SearchTools {
	background-color: #7D9AAA;
}

.SearchPage-Programsider .ColMiddleHeader h1 {
	color: #CC7407;
}

.SearchPage-Programsider .ColRight {
	margin-top: 6px;
}

.SearchPage-Programsider .ColRight .Box.Facets a {
	color: #CC7407;
}

.SearchPage-Programsider .ColRight .Box.Facets .usedNavigators a.usedNavigatorTop {
	background-image: url(/forskningsradet/gfx/facet_check_programsider.gif);
}

.SearchPage-Programsider .ColRight .Box {
	border-color: #E98300;
}

.SearchPage-Programsider .ColRight .Box h4 {
	background-color: #E98300;
}

.SearchPage-Programsider .ColMiddle .SearchTools {
	background-color: #E98300;
}

.SearchPage-Utlysninger .ColMiddleHeader h1 {
	color: #7A8B21;
}

.SearchPage-Utlysninger .ColRight {
	margin-top: 6px;
}

.SearchPage-Utlysninger .ColRight .Box.Facets a {
	color: #7A8B21;
}

.SearchPage-Utlysninger .ColRight .Box.Facets .usedNavigators a.usedNavigatorTop {
	background-image: url(/forskningsradet/gfx/facet_check_utlysninger.gif);
}

.SearchPage-Utlysninger .ColRight .Box {
	border-color: #879637;
}

.SearchPage-Utlysninger .ColRight .Box h4 {
	background-color: #879637;
}

.SearchPage-Utlysninger .ColMiddle .SearchTools {
	background-color: #879637;
}

.ColMiddle .UsedNavigators {
	border-color: #FFF;
}

.SearchPage-KronikkerOgKommentarer .ColMiddle {
	width: 718px;
}

.SearchPage-KronikkerOgKommentarer .ColMiddle table {
	width: 718px;
}

.SearchPage-KronikkerOgKommentarer .ColMiddle table .c3 {
	width: 157px;
	_width: 167px;
}

.SearchPage-KronikkerOgKommentarer .ColMiddle table h3 {
	width: 457px;
}

.SearchPage-KronikkerOgKommentarer .ColMiddle table p {
	width: 457px;
}

/******************************************/
/*   GENERELLE ELEMENTER                  */
/******************************************/
.visHistorie {
	text-align: right;
	margin: .5em 10px 7px -10px;
	padding: 1px 10px 0 0;
}

.ColMiddle.Detaljutlysning .headerDetaljutlysning {
	clear: all;
	font-weight: 700;
	height: 100%;
}

.ColMiddle.Detaljutlysning h3 {
	margin: 0 0 1em;
	padding: 0;
}

.ColMiddle.Detaljutlysning a.LinkButton {
	background: url(/forskningsradet/gfx/opprett_ov.gif ) no-repeat center left;
	display: block;
	color: #FFF;
	font-weight: 700;
	height: 20px;
	padding: 3px 0 0 10px;
}

.ColMiddle.Detaljutlysning a.LinkButton:hover {
	background: url(/forskningsradet/gfx/opprett.gif) no-repeat center left;
	color: #879637;
	text-decoration: none;
}

.ColMiddle.Detaljutlysning .intro {
	font-size: 1.27em;
	margin-bottom: -.3em;
	margin-top: 0;
	min-height: 0;
	clear: both;
}

.ColMiddle.Detaljutlysning .button {
	margin-top: 15px;
}

ColMiddle.Detaljutlysning {
	position: relative;
	float: left;
}

.ColMiddle.Detaljutlysning .legalyBindingText {
	margin-top: 10px;
}

.ColMiddle.Detaljutlysning .comfirmLinkToEsak {
	margin-top: 10px;
	border-top: 1px solid #E2DDC4;
	border-bottom: 1px solid #E2DDC4;
	margin-left: -10px;
	margin-right: 10px;
	clear: both;
	position: relative;
	float: right;
	padding: 10px 0 10px 10px;
}

.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;
	background: url(/forskningsradet/gfx/checkbox.gif) no-repeat left -69px;
	padding-top: -20px;
	padding-left: 30px;
	color: #666;
	cursor: hand;
	font-weight: 400;
}

.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.confirmText:hover {
	background-position: left 4px;
	text-decoration: none;
	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/checkbox.gif) no-repeat left 4px;
	padding-top: -20px;
	padding-left: 30px;
	color: #666;
	cursor: hand;
	font-weight: 400;
}

.ColMiddle.Detaljutlysning .comfirmLinkToEsak a.notConfirmText:hover {
	text-decoration: none;
	cursor: hand;
}

.ColMiddle.Detaljutlysning .comfirmLinkToEsak.LogInLink {
	float: left;
	width: 99%;
}

.ColMiddle.Detaljutlysning .comfirmLinkToEsak.LogInLink .chooseButton {
	float: left;
	margin-left: 5px;
}

.ColMiddle.Detaljutlysning .comfirmLinkToEsak .chooseButtonInactive {
	_height: 1%;
	border: 1px solid #B1BB7D;
	color: #B1BB7D;
	font-weight: 700;
	background: url(/forskningsradet/gfx/choosebutton_icon_light.gif) no-repeat right -61px;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	padding: 2px 32px 2px 6px;
}

.ColMiddle.Detaljutlysning .comfirmLinkToEsak table td {
	padding-top: 0;
}

.ColMiddle.Detaljutlysning .comfirmLinkToEsak table td a.chooseButton {
	display: block;
	margin-top: 5px;
	margin-right: 10px;
}

.ColMiddle.Detaljutlysning .comfirmLinkToEsak .chooseButton:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #879637;
	background-position: right -3px;
}

.ColMiddle.Detaljutlysning .validation-advice {
	margin: 0;
	padding: 0 10px 0 42px;
}

.ColMiddle.Midler .eWebEditProContent,.ColMiddle.Detaljutlysning .eWebEditProContent
	{
	margin-top: 0;
}

.ColRight .printEmail {
	display: none;
}

.ColMiddle .printEmail {
	display: none;
}

.ColMiddle .printInternalContactDetail {
	display: none;
}

.ColRight .printInternalContactDetail {
	display: none;
}

TABLE.utlysningsplan {
	border-bottom: 1px solid #E2DDC4;
}

TABLE.utlysningsplan th {
	background-color: #FFF;
	color: #BAAE78;
}

TABLE.utlysningsplan td {
	line-height: 1.75em;
	border-top: 1px solid #E2DDC4;
	padding-bottom: 5px;
}

.ColMiddle table.utlysningsplan td {
	padding-right: 10px;
}

a.chooseButton:link,a.chooseButton:active,a.chooseButton:visited {
	_height: 1%;
	border: 1px solid #879637;
	color: #879637;
	font-weight: 700;
	background: #FFF url(/forskningsradet/gfx/choosebutton_icon.gif) no-repeat right -61px;
	padding: 2px 32px 2px 6px;
}

a.chooseButton:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #879637;
	background-position: right -3px;
}

/**********************************************************************************************************
* ANSATTSOK
**********************************************************************************************************/
.search_box {
	width: 743px;
	margin-left: -10px;
	float: left;
	border-bottom: 1px solid #e2ddc4;
	margin-bottom: 1em;
}

.search_box fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.search_box legend {
	display: none;
}

.search_box form {
	float: left;
	display: inline;
	width: 335px;
	margin-right: 15px;
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x scroll left top;
	padding: 5px 0 5px 15px;
}

.search_box form h3 {
	margin-bottom: .8em;
	padding-top: 1px;
}

.search_box form p {
	padding: 0;
}

.search_box form input.txt {
	width: 229px;
}

.search_box form input.txt.shorter {
	width: 196px;
}

.search_box form select {
	width: 232px;
}

.search_box form .footer {
	text-align: right;
	padding-right: 18px;
	margin: 1em 0;
}

.search_box form .button {
	background-color: #FFF;
	color: #000;
	border: 1px solid #666;
	padding: .1em .7em;
}

.search_box form label {
	font-weight: 700;
	color: #A89659;
}

.search_box_result {
	width: 718px;
	margin-left: -10px;
	clear: both;
}

.search_box_result h2 {
	margin-left: 10px;
}

.search_box_result table {
	width: 718px;
	margin-left: 0;
}

.EmployeeHeader {
	margin-left: -10px;
	overflow: hidden;
	_height: 1%;
	border-bottom: 1px solid #e2ddc4;
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x left top;
	padding: 0;
}

.EmployeeHeader .image {
	float: right;
	border-left: 20px solid #FFF;
	width: 150px;
}

.EmployeeHeader .image div,.EmployeeHeader .image span {
	margin: 0;
}

.EmployeeHeader .info {
	float: left;
}

.EmployeeHeader .info h3 {
	margin-top: 0;
	padding-top: 0;
}

.EmployeeHeader dl dt {
	font-weight: 700;
	clear: both;
	color: #A89659;
	margin-right: 1ex;
	float: left;
}

.EmployeeHeader p {
	margin: 0;
}

.EmployeeFooter h2 {
	margin-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.responsibility {
	margin-top: -7px;
	margin-bottom: 15px;
}

.ColMiddle table.ansattSokTable {
	width: 335px;
}

.ColMiddle table.ansattSokTable td {
	padding-bottom: 5px;
}

.row1 {
	background-color: #FAF8F6;
}

.search_result td {
	padding-bottom: 5px;
}

.workplace {
	font-weight: 700;
}

.EmployeeHeader .info .workplace1 {
	font-weight: 700;
	padding-left: 10px;
	margin-bottom: 10px;
}

.EmployeeHeader .info .workplace2 {
	font-weight: 700;
	padding-left: 20px;
	margin-bottom: 10px;
}

.labellevel2 {
	padding-left: 10px;
}

/**********************************************************************************************************
* SEKSJONSSIDE
**********************************************************************************************************/
.ColMiddle .seksjonssideIngress {
	margin-left: -10px;
	margin-top: -5px;
	font-size: 1.27em;
	line-height: 1.3em;
}

.ColMiddle .seksjonssideIngress .eWebEditProContent {
	padding-right: 7px;
}

.ColMiddle .seksjonssideIngress p {
	margin-bottom: 5px;
	padding: 0 0 0 10px;
}

.ColMiddle .seksjonssideIngress img {
	display: block;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 5px;
}

.ColMiddle .seksjonssideIngress h4 {
	padding-left: 10px;
}

.ColMiddle .seksjonssideIngress h5,.ColMiddle .seksjonssideIngress .Ledetekst
	{
	padding-left: 10px;
}

.ColMiddle .seksjonssideIngress .imgbox_left img {
	float: left;
	margin: 6px 15px 10px 0;
}

.ColMiddle .seksjonssideIngress .imgbox_right {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ColMiddle .moduleWide {
	margin-left: 0 0;
	/*min-height: 130px; Fjernet etter WEB-1287 */
	float: left;
	position: relative;
	width: 100%;
}

.ColMiddle .moduleWide .Seksjonssideelement {
	width: 510px;
	margin-left: 0;
	margin-top: 6px;
	border-top: 1px solid #E6E2CD;
	float: left;
	padding: 5px 0 0;
}

.ColMiddle .moduleWide .SeksjonssideRssListe,
.ColMiddle .moduleWide .SeksjonssideListe {
	position: relative;
	width: 500px;
	margin-left: -10px;
	margin-right: 0;
	margin-top: 20px;
	display: block;
	background-image: url(/forskningsradet/gfx/gray_shadow2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.ColMiddle .moduleWide .SeksjonssideRssListe h2,
.ColMiddle .moduleWide .SeksjonssideListe h2 {
	padding-top: 5px;
	margin-top: 0;
}

DIV.seksjonsElementLinks {
	padding: 3px 0 0;
}

DIV.module50L {
	margin-right: 10px;
	float: left;
	width: 47%;
	/* min-height: 150px; Fjernet etter WEB-1287 */
	padding: 5px 0 0;
}

DIV.module50R {
	margin-right: 10px;
	float: left;
	width: 47%;
	/* min-height: 150px;  Fjernet etter WEB-1287 */
	padding: 5px 5px 0 0;
}

DIV.Seksjonssideelement {
	width: 100%;
	padding: 0;
}

div.Seksjonssideelement h2 {
	margin:10px 0 5px;
}

DIV.module50R DIV.seksjonsinnhold {
	border-left: 1px solid #E6E2CD;
	padding: 0 0 0 9px;
}

.seksjonsinnhold.rss ul.feed_items {
	margin-left: 0;
}

.seksjonsinnhold.rss ul.feed_items li {
	background: none;
	padding-left: 0;
}

DIV.module50R h2 {
	padding: 0 5px 0 10px;
}

DIV.seksjonsLinje {
	width: 510px;
	float: left;
	border-bottom: 1px solid #E6E2CD;
	margin-top: 16px;
        height: 1px;
}

.ColMiddle.Seksjonsside h2 {
	color: #A89659;
	line-height: normal;
}

.seksjonsSoekInformasjonstekst {
	margin-top: 0;
}

.seksjonsSoekInformasjonstekst ul {
	margin: 0;
	padding: 0;
}

.seksjonsSoekInformasjonstekst ul li {
	background: none;
	margin-bottom: 10px;
	padding: 0;
}

.seksjonsSoekInformasjonstekst ul li h3 {
	display: block;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.seksjonsSoekVedlegg {
	margin-top: 0;
}

.seksjonsSoekVedlegg ul {
	margin: 0;
	padding: 0;
}

.seksjonsSoekVedlegg ul li {
	background: none;
	margin-bottom: 10px;
	padding: 0;
}

.seksjonsSoekVedlegg ul li h3 {
	display: block;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.search_resultingress {
	padding: 0 0 5px;
}

DIV.sectionListLink {
	margin-top: 3px;
}

.seksjonsSoekVedlegg ul li .search_resultheader a {
	padding-right: 10px;
}

/**********************************************************************************************************
* AKTIVITETSLISTE
**********************************************************************************************************/
.moduleWideAktivitetsliste .section h4 {
	margin-top: 0;
	padding-top: 0;
}

.moduleWideAktivitetsliste .section dl {
	margin-top: -10px;
}

/**********************************************************************************************************
*PROSJEKTARKIV
**********************************************************************************************************/
.Prosjektarkiv {
	width: 700px;
	padding-left: 10px;
	float: left;
	padding-top: 37px;
}

.Prosjektarkiv .path {
	display: none;
}

.Prosjektarkiv #pageProject h5 {
	color: #A89659;
	font-size: 1.92em;
	font-weight: 400;
	margin: 0 0 15px;
}

.Prosjektarkiv table.filterTable {
	border-bottom: 1px solid #E2DDC4;
	margin-bottom: 6px;
	padding-right: -10px;
}

.Prosjektarkiv table.filterTable td {
	padding: .4em 2px .2em 6px;
}

.Prosjektarkiv table.filterTable td.dott {
	padding-left: 0;
}

.Prosjektarkiv table.filterTable td.currentFilter {
	font-weight: 700;
}

.Prosjektarkiv .blueContainer {
	position: relative;
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x scroll left top;
	margin-left: -10px;
	width: 520px;
}

.Prosjektarkiv table#tblProjectData {
	margin: 5px 0 0;
}

.Prosjektarkiv table#tblProjectData .colHeading {
	font-weight: 700;
	color: #A89659;
}

.Prosjektarkiv .oneLineContainer {
	_height: 1%;
	padding: .2em 10px .4em;
}

.Prosjektarkiv .oneLineContainer .liContainer {
	display: none;
}

.Prosjektarkiv .oneLineContainer p {
	padding-left: 12px;
	background: transparent url(/forskningsradet/gfx/prosjektarkiv_bullet.gif) no-repeat 2px 7px;
	margin: 0;
}

.Prosjektarkiv #pagePrintList {
	border-bottom: 1px solid #E2DDC4;
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x scroll left top;
	margin-left: -10px;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.Prosjektarkiv p.txtDescription {
	line-height: 1.45em;
	margin-bottom: 14px;
}

.Prosjektarkiv p.outHtml {
	border-bottom: 1px solid #E2DDC4;
	width: 700px;
	padding: 14px 0 0 10px;
}

/**********************************************/
/* Ledige stillinger                          */
/**********************************************/
.eWebEditProContent td.list-item-light {
	background-color: red !important;
}

/**********************************************/
/* Brosmulesti                                */
/**********************************************/
.BrodsmuleSti {
	text-align: left;
	margin-left: 20px;
	width: 790px;
	font-size: 90%;
	position: absolute;
}

/**********************************************/
/* Forside sok om midler                      */
/**********************************************/
.sokOmMidlerTable {
	background: #FFF url(/forskningsradet/gfx/finnutl_bg.jpg) no-repeat left 0;
	width: 100%;
	height: 170px;
}

.ColMiddle .numberList {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}

.numberList li {
	margin-bottom: .3em;
	padding-left: 55px;
	height: 25px;
	padding-bottom: 25px;
	padding-top: 0;
	margin-top: 10px;
}

.numberList li.one {
	background: transparent url(/forskningsradet/gfx/img_finnutl_1.gif) no-repeat 0 4px;
	padding-left: 35px;
}

.numberList li.two {
	background: transparent url(/forskningsradet/gfx/img_finnutl_2.gif) no-repeat 0 4px;
	padding-left: 35px;
}

.numberList li.tree {
	background: transparent url(/forskningsradet/gfx/img_finnutl_3.gif) no-repeat 0 4px;
	padding-left: 35px;
}

/**********************************************/
/* Snarveier                                  */
/**********************************************/
.SCLlysOrangebrun,
.SCLhvit,
.SCLlysGra,
.SCLlysOrangebrun,
.SCLmorkGra,
.SCLmorkGronn,
.SCLmorkOrangebrun {
	margin: 0;
	padding: 5px;
}

.varselBoks {
	background: #fbe7ce url(/forskningsradet/gfx/varselboks.gif) repeat-x left 15px;
	border: 1px solid #e98300;
	padding: 0;
}

.SCLlysOrangebrun img,
.SCLhvit img,
.SCLlysGra img,
.SCLlysOrangebrun img,
.SCLmorkGra img,
.SCLmorkGronn img,
.SCLmorkOrangebrun img,
.varselBoks img {
	margin-left: 0;
	padding: 0;
}

.SCLlysOrangebrun p,
.SCLhvit p,
.SCLlysGra p,
.SCLlysOrangebrun p,
.SCLmorkGra p,
.SCLmorkGronn p,
.SCLmorkOrangebrun p,
.varselBoks p {
	margin: 0;
	padding: 0;
}

#FrontPageRightBanners .varselBoks h4 {
	color: #FFF;
	background-color: #e98300;
	font-size: 12px;
	padding: 2px 5px;
}

.varselBoks p {
	padding: 5px;
}

/*****************************************************************************
* Tips en venn
*****************************************************************************/
.tipAFriendOK {
	padding: 10px;
}

.tipAFriendError {
	color: red;
	padding: 10px;
}

.Box.tipAFriend {
	border: none;
	background-color: #FFF;
}

#tipAFriendHeader {
	border-bottom: 1px solid #BAAE78;
	border-top: 1px solid #BAAE78;
	cursor: pointer;
	color: #BAAE78;
	background-color: #FFF !important;
	height: 100%;
}


.Box.tipAFriend h4.active {
	background: #fff url(/forskningsradet/gfx/TipAFriendUp.jpg) no-repeat right top;
}

.Box.tipAFriend h4.inactive {
	background: #fff url(/forskningsradet/gfx/TipAFriendDown.jpg) no-repeat right top;
}

.tipAFriend img {
	width: 140px;
}

#cap {
	padding: 0;
}

.ColRight .tipAFriend input,.ColRight .tipAFriend textarea {
	width: 100%;
}

.ColRight .tipAFriend fieldset {
	width: 100%;
	margin: 0;
	padding: 0;
}

.ColRight .tipAFriend legend {
	color: #666;
}

.tipLegend {
	padding: 0px;
}

.tipLegend #provNy{
	font-size: 0.95em;
}

a .audio-note {
	color: #666;
	font-size: medium;
	text-decoration: none;
}

.ColRight .sharebuttons {
	border: none;
	border-bottom: 1px solid #BAAE78;
	border-top: 1px solid #BAAE78;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 11px;
}

	.ColRight .sharebuttons h4 {
		color: #BAAE78;
		font-size: 1.09em;
		margin: 0;
		overflow: hidden;
		padding: 5px 4px 4px 8px;
	}

		.ColRight .sharebuttons h4 a {
			float: right;
			height: 16px;
			margin-left: 5px;
			margin-top: -1px;
			text-indent: -9999px;
			width: 16px;
		}

		.ColRight .sharebuttons h4 a.twitter {
			background: #fff url(/forskningsradet/gfx/twitter.png) no-repeat right top;
		}

		.ColRight .sharebuttons h4 a.facebook {
			background: #fff url(/forskningsradet/gfx/facebook.png) no-repeat right top;
		}


/*****************************************************************************
* Sok
*****************************************************************************/
table th.titleDesc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_ned.gif) no-repeat right;
	padding-right: 15px;
}

table th.titleAsc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_opp.gif) no-repeat right;
	padding-right: 15px;
}

table th.shortnameDesc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_ned.gif) no-repeat right;
	padding-right: 15px;
}

table th.shortnameAsc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_opp.gif) no-repeat right;
	padding-right: 15px;
}

table th.dateDesc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_ned.gif) no-repeat right;
	padding-right: 15px;
}

table th.dateAsc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_opp.gif) no-repeat right;
	padding-right: 15px;
}

/*      ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
 *      | | | | | | | | | | | | | |
 *
 *      THE ABOVE CONTENT IS MERGED
 *
 *      ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
 *      | | | | | | | | | | | | | |
 */



/* Since the eWebEdit content can have floated images at the end we need to
   clear those. We can't use the overflow:auto trick here as we need
   gray/shading box and tables to stretch out of the left margin. */
.ColMiddle .eWebEditProContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Flyttet inline style funnet i Page/Undersidevisning og Page/Detaljvisning
 * her, slik at den kan overskrives for spesifike programmnettsider (feks
 * euraxess). */
.detaljvisningUndersidevisningWrapper {
	float: left;
	width: 520px;
}

/**********************************************************************************************************
* NYHETSBREV
**********************************************************************************************************/

.ColMiddle.Nyhetsbrev .nyhetsbrevAdminIngress {
margin: -5px 0 5px;
}

.ColMiddle.Nyhetsbrev fieldset {
border: none;
border-bottom: 1px solid #e9e5d2;
padding: 5px 0px 5px 11px;
margin: 0;
display: block;
}

.ColMiddle.Nyhetsbrev legend {
display: block;
font-size: 1.27em;
font-weight: normal;
color: #666666;
padding: 1em 0em 0.7em 0em;
margin: 0;
clear: both;
}

.ColMiddle.Nyhetsbrev form {
clear: both;
margin-left: -10px;
background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x scroll left top;
}

.ColMiddle.Nyhetsbrev form label {
font-weight: bold;
color: #A89659;
padding-right: 2ex;
position: relative;
top: 1px;
}

.ColMiddle.Nyhetsbrev div label {
font-weight: normal;
color: black;
top: -2px;
}

.ColMiddle.Nyhetsbrev form table td {
padding: 0.2em 0;
}

.ColMiddle.Nyhetsbrev form table {
margin: 0;
width: 510px;
}

.ColMiddle.Nyhetsbrev .error {
border: 1px solid #B41414;
background-color: #FFCCFF;
font-size: medium;
margin-bottom: 15px;
}

.ColMiddle.Nyhetsbrev .hidden {
display: none;
}

.ColMiddle.Nyhetsbrev form p {
padding: 1em 0 0 10px;
}

.ColMiddle.Nyhetsbrev form .footer {
margin-top: 1em;
margin-right: 10px;
}

.ColMiddle.Nyhetsbrev form .footer .button {
float: right;
margin-left: 2em;
background-color: white;
color: black;
border: 1px solid #666;
padding: 0.1em 0.7em;
cursor: pointer;
text-decoration: none;
}

.ColMiddle.Nyhetsbrev #nyheterValg,.ColMiddle.Nyhetsbrev #arrangementValg {
border-bottom: 1px solid #e9e5d2;
padding: 0 0.5em;
}

.ColMiddle.Nyhetsbrev form table table td {
padding-left: 20px;
}

.ColMiddle.Nyhetsbrev form table.groups {
margin-left: -11px;
	width: 520px;
}

.ColMiddle.Nyhetsbrev form table.groups td {
	padding-left: 10px;
}

.ColMiddle.Nyhetsbrev form label.cap {
	position: static;
	top: 0;
}

.ColMiddle.Nyhetsbrev form input#cap {
	display: block;
	margin-top: 3px;
	_margin-left: 10px;
}

.ColMiddle.Nyhetsbrev .message {
	padding: 7px 0 11px 11px;
	margin: 0px 0px 0px -10px;
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x scroll left top;
	height: 100%;
}

.ColMiddle.Nyhetsbrev .message H3 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.ColMiddle.Nyhetsbrev .deleteForm {
	height: 100%;
	clear: both;
	border-top: 1px solid #FFF;
}

.ColMiddle.Nyhetsbrev .deleteForm form {
	background-image: none;
}

.ColMiddle.Nyhetsbrev .nyhetsbrevFormRadioButtons {
	border-right: 7px solid #FFF;
}

.ColMiddle.Nyhetsbrev .toLinjeLabel {
	margin-left: 99px;
}

.ColMiddle.Nyhetsbrev .bekreftelseSletting form {
	background: none;
}

/* For statussiden */

.brev .brevInnhold {
	border: 1px solid #c7bd89;
	border-bottom: none;
	border-top: none;
	width: 100%;
	padding: 5px 0px 25px 0px
}

.brev {
	background-color: #FFF;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: 25px solid #F1EEE1
}

.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 {
	color: #A89659;
	font-size: 1.91em;
	margin-left: 10px;
	line-height: 0.9em;
}

.brev h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.brev h4 {
	font-style: italic;
	margin: 10px 0 0 0;
}

.brev a {
	color: #5E808E
}

.brev em {
	font-style: normal;
	font-weight: bold;
	color: #A89659;
}

.brev #PreHeader {
	padding: 10px 10px 7px 10px;
	border: 1px solid #F1EEE1;
}

.brev #Header {
	background-color: white;
	border: 1px solid #c7bd89;
	border-bottom: none;
	width: 100%;
}

.brev .imgbox_left {
	float: left;
	margin: 0 10px 10px 0;
}

.brev .section {
	margin-bottom: 2.5em;
}

.brev .sectionFooter {
	clear: both;
	margin: 0px 10px 0px;
}

.brev .item {
	margin-bottom: 1em;
	margin-left: 1em
}

.brev #Footer {
	float: left;
	clear: both;
	padding: 10px 0px 7px 0px;
	font-size: 0.8em;
	background-color: #F1EEE2;
	color: #A89659;
	width: 100%;
	border: 1px solid #c7bd89;
	border-top: none;
}

.brev #Footer a {
	color: #A89659;
}

.nyhetsbrevTable {
	width: 100%;
	margin-bottom: 20px;
}

/**********************************************************************************************************
*FORMVALIDATE
**********************************************************************************************************/

span.required {
	color: #B41414;
}

.panel.active-tab-body {
	display: block;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed,textarea.validation-failed {
	border: 1px solid #B41414;
}

.hideMetadataError {
	display: none;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	color: #B41414;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color: #FFF;
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	
}

.field-widget {
	
}

/*******************************************************************************
* Bokser i tekst
*******************************************************************************/

.GrayBox {
	background: #F1EEE2;
	width: 100%;
	display: block;
	margin-left: -10px;
	margin-top: 2px;
	padding: 10px 10px 10px 10px;
}

.ShadingBox {
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x scroll left top;
	margin-top: 2px;
	width: 100%;
	display: block;
	margin-left: -10px;
	padding: 10px 10px 10px 10px;
}

/************************************************************************************************
* 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: 10px;
  background: #fff;
  width: 370px;
}
 
#facebox .loading {
  text-align: center;
}
 
#facebox .image {
  text-align: center;
}
 
#facebox img {
  border: 0;
  margin: 0;
}
 
#facebox .footer {
  /*border-top: 1px solid #DDDDDD;*/
  padding-top: 5px;
  margin-top: 10px;
  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: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
 
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  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');
}


/*******************************************************************************
* Video
*******************************************************************************/

.video_title,
.video_wrapper {
	background: #F1EEE2;
	margin-left: -10px;
	width: 500px;
}

.video_title {
	padding: 0 10px 10px 10px;
	overflow: hidden;
}

.video_title .title,
.InnholdsKontainerVideoArkiv ul li a.video span.title {
	font-size: 12px;
	font-weight: 700;
}

.video_title a.toggle {
	float: right;
}

.video_title .description {
	clear: both;
	display: block;
}

.video_title .related_wrapper,
.video_title .share_buttons_wrapper {
	display: block;
	overflow: hidden;
}

.video_title .related {
	display: inline;
	float: left;
	margin: 1em 0 0 0;
	padding: 0;
	width: 80px;
}

.video_title .ol {
	display: inline;
	float: left;
	margin: 1em 10px 0 0;
	width: 310px;
}

	.video_title .ol .li {
		display: block;
	}

.video_title .share_buttons {
	display: inline;
	float: right;
	margin-top: 1em;
}

	.video_title .share_buttons .label {
		display: block;
		margin-bottom: .5em;
	}

	.video_title .share_buttons .icon {
		margin-right: 5px;
	}

		.video_title .share_buttons .icon img {
			height: 16px;
			width: 16px;
		}

.video_title .embed_link_wrapper {
	display: block;
	margin-top: 1em;
}

	.video_title .embed_link_wrapper .line_wrapper {
		display: block;
		margin-bottom: .5em;
		overflow: hidden;
	}

		.video_title .embed_link_wrapper .line_wrapper label {
			float: left;
			width: 80px;
		}

		.video_title .embed_link_wrapper .line_wrapper input {
			border: 1px solid #999;
			float: left;
			width: 416px;
		}


.video_wrapper {
	clear: both;
	padding: 10px;
	height: none;
}


.video_file_wrapper img.preview_image,
.video_file_wrapper object {
	height: none;
	width: 40em;
}

.video_file_wrapper img.play_arrow {
	left: 17.3333em;
    position: absolute;
    top: 9.25em;
}


.video_wrapper div {
	text-align: center;
}

.video_wrapper div:hover {
	cursor: pointer;
}

.video_wrapper div span.description {
	color: #999;
	display: block;
	font-size: 20px;
	margin-top: 140px;
}

.eWebEditProContent .video_title {
	margin-bottom: .9em;
}

.InnholdsKontainerVideoArkiv ul,
.SeksjonssideVideoListe ul {
	list-style-type: none;
	list-style-image: none;
	margin: 20px 0 20px -10px;
	overflow: hidden;
	width: 520px;
}

.InnholdsKontainerVideoArkiv ul li,
.SeksjonssideVideoListe ul li {
	background: none;
	padding: 10px;
}

.InnholdsKontainerVideoArkiv ul li {
	clear: both;
	margin-bottom: 5px;
}

.SeksjonssideVideoListe ul li {
	float: left;
	margin-right: 10px;
	width: 100px;
}

.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%;
}

.SeksjonssideVideoListe ul li a.video {
	color: #666;
}

.InnholdsKontainerVideoArkiv ul li a.video img,
.SeksjonssideVideoListe ul li a.video img {
	display: block;
	margin-bottom: 10px;
	width: 100px;
}

.InnholdsKontainerVideoArkiv ul li a.video img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.InnholdsKontainerVideoArkiv ul li a.video span {
	color: #666;
	display: block;
}

.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: 500px;
	margin: 10px 0 10px 10px;
	padding: 0;
	height: 1px;
	line-height: 1px;
}

.video .description,
.video_title .date,
.video>.date,
.links_container {
	display: none;
}

.InnholdsKontainerVideoArkiv .video .description,
.InnholdsKontainerVideoArkiv .video .date,
.InnholdsKontainerVideoArkiv .video_title .links_wrapper {
	display: block;
}

.InnholdsKontainerVideoArkiv .video .date {
	color:#999999;
	font-size:90%;
	font-style:italic;
}

.video_pages {
	width: 520px;
}

.video_pages a {
    text-decoration: none;
	border: solid 1px #AAA;
}

.video_pages a, .video_pages span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.video_pages .current {
	background: #BAAE78;
    color: #fff;
	border: solid 1px #AAA;
	font-weight: bold;
}

.video_pages .current.prev, .video_pages .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

.VideoRight {
	margin-top:10px !important;
}

#FrontPageNews .item .blog_link img,
#FrontPageNews .item .video_link img {
	margin: 0;
}

#FrontPageNews .item .blog_link,
#FrontPageNews .item .video_link {
	float: right;
}


.commentinput_name,
.commentinput_email,
.commentinput_title,
.commentinput_comment {
	clear: left;
	overflow:hidden;
	padding-bottom:4px;
}
.commentinput_name label,
.commentinput_title label,
.commentinput_email label {
	width:100px;
	float:left;
}

.commentinput_name input,
.commentinput_title input,
.commentinput_email input {
	float:left;
}

#commentoremail,
#commentorname,
#commentortitle {
	width: 150px;
}

.commentbtn {
	margin: 4px 0 4px 0
}
.comment_feedback {
	color: #B41414;
}
.comment_error {
	color: #B41414;
	font-weight: bold;
}
.comment_added {
	padding-top: 20px;
	padding-bottom: 20px;

}

.comment_header {
	padding-top:20px;
	overflow: hidden;
}

	.comment_name,
	.comment_date {
		display: inline;
	}

		.comment_name {
			float:left;
		}

		.comment_date {
			text-align:right;
			float:right;
			padding-right:10px;
		}


.comment_body {
	clear: left;
	background-color:#F1EEE1;
	padding:10px;
	margin-left:-10px;
}

.commentsclosed {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color:#FEFEFE;
}

.comment_pagetopheader {
	padding-bottom:10px;
}

.comment_input {
	width: 16px;
}
.commentSpacer {
	height: 20px;
}

.commentinput_buttons {
	float:left;
}

.comment_policy {
	float:right;
	text-align:right;
	padding:7px 20px 0 0;
}

.commentinput_buttons, 
.comment_policy {
	display:inline;
}

.comment_clear {
	clear:both;
	height:1px;
}
.commentinput_buttonrow {
	display:block;
}

/* Questback survey popup */

#questback-popup {
	display: none;
}

#facebox .footer {
	overflow: hidden;
}

#facebox .close {
	float: right;
}

#facebox .continue {
	float: left;
}

/**********************************************************************************************************
* NYTT GLOBALSOK OG FORSIDE
**********************************************************************************************************/

.primary-column,
.secondary-column {
	display: inline;
	float: left;
}

.primary-column {
	margin: 20px 20px 0 20px;
	width: 580px;
}

.secondary-column {
	margin: 20px 10px 0 0;
	width: 320px;
}

.global-search,
.global-search h1 {
	color: #373426;
}

.global-search .primary-column form {
	background: #f1eee2;
	display: block;
	height: 1%; /* hasLayout for IE6 */
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}

	.global-search .primary-column form .query-field {
		border: 1px solid #e6e2cd;
		float: left;
		font-size: 14px;
		line-height: 1.5;
		padding: 6px 10px;
		width: 498px;
	}

	.global-search .primary-column form .query-button {
		background: transparent url(/forskningsradet/gfx/globalsearch/search-query-button.png) no-repeat center top;
		border: 0;
		cursor: pointer;
		float: left;
		height: 26px;
		margin: 3px 0 0 10px;
		padding: 0;
		text-indent: -9999px;
		width: 26px;
		text-transform:capitalize;
	}

.global-search .primary-column .result .header {
	border-bottom: 2px solid #4f4b37;
	margin-bottom: 10px;
	padding: 0 10px 4px 10px;
	height: 1%; /* hasLayout for IE */
	overflow: hidden;
}

	.global-search .primary-column .result .header h1 {
		float: left;
		font-size: 17px;
		font-weight: bold;
		margin: 0;
	}

	.global-search .primary-column .result .header .sort {
		float: right;
		font-size: 12px;
		margin-top: 5px;
	}

		.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: 15px;
		}

			.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: 10px;
}

	.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: 17px;
		font-weight: bold;
		padding-left: 15px;
	}

	.global-search .primary-column .result .pagination {
		font-size: 12px;
		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: 1px solid #ddd8c6;
				height: 18px;
				margin-left: 3px;
				padding: 4px 5px 0 5px;
			}

			.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 2px 0 5px;
			}

			.global-search .primary-column .result .pagination span.seperator,
			.global-search .primary-column .result .pagination .prev,
			.global-search .primary-column .result .pagination .next {
				padding-top: 5px;
			}

			.global-search .primary-column .result .pagination .prev {
				margin-right: 7px;
			}

			.global-search .primary-column .result .pagination .next {
				margin-left: 10px;
			}

			.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: 3px;
		}

.global-search .primary-column .result .footer {
	overflow: hidden;
	padding: 10px;
}

.global-search .secondary-column .navigator-instructions {
	background: #f9f8f3;
	padding: 10px 10px 12px 10px;
	margin-bottom: 10px;
	font-size:12px;
}

	.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:15px;
	}

.global-search .secondary-column .clear-navigators {
	background: #f1eee2;
	padding: 10px 10px 12px 10px;
	margin-bottom: 1px;
}

	.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: 14px;
		height: 28px;
		line-height: 26px;
		text-align: center;
		width: 300px;
	}

.global-search .secondary-column .navigator {
	background: #f9f8f3;
	padding-top: 12px;
	margin-bottom: 10px;
}

	.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: 14px;
		font-weight: bold;
		margin: 0 8px;
		padding: 4px 12px 4px 12px;
	}

	.global-search .secondary-column .navigator ul li a {
		color: #4f4b37;
	}
	
	.global-search .secondary-column .navigator ul li a span{
		padding-left:30px;
		display:block;
	}

	.global-search .secondary-column .navigator ul {
		padding-bottom: 8px;
	}

	.global-search .secondary-column .navigator ul.inactive {
		background: #f9f8f3;
	}

	.global-search .secondary-column .navigator ul li {
		border-bottom: 1px solid #e6e2cd;
		font-size: 12px;
		margin: 0 8px;
		padding: 10px 10px 6px 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 8px 10px;
	}

	.global-search .secondary-column .navigator.globally-active {
		margin-bottom: 0;
	}

		.global-search .secondary-column .navigator.globally-active p {
			font-size: 12px;
			font-weight: bold;
			padding: 0 10px 0 10px;
		}

		.global-search .secondary-column .navigator.globally-active ul {
			padding-bottom: 0;
		}

			.global-search .secondary-column .navigator.globally-active ul li {
				background-position: 8px 3px;
				border-bottom: 0;
				padding-bottom: 3px;
				padding-top: 3px;
			}

	.global-search .secondary-column .navigator ul.inactive li {
		background: transparent url(/forskningsradet/gfx/globalsearch/navigator-arrow.png) no-repeat 12px 12px;
	}

		.global-search .secondary-column .navigator ul.inactive li.showMoreLess {
			background: none;
			border-bottom: 2px solid #4f4b37;
			height: 1%; /* hasLayout for IE */
			overflow: hidden;
			padding: 16px 0 0 30px;
		}
			.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: 10px solid #f1eee2;
				border-radius: 5px 5px 0 0;
				-moz-border-radius: 5px 5px 0 0;
				-webkit-border-radius: 5px 5px 0 0;
				cursor: pointer;
				float: right;
				font-size: 12px;
				font-weight: bold;
				padding: 8px 16px 6px 10px;
			}

				.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: 517px 40px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #4f4b37;
	font-size:12px;
	line-height:1.5;
	/* IE 6 min-height hack: */
		min-height:90px; 
		height:auto !important;
		height:90px;
	/* end of IE 6 min-height hack */
	padding: 20px 100px 20px 10px;
}

	.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 h4 {
		color:#0072B2;
		font-size: 12px;
		font-weight:normal;
		margin:0;
	}

	.global-search ul.results li a {
		font-size: 14px;
	}
	
	.global-search ul.results li.Person{
		padding: 20px 10px;
	}
	
		.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: 53px;
			width: 48px;
		}

		.global-search ul.results li.Person h3,
		.global-search ul.results li.Person h4,
		.global-search ul.results li.Person .info {
			width: 460px;
			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: 4px;
			}
		
	.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 .date,
		.global-search ul.results li.Arrangement .date{
			background-color: #4F4B37;
			color: #FFF;
			padding: 1px 5px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;

		}


.global-search .primary-column .ingen-treff {
	font-size:12px;
	padding:10px;
}

.global-search .go-back {
	display: block;
	font-size: 12px;
	margin: 10px 0 0 20px;
}

	.global-search .go-back a {
		background: transparent url(/forskningsradet/gfx/globalsearch/arrow-left-blue.png) no-repeat left 65%;
		padding-left: 15px;
	}





/***********************************************************************************************
** 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;
}

/**********************************************************************************************************
* FRA PROGNETTCOMPLETE
*
* FRAMEWORK
**********************************************************************************************************/
#PageFrontpage {
	background-color: #FFF;
	width: 950px;
	text-align: left;
	height: 100%;
	margin: 0 auto;
}

#PageContent {
	background-color: #FFF;
}

#PageContentFrontpage {
	height: 90%;
	float: left;
	background-color: #FFF;
}

#PageContentFrontpage #PageEnd {
	clear: both;
	height: 0;
}

#PageContentFrontpage #ColWide {
	float: right;
	width: 760px;
	margin-top: -25px;
	height: 85%;
}

#ColWide {
	width: 760px;
	margin-top: -25px;
	height: 100%;
}

#ColLeft {
	width: 171px;
	margin: 39px 3px 0 0;
}

.SearchCol {
	_width: 510px;
	width: 520px;
	padding-left: 10px;
	margin-top: 0;
	padding-top: 0;
}

.ColMiddle {
	margin-top: 0;
	margin-bottom: 0;
}

.ColMiddle.Person {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	clear: both;
	padding-bottom: 0;
}

.ColMiddleHeader {
	min-height: 40px;
	_height: 40px;
	padding-bottom: 10px;
	margin: 0 0 0 10px;
}

.ColMiddleHeader.Description {
	margin-bottom: 4px;
}

.ColMiddleHeader p {
	padding-top: 8px;
}

.ColMiddleHeader.Person {
	margin: 0 0 0 10px;
}

#ColWide .ColMiddleHeader.Person h1 {
	float: left;
	padding-right: 0;
	margin-top: 0;
	font-size: 140%;
	padding-top: 0;
	color: #7998A8;
	vertical-align: top;
}

#ColWide .ColMiddle .ColMiddleHeader h1 {
	margin-top: 0;
	margin-bottom: 2px;
	padding-bottom: 0;
}

#ColWide .ColMiddle .ColMiddleHeader .Stikktittel h1 {
	padding-top: 0;
	margin-top: 14px;
}

#ColWide .ColMiddleHeader h1 {
	padding-top: 23px;
	padding-right: 13px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
	line-height: 1.35em;
}

#ColWide .ColMiddleHeader h1.twoLines {
	padding-top: 17px;
	line-height: 1.3em;
	margin-bottom: -5px;
}

#ColWide .ColMiddleHeader h1.twoLinesWithH3 {
	padding-bottom: 0;
	line-height: 1em;
	padding-top: 4px;
	margin-bottom: -2px;
}

#ColWide .ColMiddleHeader h1.oneLineWithH3 {
	line-height: 1em;
	padding-top: 4px;
	margin-bottom: -2px;
}

.position {
	color: #7998A8;
	padding-bottom: 2px;
	padding-right: 13px;
	padding-top: 0;
	font-size: 140%;
	font-weight: 400;
	margin: 10px 0 0;
}

h1.frontPage {
	margin: 0;
}

.ColMiddle.Nyhetssok,.ColMiddle.NyhetsArkivsok,.ColMiddle.Arrangementer
	{
	padding-top: 1px;
}

.ColMiddle.Nyhetssok {
	margin-top: -5px;
}

.ColRight {
	margin-top: 64px;
	overflow: visible;
}

.ColMiddle.Prosjekt {
	width: 700px;
	padding-top: 0;
}

#Footer {
	background: #F1EEE2;
	_height: 4.18em;
	min-height: 4.18em;
}

#Footer.EnglishFooter {
	min-height: 4.3em;
	_height: 4.3em;
	margin-top: -4.3em;
}

#LeftMenu h2 {
	background: #E2DDC4 url(/forskningsradet/gfx/gray_shadow_progNett.gif) repeat-x left bottom;
	height: 100%;
}

#LeftMenu h2 a {
	color: #666 !important;
	font-weight: 700;
}

#LeftMenu ul li {
	border: 1px solid #FFF;
}

#LeftMenu ul li a {
	border-left: 4px solid #FAF9F5;
}

#LeftMenu ul li a.selected {
	color: #A89659;
}

#LeftMenu ul ul li.selected a.selected {
	background: transparent url(/forskningsradet/gfx/BulletLight.gif) no-repeat 8px 6px;
}

#LeftMenu ul ul ul li.selected a.selected {
	background: transparent url(/forskningsradet/gfx/menuLevel3Yellow.gif) no-repeat 6px 6px;
}

/**********************************************************************************************************
*GENERAL
**********************************************************************************************************/

body {
	background: url(/forskningsradet/gfx/backgroundProgNett.gif) #E8E3D7 center top repeat-y;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #3867A8;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #A89659;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

table th.dateDesc,table th.dateAsc,table th.date {
	width: 10%;
}

ul,ol,li,dl,dt,dd {
	vertical-align: top;
}

/**********************************************************************************************************
*HEADER
**********************************************************************************************************/
#headerText {
	clear: both;
	background: #E2DDC4 url(/forskningsradet/gfx/gray_shadow_progNett.gif) repeat-x scroll left 25px;
	height: 24px;
	padding: 4px 19px 8px;
}

#Header {
	overflow: hidden;
}

#Header #MainHeader #headerText h1 {
	color: #FFF;
	height: 100%;
	font-size: 150%;
	font-weight: 700;
	width: 93%;
	float: left;
	margin: 0;
}

#MainHeader {
	padding-bottom: 2px;
	margin-top: 0;
	background-color: #FFF;
}

#HeaderLinkSections .linkList li {
	float: left;
}

#HeaderLinkSections .linkList li a {
	display: block;
}

#HeaderSections {
	height: 98px;
	margin-bottom: 7px;
}

#SiteLogo {
	padding-top: 30px;
	padding-bottom: 30px;
}

#SiteSearch {
	z-index: 1;
	position: absolute;
	margin-left: 749px;
}

/* Search */

DIV.globaltSoekToppmeny {
	padding-top: 30px;
}

DIV.globaltSoek {
	margin-top: 10px;
}

INPUT.btnGlobaltSoeak {
	padding: 1px 2px 0;
	width: 50px;
}

/**********************************************************************************************************
* CONTENT
**********************************************************************************************************/
.newsTable .forsideBilde {
	float: left;
}

.ColMiddle .newsTable .intro {
	margin-top: 0;
}

.ColMiddle .newsTable .imgbox_left {
	margin-top: 3px;
	margin-right: 5px;
}

.newsTable tr td h2 {
	margin-bottom: 5px;
}

/**********************************/
/*  MIDDLE COLUMN TEXT CONTENT    */
/**********************************/
.ColMiddle.Nyhet .intro {
	margin-bottom: 1em;
	font-size: 1.27em;
	line-height: 1.33em;
	margin-top: 10px;
	min-height: 0;
}

.ColMiddle .intro {
	margin-top: 0;
}

.ColMiddle .intro.boxed {
	background: transparent url(/forskningsradet//gfx/gray_shadow2.gif) repeat-x left top;
	margin-top: 3pt;
	width: 100%;
}

.ColMiddle .intro.boxed h2 {
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x left top;
	margin-left: -10px;
	padding: 1px 1px 1px 10px;
}

.ColMiddle .intro.boxed ul li {
	list-style: none;
	background: none;
	padding-left: 0;
}

.ColMiddle .intro.boxed ul {
	margin: 0;
}

.ColMiddle dl.intro {
	margin-top: 5px;
}

.ColMiddle dl.intro dt {
	clear: both;
	color: #A89659;
	float: left;
	font-weight: 700;
	margin-right: 1ex;
}

.ColMiddle .intro.boxed.arrangement h5 {
	background: transparent url(/forskningsradet//gfx/gray_shadow2.gif) repeat-x left top;
	margin-left: -10px;
	margin-top: 3pt;
	margin-bottom: 1em;
	width: 100%;
	padding: 5px 10px;
}

.ColMiddle .intro.boxed.arrangement {
	background: transparent;
	padding: 10px;
}

.ColMiddle.GenerellArtikkel .ColMiddleHeader .Stikktittel {
	padding-top: 27px;
	padding-bottom: 2px;
}

.ColMiddle.GenerellArtikkel .ColMiddleHeader .Stikktittel h3 {
	padding: 0 0 2px;
}

.ColMiddle.GenerellArtikkel .ColMiddleHeader {
	height: 100%;
}

.ColMiddle dl.dates {
	width: 100%;
}

.ColMiddle table {
	width: 100%;
}

#ColWide .ColMiddle.Prosjekt .ColMiddleHeader h1.twoLines {
	padding-top: 15px;
	margin-bottom: -5px;
}

.ColMiddle.Prosjekt .deleteAll {
	border-top: 1px solid #BAAE78;
}

.ColMiddle.Prosjekt .deleteAllTop {
	margin-top: -10px;
}

.ColMiddle.Prosjekt .singleNavigatorContainer {
	width: 158px;
}

.ColMiddle.Prosjekt .projectSearchFieldContainer {
	padding-bottom: 10px;
}

/****************************/
/*   RIGHT COLUMN BOXES     */
/****************************/
.ColRight .LenkeTilEngelskSide {
	top: 13em;
}

/**********************************/
/*   MIDDLE COLUMN SEARCH TOOLS   */
/**********************************/
.ColMiddle .SearchTools {
	margin: 0 0 20px -10px;
}

.ColMiddle .SearchTools .hits {
	margin: -8px 10px 0 0;
}

.ColMiddle .SearchTools .pages h4 {
	margin: 0 3px 2px;
}

.ColMiddle .SearchTools .pages ul li {
	padding: 0 .3ex;
}

.ColMiddle .searchGuidence {
	display: none;
}

.ColMiddle .SearchPages {
	border-top: 1px solid #BAAE78;
	width: 100%;
	margin: .5em 0 0 -10px;
}

.ColMiddle .SearchPages .pages {
	padding-right: 3px;
}

.ColMiddle .SearchPages h4 {
	padding-top: 3px;
}

/******************************************/
/*   SEARCH PAGE THEMES BY CONTENT TYPE   */
/******************************************/

.Results a {
	display: block;
	border-bottom: 1px solid #EAEBE5;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0;
}

.Results a:hover {
	display: block;
	border-bottom: 1px solid #EAEBE5;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
	background-color: #F7F6F1;
	margin: 0;
}

.Results a.odfvedlegg {
	padding-bottom: 5px;
	border-bottom: none;
}

.Results a.odflink {
	padding-bottom: 5px;
	padding-top: 0px;
}

.Results a.odflink:hover {
	text-decoration: underline;	
}

.Results {
	clear: both;
	width: 510px;
}

.Results span.titletype {
	display: block;
	font-size: 1em;
	font-weight: 700;
	color: #A89659;
	margin-top: 0;
	margin-bottom: 0;
}

.Results span.midlerDate {
	display: block;
	font-size: 1em;
	font-weight: 700;
	color: #A89659;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	margin-right: 8px;
}

.Results span.midlerDateValue {
	display: block;
}

.Results span.title {
	display: block;
	font-size: 1.27em;
	font-weight: 400;
	color: #0072B2;
	margin-top: 0;
	margin-bottom: 0;
}

/******************************************/
/*   GENERELLE ELEMENTER                  */
/******************************************/
.printInternalContactDetail {
	display: none;
}

.ColMiddle .MovedContent {
	margin: 20px 0 30px;
}

.ColMiddle .MovedContent h5 {
	border-bottom: 1px solid #E6E2CD;
	margin-left: -10px;
	color: #A89659;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 2px 2px 2px 10px;
}

/**********************************************************************************************************
* ANSATTSOK
**********************************************************************************************************/
.EmployeeHeader {
	margin-top: 0;
	margin-bottom: 15px;
}

.EmployeeHeader .image {
	border-bottom: 20px solid #FFF;
}

.EmployeeHeader .noImage {
	float: right;
	width: 120px;
	height: 120px;
}

.EmployeeHeader .info {
	margin-right: 5px;
	width: 64%;
	padding: 0 0 0 10px;
}

.EmployeeHeader dl {
	margin: 5px 0;
}

/**********************************************************************************************************
* SEKSJONSSIDE
**********************************************************************************************************/
.ColMiddle.Seksjonsside h2 {
	margin: 10px 0 5px 10px;
}

#ColWide .ColMiddle.seksjonsside .ColMiddleHeader h1 {
	margin-left: 10px;
	margin-bottom: 7px;
	line-height: 1.1em;
}

/**********************************************************************************************************
* AKTIVITETSLISTE
**********************************************************************************************************/

/* All selectors moved to common */

/**********************************************************************************************************
*PROSJEKTARKIV
**********************************************************************************************************/
.Prosjektarkiv #pageProject {
	width: 500px;
}

/**********************************************/
/* Brosmulesti                                */
/**********************************************/
.BrodsmuleSti {
	top: 9em;
}

.eWebEditProContent {
	margin-top: 0;
}

/*****************************************************************************
* Tips en venn
*****************************************************************************/
#tipAFriend {
	background-color: #FFF;
	border: 0;
	_width: 100%;
}

.ColRight .Box.tipAFriend {
	border: 0;
}

.ColRight .sharebuttons {
	margin-left: 0;
	margin-right: 0;
}

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

/*      ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
 *      | | | | | | | | | | | | | |
 *
 *      THE ABOVE CONTENT IS MERGED
 *
 *      ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
 *      | | | | | | | | | | | | | |
 */

table th.projectDateDesc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_ned.gif) no-repeat right;
	padding-right: 15px;
}

table th.projectDateDesc,
table th.projectDateAsc,
table th.projectDate {
	width: 12%;
}

table th.projectDateAsc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_opp.gif) no-repeat right;
	padding-right: 15px;
}

table th.projectTitleDesc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_ned.gif) no-repeat right;
	padding-right: 15px;
}

table th.projectTitleAsc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_opp.gif) no-repeat right;
	padding-right: 15px;
}

table th.projectResponsibleDesc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_ned.gif) no-repeat right;
	padding-right: 15px;
}

table th.projectResponsibleDesc,
table th.projectResponsibleAsc,
table th.projectResponsible {
	width: 20%;
}

table th.projectResponsibleAsc a {
	background: #BAAE78 url(/forskningsradet/gfx/pil_opp.gif) no-repeat right;
	padding-right: 15px;
}

/*****************************************************************************
* Frontpage
*****************************************************************************/
.colLeftFrontpage {
	width: 52%;
	float: left;
	border-right: 1px solid #E7E4D7;
	border-left: 1px solid #E7E4D7;
	height: 100%;
	padding-left: 9px;
	padding-right: 9px;
	margin-right: 0;
}

.colRightFrontpage {
	float: right;
	width: 43%;
	height: 100%;
	padding-right: 16px;
}

.firstColumnRight {
	float: left;
	width: 158px;
	border-right: 1px solid #E7E4D7;
	padding-right: 0;
	height: 100%;
	padding-left: 5px;
}

.secondColumnRight {
	width: 157px;
	float: right;
	padding: 0 0 0 2px;
}

.firstColumnRight .frontpageSearch h3,.secondColumnRight .frontpageSearch h3,.rssFeed h3
	{
	color: #FFF;
	background-color: #C0B076;
	width: 140px;
	margin: 0;
	padding: 2px 0 2px 10px;
}

.secondCoumnRight .frontpageSearch h3 {
	width: 140px;
	margin: 0 0 5px;
	padding: 2px 0 2px 10px;
}

.frontpageSearchUtlysninger h3 {
	color: #FFF;
	background-color: #879637;
	width: 140px;
	margin: 0;
	padding: 2px 0 2px 10px;
}

.frontpageSearchUtlysninger .search_top {
	padding: 5px 5px 5px 10px;
}

.frontpageSearch .search_top {
	padding: 5px 0 0 10px;
}

.frontpageSearch .search_top h4 {
	color: #A89659;
	font-size: 100%;
	margin: 0;
}

.frontpageSearch.rssLink,
.frontpageSearch ul {
	padding-left: 10px;
	margin-top: 5px;
	padding-right: 5px;
}

.frontpageSearch.rssLink {
	border-bottom: 1px solid #E7E4D7;
	border-top: 1px solid #E7E4D7;
}

	.frontpageSearch.rssLink a {
		display: block;
		padding: 8px 0;
	}

	.frontpageSearch.rssLink a img {
		margin-right: 5px;
	}

.frontpageSearch ul li {
	padding-bottom: 5px;
}


.frontpageSearch {
	margin-bottom: 16px;
}

.secondColumnRight .frontpageSearch {
	padding-right: 0;
	margin-right: 0;
	margin-left: 5px;
}

.frontpageSearchUtlysninger,.frontpageSearch {
	padding-right: 5px;
	margin-bottom: 21px;
	margin-right: 6px;
	width: 93%;
	overflow: hidden;
	position: relative;
}

.frontpageSearch.Banner {
	text-align: center;
}

.frontpageSearchUtlysninger .shortName,.frontpageSearchUtlysninger .search_resultheader,.frontpageSearch .shortName,.frontpageSearch .search_resultheader
	{
	font-size: 90%;
}

.menuHeader b {
	padding-left: 20px;
	color: #666;
	line-height: 1.7em;
}

.menuHeader a {
	color: #666;
}

#FrontPage {
	margin-top: 25px;
	float: left;
	height: 95%;
	overflow: hidden;
	width: 760px; /* needed by Opera as it uses a computed width if none is set */
}

#FrontPage .Ingress {
	padding-left: 1px;
}

.frontPageIngress {
	font-size: 1.27em;
	line-height: 1.3em;
}

#FrontPage .intro.boxed {
	margin-top: 21px;
	clear: left;
}

#FrontPage .intro.boxed ul.arrangementer li {
	float: none;
}

#FrontPage .intro.boxed ul.arrangementer {
	margin-left: 1px;
}

#FrontPage .intro.boxed ul.nyheter {
	height: 100%;
	float: left;
}

#FrontPage .showAllElements {
	clear: all;
}

#FrontPage .intro.boxed ul li {
	overflow: hidden;
	border-bottom: 1px solid #E7E4D7;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
}

#FrontPage .intro.boxed ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#FrontPage .intro.boxed .eWebEditProContent ul li ul {
	margin: 3px 8px 8px;
}

#FrontPage .intro.boxed .eWebEditProContent ul li {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: .4em;
	background: transparent url(/forskningsradet/gfx/bullet.gif) no-repeat 0 7px;
	padding-left: 10px;
}

#FrontPage .intro.boxed .eWebEditProContent ul {
	width: 95%;
	list-style: none;
	line-height: 1.45em;
	margin: 3px 8px 0;
	padding: 0;
}

#FrontPage .intro.boxed h4 {
	margin-bottom: 3px;
	margin-top: 0;
}

.Nyheter h4 {
	clear: none;
	padding-top: 0;
}

#FrontPage .intro.boxed h2 {
	font-size: 1.68em;
	font-weight: 400;
	color: #A89659;
	margin-top: 1em;
	margin-bottom: .1em;
	clear: both;
	line-height: 1.2em;
}

#FrontPage .intro.boxed h3,.Nyheter h3 {
	font-weight: 400;
	clear: none;
}

#FrontPage .intro.boxed .forsideBilde {
	margin-left: 1px;
	margin-top: 2px;
	margin-right: 10px;
	float: left;
	display: block;
	height: 100%;
}

.Nyheter .forsideBilde {
	margin-right: 5px;
	float: left;
	display: block;
	margin-top: 3px;
	width: 80px;
	height: 80px;
}

#FrontPage .intro.boxed .forsideIngress {
	display: block;
}

.Nyheter {
	clear: left;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0 .4em .4em 0;
}

.Nyheter h2 {
	margin-bottom: 5px;
	margin-top: 0;
}

.Nyheter h2 a,.Nyheter h2 a:active,.Nyheter h2 a:visited {
	color: #A89659;
}

table.nyhetsArkiv h2 {
	margin-top: 0;
	line-height: 100%;
	padding-bottom: 0;
	font-weight: 700;
}

table.nyhetsArkiv td.date {
	padding-left: 10px;
	padding-bottom: 0;
	padding-top: .5em;
}

table.nyhetsArkiv td {
	padding-bottom: 0;
}

table.nyhetsArkiv tr {
	background-color: #FFF;
}

table.nyhetsArkiv td.ingress {
	padding-bottom: 5px;
	padding-top: 0;
}

table.nyhetsArkiv {
	margin-top: 0;
	margin-left: -10px;
}

.ColMiddle .nyhetsArkiv .yearHeaderContainer {
	width: 57px;
	float: left;
}

.ColMiddle .nyhetsArkiv .yearHeaderContainerDesc {
	width: 57px;
	float: left;
	background: #BAAE78 url(/forskningsradet/gfx/pil_ned.gif) no-repeat 68% 68%;
}

.ColMiddle .nyhetsArkiv .yearHeaderContainerAsc {
	width: 57px;
	float: left;
	background: #BAAE78 url(/forskningsradet/gfx/pil_opp.gif) no-repeat 68% 68%;
}

.ColMiddle .nyhetsArkiv .titleHeaderContainer {
	float: left;
}

.ColMiddle .nyhetsArkiv .titleHeaderContainerAsc {
	float: left;
	background: #BAAE78 url(/forskningsradet/gfx/pil_opp.gif) no-repeat 10%;
}

.ColMiddle .nyhetsArkiv .titleHeaderContainerDesc {
	float: left;
	background: #BAAE78 url(/forskningsradet/gfx/pil_ned.gif) no-repeat 10%;
}

.ColMiddle .SearchTools.nyhetsArkiv {
	background-color: #BAAE78;
}

.ColMiddle .SearchTools.nyhetsArkiv select {
	margin-right: 30px;
}

.ColMiddle .SearchTools.nyhetsArkiv .hits {
	width: 85px;
}

/*****************************************************************************
* Nyhetsforside
*****************************************************************************/
.SearchCol ul.newsList li {
	min-height: 80px;
	_height: 80px;
	height: 100%;
	margin-bottom: 10px;
}

.SearchCol ul.newsList li .forsideBilde {
	float: left;
	margin-right: 5px;
}

.SearchCol ul.newsList li h4 {
	font-size: 100%;
	margin: 0;
}

.SearchCol ul.newsList {
	clear: left;
}

/*****************************************************************************
* Meny
*****************************************************************************/
.anotherLanguage {
	color: #FFF;
	text-align: right;
	margin-top: 2px;
	height: 100%;
}

.anotherLanguage a,.anotherLanguage a:visited,.anotherLanguage a:active
	{
	color: #FFF;
	font-weight: 700;
}

/*****************************************************************************
* Global sok
*****************************************************************************/

.ColMiddle table.vedleggsListe {
	border-top: 1px solid #D2CCB6;
	padding-top: 5px;
	width: 100%;
	margin-left: 0;
}

.ColMiddle table.vedleggsListe tr td {
	border-bottom: 1px solid #D2CCB6;
	width: 100%;
	padding: 8px 0 10px 8px;
}

.ColMiddle table.vedleggsListe tr td.vedleggLink,.ColMiddle table.vedleggsListe tr td.vedleggLink a
	{
	width: 90%;
	font-size: 110%;
}

.ColMiddle table.vedleggsListe tr td.attribute {
	padding-left: 70px;
	font-weight: 700;
}

.ColMiddle table.vedleggsListe tr td.fileSize {
	font-weight: 700;
}

/*****************************************************************************
* Detaljvisning av vedlegg
*****************************************************************************/
#ColWide .ColMiddle.seksjonsside {
	margin-left: 0;
	padding-left: 0;
}

#ColWide .ColMiddle.seksjonsside .intro {
	font-size: 100%;
	margin-top: 3px;
}

#ColWide .ColMiddle.seksjonsside .eWebEditProContent {
	padding-left: 10px;
}

#ColWide .ColMiddle.vedleggDetail {
	border-top: 1px solid #E6E2CD;
	display: block;
	font-weight: 700;
	margin-left: 0;
	padding: 5px 0 10px 10px;
}

.vedleggBottomLine {
	border-top: 1px solid #E6E2CD;
	width: 520px;
	height: 100%;
	float: left;
}

#ColWide .ColMiddle.vedleggDetail a {
	float: left;
	width: 60%;
}

#ColWide .ColMiddle.vedleggDetail .flieSize,
#ColWide .ColMiddle.vedleggDetail .fileSize {
	float: right;
	width: 15%;
	text-align: right;
	padding-right: 10px;
}

#ColWide .ColMiddle.vedleggDetail .fileAttribute {
	padding-left: 20px;
}

#ColWide .ColMiddle.vedleggDetail .fileAttribute .odfInfo {
	float: none;
	font-size: 70%;
	width: 15%;
}

.ColMiddle #arrangementer {
	width: 52%;
}

#FronPage .ColMiddle {
	width: 100%;
}

/*****************************************************************************
* Forsidesok arrangement
*****************************************************************************/
.Arrangement {
	margin-bottom: 10px;
}

/*****************************************************************************
* QA
*****************************************************************************/
.qa-question,.qa-answer {
	_height: 1%;
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x left top;
	border-bottom: 1px solid #e2ddc4;
	margin-bottom: 15px;
	margin-left: -10px;
	margin-top: 0;
	overflow: hidden;
	padding: 0 5px 0 10px;
}

.qa-question h3,.qa-answer h3 {
	color: #7998A8;
	min-height: 15px;
	padding: 10px 0;
}

.qa-question h3 .published,.qa-answer h3 .published {
	color: #666;
}

.qa-question img.gravatar,.qa-answer img.gravatar {
	float: right;
	margin: 10px 10px 20px 20px;
}

a.qa-button:active,a.qa-button:visited,a.qa-button {
	background: #879637;
	color: #fff;
	display: block;
	font-size: 1.09em;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	width: 140px;
	margin: 0;
	padding: 10px 15px;
}

a.qa-button:hover {
	background: #A89659;
	color: #fff;
	text-decoration: none;
}

.ColMiddle.qa {
	padding-top: 10px;
}

form#qa textarea.required,form#qa select.required,form#qa input.required
	{
	width: 350px;
}

form#qa input#cap {
	width: 150px;
}

/**********************************************************************************************************
* NYHETSBREV
**********************************************************************************************************/
.ColMiddle.Nyhetsbrev .nyhetsbrevButtons .button {
	background-color: #FFF;
	border: 1px solid #666;
	color: #000;
	cursor: pointer;
	float: right;
	margin-left: 1em;
	text-decoration: none;
	padding: .1em .7em;
}

.ColMiddle.Nyhetsbrev dl.progNett dd input {
	width: 350px;
}

.ColMiddle.Nyhetsbrev dl.progNett dt {
	margin-right: 20px;
}

.ColMiddle.Nyhetsbrev .captchaInfo label {
	color: #A89659;
	font-weight: 700;
}

.ColMiddle.Nyhetsbrev .nyhetsbrevButtons {
	padding-top: 5px;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}

.ColMiddle.Nyhetsbrev .captchaInfo {
	margin-top: 5px;
}

.ColMiddle.Nyhetsbrev .information,.ColMiddle.Nyhetsbrev .errorMessage {
	font-weight: 700;
	color: #A01414;
}

.ColMiddle.Nyhetsbrev .confirm {
	border-bottom: 1px solid #e9e5d2;
	margin-left: -10px;
	background: transparent url(/forskningsradet/gfx/gray_shadow2.gif) repeat-x scroll left top;
	margin-bottom: 10px;
	font-weight: 700;
	min-height: 30px;
	_height: 30px;
	color: #A01414;
	padding-left: 10px;
}

.ColMiddle.Nyhetsbrev .confirm legend {
	color: #666;
}

.ColMiddle.Nyhetsbrev .confirm fieldset {
	border: none;
}

.ColMiddle.Nyhetsbrev {
	padding-top: 0;
}

body.Nyhetsbrev {
	background: #E8E3D7;
	border: #BAAE78 1px solid;
}

body.Nyhetsbrev #ColWide {
	float: none;
}

body.Nyhetsbrev #Page {
	background-color: #E8E3D7;
}

table.Nyhetsbrev #Footer {
	margin: 0;
}

table.Nyhetsbrev #Footer p {
	text-align: center;
	margin: 0;
}

table.Nyhetsbrev td {
	padding: 0;
}

body.Nyhetsbrev #ColWide table.Nyhetsbrev td.ColMiddleHeader h1 {
	padding-left: 20px;
	padding-top: 0;
}

table.Nyhetsbrev #headerText h1 {
	padding-left: 20px;
	padding-top: 0;
}

table.Nyhetsbrev #headerText {
	background-color: #00338D;
	padding-left: 0;
}

/*****************************************************************************
* Test of the PeekaBoo bug
*****************************************************************************/
.EmployeeHeader .ColMiddleHeader.Person {
	width: 100%;
	padding-top: 10px;
	min-height: 15px;
	_height: 15px;
}

.EmployeeHeader .ColMiddleHeader.Person h1 {
	line-height: 1.35em;
	margin-top: 0;
	padding-top: 0;
}

/************************************************************************************************
* Blog/Wordpress
************************************************************************************************/

#hitsPrPageBoxForm {
	display: none;
}

.colLeftFrontpage,
.colRightFrontpage,
.firstColumnRight,
.secondColumnRight {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.alignright,
img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}

.alignleft,
img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}

.aligncenter,
img.aligncenter {
	display: block;
	text-align: center;
	margin: 1em auto;
}


/************************************************************************************************
* Skattefunn
************************************************************************************************/

#skattefunn #FrontPage .frontpageSearch.Banner .imgbox_left {
	float: none;
}

/************************************************************************************************
* Globalsok
************************************************************************************************/

.global-search ul.results li h4 {
	color: #3867A8;
}

.global-search ul.results li.Arrangement {
	margin:0;
}

/************************************************************************************************
* Pagineringsfix nyhet- og arrangementsï¿½k spesialsiter
************************************************************************************************/

.NyhetsArkivsok .pages,
.Arrangementer .pages{
	padding: 2px;
}

.NyhetsArkivsok .pages .current:before,
.Arrangementer .pages .current:before {
	content:"[";
}

.NyhetsArkivsok .pages .current:after,
.Arrangementer .pages .current:after {
	content:"]";
}

.NyhetsArkivsok .pages .current,
.Arrangementer .pages .current{
	padding: 0 2px;
}


.NyhetsArkivsok .pages a,
.Arrangementer .pages a {
	color: #FFF;
	padding: 0 2px;
}


/*************************************************************** 
* Videoarkivfix
***************************************************************/

.InnholdsKontainerVideoArkiv ul, 
.SeksjonssideVideoListe ul {
    margin-left: 0;
}

.video_wrapper  {
	margin: 0;
}

.video_title  {
	width: 480px;
	padding: 0 20px 10px;
	margin: 0;
}

	.video_title .ol {
		width: 290px;
	}
	
.video_title .share_buttons .icon {
	float: left;
}

.video_title .share_buttons .icon.embed {
display:block;
	background: transparent url(/forskningsradet/gfx/embed.png) no-repeat 0 0;
	width: 16px;
	height:15px;
}

.video_title .share_buttons .icon.embed img {
	display: none;
}

.video_title .share_buttons .icon.download {
display:block;
	background: transparent url(/forskningsradet/gfx/download_mobile.png) no-repeat 0 0;
	width: 16px;
	height:15px;
}

.video_title .share_buttons .icon.download img {
	display: none;
}

.ColRight .Box.Search form {
    padding-left: 0;
}

.VideoRight .globally-active p {
	padding: 0;
	font-weight: bold;
}

.VideoRight .Box.Facets .navigator.globally-active ul {
	border: 1px solid #FFF;
	padding-left: 7px;
}

.VideoRight li.showMoreLess a {
	color:#0072B2;
	cursor:pointer;
	font-style:italic;
	
}

.VideoRight li.showMoreLess {
	padding-top: 3px !important; 
}

.VideoRight .navigator .active a{
	font-weight: 700;
	padding-left: 15px;
	background: #FFF url(/forskningsradet/gfx/facet_check_utlysninger.gif) no-repeat 0 2px;
	color: #5E808E;
	font-style: italic;
	display: block;
}

.VideoRight .navigator .active a:hover,
.VideoRight .navigator .active a:active {
	background-position: 0 -98px;
	color: #9f9f9f;
	text-decoration: underline;
}

.VideoRight .navigator {
	margin-top: 10px;
	border: 1px solid #FFF;
}

.VideoRight .navigator H4 {
	margin: 5px 0;
}

.video_wrapper {
	padding: 20px 10px;
}



/***********************************************
* Chromefix - ved hoy header fungerer det ikke 
* a klikke pa de overste elementene i chrome
************************************************/

#Header {
	position: relative;
	z-index: 1;
}

#ColLeft {
	position: relative;
	z-index: 10;
}

.ColMiddle {
	position: relative;
	z-index: 10;
}

/*********************************************
* Fjerne kontaktboks for spesialsitene
**********************************************/
.kontaktpopup {
	display: none;
}





/**********************************************************************************************************
* RFF
**********************************************************************************************************/

/* Colors */



body#rff {
	background: #fff url(/forskningsradet/gfx/rff/bg_pattern.png) repeat 0 0;
	color: #505153;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

#rff hr {
	background: #a3a496;
	border: none;
	color: #a3a496;
	height: 1px;
}

#rff a:link,
#rff a:visited,
#rff a:hover,
#rff a:active {
	color: #f56400;
}

#rff table td a,
#rff table td a:link,
#rff table td a:active,
#rff table td a:hover,
#rff table td a:visited {
	font-size: 12px;
}


#rff h5,
#rff .Ledetekst {
	color: #4f5048;
}

#rff .ColMiddle dl dt {
	color: #69bb42;
}

#rff table,
#rff table tr,
#rff table tr th,
#rff table tr td {
	border-color: #e2e1d5;
}

#rff table thead td {
	background: #e2e1d5;
	color: #4f5048;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

#rff .GrayBox {
	background: #f0f0ea;
}


/* Grid */

	#rff .ColMiddleHeader {
		padding-top: 40px;
	}

	#rff .ColRight {
		margin-top: 25px;
	}


/* Header */

	#rff #MainHeader {
		margin-bottom: 20px;
	}

	#rff #HeaderSections {
		border-bottom: 1px solid #f0f0ea;
		height: 132px;
		margin-bottom: 0;
		padding-bottom: 1px;
	}

	#rff #headerText {
		display: none;
	}

	#rff .globaltSoekToppmeny {
		padding-top: 86px;
	}

	#rff #ColWide .author{
		margin-top: 10px;
	}
	
	#rff #ColWide .author dt{
		float: left;
	}
	
	#rff #ColWide .author dd a{
		padding-left: 5px;
	}
	
/* Titles */

	#rff h1,
	#rff #ColWide .ColMiddleHeader h1.twoLines,
	#rff #ColWide .ColMiddleHeader h1.twoLinesWithH3,
	#rff #ColWide .ColMiddleHeader h1.oneLineWithH3,
	#rff #ColWide .ColMiddle.Prosjekt .ColMiddleHeader h1.twoLines,
	#rff #ColWide .ColMiddleHeader h1 {
		margin: 0;
		padding: 0;
		color: #69bb42;
		border-bottom: 3px solid #69bb42;
		font-size: 20px;
		font-variant: small-caps;
		padding-bottom: 5px;
		padding-left: 6px;
		font-weight: bold;
		line-height: 1.35em;
	}
	
	#rff #ColWide > .ColMiddleHeader h1 {
		padding-top: 10px;
	}
	
	#rff h1 a:hover,
	#rff #ColWide .ColMiddle .ColMiddleHeader h1 a:hover {
		text-decoration: none;
	}
	
	#rff #LeftMenu h2,
	#rff .firstColumnRight .frontpageSearch h3,
	#rff .secondColumnRight .frontpageSearch h3,
	#rff .rssFeed h3,
	#rff .frontpageSearch.rssLink a,
	#rff .frontpageSearch.rssLink a:link,
	#rff .frontpageSearch.rssLink a:visited,
	#rff .frontpageSearch.rssLink a:active,
	#rff .ColRight .Box h4 {
		background: none;
		color: #a3a496;
		font-size: 1.3em;
		line-height: 20px;
		padding: 0;
		font-variant: small-caps;
		font-weight: bold;
	}

	#rff .ColMiddle.GenerellArtikkel .ColMiddleHeader .Stikktittel {
		padding-bottom: 0;
		padding-left: 6px;
		padding-top: 0;
	}

	#rff .ColMiddle h6,
	#rff #ColWide .ColMiddle.Midler h4,
	#rff #ColWide .ColMiddle.Detaljutlysning h4 {
		border-bottom: 1px solid #e2e1d5;
		border-right: none;
		color: #4f5048;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 6px;
		padding-bottom: 5px;
		text-transform: uppercase;
	}

	#rff .ColMiddle h2,
	#rff #ColWide .ColMiddle.Detaljutlysning h4.soknadstype {
		border: none;
		color: #4f5048;
		font-size: 16px;
		font-weight: bold;
		padding: 0;
		text-transform: none;
	}

#rff .ColMiddle h3,
#rff .ColMiddle h4 {
	color: #4f5048;
}	
	
		#rff #ColWide .ColMiddle.Detaljutlysning h4.soknadstype {
			margin: 5px 0 10px 0;
		}

/* Menu */

	#rff #ColLeft {
		margin-top: 0;
	}

	#rff #LeftMenu h2 a {
		color: #a3a496 !important;
		margin-bottom: 5px;
		padding-bottom: 0;
		padding-top: 0;
	}

	#rff #LeftMenu ul li a.selected,
	#rff #LeftMenu ul li a,
	#rff #LeftMenu ul li a .menuStyling {
		border: none;
	}
		
		#rff #LeftMenu ul li a {
			background: #e2e1d5;
			color: #4f5048;
			padding: 5px 8px;
			margin-left: 20px;
		}
		
		#rff #LeftMenu ul li a:hover {
			background: #fad6c6;
		}
		
		#rff #LeftMenu ul li a:hover {
			background: #f1eee2;
		}
		
		#rff #LeftMenu ul li a.selected {
			background: #f56400;
			color: #fff;
			font-weight: normal;
		}
		
		#rff #LeftMenu ul li a .menuStyling {
			padding: 0;
		}
		
		#rff #LeftMenu ul ul {
			border: none;
		}

			#rff #LeftMenu ul ul a {
				background: none;
			}

				#rff #LeftMenu ul ul li a {
					margin-left: 12px;
				}

				#rff #LeftMenu ul ul li a:hover,
				#rff #LeftMenu ul ul li a.selected {
					background: none;
					color: #f56400;
				}

				#rff #LeftMenu ul ul li a.selected {
					font-weight: bold;
				}


			#rff #LeftMenu ul ul li {
				border-top: 1px solid #e2e1d5;
				margin: 0;
			}

				#rff #LeftMenu ul ul li:first-child {
					border: none;
				}

/* Front-page */

	#rff .colLeftFrontpage {
		background: #fff url(/forskningsradet/gfx/rff/border_pattern.png) repeat-y left top;
		margin-top: 28px;
	}

	#rff .firstColumnRight {
		background: #fff url(/forskningsradet/gfx/rff/border_pattern.png) repeat-y  right top;
		margin-top: 28px; /* Hack to make the repeating background border appear to start after the first heading */
	}

	#rff .firstColumnRight .frontpageSearch:first-child {
		margin-top: -28px; /* Hack to make the repeating background border appear to start after the first heading */
	}

	/* Right column */

		#rff .firstColumnRight .frontpageSearch h3,
		#rff .secondColumnRight .frontpageSearch h3,
		#rff .frontpageSearch ul li,
		#rff .ColRight .Box h4,
		#rff .ColRight .Box ul li {
			border-bottom: 1px solid #e2e1d5;
		}

			#rff .firstColumnRight .frontpageSearch h3,
			#rff .secondColumnRight .frontpageSearch h3,
			#rff .rssFeed h3,
			#rff .ColRight .Box h4 {
				padding-bottom: 7px;
			}

		#rff .frontpageSearch ul,
		#rff .ColRight .Box ul {
			padding: 0;
			margin: 0;
		}

			#rff .frontpageSearch.rssLink {
				border: none;
				padding: 0;
			}

			#rff .frontpageSearch ul li,
			#rff .ColRight .Box ul li {
				background: none;
				margin: 0;
				padding-bottom: 5px;
				padding-left: 0;
				padding-top: 2px;
			}

			#rff .frontpageSearch.counties h3 {
				border: none;
			}

			#rff .frontpageSearch.counties ul li {
				background: #4f5048;
				border: none;
				margin-bottom: 1px;
				padding: 0;
			}

				#rff .frontpageSearch.counties ul li a {
					color: #e2e1d5;
					display: block;
					height: 30px;
					line-height: 28px;
					padding-left: 34px;
					overflow: hidden;
				}

					#rff .frontpageSearch.counties ul li a:hover {
						color: #f56400;
					}

		#rff .frontpageSearch a,
		#rff .frontpageSearch a:link,
		#rff .frontpageSearch a:visited,
		#rff .frontpageSearch a:active {
			color: #4f5048;
		}

		#rff .frontpageSearch.rssLink a:hover,
		#rff .frontpageSearch a:hover {
			color: #f56400;
		}

		#rff .colRightFrontpage {
			color: #a3a496;
		}

		#rff .colLeftFrontpage,
		#rff .firstColumnRight {
			border: none;
		}

	/* Middle column */

	#rff #FrontPage .frontPageIngress .intro {
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
	}

	#rff #FrontPage a.moreAbout {
		margin: 10px 0;
	}

	#rff a.chooseButton,
	#rff .chooseButtonInactive,
	#rff #FrontPage .intro.boxed ul.informasjonstekster .internalRffLink a,
	#rff #FrontPage a.showAllElements,
	#rff #FrontPage a.moreAbout {
		background: transparent url(/forskningsradet/gfx/rff/button_left.gif) no-repeat  left top;
		border: none;
		color: #4f5048;
		cursor: pointer;
		display: inline-block;
		height: 19px;
		line-height: 18px;
		overflow: visible;
		padding-left: 8px;
		position: relative;
	}

		#rff a.chooseButton span,
		#rff .chooseButtonInactive span,
		#rff #FrontPage .intro.boxed ul.informasjonstekster .internalRffLink a span,
		#rff #FrontPage a.showAllElements span,
		#rff #FrontPage a.moreAbout span {
			display: block; 
			background: transparent url(/forskningsradet/gfx/rff/button_right.gif) no-repeat  right top;
			height: 19px;
			padding-right: 38px;
			position: relative;
			white-space: nowrap;
		}

		#rff a.chooseButton:hover,
		#rff #FrontPage .intro.boxed ul.informasjonstekster .internalRffLink a:hover,
		#rff #FrontPage a.showAllElements:hover,
		#rff #FrontPage a.moreAbout:hover {
			background: transparent url(/forskningsradet/gfx/rff/button_left_hover.gif) no-repeat  left top;
		}

			#rff a.chooseButton span:hover,
			#rff #FrontPage .intro.boxed ul.informasjonstekster .internalRffLink a span:hover,
			#rff #FrontPage a.showAllElements span:hover,
			#rff #FrontPage a.moreAbout span:hover {
				background: transparent url(/forskningsradet/gfx/rff/button_right_hover.gif) no-repeat  right top;
			}

		#rff #FrontPage .intro.boxed ul.informasjonstekster li:hover .internalRffLink a {
			background: transparent url(/forskningsradet/gfx/rff/button_left_hover.gif) no-repeat  left top;
		}

		#rff #FrontPage .intro.boxed ul.informasjonstekster li:hover .internalRffLink a span {
			background: transparent url(/forskningsradet/gfx/rff/button_right_hover.gif) no-repeat  right top;
		}

	#rff #FrontPage .intro.boxed h1 {
		margin-bottom: 5px;
	}

	#rff #FrontPage .intro.boxed h4 {
		border-bottom: 1px solid #e2e1d5;
		padding: 5px 0;
		text-transform: uppercase;
	}

		#rff #FrontPage .intro.boxed h4 a {
			color: #4f5048;
		}

			#rff #FrontPage .intro.boxed h4  a:hover {
				color: #f56400;
			}

	#rff #FrontPage .intro.boxed h3 {
		display: none;
	}

		#rff #FrontPage .intro.boxed .arrangementer li {
			overflow: hidden;
		}

			#rff #FrontPage .intro.boxed .arrangementer li h3,
			#rff #FrontPage .intro.boxed .arrangementer li h4 {
				margin-left: 0; /* Ignore the padding for news */
			}

			#rff #FrontPage .intro.boxed .arrangementer li h3 {
				display: block;
				margin: 5px 0 0 0;
			}

			#rff #FrontPage .intro.boxed .arrangementer li h4 {
				padding-top: 1px;
			}

			#rff #FrontPage .intro.boxed .arrangementer li p {
			}

	#rff #FrontPage .intro.boxed ul {
		margin-bottom: 10px;
	}

		#rff #FrontPage .intro.boxed ul li {
			border-bottom: 1px solid #e2e1d5;
			margin-bottom: 1px;
			padding-bottom: 20px;
		}

	#rff #FrontPage .intro.boxed .forsideBilde {
		/* hack to hide the title's wide border: */
		background: #fff;
		margin-right: 0px;
		padding-right: 10px;
	}
	
	#rff #FrontPage .intro.boxed h3,
	#rff #FrontPage .intro.boxed h4,
	#rff #FrontPage .intro.boxed .ingress {
		margin-left: 90px;
	}

	/* Info banner */
	
	#rff #FrontPage .intro.boxed ul.informasjonstekster li {
		background: #4baa0f url(/forskningsradet/gfx/rff/banner_bg_shade.png) repeat-x  right top;
		border: none;
		color: #fff;
		padding: 15px 10px;
		width: auto;
	}
	
	#rff #FrontPage .intro.boxed ul.informasjonstekster h1 {
		color: #fff;
		border-bottom: 3px solid #fff;
	}
	
	#rff #FrontPage .intro.boxed ul.informasjonstekster h1 a {
		color: #fff;
	}
	
	#rff #FrontPage .intro.boxed ul.informasjonstekster li .Ingress {
		font-size: 15px;
	}

/* Detail pages */

	/* Boxes */

	#rff .ColRight .Box {
		border: none;
	}

	#rff .ColRight .Box a {
		color: #4f5048;
	}
		#rff .ColRight .Box a:hover {
			color: #f56400;
		}
	
	#rff #tipAFriendHeader {
		border: none;
	}
		#rff #tipAFriendHeader:hover {
			color: #f56400;
		}

	#rff .ColRight .Box.tipAFriend form {
		padding-left: 0;
	}


	
/* Content */

	/* eWebEditPro */

	#rff .ColMiddle .eWebEditProContent strong,
	#rff .ColMiddle .eWebEditProContent b {
		font-size: inherit;
	}

	/* Person */
		#rff .ColMiddle.Person {
			padding-top: 0;
		}

		#rff .EmployeeHeader {
			background: none;
			border-bottom: 3px solid #e2e1d5;
			margin: 0;
		}

			#rff .EmployeeHeader .image {
				border-bottom: none;
			}

			#rff .EmployeeHeader .info {
				padding: 0;
			}

				#rff .ColMiddleHeader.Person {
					padding-top: 5px;
					margin: 0;
				}

					#rff #ColWide .ColMiddle .ColMiddleHeader.Person h1 {
						border-bottom: 1px solid #e2e1d5;
						color: #4f5048;
						font-weight: bold;
						font-size: 12px;
						padding: 0 0 6px 0;
						text-transform: uppercase;
					}
	
	/* Attachments */

	#rff #ColWide .ColMiddle.vedleggDetail {
		border-top: none;
		border-bottom: 1px solid #e2e1d5;
		padding: 6px 2px;
	}

	/* Funding */

#rff .Midler .ColMiddleHeader,
#rff .Detaljutlysning .ColMiddleHeader {
	padding-top: 14px;
	min-height: 1%;
}

#rff .ColMiddle.Midler h1, 
#rff .ColMiddle.Detaljutlysning h1 {
	margin-bottom: 10px;
}

#rff .ColMiddle.Midler.Aktivitet .ColMiddleHeader a h1, 
#rff .ColMiddle.Detaljutlysning .ColMiddleHeader a h1,
#rff .ColMiddle.Detaljutlysning a.header {
	font-size: 12px !important;
	font-family: Verdana;
	color: #4F5048 !important;
	font-variant: normal !important;
	font-weight: normal !important;
	margin-bottom: 0;
	border: none !important;
}

#rff .ColMiddle.Detaljutlysning a.header {
	padding: 0 0 10px 6px;
	display: block;
	margin-top: -5px;
}


	#rff .MidlerSteg {
		margin-top: 40px;
		*margin-top: 51px;
		overflow: hidden;
	}	

	#rff .MidlerSteg ul {
		border: 2px solid #f0f0ea;
		height: 31px;
		margin: 0;
		width: 510px;
	}
		#rff .MidlerSteg ul li {
			background: none;
			display: inline;
			float: left;
			height: 25px;
			margin: -2px 0 0 -2px;
			padding: 10px 30px 0 10px;
			width: 132px;
		}

			#rff .MidlerSteg ul li a {
				color: #4f5048;
			}

		#rff a.chooseButton {
			margin-top: 1px;
			padding-bottom: 0;
			padding-right: 0;
			padding-top: 0;
			font-weight: normal;
		}

		#rff #ColWide .ColMiddle.Midler h3,
		#rff #ColWide .ColMiddle.Detaljutlysning .intro {
			font-size: 16px;
			margin: 0;
			padding: 16px 0;
		}

		#rff .ColMiddle.Detaljutlysning .comfirmLinkToEsak {
			border-bottom: 1px solid #e2e1d5;

			border-top: 1px solid #e2e1d5;
			margin: 0 0 30px 0;
			padding: 4px 0 10px 1px;
		}

			#rff .ColMiddle.Detaljutlysning .comfirmLinkToEsak table {
				margin: 0;
			}

				#rff .ColMiddle.Detaljutlysning .comfirmLinkToEsak table td {
					padding: 0;
				}

			#rff .comfirmLinkToEsak .chooseButtonInactive,
			#rff .comfirmLinkToEsak .chooseButton {
				float: right;
				margin: 0;
				padding-bottom: 0;
				padding-right: 0;
				padding-top: 0;
			}

			#rff .comfirmLinkToEsak .chooseButtonInactive {
				color: #a3a496;
				cursor: auto;
				font-weight: normal;
			}

			#rff .comfirmLinkToEsak a.notConfirmText,
			#rff .comfirmLinkToEsak a.confirmText {
				color: #505153;
			}

			#rff .ColMiddle.Detaljutlysning .comfirmLinkToEsak a.confirmText {
				background: url(/forskningsradet/gfx/rff/checkmark_sprite.png) no-repeat left 0px;
			}

				#rff .ColMiddle.Detaljutlysning .comfirmLinkToEsak a.confirmText:hover,
				#rff .ColMiddle.Detaljutlysning .comfirmLinkToEsak a.notConfirmText {
					background: url(/forskningsradet/gfx/rff/checkmark_sprite.png) no-repeat left -70px;
				}


		#rff table.utlysningsplan {
			border-bottom: 1px solid #e2e1d5;
			margin-left: 0;
		}

			#rff table.utlysningsplan th,
			#rff table.utlysningsplan td {
				padding: 5px 0 5px 8px;
			}

				#rff table.utlysningsplan th {
					color: #4f5048;
					font-size: 12px;
				}

				#rff table.utlysningsplan td {
					border-top: 1px solid #e2e1d5;
				}

		/* Step 1 */

			#rff .MidlerSteg.Steg-1 {
				margin-bottom: 10px;
			}

			#rff .MidlerSteg.Steg-1 ul li.current-1 {
				background: #f56400 url(/forskningsradet/gfx/rff/progress_sprite.png) no-repeat  100% 0;
				color: #fff;
			}

			#rff .MidlerSteg.Steg-1 ul li.future-2 {
				background: transparent url(/forskningsradet/gfx/rff/progress_sprite.png) no-repeat  100% -35px;
			}

		/* Step 2 */

			#rff .MidlerSteg.Steg-2 ul li.past-1 {
				background: #e9e7dd url(/forskningsradet/gfx/rff/progress_sprite.png) no-repeat  100% -70px;
			}

			#rff .MidlerSteg.Steg-2 ul li.current-2 {
				background: #f56400 url(/forskningsradet/gfx/rff/progress_sprite.png) no-repeat  100% -105px;
				color: #fff;
			}

		/* Step 3 */

			#rff .MidlerSteg.Steg-3 ul li.past-1 {
				background: #e9e7dd url(/forskningsradet/gfx/rff/progress_sprite.png) no-repeat  100% -140px;
			}

			#rff .MidlerSteg.Steg-3 ul li.past-2 {
				background: #d5d5ce url(/forskningsradet/gfx/rff/progress_sprite.png) no-repeat  100% -175px;
			}

			#rff .MidlerSteg.Steg-3 ul li.current-3 {
				background: #f56400;
				color: #fff;
			}


/* Search */

	#rff .ColMiddle .SearchTools {
		background: transparent;
		border-bottom: 1px solid #a3a496;
		color: #505153;
		padding: 0 0 10px 0;
		margin-left: 0;
		width: 100%;
	}
		#rff .ColMiddle .SearchTools .hits,
		#rff .ColMiddle .SearchTools .hits span {
			font-weight: bold;
			font-size: 15px;
			position: inherit;
			margin: 0;
			margin-right: 5px;
			top: 0;
			width: auto;
		}

			#rff .ColMiddle .SearchTools .hits {
				margin-right: 15px;
			}

	#rff .ColMiddle .SearchPages {
		border: none;
	}

		#rff .ColMiddle .SearchPages h4,
		#rff .ColMiddle .SearchTools .pages h4 {
			color: #505153;
		}

	#rff .Result a {
		border-bottom: 1px solid #e2e1d5;
		padding-bottom: 25px;
	}

		#rff .Result a:link,
		#rff .Result a:visited,
		#rff .Result a:hover,
		#rff .Result a:active {
			color: #505153;
		}

			#rff .Result a:hover {
				background: transparent;
			}

			#rff .ColMiddle table td h3 a,
			#rff .Nyheter h2 a,
			#rff .Results span.title {
				color: #505153;
				font-size: 14px;
				font-weight: bold;
			}

				#rff .ColMiddle table td h3 a:hover,
				#rff .Nyheter h2 a:hover,
				#rff .Result a:hover span.title {
					color: #f56400;
				}

			#rff .Results span.titletype {
				color: #4f5048;
			}

			#rff .Results span.midlerDate {
				color: #4f5048;
			}

	#rff .ColMiddle.Arrangementer table,
	#rff table.nyhetsArkiv {
		margin-left: 0;
		margin-top: -13px;
	}

		#rff .ColMiddle.Arrangementer table th,
		#rff table.nyhetsArkiv th {
			background: transparent;
			border-bottom: 1px solid #a3a496;
			font-size: 12px;
			font-weight: normal;
			margin-bottom: 10px;
			padding-bottom: 7px;
			padding-left: 0;
		}

			#rff .ColMiddle.Arrangementer table th a,
			#rff table.nyhetsArkiv th a {
				color: #4f5048;
			}

				#rff .ColMiddle.Arrangementer table th a:hover,
				#rff table.nyhetsArkiv th a:hover {
					color: #f56400;
				}

		#rff .ColMiddle.Arrangementer table td,
		#rff table.nyhetsArkiv td {
			padding: 0;
		}

			#rff .ColMiddle.Arrangementer table td.date,
			#rff table.nyhetsArkiv td.date {
				padding-right: 40px;
			}

			#rff .ColMiddle.Arrangementer table td.date,
			#rff .ColMiddle.Arrangementer table td h3,
			#rff table.nyhetsArkiv td.date,
			#rff table.nyhetsArkiv td h3 {
				padding-top: 10px;
			}

			#rff .ColMiddle.Arrangementer table td.title,
			#rff table.nyhetsArkiv td.ingress {
				padding-bottom: 25px;
			}
	
	/* Style applied with JS: */
	#rff .lastSearchResultRow {
		border-bottom: 1px solid #e2e1d5;
	}

	#rff .ColMiddle .nyhetsArkiv .yearHeaderContainer,
	#rff .ColMiddle .nyhetsArkiv .titleHeaderContainer {
		background: transparent;
	}

	#rff table th.titleAsc a,
	#rff table th.shortnameAsc a,
	#rff table th.dateAsc a,
	#rff .ColMiddle .nyhetsArkiv .yearHeaderContainerAsc,
	#rff .ColMiddle .nyhetsArkiv .titleHeaderContainerAsc {
		background: transparent url(/forskningsradet/gfx/rff/arrow_down.gif) no-repeat  6px 5px;
		padding-left: 18px;
	}

	#rff table th.titleDesc a,
	#rff table th.shortnameDesc a,
	#rff table th.dateDesc a,
	#rff .ColMiddle .nyhetsArkiv .yearHeaderContainerDesc,
	#rff .ColMiddle .nyhetsArkiv .titleHeaderContainerDesc {
		background: transparent url(/forskningsradet/gfx/rff/arrow_up.gif) no-repeat  6px 5px;
		padding-left: 18px;
	}

/*************************
* new global search
**************************/	

#rff .global-search .go-back a{
	background: url("/forskningsradet/gfx/rff/arrow-left-medium-brown.png") no-repeat scroll left 65% transparent;
}

#rff .global-search .primary-column {
}

		#rff .global-search .primary-column .result .header h1 {
			border: 0;
			padding: 0;
		}

		#rff .global-search .primary-column ul.results li h4 {
			color: #f56400;
		}


#rff .global-search .secondary-column {
}

/********************
* ShareButtons      *
*********************/

	

	.sharebuttons.Box h4 {
		margin-bottom: 0.3em;
	}
	
	#shareButtonContainer {
		margin-bottom: 0.5em;
		margin-top: -0.6em;
	}
	
	
	.sharebuttons .shareButton {
		color: white;
		height: 39px;
		width: 39px;
		display: inline-block;
		font-size: 0;
		margin-left: 2px;
	}
	
	.shareButton.twitter {
		background: transparent url(/forskningsradet/gfx/share/twitter-share.png) no-repeat;
		background-size: 39px 39px;
		background-color: white;
		margin-left: 0;
	}
		
	.shareButton.twitter:hover { 
		background: transparent url(/forskningsradet/gfx/share/twitter-share-aktiv.png) no-repeat;
		background-size: 39px 39px;
		background-color: white;
	}
	
	.shareButton.facebookShare {
		background: transparent url(/forskningsradet/gfx/share/facebook-share.png) no-repeat;
		background-size: 39px 39px;
		background-color: white;
	}
	
	.shareButton.facebookShare:hover { 
		background: transparent url(/forskningsradet/gfx/share/facebook-share-aktiv.png) no-repeat;
		background-size: 39px 39px;
		background-color: white;
	}
	
	.shareButton.linkedIn {
		background: transparent url(/forskningsradet/gfx/share/linkedin-share.png) no-repeat;
		background-size: 39px 39px;
		background-color: white;
	}
	
	.shareButton.linkedIn:hover {
		background: transparent url(/forskningsradet/gfx/share/linkedin-share-aktiv.png) no-repeat;
		background-size: 39px 39px;
		background-color: white;
	}
		
	.shareButton.epost {
		background: transparent url(/forskningsradet/gfx/share/mail-share.png) no-repeat;
		background-size: 39px 39px;
		background-color: white;
	}
		
	.shareButton.epost:hover {
		background: transparent url(/forskningsradet/gfx/share/mail-share-aktiv.png) no-repeat;
		background-size: 39px 39px;
		background-color: white;
	}
	

	
/*************************
* FINANSMARKEDSFONDET    *
*************************/
	
	#rff.finansmarkedsfondet #HeaderSections{
		position: relative;
	}
	
	.finansmarkedsfondet #SiteSearch{
		margin: auto;
		right: 0.3em;
		bottom: 0.3em;
	}
	
	#rff.finansmarkedsfondet .globaltSoekToppmeny{
		padding: inherit;
	}
	
	.finansmarkedsfondet input{
		height: auto;
	}
	
	.finansmarkedsfondet INPUT.GlobalSearchfield{
		padding: 2px 0 2px 3px;
	}
	
	.finansmarkedsfondet INPUT.btnGlobaltSoeak{
		padding: 2px 3px 2px;
		cursor: pointer;
		width: auto;
	}
	
	#rff.finansmarkedsfondet #headerText{
		padding: 0;
		height: auto;
		display: block;
		background: transparent none !important;
		position: absolute;
		right: 0.3em;
		z-index: 999;
	}
	
	.finansmarkedsfondet #HeaderShortcuts{
		margin: 0;
	}
	
	.finansmarkedsfondet #Header #MainHeader #headerText h1{
		display: none;
	}
	
	.finansmarkedsfondet .anotherLanguage a:hover{
		text-decoration: underline;
	}
	
	#rff.finansmarkedsfondet a:link,
	#rff.finansmarkedsfondet a:visited,
	#rff.finansmarkedsfondet a:active,
	#rff.finansmarkedsfondet .MidlerSteg ul li a,
	#rff.finansmarkedsfondet .Box a:link,
	#rff.finansmarkedsfondet .frontpageSearch a:link,
	#rff.finansmarkedsfondet #FrontPage .intro.boxed h4 a{
		color: #0072B2;
	}
	
	#rff.finansmarkedsfondet a:hover,
	#rff.finansmarkedsfondet .MidlerSteg ul li a:hover,
	#rff.finansmarkedsfondet .ColRight .Box a:hover,
	#rff.finansmarkedsfondet .frontpageSearch a:hover,
	#rff.finansmarkedsfondet #FrontPage .intro.boxed h4 a:hover{
		color: #47ADFF;
	}

	#rff.finansmarkedsfondet .ColMiddle dl dt {
		color: #373426;
	}
	
	#rff.finansmarkedsfondet h1,
	#rff.finansmarkedsfondet #ColWide .ColMiddleHeader h1{
		color: #373426;
		/*border-bottom-color: #373426;*/
		border-bottom-color: #E2E1D5;
		border-bottom-width: 2px;
	}
	
	#rff.finansmarkedsfondet #FrontPage .intro.boxed h4{
		border-bottom: 0 none;
	}
	
	#rff.finansmarkedsfondet .ColRight .Box h4{
		font-size: 1.2em;
	} 
	
	#rff.finansmarkedsfondet #LeftMenu ul li a.selected{
		background: #4F4B37;
	}
	
	#rff.finansmarkedsfondet #LeftMenu li.selected li .selected{
		background: none;
	}
	
	#rff.finansmarkedsfondet #LeftMenu ul li a:hover,
	#rff.finansmarkedsfondet #LeftMenu li.selected li .selected:hover {
		background: #f1eee2;
		color: #4f5048;
	}
	
	#rff.finansmarkedsfondet #LeftMenu ul ul li a:hover{
		background: #f1eee2;
		color: #4F5048;
	}
	
	#rff.finansmarkedsfondet #LeftMenu ul ul li a:selected{
		color: #E05A00;
	}
	
	#rff.finansmarkedsfondet #FrontPage .intro.boxed ul.informasjonstekster li{
		background-image: none;
		
		background: #2580aa; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1ODBhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDcyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #2580aa 0%, #0072b2 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #2580aa 0%,#0072b2 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #2580aa 0%,#0072b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2580aa', endColorstr='#0072b2',GradientType=0 ); /* IE6-8 */
	}
	
	
	#rff.finansmarkedsfondet .MidlerSteg ul{
		border: 0 none;
		height: auto;
		width: auto;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg ul li {
		height: auto;
		margin: auto;
		padding: 0;
		width: 13.8333em;
		background-color: #F9F8F3;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg .wrapper{
		display: block;
		padding: 0.416667em 0.333333em 0.416667em 2.5em;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg .step-1{
		width: 14em;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg.Steg-2 ul li.past-1,
	#rff.finansmarkedsfondet .MidlerSteg.Steg-3 ul li.past-1,
	#rff.finansmarkedsfondet .MidlerSteg.Steg-3 ul li.past-2{
		background-color: #F9F8F3;
		background-image: none;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg.Steg-1 ul li.current-1 {
		background: 0 none;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg li.current-1 .wrapper,
	#rff.finansmarkedsfondet .MidlerSteg li.current-2 .wrapper,
	#rff.finansmarkedsfondet .MidlerSteg li.current-3 .wrapper{
		background-color: #4F4B37;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg .current-1 .wrapper,
	#rff.finansmarkedsfondet .MidlerSteg .past-1 .wrapper{
		padding-left: 0.83333em;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg.Steg-1 .future-2{
		background: 0 none;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg .future-2 .wrapper,
	#rff.finansmarkedsfondet .MidlerSteg.Steg-2 .future-3 .wrapper{
		background: #f9f8f3 url("/servlet/forskningsradet/gfx/redesign/arrow-steps.png") no-repeat left center;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg .current-2 .wrapper,
	#rff.finansmarkedsfondet .MidlerSteg .current-3 .wrapper{
		background: url("/servlet/forskningsradet/gfx/redesign/arrow-steps-reverted.png") no-repeat left;
	}
	
	#rff.finansmarkedsfondet .MidlerSteg .future-3 .wrapper,
	#rff.finansmarkedsfondet .MidlerSteg .past-2 .wrapper{
		background: #f9f8f3 url("/servlet/forskningsradet/gfx/redesign/arrow-steps-light.png") no-repeat left center;
	}

