@CHARSET "UTF-8";

/* -------------------------------------------------------------------------- */
/* General HTML elements                                                      */
/* -------------------------------------------------------------------------- */

html, body {
    font-family: Arial, Sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #838383; /* a5a5a5 */
}
a,
a:link,
a:visited {
    color: #737373;	
}
a:hover {
	color: #002653;
}
img{
	padding:0px;
	margin:0px;
	border:0px;
}

h1 {
	font-size: 13px;
	color: #002f5f;
}

/* -------------------------------------------------------------------------- */
/* Container/placeholder positioning                                          */
/* -------------------------------------------------------------------------- */

#container {
    margin-left: auto;
    margin-right: auto;
	width: 1024px;
	padding: 50px 20px 20px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}
#smallcontainer {
	width: 100%;
	height: 100%;
}
#smallcontainer #placeholder-singlecontent {
	width: 143px; /* 263 - padding-left */
	height: 175px; /* 230 - padding-top */
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	background: url(images/bg-frontpage.png) no-repeat top left;
	padding-left: 120px;
	padding-top: 55px;
	
}
#placeholder-floatingcontent {
	
}
#placeholder-top {
	height: 55px;
    padding-top: 0px;
    margin: 0px;
    background: url(images/topback.png) no-repeat bottom right;
	position: relative;
}
#placeholder-left {
	clear: both;
    float: left;
    width: 494px;
    height: 560px;
    margin-right: 50px;
	padding-top: 15px;
	padding-left: 10px;
	position: relative;
}
#placeholder-right {
    float: right;
    width: 114px;
    height: 560px;
    padding-left: 24px;
    padding-top:12px;
    position: relative;
}
#placeholder-content {
    float: left;
    padding: 15px 0px 0px 0px;
    width: 330px;
    background: url(images/scrollback.png) repeat-y top right;
}
#placeholder-content .flexcroll {
	height: 560px;
	overflow: hidden;
}
#placeholder-content-no-right {
    float: left;
    width: 865px;
}
#placeholder-bottom {
	clear: both;
	padding-top: 30px;
}
#content-link {
    display: none;
}
#coretrek-colofon {
	text-align: right;
}


/* -------------------------------------------------------------------------- */
/* 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,
#placeholder-content-no-right .tile-content,
#placeholder-content-no-right .tile-common,
#placeholder-content-no-right .tile-common h3  {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.tile-common {

}
#placeholder-content .tile-common {
	margin-bottom: 20px;
}
.tile-common h3 {

}
.tile-content {

}
.clear-both {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#smallcontainer #placeholder-singlecontent h3 {
	display: none;
}


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


/* -------------------------------------------------------------------------- */
/* 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;
}
.full-articlelist li li,
.small-articlelist li li,
.vertical-menu li li {
    padding-left: 10px;	
}
#placeholder-top .tile-common {
	padding-top: 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: right;
    margin-top: 0px;
    padding-top:0px;
		
}
.page-header img{
	margin-right: 42px;
}
.page-header .logo {
    font-size: 1.85em;
    font-weight: bold; 	
}
#placeholder-top .page-header {
	padding-top: 5px;
}
.horizontal-menu h3 {
    display: none;  
}

/* -- Horizontal/vertical menu in top placeholder ("quicklaunch") ----------- */
#placeholder-top .horizontal-menu {
    position: absolute;
    left: 554px;
}
#placeholder-top ul {
	padding: 0px;
	margin: 0px;
}
#placeholder-top li {
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
.horizontal-menu a,
.horizontal-menu a:link,
.horizontal-menu a:visited,
.vertical-menu a,
.vertical-menu a:link,
.vertical-menu a:visited {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.horizontal-menu li.active a,
.horizontal-menu li.active a:link,
.horizontal-menu li.active a:visited,
.horizontal-menu li.main-active a,
.horizontal-menu li.main-active a:link,
.horizontal-menu li.main-active a:visited,
.vertical-menu li.active a,
.vertical-menu li.active a:link,
.vertical-menu li.active a:visited,
.vertical-menu li.main-active a,
.vertical-menu li.main-active a:link,
.vertical-menu li.main-active a:visited {
	color: #002653;
}

.vertical-menu li {
	margin-bottom: 10px;
}
#placeholder-right .vertical-menu {
	margin-bottom: 100px;
}

/* -- Linktoolbar ----------------------------------------------------------- */
.linktoolbar h3 {
    display: none;  
}
.linktoolbar ul {
    float: right;   
}

/* -- Sitelocator ----------------------------------------------------------- */
.sitelocator h3 {
    font-size: 1em;	
    font-weight: normal;
}

/* -- Article display ------------------------------------------------------- */
.full-articledisplay {
    clear: both;
}

.full-articledisplay p {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

.full-articledisplay .gray {
	color: #737373;
	display: inline;
}
.full-articledisplay .background {
	background-color: #d6d6d6;
	padding: 12px 12px 2px 12px;
	margin: 0px;
	color: #222222;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 20px;
}
.full-articledisplay .background img {
	margin-bottom: 4px;
}
.full-articledisplay .links {
	text-align: right;
	padding: 0px 0px 0px 0px;
}
.full-articledisplay .links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.full-articledisplay .links li {
	margin: 0px 0px 0px 8px;
	padding: 0px;
	display: inline;
}
.full-articledisplay h3 {
	color: #222222;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}
.full-articledisplay .links a,
.full-articledisplay .links a:link,
.full-articledisplay .links a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.full-articledisplay .thumbnails {
	float: right;
	padding-top: 7px;
}
.full-articledisplay .thumbnails .thumbnail {
	border: 2px solid #FFFFFF;
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin: 2px;
}
.full-articledisplay .thumbnails .thumbnail a,
.full-articledisplay .thumbnails .thumbnail a:link,
.full-articledisplay .thumbnails .thumbnail a:visited {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}
.full-articledisplay .bottomlinks a,
.full-articledisplay .bottomlinks a:link,
.full-articledisplay .bottomlinks a:visited {
	color: #000000;
}
.employeearticle {
	font-weight: bold;
	color: #000000;
}
.employeearticle ul {
	margin: 0px;
	padding: 0px 5px 0px 15px;
}
.employeearticle .image {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 100px;
}
.full-articledisplay .projects {
	padding-top: 60px;
	position: absolute;
	left: 10px;
	bottom: 0px;
}
.full-articledisplay .projects a,
.full-articledisplay .projects a:link,
.full-articledisplay .projects a:visited {
	text-decoration: none;
	font-size: 10px;
}
.full-articledisplay .projects ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.full-articledisplay .projects li {
	margin-top: 5px;
}

.full-articledisplay .body {
	padding-right: 90px;
}

/* -- Digest ---------------------------------------------------------------- */
h2.digest {
    font-size: 1em;
}

/* -- Article list ---------------------------------------------------------- */
#placeholder-content-no-right .full-articlelist h3,
#placeholder-content .full-articlelist h3 {
    margin-top: 30px;	
}
#placeholder-left .full-articlelist {
	position: absolute;
	left: 10px; /* 200px */
	top: 300px;
}
.full-articlelist ul,
.full-articlelist-twocolumn ul {
    list-style-type: none;	
    padding: 0;
    margin: 0;
}
.full-articlelist ul li {
    clear: both;
    margin-bottom: 7px;
}
.full-articlelist .articlelist-link-internal ul li,
.full-articlelist-twocolumn .articlelist-link-internal ul li {
    clear: none;
    padding: 0 0 10px 0;
}
.full-articlelist-twocolumn li.odd {
    float: left;
    clear: both;
    width: 48%; /* 245px; */
}
.full-articlelist-twocolumn li.even {
    float: right;
    width: 48%; /* 245px; */
}
.full-articlelist a,
.full-articlelist a:link,
.full-articlelist a:visited {
	/* text-transform: uppercase; */
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.full-articlelist .gray {
	color: #737373;
	display: inline;
	text-transform: none;
}
.full-articlelist a:hover,
.full-articlelist a:hover .gray {
	color: #002653;
}
.full-articlelist .thumbnail {
	float: right;
	border: 4px solid #FFFFFF;
	width: 60px;
	max-height: 50px;
	overflow: hidden;
	text-align: center;
	background: #FFFFFF;
	margin-left: 5px;
}

/* -- placeholder right and menu ---------------------------------------------------------- */
#placeholder-right h3{    
	display:none;
}
#placeholder-right .small-searchinput {
	position: absolute;
	bottom: 0px;
	right: 10px;
	height: 20px;
}
.small-searchinput .textinput {
	width: 65px;
	font-size: 10px;
	border: 0px;
	background: #DDDDDD;
	float: right;
}
.small-searchinput .submit {
	font-size: 10px;
	border: none;
	background: none;
	float: left;
	color: #737373;
	text-transform: uppercase;
	font-weight: bold;
}


/* -- placeholder content and menu ---------------------------------------------------------- */

/*
#lightbox-overlay {
    z-index: 999;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#lightbox-container {
    z-index: 1000;
    position: relative;
    top: 50px;
    margin: auto;
    width: 100%;
    max-height: 95%;
    overflow: auto;
    text-align: center;
}
#lightbox-spinner {
    background: #fff url(images/lightbox/spinner.gif) center no-repeat;
    width: 220px;
    height: 19px;
    margin: 15% auto;
}
#lightbox-container {
    padding: 15px 20px 10px 20px;
}
#lightbox-close-container {
    position: absolute;
    right: 0;
}
#lightbox-close span {
    display:none;
}
#lightbox-close {
    display: block;
    width: 101px;
    height: 9px;
    margin-right: 10px;
    background: url(images/lightbox/close-no.png) no-repeat 10px;
}
*/

/* -- article-mouseoverimage tile --------------------------------------- */
.article-mouseoverimage {
	display: none;
	border: 10px solid #FFFFFF;
	border-left: none; /* To align image with top row. If background is added, include left border and the border will align instead of the image itself */
	max-height: 250px;
	overflow: hidden;
}

/* -- splashscreen tile ------------------------------------------------- */
.splashscreen {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	padding-top: 180px;
	text-align: center;
	z-index: 500;
}

/* -- fleXcroll --------------------------------------------------------- */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: transparent;
}
.vscrollerbar {
	width: 10px;
	background-color: #19325d;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: #19325d;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}


