@CHARSET "UTF-8";

/* -------------------------------------------------------------------------- */
/* General HTML elements                                                      */
/* -------------------------------------------------------------------------- */

html, body {
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff url(images/background.png) center top repeat-y;
    
    font-size: 9pt;
}
a:visited,
a:link {
    color: #005983;
    text-decoration: none;
}
a:hover {
	color: #005983;
}
form {
	display: inline;
}
input.textinput,
input.submit {
	border-left: 1px solid #72a5c4;
    border-top: 1px solid #72a5c4;
    border-right: 1px solid #005983;
    border-bottom: 1px solid #005983;
}
input.submit {
	background-color: #d5e8ef;
	color: #005983;
}


/* -------------------------------------------------------------------------- */
/* Container/placeholder positioning                                          */
/* -------------------------------------------------------------------------- */

#container {
    margin-left: auto;
    margin-right: auto;
    width: 945px;
    background: #fff url(images/OLFBacground.png) center top repeat-y;
}
#placeholder-top {
    background-color: #fff;
}

#container.extranet {
background: #fff url(images/background.png) center top repeat-y;
}
/* IE-fix to prevent the flash from blocking the top of the content */
.internet #placeholder-top {
	padding-bottom: 5px;
}
#placeholder-left {
	clear:both;
    float: left;
    width: 153px;
    padding: 0px 5px 0px 5px;
    min-height: 200px;
    background: url(images/background-content-gradient.gif) repeat-x;
    overflow: hidden;
}
#placeholder-right {
    float: left;
    width: 153px;
    padding: 0px 5px 0px 5px;
    min-height: 200px;
    background: url(images/background-content-gradient.gif) repeat-x;
    overflow: hidden;
}
#placeholder-content {
    float: left;
    width: 619px;
    background: url(images/background-content-gradient.gif) repeat-x;
    overflow: hidden;
}
#placeholder-bottom {
	background: transparent url(images/Bottombackground.png) no-repeat;
	background-position: top;
	clear: both;
	margin-left: 163px;
	height: 128px;
	
	/*width: 619px;*/
	width: 569px;
	margin-right: 163px;
	margin-top: 10px;
	
	padding-left: 25px;
	padding-right: 25px;
	/*height: 328px;
	padding-top: 20px;
	padding-bottom: 20px;*/
}
#coretrek-colofon {
	background: #005983;
	margin-left: 163px;
    margin-right: 163px;
    margin-bottom: 0px;
    text-align: right;
}
.extranet #coretrek-colofon {
	margin-right: 10px;
}

#coretrek-colofon a:visited,
#coretrek-colofon a:link,
#coretrek-colofon a:hover {
	color: #72a5c4;
}

#content-link {
    display: none;
}
#member-placeholder-left {
    clear:both;
    float: left;
    width: 311px;
    padding: 0px 0px 0px 5px;
    min-height: 200px;
    background: url(images/background-content-gradient.gif) repeat-x;
    overflow: hidden;
}
#member-placeholder-content {
    float: left;
    width: 619px;
    padding: 0px 5px 0px 5px;
    background: url(images/background-content-gradient.gif) repeat-x;
    overflow: hidden;
}


/* -------------------------------------------------------------------------- */
/* General tile                                                               */
/* -------------------------------------------------------------------------- */

/*
   Tiles in top, bottom and content placeholders should not be styled using
   the general styles, so we reset these styles here. HTML element ID spesific
   styling, using the #html-element-id notion has precendence over styles set
   generally using only the css-class. If we want to override these styles later
   in the stylesheet, we must remember to use the full element path.
*/

#placeholder-top .tile-content,
#placeholder-top .tile-common,
#placeholder-top .tile-common h3,
#placeholder-bottom .tile-content,
#placeholder-bottom .tile-common,
#placeholder-bottom .tile-common h3,
#placeholder-content .tile-content,
#placeholder-content .tile-common,
#placeholder-content .tile-common h3 {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    
}
.tile-common,
.common {
    /* border: 1px solid #aaa; */
    margin-bottom: 5px;
    padding-bottom: 10px;
    background: url(images/small-header-background-white-bottom.png) left bottom no-repeat;
}

.common {
	
	background: url(images/header-background-white-bottom.png) left bottom no-repeat;
}
.tile-common h3,
.common h3 {
     margin: 0 0 0 0;
     padding: 3px 12px 3px 12px;
     font-size: 1.1em;
}
.tile-content,
.content {
    padding: 10px 12px 10px 12px;
    background-color: #fff;
    
}


#placeholder-content .content {
	min-height: 500px;
	
}


#placeholder-content .content,
/*#placeholder-bottom .content,*/
#placeholder-content .common .header h3,
#member-placeholder-content .content,
#member-placeholder-content .common .header h3 {
    padding-left: 40px;
    padding-right: 40px;
}
#member-placeholder-content .tile-content {
	padding-left: 0px;
	padding-right: 0px;
}


#placeholder-bottom .common .header h3 {
	height: 4px;
	background: none;
}
#placeholder-bottom .content {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#placeholder-bottom .common {
	background: none;
	
}

/* -- Vertical menu ---------------------------------------------------------- */
#container .vertical-menu a:visited,
#container .vertical-menu a:link {
    color: #000;
}

/* -- Theme color ----------------------------------------------------------- */
/*
Colors from the old olf site:
brown { background: #b48c06; color: #eae4c2; }
red { background: #c22a37; color: #eee2d6; }
green { background: #b5cb8b; color: #e5f1db; }
dark-blue { background: #005983; color: #bbcada; }
sharp-blue { background: #1590c9; color: #d0eaf7; }
orange { background: #e17827; color: #f4dac9; }
light-blue { background: #72a5c4; color: #e0e7ed; }
*/

/* Brown */
.theme-color-brown .tile-common h3,
.theme-color-brown .common .header h3 {
    background: url(images/small-header-background-brown.png) left top no-repeat;
    color: #eae4c2;
}
.theme-color-brown .common .header h3 {
   background: url(images/header-background-brown.png) left top no-repeat;
}
.theme-color-brown .tile-common a:visited,
.theme-color-brown .tile-common a:link,
.theme-color-brown .tile-common a:hover,
#container .theme-color-brown .vertical-menu a:hover,
#container .full-articledisplay .theme-color-brown h4,
#container .full-articlelist .theme-color-brown h4,
#container .full-articledisplay .theme-color-brown h4,
#container .full-articlelist .theme-color-brown a:visited,
#container .full-articlelist .theme-color-brown a:link,
#container .full-articlelist .theme-color-brown a:hover {
    color: #b48c06;
}

/*styling thumbnails with background*/
#container .theme-color-brown .full-articlelist td .list-thumbnail-left {
background: transparent url(images/2006-bakgrunn-kategoriintro-A.png) no-repeat;
padding: 5px;
width: 94px;
float: left;
}

.header-digest-link .list-thumbnail-left img {
border: none;
height:57px;
width:57px;
}

.link-one-header-digest-link .list-thumbnail-left img {
display: none;
}

/* Red */
.theme-color-red .tile-common h3,
.theme-color-red .common .header h3 {
    background: url(images/small-header-background-red.png) left top no-repeat;
    color: #eee2d6;
}
.theme-color-red .common .header h3 {
   background: url(images/header-background-red.png) left top no-repeat;
}
.theme-color-red .tile-common a:visited,
.theme-color-red .tile-common a:link,
.theme-color-red .tile-common a:hover,
#container .theme-color-red .vertical-menu a:hover,
#container .full-articledisplay .theme-color-red h4,
#container .full-articlelist .theme-color-red h4,
#container .full-articlelist .theme-color-red a:visited,
#container .full-articlelist .theme-color-red a:link,
#container .full-articlelist .theme-color-red a:hover {
    color: #c22a37;
}

/*styling thumbnails with background*/
#container .theme-color-red .full-articlelist td .list-thumbnail-left {
background: transparent url(images/2006-bakgrunn-kategoriintro-B.png) no-repeat;
padding: 5px;
width: 94px;
float: left;
}

/* Green */
.theme-color-green .tile-common h3,
.theme-color-green .common .header h3 {
    background: url(images/small-header-background-green.png) left top no-repeat;
    color: #e5f1db;
}
.theme-color-green .common .header h3 {
   background: url(images/header-background-green.png) left top no-repeat;
}
.theme-color-green .tile-common a:visited,
.theme-color-green .tile-common a:link,
.theme-color-green .tile-common a:hover,
#container .theme-color-green .vertical-menu a:hover,
#container .full-articledisplay .theme-color-green h4,
#container .full-articlelist .theme-color-green h4,
#container .full-articlelist .theme-color-green a:visited,
#container .full-articlelist .theme-color-green a:link,
#container .full-articlelist .theme-color-green a:hover {
    color: #83a14b;
}
/*styling thumbnails with background*/
#container .theme-color-green .full-articlelist td .list-thumbnail-left {
background: transparent url(images/2006-bakgrunn-kategoriintro-C.png) no-repeat;
padding: 5px;
width: 94px;
float: left;
}

/* Sharp blue */
.theme-color-sharp-blue .tile-common h3,
.theme-color-sharp-blue .common .header h3 {
    background: url(images/small-header-background-sharp-blue.png) left top no-repeat;
    color: #d0eaf7;
}
.theme-color-sharp-blue .common .header h3 {
   background: url(images/header-background-sharp-blue.png) left top no-repeat;
}
.theme-color-sharp-blue .tile-common a:visited,
.theme-color-sharp-blue .tile-common a:link,
.theme-color-sharp-blue .tile-common a:hover,
#container .theme-color-sharp-blue .vertical-menu a:hover,
#container .full-articledisplay .theme-color-sharp-blue h4,
#container .full-articlelist .theme-color-sharp-blue h4,
#container .full-articlelist .theme-color-sharp-blue a:visited,
#container .full-articlelist .theme-color-sharp-blue a:link,
#container .full-articlelist .theme-color-sharp-blue a:hover {
    color: #1590c9;
}
/*styling thumbnails with background*/
#container .theme-color-sharp-blue .full-articlelist td .list-thumbnail-left {
background: transparent url(images/2006-bakgrunn-kategoriintro-E.png) no-repeat;
padding: 5px;
width: 94px;
float: left;
}

/* Orange */
.theme-color-orange .tile-common h3,
.theme-color-orange .common .header h3 {
    background: url(images/small-header-background-orange.png) left top no-repeat;
    color: #f4dac9;
}
.theme-color-orange .common .header h3 {
   background: url(images/header-background-orange.png) left top no-repeat;
}
.theme-color-orange .tile-common a:visited,
.theme-color-orange .tile-common a:link,
.theme-color-orange .tile-common a:hover,
#container .theme-orange .vertical-menu a:hover,
#container .full-articledisplay .theme-color-orange h4,
#container .full-articlelist .theme-color-orange h4,
#container .full-articlelist .theme-color-orange a:visited,
#container .full-articlelist .theme-color-orange a:link,
#container .full-articlelist .theme-color-orange a:hover {
    color: #e17827;
}
/*styling thumbnails with background*/
#container .theme-color-orange .full-articlelist td .list-thumbnail-left {
background: transparent url(images/2006-bakgrunn-kategoriintro-F.png) no-repeat;
padding: 5px;
width: 94px;
float: left;
}

/* Information */
#container .theme-color-information .tile-common h3,
#container .theme-color-information .common .header h3 {
    background: url(images/small-header-background-light-blue.png) left top no-repeat;
    color: #E0E7ED;
}

#container .theme-color-information .common .header h3 {
   background: url(images/header-background-light-blue.png) left top no-repeat;
}


/* Dark blue */
.theme-color-dark-blue .tile-common h3,
.theme-color-dark-blue .common .header h3 {
    background: url(images/small-header-background-dark-blue.png) left top no-repeat;
    color: #bbcada;
}
.theme-color-dark-blue .common .header h3 {
   background: url(images/header-background-dark-blue.png) left top no-repeat;
}
.theme-color-dark-blue .tile-common a:visited,
.theme-color-dark-blue .tile-common a:link,
.theme-color-dark-blue .tile-common a:hover,
#container .theme-color-dark-blue .vertical-menu a:hover,
#container .full-articledisplay .theme-color-dark-blue h4,
#container .full-articlelist .theme-color-dark-blue h4,
#container .full-articlelist .theme-color-dark-blue a:visited,
#container .full-articlelist .theme-color-dark-blue a:link,
#container .full-articlelist .theme-color-dark-blue a:hover {
    color: #005983;
}

#container .full-articlelist h2 {
	font-weight: normal;
}
/*styling thumbnails with background*/
#container .theme-color-dark-blue .full-articlelist td .list-thumbnail-left {
background: transparent url(images/2006-bakgrunn-kategoriintro-D.png) no-repeat;
padding: 5px;
width: 94px;
float: left;
}

/* Light blue */
.theme-color-light-blue .tile-common h3,
.theme-color-light-blue .common .header h3 {
    background: url(images/small-header-background-light-blue.png) left top no-repeat;
    color: #e0e7ed;
}
.theme-color-light-blue .common .header h3 {
   background: url(images/header-background-light-blue.png) left top no-repeat;
}
.theme-color-light-blue .tile-common a:visited,
.theme-color-light-blue .tile-common a:link,
.theme-color-light-blue .tile-common a:hover,
#container .theme-color-light-blue .vertical-menu a:hover,
#container .full-articledisplay .theme-color-light-blue h4,
#container .full-articlelist .theme-color-light-blue h4,
#container .full-articlelist .theme-color-light-blue a:visited,
#container .full-articlelist .theme-color-light-blue a:link,
#container .full-articlelist .theme-color-light-blue a:hover {
    color: #005983;
    text-decoration: underline;
}
/*styling thumbnails with background*/
#container .theme-color-light-blue .full-articlelist td .list-thumbnail-left {
background: transparent url(images/2006-bakgrunn-kategoriintro-E.png) no-repeat;
padding: 5px;
width: 94px;
float: left;
}

.theme-color-light-blue .tile-common {
	background: url(images/small-header-background-light-blue-bottom.png) left bottom no-repeat;
}
.theme-color-light-blue .common {
	background: url(images/header-background-light-blue-bottom.png) left bottom no-repeat;
}



.theme-color-light-blue .tile-content,
.theme-color-light-blue .content {
	background-color: #72a5c4;
	color: #005983;
}
/* -- Theme reset ----------------------------------------------------------- */
#placeholder-content .content h1,
#placeholder-content .content h3 {
    font-size: 1.65em;
    font-weight: normal;
}
#container #placeholder-content .content h3 {
	color: #000;
}

/*
#container #placeholder-content .content h3 a:visited,
#container #placeholder-content .content h3 a:link {
	color: #000;
}
*/
#placeholder-content .content h3 a:hover {
}

/* -------------------------------------------------------------------------- */
/* General inline listing (eg. horizontal menu, linktoolbar, sitelocator)     */
/* -------------------------------------------------------------------------- */

.horizontal-menu h3,
.linktoolbar h3,
.sitelocator h3 {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
.horizontal-menu ul,
.linktoolbar ul,
.sitelocator ul {
	display: inline;
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.horizontal-menu li,
.linktoolbar li,
.sitelocator li {
	display: inline;
	padding-left: 10px;
}
.sitelocator ul {
	float: none;
}


/* -------------------------------------------------------------------------- */
/* General bullet-less listing (eg. verical menu and small article list)      */
/* -------------------------------------------------------------------------- */

.full-articlelist ul,
.small-articlelist ul,
.vertical-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.vertical-menu li li {
    padding-left: 10px;
}


/* -------------------------------------------------------------------------- */
/* Styling for spesific elements                                              */
/* -------------------------------------------------------------------------- */

/*
   Some of these elements have been styled using id-context above. We therefore
   need to use the full id-element path to override these styles.
*/

/* -- Page header ----------------------------------------------------------- */
.page-header {
    float: left;
}
.page-header .logo {
    font-size: 1.85em;
    font-weight: bold;
}
.horizontal-menu h3 {
    display: none;
}

/* -- Horizontal menu in top placeholder ("quicklaunch") -------------------- */
.horizontal-menu ul {
    float: right;
}

/* -- Linktoolbar ----------------------------------------------------------- */
.linktoolbar h3 {
    display: none;
}
.linktoolbar ul {
    float: right;
}


/* -- Sitelocator ----------------------------------------------------------- */
#container .sitelocator h3 {
    font-size: 1em;
    font-weight: normal;
    color: #000;
}
#container .sitelocator {
	margin-bottom: 10px;
}

/* -- Article display / Rate ------------------------------------------------ */
.full-articledisplay {
    clear: both;
}

.full-articledisplay h1 {
	margin-top: 0;
	padding-top: 0;
}

.full-articledisplay h4 {
	font-weight: normal;
}

.small-articledisplay-nolayout,
.small-articledisplay-nolayout .tile-common h3,
.small-articledisplay-nolayout .tile-content,
.small-articledisplay-nolayout .tile-content a:visited,
.small-articledisplay-nolayout .tile-content a:link,
.small-articledisplay-nolayout .tile-content a:hover,
.rate,
.rate .tile-common h3,
.rate .tile-content,
.rate .tile-content a:visited,
.rate .tile-content a:link,
.rate .tile-content a:hover {
    padding: 0;
    background: none;
    color: #fff;
}
.rate .tile-content {
	padding-left: 10px;
}
.rate .tile-content ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.rate .tile-content li {
	padding-bottom: 3px;
}


/* -- Article list ---------------------------------------------------------- */
#placeholder-content .full-articlelist li.header-digest-link,
#placeholder-content .full-articlelist li.header-digest-link-subject-date-category-link {
    margin-top: 30px;
    clear: both;
    
}

#placeholder-content .full-articlelist li.header-digest-link-subject-date-category-link {
	
	clear:both;
	margin-left:-40px;
	margin-right:-40px;
	margin-top:30px;
	padding-bottom:0px;
	padding-left:40px;
	padding-right:40px;
	float: left;
	/*padding-top:30px;*/
}
#placeholder-content .full-articlelist li.even {
	background-color:#f7fbfe; 

	}

#placeholder-content .full-articlelist li li {
    margin-top: 0px;
}
#placeholder-content .full-articlelist .date {
	color: #000;
	
}

#placeholder-content .full-articledisplay .date {
		
	padding-left: 10px;
	display: inline;
	color: #9bb2c2;	
}

#placeholder-content .full-articlelist .header-digest-link-subject-date-category-link .date {
	color: #9bb2c2;
}
#placeholder-content .full-articlelist .link-date .date {
	float: left;
	padding-right: 20px;
}

.full-articlelist .link-container,
.full-articlelist .link-container,
#placeholder-content .full-articlelist li.link,
#placeholder-content .full-articlelist li.link-date,
#placeholder-content .full-articlelist li.link-date-subject {
	padding-top: 4px;
}
.link-one-header-digest-link .header-digest-link .link-container,
.link-one-header-digest-link .header-digest-link .link-container {
	padding-bottom: 20px;
}

.full-articledisplay h4,
#placeholder-content .full-articlelist .header-digest-link h4,
#placeholder-content .full-articlelist .header-digest-link-subject-date-category-link h4,
#placeholder-content .full-articlelist .link h4,
#placeholder-content .full-articlelist .link-date h4,
#placeholder-content .full-articlelist .link-date-subject h4,
#placeholder-content .full-articlelist .link-one-header-digest-link h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1em;

}
#member-placeholder-content .full-articlelist .member-area-list h3 a:visited,
#member-placeholder-content .full-articlelist .member-area-list h3 a:link,
#member-placeholder-content .full-articlelist .member-area-list-simple h3 a:visited,
#member-placeholder-content .full-articlelist .member-area-list-simple h3 a:link,
#placeholder-content .full-articlelist .header-digest-link h3 a:visited,
#placeholder-content .full-articlelist .header-digest-link h3 a:link,
#placeholder-content .full-articlelist .header-digest-link-subject-date-category-link h3 a:visited,
#placeholder-content .full-articlelist .header-digest-link-subject-date-category-link h3 a:link {
    color: #000;
}
#member-placeholder-content .full-articlelist .member-area-list h3 a:visited,
#member-placeholder-content .full-articlelist .member-area-list h3 a:link,
#member-placeholder-content .full-articlelist .member-area-list-simple h3 a:visited,
#member-placeholder-content .full-articlelist .member-area-list-simple h3 a:link {
	font-size: 1.65em;
}
#placeholder-content .full-articlelist .header-digest-link-subject-date-category-link h3 {
    clear: both;
}
#placeholder-content .full-articlelist .link h3,
#placeholder-content .full-articlelist .link-date h3,
#placeholder-content .full-articlelist .link-date-subject h3 {
    font-size: 1em;
    font-weight: normal;
}

#placeholder-content .full-articlelist .link-date-subject .column-2 {
	padding: 0px 20px 0px 20px;
}
#placeholder-content .full-articlelist .header-digest-link-subject-date-category-link h4,
#placeholder-content .full-articlelist .header-digest-link-subject-date-category-link .date {
    float: left;
    padding-right: 10px;
}
#member-placeholder-content .full-articlelist .member-area-list p,
#placeholder-content .full-articlelist .header-digest-link p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#member-placeholder-content .full-articlelist .member-area-list td,
#placeholder-content .full-articlelist .header-digest-link td {
	vertical-align: top;
	padding: 12px 0;
	}
#member-placeholder-content .full-articlelist .member-area-list td.simple {
	vertical-align: top;
	padding: 2px 0;
	}	

#member-placeholder-content .full-articlelist .member-area-list td p,
#member-placeholder-content .full-articlelist .member-area-list td .link-container {
	padding-left: 12px;
	}
	


/* -- Digest ---------------------------------------------------------------- */
h2.digest {
    font-size: 1em;
}

.newsletter-form input.radio {
	margin-top: 0;
	margin-left: 0;
}

.newsletter-form label.newsletter-email-label,
.newsletter-form .newsletter-subscription-categories {
	margin-top: 3px;
	display: block;
}


/* -- Small article search / login -------------------------------------------------- */
#placeholder-left .login-form input.textinput,
#placeholder-right .login-form input.textinput,
.small-searchinput input.textinput,
.newsletter-form input.textinput {
	width: 100px;
	border: none;
	background-color: #a0c3d7;
}
#placeholder-left #login-form-container input.submit,
#placeholder-right #login-form-container input.submit,
#placeholder-left #login-form-changepassword input.submit,
#placeholder-right #login-form-changepassword input.submit,
.small-searchinput input.submit,
.newsletter-form input.submit {
    background: red url(images/round-submit-button.png) no-repeat;
    border: none;
    overflow: hidden;
    width: 18px;
    height: 18px;
    padding: 6px 0 0 18px;
	cursor: pointer;
	cursor: hand;
	font-size: 0em;
}
#placeholder-left .newsletter-form .tile-content,
#placeholder-content .newsletter-form .tile-content,
#placeholder-right .newsletter-form .tile-content,
#placeholder-left .login-form .tile-content,
#placeholder-content .login-form .tile-content,
#placeholder-right .login-form .tile-content {
		color: #000;
}
#placeholder-content .login-form .tile-content {
	margin-top: 10px;
	padding: 10px;
    border-left: 1px solid #72a5c4;
    border-top: 1px solid #72a5c4;
    border-right: 1px solid #005983;
    border-bottom: 1px solid #005983;
}

#login-form-error,
#login-form-message {
	color: #c22a37;
	padding-bottom: 10px;
}
#login-form-message {
	color: green;
}
#placeholder-content #login-form-container label,
#placeholder-content #login-form-error,
#placeholder-content #login-form-message {
	font-weight: bold;
}
#placeholder-content #login-form-container label,
#placeholder-content #login-form-container input {
	   display: block;
	   margin-top: 8px;
}


/* -- Language selector ---------------------------------------------------------*/
#container .language-selector h3 {
	font-size: 0em;
	height: 10px;
	color: #72a5c4;
}
.language-selector img {
	border: none;
}
.language-selector .tile-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#container .language-selector a:visited,
#container .language-selector a:link,
#container .language-selector a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#container .language-selector .tile-content {
	padding-top: 1px;
	padding-bottom: 5px;
}

/* -- Pager ---------------------------------------------------------------------*/
.list-navigation,
.list-navigation-text {
	text-align: center;
}
.list-navigation {
	padding-top: 20px;
	padding-bottom: 4px;
}

table.ansatte                { border-collapse: collapse; width: 539px; }
table.ansatte caption        { color: #444548; }
table.ansatte td             { padding: 9px; border: solid 1px #72a5c4; color: #444548; vertical-align: top; }
table.ansatte td.bilde       { width: 92px; border-right: none; }
table.ansatte td.bilde img   { display: block; border: solid 1px #72a5c4; width: 90px;}
table.ansatte td.tekst       { border-left: none; }
table.ansatte span.ledetekst { font-weight: bold; }

/* --------------------------------- */

#container .retningslinjer-articlelist {
	background: #f7fbfe;
	margin-left:-40px;
	margin-right:-40px;
	padding:16px 40px;
}
#container .retningslinjer-articlelist tr {
	vertical-align: top;
	}

#container .retningslinjer-articlelist td.column-1 {
	width: 30px;
	}
#container .retningslinjer-articlelist td.column-3 {
	display: none;
	}
#placeholder-content .publication {
background: #F7FBFE;
padding: 16px 40px;
margin: 0px -40px;
}

#container .theme-color-dark-blue .full-articlelist .publication td .list-thumbnail-left,
#container .theme-color-green .full-articlelist .publication td .list-thumbnail-left {
background: none;
width: 90px;
}

.publication .list-thumbnail-left img {
border:medium none;
width:90px;
}

#placeholder-content .publication table {
border-collapse:collapse;
}
#placeholder-content .publication table th,
#placeholder-content .publication table td {
border:1px solid #72A5C4;
color:#444548;
padding:5px 9px;
vertical-align:top;
}

#placeholder-content .hovedboksinnhold-forside-2 {
background: #F7FBFE;
padding: 16px 40px;
margin: 20px -40px 0px -40px;
}
/*
table.ansatte                { border-collapse: collapse; width: 539px; }
table.ansatte caption        { color: #444548; }
table.ansatte td             { padding: 9px; border: solid 1px #72a5c4; color: #444548; vertical-align: top; }
table.ansatte td.bilde       { width: 92px; border-right: none; }
table.ansatte td.bilde img   { display: block; border: solid 1px #72a5c4; width: 90px;}
table.ansatte td.tekst       { border-left: none; }
table.ansatte span.ledetekst { font-weight: bold; }
*/

/*-----------Memeber area---------------------------- */

/* -- Small article search / login -------------------------------------------------- */
#placeholder-top .small-searchinput {
	float: right;
	color: #E0E7ED;
	background:transparent url(images/membersearchbackground.png) no-repeat scroll right bottom;
	margin-right: 10px;
	width: 189px;
	height: 40px;
	}
#placeholder-top .small-searchinput h3{
	display: none;
	}

#placeholder-top .login-form input.textinput {
	width: 120px;
	border: none;
	background-color: #fff;
	padding-left: 20px;
}
#placeholder-top .login-form .row {
clear: both;
padding-bottom: 2px;
}

#placeholder-top .login-form label {
	display:block;
	float:left;
	width:120px;
	}
#placeholder-top .small-searchinput input.textinput {
	margin-top: 7px;
	margin-left: 20px;
	width: 125px;
	border: none;
	background-color: #fff;
}

#placeholder-top .small-searchinput input.submit {
    background: red url(images/round-submit-button.png) no-repeat;
    border: none;
    overflow: hidden;
    width: 18px;
    height: 18px;
    padding: 6px 0 0 18px;
	cursor: pointer;
	cursor: hand;
	font-size: 0em;
}

#placeholder-top #login-form-container input.submit,
#placeholder-top #login-form-changepassword input.submit
{
    background: red url(images/memberloginbutton.png) no-repeat;
    border: none;
    overflow: hidden;
    width: 24px;
    height: 23px;
    padding: 6px 0 0 18px;
	cursor: pointer;
	cursor: hand;
	font-size: 0em;
}
#placeholder-top #login-form-lostpassword-container
{
display: none;
}
#placeholder-top #login-form-changepassword
{
display: none;
}
#placeholder-top .login-form {
	float: right;
	width: 293px;
	color: #000;
	background: url(images/member-login-background-bottom.png) no-repeat right bottom;
	margin-right: 10px;
	padding-bottom: 5px;
}
#placeholder-top #login-form-logout input.submit
{
    background: #d70005 url(images/memberloginbutton.png) no-repeat right;
    border: none;
    width: 100px;
    height: 23px;
    margin-right: 17px;
	cursor: pointer;
	cursor: hand;
	font-size: 1em;
}
#placeholder-top #login-form-changepassword-btn {
	width: 120px;
	height: 23px;
	padding: 0px;
}
#placeholder-top #login-form-changepassword-btn .login-form-link {
margin-right: 17px;
font-size: 1em;
}
#placeholder-top #login-form-logout input.submit,
#placeholder-top .login-form a:link,
#placeholder-top .login-form a:hover,
#placeholder-top .login-form a:visited {
    color: #fff;
}
#placeholder-top .login-form h3 {
	display: none;
}
#placeholder-top .login-form .tile-content {
	color: #fff;
	margin-left: 17px;

}
#placeholder-top #login-form-container .tile-content {
	margin-top: 10px;
	padding: 10px;
    border-left: 1px solid #72a5c4;
    border-top: 1px solid #72a5c4;
    border-right: 1px solid #005983;
    border-bottom: 1px solid #005983;
}

#placeholder-top #login-form-error,
#placeholder-top #login-form-message {
	color: #fff;
	padding-bottom: 10px;
}
#placeholder-top #login-form-message {
	color: green;
}
#placeholder-top #login-form-container label,
#placeholder-top #login-form-error,
#placeholder-top #login-form-message {
	font-weight: bold;
}
#placeholder-top #login-form-container label,
#placeholder-top #login-form-container input {
	   display: block;
	   margin-top: 8px;
}

#placeholder-top
{
background: url(images/membertop.png) no-repeat;
height: 202px;
}
#placeholder-top #image-logo img {
border: none;
}

#placeholder-top #image-logo {
margin-left: 60px;
}

#member-placeholder-left .tile-common h3,
#member-placeholder-left .common .header h3 {
background: #065589 no-repeat scroll left top;
color:#BBCADA;
}
#member-placeholder-left .tile-common,
#member-placeholder-left .common {
/*background-color: #f2f7fa;*/
margin-bottom:5px;
padding-bottom:10px;
}
#member-placeholder-left .tile-common {
	background: url(images/member-small-header-background-lightblue-bottom.png) left bottom no-repeat;
}
#member-placeholder-content .tile-common h3 {
background: #fff no-repeat scroll left top;
color:#000;
font-size:1em;
font-weight:normal;

}

#member-placeholder-content .sitelocator h3 {
    padding: 10px 0px 10px 0px;
}

#member-placeholder-content .common .header h3 {
background: #065589 no-repeat scroll left top;
color:#BBCADA;
}
#member-placeholder-content .tile-common, .common {
/*background: #fff;*/
margin-bottom:5px;
padding-bottom:10px;
}

#member-placeholder-left .tile-content {
background-color: #f2f7fa;

}

/*------html produced by Caption script ---*/
.captionText {
	text-align: left;
	margin: 1px;
	font-size: 11px;
}
/*------html produced by Caption script ---*/
.captionleft {
	float: left;
	margin-right: 5px;
}
/*------html produced by Caption script ---*/
.captionright {
	float: right;
	margin-left: 5px;
}
.full-articledisplay img {
	border: none;
}
.digest {
	font-size:14px;
	line-height:19px;
	margin-top:0pt;
}

/*------Added for Oljeindustrien---*/
div.infoboks_oljeindustrien {
	background:#F7FBFE none repeat scroll 0% 0%;
	border:1px solid #72A5C4;
	margin-bottom:21px;
	margin-top:21px;
	padding:12px;
}
div.infoboks_oljeindustrien p.forste {
	margin:0pt;
}
div.infoboks_oljeindustrien span.navn {
font-weight:bold;
}

/*---------Added for  skjema ----*/
#placeholder-content form {
    background-color: #f7fbfe;
    border:1px solid #72A5C4;
    color:#444548;
    padding:10px;
    display: block;
}
#placeholder-content form label {
font-weight:bold;
}
#placeholder-content form input.input_text,
div.skjemahoved textarea {
border:1px solid #72A5C4;
}
/* ---   IMAGEFOLDER   ------------------------------------------------------*/
.multimediafolder div.multimediafolder-item {
    float: left;
    height: 145px;
    width: 135px;
    overflow: hidden;	
}
.multimediafolder div.multimediafolder-item a:link,
.multimediafolder div.multimediafolder-item a:visited,
.multimediafolder div.multimediafolder-item a:hover {
    font-weight: normal;
    font-size: 0.75em;
    text-decoration: none;
}
.multimediafolder table {
    width: 100%;	
    border-collapse: collapse;
}
.multimediafolder th {
    text-align: left;
    background-color: #F2F7FA;
    color: #000;
    padding: 5px 10px 5px 0px;
}
.multimediafolder td {
    padding: 2px 5px 3px 5px;	
}
.multimediafolder td.even {
    background-color: #f1f2e7;	
}

.multimediafolder td a img{
    border: none;	
}

.hiddenimage {
	display: none;
}

.miniimage {
	margin:-30px 0 0 10px;
	padding:5px;
	position:absolute;
	text-align:left;
	
}
.miniimage img {
	max-width: 80px;
	border: 1px solid #E3E0D9;
	padding: 1px;
}

/*------- Linktoolbar -------*/

#placeholder-content-no-right .linktoolbar2 a,
#placeholder-content .linktoolbar2 a                 { color: #1b485a; font: 0.75em verdana, sans-serif; padding:0 15px 0.5em 20px;
                                                      height: 16px; display: block; float: left; }
#placeholder-top .linktoolbar2 li,
#placeholder-content-no-right .linktoolbar2 li,
#placeholder-content .linktoolbar2 li                { white-space: nowrap; margin: 0; padding-top: 1px; float: left;}
#placeholder-top .linktoolbar2 ul,
#placeholder-content-no-right .linktoolbar2 ul,
#placeholder-content .linktoolbar2 ul                { margin: 0 0 0 0; padding: 0; list-style-type: none; }
#placeholder-content .linktoolbar2	 				{ margin-top: 40px; }

.linktoolbar2 li.col2								{ width: 47%; }
.linktoolbar2 li.col3								{ width: 30%; }

.facebook_share_link                                { background:url(images/icons.gif) no-repeat left -201px; }
.delicious_share_link                               { background:url(images/icons.gif) no-repeat left -101px; }
.kudos_share_link                                   { background:url(images/icons.gif) no-repeat left -301px; }
.digg_share_link                                    { background:url(images/icons.gif) no-repeat left -151px; }
.nettby_share_link                                  { background:url(images/icons.gif) no-repeat left -401px; }
.reddit_share_link                                  { background:url(images/icons.gif) no-repeat left -451px; }
.linkedin_share_link                                { background:url(images/icons.gif) no-repeat left -351px; }
.twitter_share_link                                 { background:url(images/icons.gif) no-repeat left -501px; }
