@CHARSET "UTF-8";

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

html, body {
    font-family: verdana, tahoma, helvetica;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 11px;
}
a:visited,
a:link {
    color: #4e5e6d;	
}
a:hover {
	color: #77a;
}
a img {
	border: none;
}
h1 { font-size: 14px; margin: 5px 0px 3px 0px; padding: 0px; }
h2 { font-size: 13px; margin: 5px 0px 3px 0px; padding: 0px; }
h3 { font-size: 12px; margin: 5px 0px 3px 0px; padding: 0px; }
h4 { font-size: 11px; margin: 5px 0px 3px 0px; padding: 0px; }

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

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

#container {
    margin: 23px auto;
    width: 950px;
    padding: 0px 24px;
    background: url(images/bg-container.png) no-repeat;
    background-position: 0px 60px;
}
#container .bgwrap {
	background: url(images/bg-container-corner.png) no-repeat;
	background-position: bottom left;
}
#placeholder-top {
    margin-bottom: 0px;
    padding: 0px;
}
#placeholder-smallarticles {
	padding-left: 3px;
	margin-bottom: 12px;
}
#placeholder-left {
	clear:both;
    float: left;
    width: 180px;
    padding-left: 20px;
    padding-bottom: 150px;
}
#placeholder-right {
    float: right;
    width: 187px;
    padding-left: 3px;
    padding-right: 10px;
}
#placeholder-content {
    float: left;
    padding-left: 20px;
   	padding-right: 15px;
    width: 515px;
    margin-bottom: 15px;
}
#placeholder-content-no-right {
    float: left;
    width: 715px;
    padding-left: 20px;
    padding-right: 15px;
    margin-bottom: 15px;
}
#placeholder-bottom {
	clear: both;
	border: 1px solid #dddee0;
	padding: 0px 10px 5px 10px;
	font-size: 10px;
	color: #58595b;
	margin-bottom: 15px;
}
#content-link {
    display: none;
}

#coretrek-colofon {
	font-size: 10px;
	text-align: right;
}
#coretrek-colofon a,
#coretrek-colofon a:link,
#coretrek-colofon a:visited {
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/* 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.
*/

.tile-content,
.tile-common,
.tile-common h3 {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
.tile-common h3 {
	padding: 10px 0px 0px 0px;
}
.tile-common {
    margin-bottom: 20px;
}
#placeholder-top .tile-common {
	margin: 0px;
	padding: 0px;
}
#placeholder-top .tile-content {
	margin: 0px;
	padding: 0px;
}
#placeholder-right .tile-common {
	margin-bottom: 15px;
}
.tile-content {
    padding: 10px 10px 10px 10px;
    line-height: 16px;
}

/* Shadow for right column tiles */
#placeholder-right .tile-common {
	background: url(images/bg-tile-rightcolumn-repeat.png) repeat-y top left;
}
#placeholder-right .tile-common h3 {
	color: #4e5e6d;
	font-size: 14px;
	margin-left: 18px;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 0px;
	text-transform: uppercase;
}
#placeholder-right .tile-common .tile-content {
	background: #FFFFFF url(images/bg-tile-rightcolumn-tilecontent-top.png) no-repeat top left;
	padding-top: 7px;
	margin-left: 8px;
	margin-right: 8px;
}
#placeholder-right .tile-common .tile-top {
	background: url(images/bg-tile-rightcolumn-top.png) no-repeat top left;
	height: 6px;
}
#placeholder-right .tile-common .tile-bottom {
	background: url(images/bg-tile-rightcolumn-bottom.png) no-repeat bottom left;
	height: 20px;
}

/* Shadow for placeholder smallarticles tiles */
#placeholder-smallarticles .tile-common {
	background: url(images/bg-tile-smallarticles-repeat.png) repeat-y top left;
	width: 222px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
#placeholder-smallarticles .tile-common h3 {
	color: #808284;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 17px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
#placeholder-smallarticles .tile-common .tile-content {
	padding: 0px 17px;
	font-size: 11px;
	height: 200px;
	font-weight: normal;
}
#placeholder-smallarticles .tile-common p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#placeholder-smallarticles .tile-common .tile-top {
	background: url(images/bg-tile-smallarticles-top.png) no-repeat top left;
	height: 18px;
}
#placeholder-smallarticles .tile-common .tile-bottom {
	background: url(images/bg-tile-smallarticles-bottom.png) no-repeat bottom left;
	height: 20px;
}

/* Bottom tiles layout */
#placeholder-bottom .tile-content {
	padding: 10px 0px;
}
#placeholder-bottom p {
	margin: 0px;
	padding: 0px;
}
#placeholder-bottom .tile-common {
	padding: 0px;
	margin: 0px;
}

.cp-mmarchive-image-left,
.cp-mmarchive-image-default {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}
.cp-mmarchive-image-right {
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}



/* -------------------------------------------------------------------------- */
/* General inline listing (eg. horizontal menu, linktoolbar, sitelocator)     */
/* -------------------------------------------------------------------------- */

.horizontal-menu h3,
.linktoolbar h3 {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}	
.horizontal-menu ul,
.linktoolbar ul {
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.horizontal-menu li,
.linktoolbar 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;	
}


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

/* -- Linktoolbar ----------------------------------------------------------- */
#placeholder-top .linktoolbar {
	float: right;
	width: 15%;
}
.linktoolbar h3 {
    display: none;  
}
.linktoolbar ul {
    margin: 5px 15px 0px 0px;
    padding: 0px;
    float: right;
}
.linktoolbar li {
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

/* -- Sitelocator ----------------------------------------------------------- */
#placeholder-top .sitelocator {
	float: left;
	width: 80%;
	padding: 6px 0px 7px 20px;
}
.sitelocator .tile-content {
	line-height: normal;
}
.sitelocator {
	font-size: 10px;
	color: #231f20;
	margin: 0px;
}
.sitelocator ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sitelocator li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.sitelocator h3 {
    font-size: 1em;	
    font-weight: normal;
    float: left;
    background: none;
    padding: 0px 10px 0px 0px;
    margin: 0px;
}
.sitelocator a,
.sitelocator a:link,
.sitelocator a:visited {
	color: #231f20;
	text-decoration: none;
}
.sitelocator li.last {
	/* color: #f37321;  Orange */
	color: #962399;
	font-weight: bold;
}



/* -- Article display ------------------------------------------------------- */
.full-articledisplay {
    clear: both;
}
.full-articledisplay h1 {
	font-size: 13px;
}
.full-articledisplay .digest {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
	/* font-family: times new roman, tahoma, verdana; */
	font-family: verdana, tahoma, helvetica;
	color: #000000;
	line-height: 16px;
}
.full-articledisplay .tile-content {
	padding: 0px;
}

/* -- Small articlelist ----------------------------------------------------- */
.small-articlelist {
	
}
.small-articlelist .tile-content {
	padding: 0px 2px 15px 2px;
}
.small-articlelist a,
.small-articlelist a:link,
.small-articlelist a:visited {
	color: #4e5e6d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #d1d2d4;
}
.small-articlelist .date {
	display: block;
	clear: both;
}
.small-articlelist li {
	border-bottom: 1px solid #d1d2d4;
	padding: 10px 8px;
}
.small-articlelist li.first {
	padding-top: 0px;
}
.small-articlelist li.last {
	border: none;
}

/* -- Digest ---------------------------------------------------------------- */
h2.digest {
    font-size: 1em;
    font-family: times new roman, tahoma, verdana;
}

/* -- Article list ---------------------------------------------------------- */
.full-articlelist h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #808284;
    line-height: normal;
}
.full-articlelist h3 a,
.full-articlelist h3 a:link,
.full-articlelist h3 a:visited {
	text-decoration: none;
}
.full-articlelist .digest {
	line-height: 16px;
	/* font-family: times new roman, tahoma, verdana; */
}
.full-articlelist ul,
.full-articlelist-twocolumn ul {
    list-style-type: none;	
    padding: 0;
    margin: 0;
}
.full-articlelist ul li {
    clear: both;
    margin-bottom: 15px;
}
.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 .list-thumbnail-left {
	width: 125px;
	padding-right: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	float: left;
	vertical-align: top;
}
.full-articlelist .list-thumbnail-right {
	width: 125px;
	padding-left: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	float: right;
}

/* -- Horoizontal menu ------------------------------------------------------ */
.horizontal-menu a,
.horizontal-menu a:link,
.horizontal-menu a:visited {
	text-decoration: none;
}
.horizontal-menu .tile-content {
	line-height: normal;
}
#placeholder-bottom .horizontal-menu {
	border-bottom: 1px solid #dddee0;
}
#placeholder-bottom .horizontal-menu li.first {
	padding-left: 0px;
	margin-left: 0px;
}

/* -- Horizontal Popup Menu ------------------------------------------------- */
#placeholder-top .horizontal-popup-menu {
	clear: both;
}
.horizontal-popup-menu {
	height: 49px;
	background: url(images/bg-topmenu.png) repeat-x top left !important;
}
.horizontal-popup-menu .tile-content {
	line-height: normal;
}
.horizontal-popup-menu h3{
    display:none;
}

.horizontal-popup-menu ul {
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 10px;
	list-style-type: none;
}
.horizontal-popup-menu li {
	display: block;
	float: left;
	position: relative;
	border-right: 1px solid #FFFFFF;
}
.horizontal-popup-menu li.last {
	border-right: none;
}
.horizontal-popup-menu ul ul {
	position: absolute;
    display: none;
    z-index: 10;
	float: none;
	width: 170px;
 	top: 31px;
	left: 0px;
    padding: 0px;
}
.horizontal-popup-menu li li {
    display: block;
    padding: 0px;
    margin: 0px;
    background: #FFFFFF;
    float: none;
}

.horizontal-popup-menu a,
.horizontal-popup-menu a:link,
.horizontal-popup-menu a:visited {
	text-decoration: none;
	display: block;
	padding: 4px 8px 2px 8px;
	margin: 0px 1px;
	float: left;
	font-family: verdana, tahoma, helvetica;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.horizontal-popup-menu li li a,
.horizontal-popup-menu li li a:link,
.horizontal-popup-menu li li a:visited {
	text-transform: none;
}
.horizontal-popup-menu a:hover,
.horizontal-popup-menu li.active a,
.horizontal-popup-menu li.active a:link,
.horizontal-popup-menu li.active a:visited {
	color: #666666;
	background: #d1d2d4;
	text-decoration: none;
	color: #58595b;
}
.horizontal-popup-menu li.active li a,
.horizontal-popup-menu li.active li a:link,
.horizontal-popup-menu li.active li a:visited {
	background: transparent;
	color: #939598;
}
.horizontal-popup-menu li.active li a:hover {
	background: #e7e7e8;
	color: #231f20;
}

.horizontal-popup-menu ul ul a,
.horizontal-popup-menu ul ul a:link,
.horizontal-popup-menu ul ul a:visited {
	font-size: 11px;
	color: #939598;
	text-decoration: none;
	padding: 5px 3px 5px 10px;
	background: transparent;
	font-weight: bold;
	display: block;
	float: none;
	width: auto;
	margin: 0px;
	border-left: 1px solid #d1d2d4;
    border-bottom: 1px solid #d1d2d4;
    border-right: 1px solid #d1d2d4;
}
.horizontal-popup-menu ul ul a:hover {
	color: #231f20;
	background: #e7e7e8;
	border-left: none;
	border-right: none;
	padding-left: 11px;
}

/* -- Vertical menu ---------------------------------------------- */
.vertical-menu {
	
}
.vertical-menu .tile-content {
	padding: 0px;
	line-height: normal;
}
.vertical-menu h3 {
	color: #231f20;
	font-size: 11px;
	background: none;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
.vertical-menu ul {

}
.vertical-menu li {
	border-bottom: 1px solid #d1d2d4;
	margin: 0px;
	background: url(images/bg-verticalmenu-listitem.png) no-repeat;
	background-position: right 12px;
}
.vertical-menu li li {
	border: none;
	padding-left: 0px;
	margin-left: 0px;
	padding: 0px 0px;
	background: url(images/bg-verticalmenu-listitem.png) no-repeat;
	background-position: right 8px;
}
.vertical-menu li li li a,
.vertical-menu li li li a:link,
.vertical-menu li li li a:visited {
	padding-left: 15px;
}
.vertical-menu a,
.vertical-menu a:link,
.vertical-menu a:visited {
	text-decoration: none;
	color: #939598;
	display: block;
	font-size: 11px;
	padding: 8px 0px 4px 0px;
}
.vertical-menu li li a,
.vertical-menu li li a:link,
.vertical-menu li li a:visited {
	padding: 3px 2px 3px 2px;
}
.vertical-menu li.main-active a,
.vertical-menu li.main-active a:link,
.vertical-menu li.main-active a:visited {
	font-weight: bold;
}
.vertical-menu li.active a,
.vertical-menu li.active a:link,
.vertical-menu li.active a:visited {
	font-weight: bold;
}
.vertical-menu li li.active a,
.vertical-menu li li.active a:link,
.vertical-menu li li.active a:visited {
	font-weight: normal;
	background: #e7e7e8;
	color: #231f20;
}
.vertical-menu li.main-active li a,
.vertical-menu li.main-active li a:link,
.vertical-menu li.main-active li a:visited {
	font-weight: normal;
}
.vertical-menu li.active li a,
.vertical-menu li.active li a:link,
.vertical-menu li.active li a:visited {
	font-weight: normal;
}

/* -- Small searchinput ------------------------------------------ */
#placeholder-top .small-searchinput {
	float: right;
}
.small-searchinput {
	width: 171px;
	height: 25px;
	background: url(images/bg-search.png) no-repeat top left;
	padding: 0px;
	margin: 0px;
}
.small-searchinput .tile-content {
	padding: 0px;
	margin: 0px;
}
.small-searchinput .textinput {
	border: 1px solid #666666;
	border: none;
	background: none;
	width: 121px;
	padding: 3px 0px 0px 4px;
	margin: 0px;
	vertical-align: top;
	font-size: 14px;
}
.small-searchinput .submit {
	border: 1px solid #448888;
	border: none;
	background: none;
	width: 40px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-size: 0px;
	line-height: 0px;
	color: #dddddd;
}
.small-searchinput h3 {
	display: none;
}

/* -- Small articledisplay --------------------------------------- */
#placeholder-top .bannerimage,
#placeholder-top .small-articledisplay {
	border: 1px solid #d1d2d4;
	padding: 7px 6px;
	margin: 10px;
	clear: both;
}
#placeholder-top .small-articledisplay-nolayout {
	clear: both;
	margin: 17px 16px;
}
#placeholder-top .small-articledisplay p,
#placeholder-top .small-articledisplay-nolayout p {
	margin: 0px;
}
#placeholder-right .small-articledisplay-nolayout,
#placeholder-right .small-articledisplay-nolayout .tile-top,
#placeholder-right .small-articledisplay-nolayout .tile-bottom,
#placeholder-right .small-articledisplay-nolayout .tile-content {
	background: none;
}
#placeholder-right .small-articledisplay-nolayout h3 {
	margin-bottom: 0px;
}
.small-articledisplay {
	margin: 0px;
}
.small-articledisplay .tile-content p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* -- Employee list --------------------------------------------- */
.employeelist {
	font: normal 11px Verdana, tahoma, helvetica;
}
.employeelist table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.employeelist td {
	
}
.employeelist .thumb {
	padding: 10px 25px 3px 0px;
}
.employeelist th.underline {
	border-bottom: 1px solid #d1d2d4;
	color: #808284;
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}
.employeelist td.name {
	color: #962399; /* Orange: f37321 */
	padding: 10px 3px 3px 10px;
}
.employeelist td.name a,
.employeelist td.name a:link,
.employeelist td.name a:visited {
	color: #962399; /* Orange: f37321 */
}
.employeelist td.phone,
.employeelist td.position {
	padding: 10px 3px 3px 10px;
}
.employeelist td.workinfo {
	border-bottom: 1px solid #d1d2d4;
	color: #808284;
	padding: 4px 3px 3px 10px;
}